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(:))
0 个评论
回答(1 个)
Prajit T R
2018-4-9
Hi Ellen
This link should be able to guide you in the right direction:
Cheers
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!