summaryrefslogtreecommitdiff
path: root/macros/getrotationmatrix2d.sci
blob: f1cc44fcf0792783498ac36f65cf0be143839352 (plain)
1
2
3
function [out]=getrotationmatrix2d(Point2fcenter, doubleangle, doublescale)
         out=opencv_getrotationmatrix2d(Point2fcenter, doubleangle, doublescale);
endfunction;