mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #17083 from pauljurczak:patch-2
This commit is contained in:
@@ -374,8 +374,8 @@ namespace cv
|
|||||||
public:
|
public:
|
||||||
/** @brief Constructs a WCube.
|
/** @brief Constructs a WCube.
|
||||||
|
|
||||||
@param min_point Specifies minimum point of the bounding box.
|
@param min_point Specifies minimum (or maximum) point of the bounding box.
|
||||||
@param max_point Specifies maximum point of the bounding box.
|
@param max_point Specifies maximum (or minimum) point of the bounding box, opposite to the first parameter.
|
||||||
@param wire_frame If true, cube is represented as wireframe.
|
@param wire_frame If true, cube is represented as wireframe.
|
||||||
@param color Color of the cube.
|
@param color Color of the cube.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user