No BSD License  

Highlights from
IDE@L

image thumbnail
from IDE@L by Joseph Morlier
IDE@L is a toolbox for Matlab dealing with Tree rings detection by image processing. This is a Graph

threshold=perimeter_parameter(imo)
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