Merge branch 'implementing_widgets' of https://github.com/ozantonkal/opencv into implementing_widgets

pull/1453/head
ozantonkal 12 years ago
commit efbebe6236
  1. 2
      modules/viz/src/shape_widgets.cpp

@ -532,4 +532,4 @@ cv::String cv::viz::TextWidget::getText() const
vtkTextActor *actor = vtkTextActor::SafeDownCast(WidgetAccessor::getProp(*this));
CV_Assert(actor);
return actor->GetInput();
}
}

Loading…
Cancel
Save