필터 지우기
필터 지우기

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 (최근 30일)
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

채택된 답변

Selva Karna
Selva Karna 2017년 8월 9일
a=your image; red=a(:,:,1); hist(red);

추가 답변 (1개)

Selva Karna
Selva Karna 2017년 8월 9일
attach your image

카테고리

Help CenterFile Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by