1 2 3 4 5
function result = arclength(input_curve, closed) result = opencv_arclength(input_curve, closed) endfunction