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
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
2 comentarios
Respuesta aceptada
KSSV
el 11 de Abr. de 2017
doc corr2. If corr2 of two images is 1, then they are identical.
6 comentarios
KSSV
el 11 de Abr. de 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
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!