How to change the color of the markers when plot features over an image?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nut
am 2 Mär. 2017
Beantwortet: Sonam Gupta
am 7 Mär. 2017
Hi,
as in the subject, is it possible to change the color of the markers when you plot features over an image?
Example: if I plot the Harris corners over the image, they will be green. I would like to change their color, but it doesn't seem to be possible using the usual syntax of the plot command (argument MarkerFaceColor).
Is there a way? Any suggestions?
Thank you very much, kind regards.
0 Kommentare
Akzeptierte Antwort
Sonam Gupta
am 7 Mär. 2017
As per my knowledge, you cannot change the color of markers because that is how plotting of corners is implemented in the code underneath. For instance, if you use the function 'detectHarrisFeatures' for detecting the Harris Corners, the implementation uses green color and + marker for plotting the Harris Corner. It is not modifiable.
Hope this helps.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing and Computer Vision 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!