count how many pixel has value 255 in an image
조회 수: 4 (최근 30일)
이전 댓글 표시
The image cameraman, how can we find how many pixel has value of 255? Please help me
댓글 수: 0
채택된 답변
KALYAN ACHARJYA
2022년 2월 16일
편집: KALYAN ACHARJYA
2022년 2월 16일
data=GrayImage==255;
total_pix=sum(data(:))
댓글 수: 4
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!