Why insertMarker or plot command is not working in binary image?? getting error as "Error in insertMarker (line 73) validateAndParseInputs(I, position, varargin{:});"
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
both the commands work in gray scale image but it does not work in binarized image...Any idea how to achieve this?
0 commentaires
Réponse acceptée
Amy
le 12 Déc 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 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!