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

Beam Angle Statistics kp+description #98

Open
scottclowe opened this issue Feb 24, 2015 · 0 comments
Open

Beam Angle Statistics kp+description #98

scottclowe opened this issue Feb 24, 2015 · 0 comments
Assignees

Comments

@scottclowe
Copy link
Member

The BAS (beam angle statistics) method described in this paper:
http://www.sciencedirect.com/science/article/pii/S0167865503000023

and used in this paper as a description.
http://web.engr.oregonstate.edu/~tgd/publications/WACV2011-stacked-spatial-pyramid.pdf

We would need to find a bounding curve outlining the image with OpenCV findContours and reduce it to a certain number of points with approxPolyDP.

Then for each of the points around the boundary can be considered a keypoint. For each, the descriptor is given by a weighted sum of the angles between the pair of lines which connect this point to all the others in the boundary at a certain number of points both forward and backward along the curve. The weight is inversely proportional to the perimeter distance between the two points for which the angle was computed.

The description should possibly be coupled with a different description of the same points (SIFT is used in the paper, but we can't use that).

@scottclowe scottclowe added this to the Stacked Keypoint Evidence Trees milestone Feb 24, 2015
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