Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rajnish #22

Open
wants to merge 17 commits into
base: gh-pages
Choose a base branch
from
Open

rajnish #22

wants to merge 17 commits into from

Conversation

rajnishs91
Copy link

hi

Bill McCord and others added 17 commits October 14, 2009 13:22
… OpenCV manipulated, video images over a socket served camera.

Fixed a bunch of memory leaks in the CVJni and WLNonFileByteStream classes.
Made the VideoEmulation project the default project that runs from the Application.mk.
Changed the default socket camera image size to 640 x 480 in order to get better results from the face tracking algorithm.
… leave the activity and come back it doesn't hang.
Added optimizations to the haar detection that I found on other sites.  These optimizations replace most floating point values with integers because integer calculations are more effecient on ARM processors. We currently don't support canny pruning.
Modified the VideoEmulation test to run face tracking instead of find contours.
Did a major refactor in order to break up some of the functionality and allow users to have more control over what exactly they wanted to do.  Now you don't always receive the source image and are not required to pass one in.  Instead you can use a camera capture and grab source images from there.
Started returning the faces as an array of Android Rects when find faces is called.
…e adjust the minimum face size to take into account the size of the last face we tracked with some additional size padding.

Also, removed some unnecessary logic.  We were keeping a boolean that tracked if we were doing single or multiple face tracking, but we never did anything interesting with it...
…ndroid NDK will not work with OpenCV-Android.
…ent variable instead of building our own. This fixes a bug in the Android NDK r3.

Also, fixed a #elif with no condition (changed it to a #else) in cxmisc.h that was preventing opencv from compiling in Android NDK r3.
…d NDK r5.

Fix the Readme to reflect the build procedure changes and address an issue that causes the QTWebcamBroadcaster to fail to run in 64-bit mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant