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

Add image pyramid structure #16

Open
jonysy opened this issue Jan 23, 2017 · 0 comments
Open

Add image pyramid structure #16

jonysy opened this issue Jan 23, 2017 · 0 comments

Comments

@jonysy
Copy link
Owner

jonysy commented Jan 23, 2017

The current pyramidal implementation of the Lucas-Kanade tracker doesn't accept image pyramids. Implementing Flow<Pyramid> for PyramLucasKanade would allow for precomputed image pyramids.

[pub] [type | struct] ImagePyramid<I = GrayImage> [= Vec<I>; | { images: Vec<I>, orientation: .. }]

impl Flow<ImagePyramid> for PyramLucasKanade { .. }
jonysy added a commit that referenced this issue Jan 28, 2017
image μcrate: Add Pyramid structure, IntegralImage type,
and add tests - referencing issue #16

motion μcrate: implement Flow<Pyramid> for LK - closes issue #16

classification μcrate: Work on random ferns - referencing issue #18

extn μcrate: Add Supervised, SupervisedMut, Unsupervised, and UnsupervisedMut traits

detection μcrate: Initial commit
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

1 participant