Home
last modified time | relevance | path

Searched refs:EIGENVALSVECS (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcorner.cpp234 enum { MINEIGENVAL=0, HARRIS=1, EIGENVALSVECS=2 }; enumerator
320 else if( op_type == EIGENVALSVECS ) in cornerEigenValsVecs()
668 cornerEigenValsVecs( src, dst, blockSize, ksize, EIGENVALSVECS, 0, borderType ); in cornerEigenValsAndVecs()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_goodfeaturetotrack.cpp46 enum { MINEIGENVAL=0, HARRIS=1, EIGENVALSVECS=2 }; enumerator