Update imgproc.hpp
authorSuleyman TURKMEN <sturkmen@hotmail.com>
Wed, 11 Oct 2017 14:37:38 +0000 (17:37 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2017 14:37:38 +0000 (17:37 +0300)
modules/imgproc/include/opencv2/imgproc.hpp

index 7e47e2a..7dafcc0 100644 (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 );