- Changed the type of the minEnclosingTriangle function parameters by using proxy...
authorOvidiu Parvu <ovidiu.parvu@gmail.com>
Thu, 12 Sep 2013 09:11:38 +0000 (10:11 +0100)
committerOvidiu Parvu <ovidiu.parvu@gmail.com>
Thu, 12 Sep 2013 09:11:38 +0000 (10:11 +0100)
commit510ad8e77927a1d71be14921a5717e0791f60330
tree95b1d8bdbee158b8ca67cdcca372262491f5e64a
parente6b58c4e79c4e57ac2b25919dc66c510ef0ad35c
- Changed the type of the minEnclosingTriangle function parameters by using proxy classes InputArray/OutputArray instead of std::vector<T>
- Adapted the source code to accommodate this change
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/src/min_enclosing_triangle.cpp