Ask Your Question

Revision history [back]

Corner Points Metric in detectHarrisFeatures

I'm trying to create the 'detectHarrisFeatures' function of MATLAB in OpenCV. 'detectHarrisFeatures' in MATLAB returns a 'cornerPoints' object. One of the attributes of this object is 'metric'. Can someone explain what this attribute is and how I can calculate it using OpenCV? Or is there any function which can compute similar values?