Is it possible that imregionalmax gives different result on the same image?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Image Analyst
2017-8-30
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!