Personalized RGB Masked Image

4 次查看(过去 30 天)
Hi everyone! I'm very new in MatLab Programming.
I have a RGB image and I want that certains color pixels are white, certain pixels are black and the others grey. I used the Threshold Apps (with binary mask), but I have only black or white pixels.

采纳的回答

Image Analyst
Image Analyst 2021-10-22
I'm not sure what you are asking. So what does your original image look like? What do you mean that you want white, black, and gray pixels?
If you use the Color Thresholder app (on the Apps tab of the Tool Ribbon) you can find thresholds to segment out a certain color, like red for example. This will create a mask where it's true/1/white where there are red pixels and false/0/black where the pixels are not red.
Attach your image and explain better if you need more help.
  14 个评论
Image Analyst
Image Analyst 2021-10-29
移动:DGM 2023-3-4
Those images do not have any green, yellow, or brown in them. Again, "Attach the image that has all these colors that you're working with." How can we fix your code if you won't give us the input image?
Allinone
Allinone 2021-10-29
移动:DGM 2023-3-4
It's the same image I attached before. I attached it again.

请先登录,再进行评论。

更多回答(3 个)

Image Analyst
Image Analyst 2021-10-29
Doing the same thing for yellow and brown is easy and straightforward.
  3 个评论
Image Analyst
Image Analyst 2021-11-3
Copy that code multiple times with appropriate changes, or put in in a loop.
Allinone
Allinone 2021-11-3
I have created a function for each pair of colors. I would like to call these functions in the main script and see all the outputs, but I don't know how do i do. Sorry..I'm very new in MatLab..

请先登录,再进行评论。


Image Analyst
Image Analyst 2021-10-29
Doing the same thing for yellow and green is easy and straightforward.
See my other answers for different color pairs.
  1 个评论
Allinone
Allinone 2021-10-29
Ok, thank you so much! I wrote the same code, but with different values, so I didn't have the gray levels..

请先登录,再进行评论。


Image Analyst
Image Analyst 2021-10-29
See my discriminant analysis color segmentation demo.
Also check out my delta E demo, attached.
I've posted several new answers this session so be sure to see them all.
  2 个评论
Allinone
Allinone 2021-10-29
编辑:Allinone 2021-10-29
Your delta E works with all colors?
Could I detect pairs colors with your delta E, or threshold is better?
Image Analyst
Image Analyst 2021-10-29
The delta E demo identifies all pixels that are within a certain color distance of the average color that you outlined. It finds the delta E of all pixels in the image to the average color, and then thresholds it at the delta E you specify to find colors (anywhere in the image) that are close to what you drew. For example here I drew over the red pepper and it found all red pixels that are within a delta E of 21.9 from the average red in the region I drew.
For what it's worth, I'm attaching another, slightly different demo that works with two images.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get Started with Image Processing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by