How to remove a red text from a greyscale image?!
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mariam Sheha
am 4 Apr. 2016
Kommentiert: Mariam Sheha
am 8 Apr. 2016
Hello my friends;
hope you are all doing well,,
i'd like to ask how can i segment or remove a red text from grey scal image?!
i think about making a for loop and if condition so that if found the red color (1,0,0) will convert it to white but it doesn't work?! can you please check that with me or tell me about another solution for that! (i am using matlab 7.10)
example of the image i am talking about is attached!
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 4 Apr. 2016
Convert to HSV. The range of hues for the red will be very different than the range of hues for the grayscale.
Now, take one pane of the image, and double() it. Use the locations where red were detected and assign NaN to the array just mentioned. Now you can use John D'Errico's inpaint_nan File Exchange Contribution.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!