Is it possible that imregionalmax gives different result on the same image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Tian Tian
am 30 Aug. 2017
Beantwortet: Image Analyst
am 30 Aug. 2017
Hi, I found that my image segmentation code gave me different result every time when I ran it on the same image, also, the problem starts to show on imregionalmax step. Is it possible that imregionalmax gives different result every time? Thank you for your answer.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 30 Aug. 2017
No, not possible, not unless your computer memory is failing or you're running the next call to imregionalmax() on the output image of the previous call to it instead of on the same, original image.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!