nopaste
Home
All pastes
Popular pastes
Recent pastes
Undefined
By: ruizinho | Date: Sep 24 2010 17:12 | Format: None | Expires: never | Size: 169 B | Hits: 720
Edit & repaste
|
raw paste
|
Request removal
function y_=f2(im,thr,t2)
if nargin <2
im=imread('demo.jpg');
thr=100;
t2=200;
end
y=im(:,:,1)>thr;
if nargout<1
imshow(im);
else
y_=y;
end
Latest pastes
Undefined
1 months ago
Undefined
1 months ago
Undefined
2 months ago
Undefined
2 months ago
Undefined
2 months ago