Borrar filtros
Borrar filtros

i want to identify greenness in plant using image segmentation

1 visualización (últimos 30 días)
tashu Dabariya
tashu Dabariya el 10 de Jun. de 2019
Comentada: Image Analyst el 11 de Jun. de 2019
I have done already identify greenness with normalized methods (ExG, ExGR, CIVE) and Otsu methods. I want to know which method is better to identify greenness by comparing two of these.
which identify clear greenness in plant
help me for code

Respuestas (1)

Image Analyst
Image Analyst el 11 de Jun. de 2019
Editada: Image Analyst el 11 de Jun. de 2019
First of all, you need to snap images with a standard in there, such as the X-rite color checker chart
I never heard of those acronyms.
Otsu thresholding is not relevant here, unless it works to separate your leaves from background (like a uniform white or black background). Attach a few of your images.
You cannot compare greenness in different images unless you have a standard. You cannot simply use rgb2lab() and look at the b channel. That's what novices who are not trained in color science do. You must calibrate.
  2 comentarios
N/A
N/A el 11 de Jun. de 2019
@Image analyst can you please share the extractNLargebloobs() for skin filteration??
Image Analyst
Image Analyst el 11 de Jun. de 2019
To extract the N largest blobs from a binary image:
largestNBlobs = bwareafilt(binaryImage, N);

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by