summaryrefslogtreecommitdiff
path: root/macros/boundingRect.sci
blob: 9c8e8826f75e80c6249e50d2252880ea941f46d9 (plain)
1
2
3
function [rectMat]=boundingRect(points)
    rectMat=opencv_boundingRect(points);
endfunction