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

Implement DETECT_PARTIALLY #66

Open
qbonnard opened this issue Nov 11, 2014 · 0 comments
Open

Implement DETECT_PARTIALLY #66

qbonnard opened this issue Nov 11, 2014 · 0 comments

Comments

@qbonnard
Copy link
Member

(name negociable)

The idea is to combine detection and tracking, where detection whould happen only on a subregion of the input image. The point is to have a faster detection/tracking, which would happen in a more constant time than DETECT_PERIODICALLY.

Simply put, DETECT_PARTIALLY would start the detection on the top left quadrant, and tracking on the full input image. On the next frame, the same would happen with the top right quadrant, then the bottom left, bottom right.

In practice, the subregion would have to slide more smoothly to avoid misdetection of tags on the borders of the quadrants. We also need to take the full input image to handle big tags. Ideally, we could set the size of the subregion as a parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants