Home | History | Annotate | Download | only in src

Lines Matching refs:cornerEigenValsAndVecs

2252 //  void cornerEigenValsAndVecs(Mat src, Mat& dst, int blockSize, int ksize, int borderType = BORDER_DEFAULT)
2265 cv::cornerEigenValsAndVecs( src, dst, (int)blockSize, (int)ksize, (int)borderType );
2287 cv::cornerEigenValsAndVecs( src, dst, (int)blockSize, (int)ksize );