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!