Library cvfeatures
Overview
This library is undocumented
Non-class functions
Here you will find the list of all functions, which are defined outside the scope of a class.
- cvEigenimage(image:IplImage,blocks:int,aperture:int):IplImage
- Computes an image containing the eigenvalues and eigenvectors of the input image
- cvFeatures(image:IplImage,number:int,quality:double,distance:double):std::vector<CvPoint2D32f>
- Detects feature points in an image using the cvGoodFeaturesToTrack function
- cvOpticalFlow(previous:IplImage,features:std::vector<CvPoint2D32f>,current:IplImage,size:int):List
- Computes the optical flow using the cvCalcOpticalFlowPyrLK function.
- cvRefineFeatures(image:IplImage,features:std::vector<CvPoint2D32f>,size:int):void
- Uses the cvFindCornerSubPix function to refine the features found with some other algorithm.