Hey, How to remove green color from an image?

72 visualizaciones (últimos 30 días)
Pramod Devireddy
Pramod Devireddy el 18 de Mzo. de 2015
Comentada: Pramod Devireddy el 19 de Mzo. de 2015
Hey, How to remove green color from an image?

Respuesta aceptada

Image Analyst
Image Analyst el 18 de Mzo. de 2015
There are several ways to do it depending on how you define green. See my File Exchange for three color segmentation tutorials. One that does it in RGB color space, one that does it in HSV color space, and one that does it based on the Delta E color difference metric.
Change the tutorials to get green rather than whatever the color the demo gets. It's just a matter of changing some threshold values. You don't need to change anything with the Delta E method since it does it based on some area that you draw in the image rather than on some absolute color values.
  1 comentario
Pramod Devireddy
Pramod Devireddy el 19 de Mzo. de 2015
Your 'simple color detection' code helped me... Thanks.

Iniciar sesión para comentar.

Más respuestas (2)

Christiaan
Christiaan el 18 de Mzo. de 2015
Dear Pramod,
You can have a look at the Image color filtering in the File Exchange. With this function you can delete a certain colour range.
Just as background information, to understand how the calculation in MATLAB works: when you load a figure in Matlab, an array will be shown in the workspace (i.e. 400x400x3) At each pixel, the colour of that layer is defined (in rgb). If you for example convert it to grayscale with the function rgb2gray it will result in a 400x400 array since you only need one value at that pixel. (how black-white the pixel is).
Good luck! Christiaan

Image Analyst
Image Analyst el 18 de Mzo. de 2015
See my demo for finding and tracking a green sharpie in the video.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by