Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
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

Akzeptierte Antwort

KSSV
KSSV am 11 Apr. 2017
doc corr2. If corr2 of two images is 1, then they are identical.
  6 Kommentare
KSSV
KSSV am 11 Apr. 2017
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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by