1 2 3 4
function [out]=convexhull(pstData,clkwise,returnpoints) out=opencv_convexhull(pstData,clkwise,returnpoints); endfunction;