mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Update imgproc.hpp
This commit is contained in:
parent
b2673a19cf
commit
baf9e32af3
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user