We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2673a1 commit baf9e32Copy full SHA for baf9e32
modules/imgproc/include/opencv2/imgproc.hpp
@@ -3971,7 +3971,7 @@ than \f$\theta(n)\f$. Thus the overall complexity of the function is \f$O(n log(
3971
3972
@param points Input vector of 2D points with depth CV_32S or CV_32F, stored in std::vector\<\> or Mat
3973
@param triangle Output vector of three 2D points defining the vertices of the triangle. The depth
3974
-of the OutputArray could be CV_32S or CV_32F.
+of the OutputArray must be CV_32F.
3975
*/
3976
CV_EXPORTS_W double minEnclosingTriangle( InputArray points, CV_OUT OutputArray triangle );
3977
0 commit comments