Skip to content

Commit baf9e32

Browse files
authored
Update imgproc.hpp
1 parent b2673a1 commit baf9e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3971,7 +3971,7 @@ than \f$\theta(n)\f$. Thus the overall complexity of the function is \f$O(n log(
39713971
39723972
@param points Input vector of 2D points with depth CV_32S or CV_32F, stored in std::vector\<\> or Mat
39733973
@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.
3974+
of the OutputArray must be CV_32F.
39753975
*/
39763976
CV_EXPORTS_W double minEnclosingTriangle( InputArray points, CV_OUT OutputArray triangle );
39773977

0 commit comments

Comments
 (0)