Hi, am new in image processing, need to get the code for sift feature extraction of images from a video
Show older comments
I am working for ContentBasedVideoRetreival, need to extract SIFT feature of its shots.and save it in a mat file.
Answers (2)
Image Analyst
on 28 Jan 2013
0 votes
SIFT is in the Computer Vision System Toolbox. Reading video is straightforward with the VideoReader class. Saving to a mat file is straightforward with the save() function.
Categories
Find more on SIFT - Scale Invariant Feature Transform in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!