Tag Archives: corner

OpenCV: Corner Detection Using cvGoodFeaturesToTrack

Here’s an example opencv application which uses cvGoodFeaturesToTrack to detect corners in a webcam video feed. download good_features.cpp source // // This code displays corners found by the opencv function // GoodFeaturesToTrack (cvGoodFeaturesToTrack) // // Sample webcam code taken from // http://www.cs.iit.edu/~agam/cs512/lect-notes/ // opencv-intro/opencv-intro.html#SECTION00070000000000000000 // // compile with: // gcc `pkg-config –cflags opencv` `pkg-config –libs opencv` // -o good_features good_features.cpp … Continue reading

Posted in <code> | Tagged , , , , , , , , , , , , | 10 Comments
<RSS Feed>