How can i find out unique image from image folder which contains 300 image.because in that folder so many identical image is there.how can find unique image out of 300 by using matlab

3 次查看(过去 30 天)
How can i find out unique image from image folder which contains 300 image.because in that folder so many identical image is there.how can find unique image out of 300 image by using matlab

采纳的回答

KSSV
KSSV 2017-4-11
doc corr2. If corr2 of two images is 1, then they are identical.
  6 个评论
KSSV
KSSV 2017-4-11
Dear friend...the command which you gave delete's all the jpeg files present in the folder. You have to specifically five the filename to delete one at a time.
delete thisname.jpg

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by