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

This commit is contained in:
ozantonkal
2013-07-15 12:04:24 +02:00
+1 -1
View File
@@ -532,4 +532,4 @@ cv::String cv::viz::TextWidget::getText() const
vtkTextActor *actor = vtkTextActor::SafeDownCast(WidgetAccessor::getProp(*this));
CV_Assert(actor);
return actor->GetInput();
}
}