how to mark pixel as zero
이전 댓글 표시
Hi all
I have a segmented image i want to process only the larger segment. so i want to make the remaining pixels as zero. Please help me how i can do it.
댓글 수: 2
Image Analyst
2012년 7월 24일
You don't need to make the remaining pixels zero in order to measure the largest "segment".
M@lik Ali
2012년 7월 24일
채택된 답변
추가 답변 (1개)
jagadeeshwar
2012년 7월 23일
0 개 추천
hai imran just crop the image which segment u want it can be enlarge after crop operation
댓글 수: 4
M@lik Ali
2012년 7월 23일
Image Analyst
2012년 7월 24일
Not necessarily true. With a crop, you could have a portion of another blob included in the cropped image, so you could have more than one blob in the cropped image. Besides, he'd first need to know what the largest blob is before he could even crop it, but that's his main problem - finding the largest blob. He doesn't know which blob it is unless he sorts it like I showed him how. Plus there's no need to do any enlarging.
M@lik Ali
2012년 7월 24일
M@lik Ali
2012년 7월 24일
카테고리
도움말 센터 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!