Merge pull request #17083 from pauljurczak:patch-2

pull/17091/head
Alexander Alekhin 5 years ago
commit d015db3de8
  1. 4
      modules/viz/include/opencv2/viz/widgets.hpp

@ -374,8 +374,8 @@ namespace cv
public:
/** @brief Constructs a WCube.
@param min_point Specifies minimum point of the bounding box.
@param max_point Specifies maximum point of the bounding box.
@param min_point Specifies minimum (or 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 color Color of the cube.

Loading…
Cancel
Save