Update imgproc.hpp

This commit is contained in:
Suleyman TURKMEN 2017-10-11 17:37:38 +03:00 committed by GitHub
parent b2673a19cf
commit baf9e32af3

View File

@ -3971,7 +3971,7 @@ than \f$\theta(n)\f$. Thus the overall complexity of the function is \f$O(n log(
@param points Input vector of 2D points with depth CV_32S or CV_32F, stored in std::vector\<\> or Mat
@param triangle Output vector of three 2D points defining the vertices of the triangle. The depth
of the OutputArray could be CV_32S or CV_32F.
of the OutputArray must be CV_32F.
*/
CV_EXPORTS_W double minEnclosingTriangle( InputArray points, CV_OUT OutputArray triangle );