Reputation: 25
I'm trying to compute a motion histogram of the region around surf descriptor, and i don't know if there is a method to compute the size of the histogram (how many bins) and the size of the patch (the region of the neighborhood around the interest point)?
Is there any relation between the surf scale and the histogram?
Thanks a lot
Upvotes: 0
Views: 143
Reputation: 2860
Size(number of bins) of the motion histogram is always the same - number of the directions you divide motion. You specify it.
Scale is one of the parameters of the detected SURF keypoint, you can simply access it. About relation -it is the same question as "is there any relation between size of the patch and its movement?". Depends on your data.
Upvotes: 0