We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am currently working on a project using Processing. I need to do image processing inside my project, initially I thought of using opencv. But unfortunately I found out that opencv for Processing is not the complete version of the original one. How can I start doing image processing using Processing? I found that since processing is a wrapper of java, java language is accepted. Can I use JavaCV inside processing? If so, how?
Answers
did you found a way? im facing a similar situation. thanks!
Anything you can do with Java, you can do with Processing. You can also use Processing inside Java. There are plenty of guides online, and Google would be a good first step.
If you're stuck on something specific, then post an MCVE and we'll go from there.