Why insertMarker or plot command is not working in binary image?? getting error as "Error in insertMarker (line 73) validateAndParseInputs(I, position, varargin{:});"
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Prithwish Dasgupta
am 7 Dez. 2017
Beantwortet: Amy
am 12 Dez. 2017
both the commands work in gray scale image but it does not work in binarized image...Any idea how to achieve this?
0 Kommentare
Akzeptierte Antwort
Amy
am 12 Dez. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!