Ask Your Question
0

Dense Features extraction in Opencv

asked 2014-10-20 06:12:06 -0600

s093294 gravatar image

Is there anyway to extract dense sift/surf features with opencv.

With dense I mean, that in a regular grid of some size, compute features at each vertex.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-10-20 06:40:26 -0600

berak gravatar image

as long as you are using the 2.4 branch, you can use the GridadaptedFeatureDetector

or create a grid version of any keypoint detector like this:

Ptr<FeatureDetector> pfd = FeatureDetector::create("GridORB");
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-20 06:12:06 -0600

Seen: 517 times

Last updated: Oct 20 '14