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!