Segmenting or Thresholding Blue
Mostrar comentarios más antiguos
I need to segment the color blue on this image.
It seems easy, but the software doesn't recognize the blue from some other structures in the image - which are clearly not blue.
Can anyone help?
1 comentario
Haimon
el 8 de Mayo de 2014
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 8 de Mayo de 2014
0 votos
There are several ways to do it, and I show some of them in my File Exchange http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
Or, if you have the stats toolbox, you can use kmeans: http://www.mathworks.com/products/demos/image/color_seg_k/ipexhistology.html
2 comentarios
Juderb
el 8 de Mayo de 2014
It looks like your DeltaE file would be perfect for this.
Image Analyst
el 8 de Mayo de 2014
It could be. I'd have to look at the color gamut in 3D. Depending on the shape of the gamut, there are different methods that would be best. Delta E basically carves out a ball in LAB color space. Sometimes you need to carve out a sector using thresholding on the hue channel, and sometimes you need to also consider the saturation and value channels.
Categorías
Más información sobre Image Segmentation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
