About RGB image edge detection

1 visualización (últimos 30 días)
Priyanka
Priyanka el 30 de En. de 2012
Comentada: Image Analyst el 12 de Nov. de 2015
How to find edge detection of RGB image using component gradient operator like sobel gradient and laplace gradient operator?

Respuestas (1)

Image Analyst
Image Analyst el 30 de En. de 2012
For starters you could use rgb2hsv and then run an edge detector on the V channel. This would detect edges in the luminance channel only. A better method might be to calculate "delta E" (the CIELAB color difference metric) between the center pixel and it's neighbors in a sliding window. You could use nlfilter() for that.
  1 comentario
Image Analyst
Image Analyst el 12 de Nov. de 2015
I'm attaching my local Delta E color edge detector in case anyone wants it.

Iniciar sesión para comentar.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by