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?