www.gusucode.com > images 案例代码 matlab源码程序 > images/IdentifyObjectsIn2DImageExample.m

    %% Identify Objects in 2-D Image
%
%%

% Copyright 2015 The MathWorks, Inc.

I = imread('liftingbody.png'); 
J = rangefilt(I); 
imshow(I), figure, imshow(J);