CvCornerHarris Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberCornerHarris(CvArr, CvArr, Int32)
Runs the Harris edge detector on image. Similarly to cvCornerMinEigenVal and cvCornerEigenValsAndVecs, for each pixel it calculates 2x2 gradient covariation matrix M over block_size×block_size neighborhood.
Public methodStatic memberCornerHarris(CvArr, CvArr, Int32, ApertureSize)
Runs the Harris edge detector on image. Similarly to cvCornerMinEigenVal and cvCornerEigenValsAndVecs, for each pixel it calculates 2x2 gradient covariation matrix M over block_size×block_size neighborhood.
Public methodStatic memberCornerHarris(CvArr, CvArr, Int32, ApertureSize, Double)
Runs the Harris edge detector on image. Similarly to cvCornerMinEigenVal and cvCornerEigenValsAndVecs, for each pixel it calculates 2x2 gradient covariation matrix M over block_size×block_size neighborhood.
Top
See Also

Reference