Commit efbebe62 authored by ozantonkal's avatar ozantonkal

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

Merge branch 'implementing_widgets' of https://github.com/ozantonkal/opencv into implementing_widgets
parents 25f98bc0 acd63c14
......@@ -532,4 +532,4 @@ cv::String cv::viz::TextWidget::getText() const
vtkTextActor *actor = vtkTextActor::SafeDownCast(WidgetAccessor::getProp(*this));
CV_Assert(actor);
return actor->GetInput();
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment