Why insertMarker or plot command is not working in binary image?? getting error as "Error in insertMarker (line 73) validateAndParseInputs(I, position, varargin{:});"
2 views (last 30 days)
Show older comments
both the commands work in gray scale image but it does not work in binarized image...Any idea how to achieve this?
0 Comments
Accepted Answer
Amy
on 12 Dec 2017
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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!