summaryrefslogtreecommitdiff
path: root/macros/clipline.sci
blob: 9f177f1017fb9495297c7958f6275b07963eeee3 (plain)
1
2
3
function [out]=clipline(width, height, x1 , y1 , x2,y2)
         out=opencv_clipline(width, height, x1 , y1 , x2,y2);
endfunction;