Sunday, May 9, 2010

Find Coner in Image

image process
In digitam Image processing that can find Eigen value by Image process is calculated at least for the gradient matrices for corner.
example to use program
//CornerMinEigenVal
IplImage*pCornerMinEigenVal=cvCreateImage(cvGetSize(pCornerEigen),IPL_DEPTH_32F,1);
cvCornerMinEigenVal(pCornerEigen, pCornerMinEigenVal, 3, 7 );
cvNamedWindow("CornerMinEigen",CV_WINDOW_AUTOSIZE);
cvShowImage("CornerMinEigen", pCornerMinEigenVal);

0 comments:

Post a Comment

 
Copyright 2009 About of Image Processing