Why insertMarker or plot command is not working in binary image?? getting error as "Error in insertMarker (line 73) validateAndParseInputs(I, position, varargin{:});"
조회 수: 3 (최근 30일)
이전 댓글 표시
both the commands work in gray scale image but it does not work in binarized image...Any idea how to achieve this?
댓글 수: 0
채택된 답변
Amy
2017년 12월 12일
Prithwish,
In the documentation for 'insertMarker', it says that the function expects the image input to be one of these types: uint8, uint16, int16, double, or single. A binary image is stored as a logical array, so is not a valid input.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!