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

Understanding HistogramOfOrientedGradients.java #49

Open
iskanderuse opened this issue Nov 14, 2017 · 0 comments
Open

Understanding HistogramOfOrientedGradients.java #49

iskanderuse opened this issue Nov 14, 2017 · 0 comments

Comments

@iskanderuse
Copy link

Typically, a feature descriptor (HOG descriptor) converts an image of size width x height x 3 (channels ) to a feature vector / array of length n.
The ProcessImage method in the file HistogramOfOrientedGradients.java has desription "Process image looking for corners" and returns "list of found corners (X-Y coordinates)".
Can You explain what is doing this class and how to interpret the return values?
Thank You.

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

No branches or pull requests

1 participant