Overloaded the minEnclosingTriangle function such that there is an alternative functi...
authorOvidiu Parvu <ovidiu.parvu@gmail.com>
Thu, 12 Sep 2013 22:47:48 +0000 (23:47 +0100)
committerOvidiu Parvu <ovidiu.parvu@gmail.com>
Thu, 12 Sep 2013 22:47:48 +0000 (23:47 +0100)
commit8bada4c751985d0664abfd9cbc34b34e0aa0abff
tree41e22c633a5f5ddb294dbc5f6e6fcdbbaa51ecf0
parent0ed2f6201d962e8c130c055aae8be232c3c650d6
Overloaded the minEnclosingTriangle function such that there is an alternative function with the same name which does not require the output parameter ``area''.
Changed the sample source file minarea.cpp to use the overloaded version of the function.
Updated some comments in the min_enclosing_triangle.cpp source file.
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/src/min_enclosing_triangle.cpp
samples/cpp/minarea.cpp