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

bugfix findHaarObjects. fixes constant push back to blobs every frame. #6432

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

ofTheo
Copy link
Member

@ofTheo ofTheo commented Nov 5, 2019

This fixes the broken cameraLensOffsetExample listed in #6412

Old CV Haar approach clears the blobs vector before adding to it.
New approach forgot to clear the vector making the blobs vector increase in size continuously.

@ofTheo ofTheo mentioned this pull request Nov 5, 2019
35 tasks
@ofTheo ofTheo merged commit b479cae into openframeworks:master Nov 5, 2019
@ofTheo ofTheo deleted the bugfix-cvFindHaar branch November 5, 2019 16:50
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