No BSD License
function threshold=perimeter_parameter(imo) %Edge detection parameter input % h=figure(1); imshow(imo);set(h,'name',nomfich); prompt={'Perimeter'}; title='Threshold Input for Curve Detection'; lines=1; threshold=25; va{1}=num2str(threshold); valeur=inputdlg(prompt,title,lines,va); threshold=str2num(valeur{1});
Contact us at files@mathworks.com