index
:
FOSSEE_Image_Processing_Toolbox/.git
master
Functions for FIPT
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
boundingRect.sci
blob: 9c8e8826f75e80c6249e50d2252880ea941f46d9 (
plain
)
1
2
3
function [rectMat]=boundingRect(points) rectMat=opencv_boundingRect(points); endfunction