![]() |
University of Murcia, Spain ![]() |
examples/OpenCV/siftDetector/siftDetector.cpp File ReferenceObtains SIFT descriptors over the frames from an input video source. More...
Go to the source code of this file. Detailed DescriptionObtains SIFT descriptors over the frames from an input video source.This is an example of QVision application using OpenCV functionallity. The program obtains SIFT features on the frames from the input video sequence using Rob Hess's SIFT implementation. The application displays the detected features on an image canvas:
![]() Usage of the program.Once compiled, the program should be used with this command line:./siftextractor --URL=<path or url to video>
Definition in file siftDetector.cpp. |