summaryrefslogtreecommitdiff
path: root/macros/convexhull.sci
blob: 0937f555eec4158d1c81ea60bbec288d9cbae179 (plain)
1
2
3
4
function [out]=convexhull(pstData,clkwise,returnpoints)
         out=opencv_convexhull(pstData,clkwise,returnpoints);
       
endfunction;