Changed the signature of the minEnclosingTriangle function such that it returns the...
authorOvidiu Parvu <ovidiu.parvu@gmail.com>
Thu, 19 Sep 2013 15:22:30 +0000 (16:22 +0100)
committerOvidiu Parvu <ovidiu.parvu@gmail.com>
Thu, 19 Sep 2013 15:22:30 +0000 (16:22 +0100)
commite324446c70e119b6f31955342cfc7bf5f03b2db8
treef7da3c6a2dbc047fd601587f2e6eabd19a63314b
parent52cdae6e2bf10f5781d5a86a5f3d1154ae794ffc
Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly.
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/src/min_enclosing_triangle.cpp
modules/imgproc/test/test_convhull.cpp