cesine / AndroidOpenCVforHackathons

A hackathon ready project with selfdocumenting OpenCV debugging so you can get programming with OpenCV as soon as possible
4 stars 7 forks source link

Code Review #6

Closed cesine closed 12 years ago

cesine commented 12 years ago

Hi @grassick @pakdel @peristeri @kanawish @borisdb

I set up a progression from Android to Android OpenCV for hackathons so that they can detangle how the control flow passes from Android to C++, I also got it returning strings which is handy if you want use image output later on in your Java.

When you get a chance, try to follow the Quick Start in the README and do a code review of the project.

Fix anything that you see that is out of the ordinary, or any confusing parts of the README etc. Most importantly, see if the sample builders I included work or make sense for newbies to C++ and/or builders.

Note: I'm still getting very interesting window deaths on the HTC Desire, but not on other Androids. I suspect its due to my rusty C++

cesine commented 12 years ago

@kanawish @borisdb I got breakpoints working in the C++! Let me know if it works for you its in issue #12