Why insertMarker or plot command is not working in binary image?? getting error as "Error in insertMarker (line 73) validateAndParseInputs(I, position, varargin{:});"
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
both the commands work in gray scale image but it does not work in binarized image...Any idea how to achieve this?
0 Commenti
Risposta accettata
Amy
il 12 Dic 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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!