List view
- No due date•0/1 issues closed
This milestone breaks down the code that we used to keep state between frames so we could track movement, this also could be handy for doing some coordinating between the device that has OpenCV (Android) and a device that doesn't (Arduino, Server, etc).
No due date•0/3 issues closedThis milestone is for a few quick notes and sample code for debugging OpenCV in Android. * How to log out * How to draw contours * How to draw lines * How to draw masks * How to set up Eclipse to have breakpoints in your C++
No due date•0/7 issues closedTutorial for building from Android to Android NDK to Android NDK C++ to Android NDK C++ OpenCV These issues represent a tutorial where you can use diffs on commits to see exactly what goes into each layer of an Android OpenCV project. If you glance over the diffs you should be able to jump straight to the end project which is a sample OpenCV project that looks for high contrast stuff in the camera preview, finds contours around roundish items, and draws a like under the roundish items which are larger than 10pixels. The OpenCV code contains comments and debuging log outs and debugging contour coloring and other drawing (lines, contours and masks) debugging so you can start coding your own OpenCV algorithm using just the docs One stop shop for OpenCV classes such as Pont Rect Mat http://opencv.itseez.com/modules/core/doc/core.html One stop shop to brush up your C++ http://www.cplusplus.com/
No due date•0/5 issues closed