Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I need to find the pixel count for the max intensity value of an image ie i want to know the exact value on the x axis of the histogram generated with imhist for a known y value is there a code to do this?

조회 수: 1 (최근 30일)
this is the code I have [filename,pathname]=uigetfile('CellImage1.jpg','Select the image'); A= imread(fullfile(pathname,filename), 'jpg'); imshow(A); J = imcrop(A,[300 0 110 550]); imshow(J) imhist(J) mean(J(:))

답변 (1개)

Prajit T R
Prajit T R 2018년 4월 9일

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by