1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

improve the doc for the viz module.

This commit is contained in:
Fangjun Kuang
2018-02-11 14:15:50 +08:00
parent e801e336ed
commit 2f3d4df2f2
12 changed files with 201 additions and 81 deletions
-2
View File
@@ -89,10 +89,8 @@ cv::viz::WCloud::WCloud(cv::InputArray cloud, cv::InputArray colors, cv::InputAr
actor->SetMapper(mapper);
WidgetAccessor::setProp(*this, actor);
}
template<> cv::viz::WCloud cv::viz::Widget::cast<cv::viz::WCloud>()
{
Widget3D widget = this->cast<Widget3D>();