Borrar filtros
Borrar filtros

I have an black image in which a red line is there i want to extract that red line i.e only red channel and want to know each row pixel of that particular red pixel and want to plot histogram

2 visualizaciones (últimos 30 días)
I have an image in which a red line is there i want to extract only red channel in dat image and want to know max row value in each row and want to plot histogram of that red channel only.I want code in matlab..thanking u

Respuesta aceptada

Selva Karna
Selva Karna el 9 de Ag. de 2017
a=your image; red=a(:,:,1); hist(red);

Más respuestas (1)

Selva Karna
Selva Karna el 9 de Ag. de 2017
attach your image

Categorías

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

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by