Region of Interest (ROI) based
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
hi can any one tell me there is any function in which after apply roi the output shows the original value of image in mask area...
댓글 수: 0
답변 (2개)
  Matt J
      
      
 2017년 10월 12일
        You can get the values using the createMask method of any imroi object.
댓글 수: 0
  Image Analyst
      
      
 2017년 10월 12일
        This will give you the pixel values in the mask (where the mask is true):
pixelValues = grayImage(mask);
Also, see my attached masking demo, and see my Image Segmentation Tutorial in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


