Find unique images from a folder
3 views (last 30 days)
Show older comments
I have a folder full of images of video frame sequences of same class of varying sizes of frame number extracted from a large video data. How can I find the N number of images of that are unique and not repetative? Where N will be smaller than the total number of image frames.
0 Comments
Answers (1)
Shadaab Siddiqie
on 25 Feb 2021
From my understanding you want to find set of unique images. Please refer retrieveImages and ssim. Although these functions find similar images you can use it to filter unique or different images.
0 Comments
See Also
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!