- Read the image (RGB2GRAY) / For Color thesoholding RGB2GRAY is not required
- Segment the image to get the blue spots
- Morpho operation to loacte the regions exactly
- [r c]=find(Morpho_result==1);
- Save the r and c in cell array
how to get exact pixel value of the point marked in pen
조회 수: 1 (최근 30일)
이전 댓글 표시
i have 10 images lik this i just want to extract the pixel value of my dot marked in pen and store the values
댓글 수: 0
채택된 답변
KALYAN ACHARJYA
2019년 12월 4일
Steps:
Use loop to call one by one image
end
Please note that there are multiple pixels on the blue dot, its not one.
Good Luck!
추가 답변 (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!