Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

I have written a face detector program in OpenCV + C++, is there a way to run the program on the Jevois?

0 votes
Sorry if this is a dumb question. I'm a newbie. TIA!
asked Oct 25, 2017 in Programmer Questions by ducksizedhorse (120 points)

1 Answer

0 votes
Welcome, no question is dumb here, we are here to help you!

Check out this tutorial where we do what you want to do, but for a different algorithm (a dice counting algo). We start from a standalone C++/OpenCV program and convert it into a JeVois module:

http://jevois.org/tutorials/ProgrammerDice.html

There are other introductory tutorials at:

http://jevois.org/tutorials/ProgrammerTutorials.html

and also be sure to check the core documentation for some explanations of concepts:

http://jevois.org/doc/ModuleTutorial.html
answered Oct 26, 2017 by JeVois (46,580 points)
...