I came across GridAdaptedFeatureDetector as an interface to feature detector in opencv. I was under the impression that we could use this to say partition an image into NxM cells and detect features for each cell. But I can't find documentation nor can I understand the source code for this interface.
Could someone let me know if GridAdaptedFeatureDetector can detect features by partitioning an image and returning image descriptors per cell? Or is there another method I could use to detect features in each cell individually?
Thanks!