Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What's the size of the patch used to get a feature with HarrisLaplaceFeatureDetector

Hello guys,

I'm trying to use cv::xfeatures2d::HarrisLaplaceFeatureDetector within a grid.

What I do is devide the image into cells and detect in each cell inorder to get features all over the image.

When I was using ORB detector,there is a parameter for patch size, so in each cell I add the patch size (from the top, the bottom, left and right of the cell) in order to be able to have features in all the cell.

However, for HarrisLaplace there is no parameter for patch size. Is there a way to find out the patch size used?

What's the size of the patch used to get a feature with HarrisLaplaceFeatureDetector

Hello guys,

I'm trying to use cv::xfeatures2d::HarrisLaplaceFeatureDetector within a grid.

What I do is devide divide the image into cells and detect in each cell inorder in order to get features all over the image.

When I was using ORB detector,there is a parameter for patch size, so in each cell I add the patch size (from the top, the bottom, left and right of the cell) in order to be able to have features in all the cell.

However, for HarrisLaplace there is no parameter for patch size. Is there a way to find out the patch size used?