How can I find local maxima in an image in MATLAB?

后端 未结 5 1646
无人及你
无人及你 2020-12-08 00:54

I have an image in MATLAB:

y = rgb2gray(imread(\'some_image_file.jpg\'));

and I want to do some processing on it:

pic = som         


        
5条回答
提交回复
热议问题