摘要:
constcv::Matinput=cv::imread("lena.jpg",0);//Loadasgrayscalecv::SiftFeatureDetectordetector;//cv::FastFeatureDetectordetector;std::vector<cv::KeyPoint>keypoints;detector.detect(input,keypoints);//Addresultstoimageandsave.cv::Matoutput;cv::drawKeypoints(input,keypoints,output);cv::imw 阅读全文
posted @ 2011-10-17 21:52
SmartVessel
阅读(592)
评论(0)
推荐(0)
浙公网安备 33010602011771号