mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
Revert "documentation: avoid links to 'master' branch from 3.4 maintenance branch" This reverts commit9ba9358ecb. Revert "documentation: avoid links to 'master' branch from 3.4 maintenance branch (2)" This reverts commitf185802489.
This commit is contained in:
@@ -19,7 +19,7 @@ if(NOT BUILD_SHARED_LIBS)
|
||||
endif()
|
||||
endforeach()
|
||||
if(_conflicts)
|
||||
message(STATUS "Disabling VIZ module due conflicts with VTK dependencies: ${_conflicts}")
|
||||
message(STATUS "Disabling VIZ module due to conflicts with VTK dependencies: ${_conflicts}")
|
||||
ocv_module_disable(viz)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -506,7 +506,7 @@ namespace cv
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
/// Compond widgets
|
||||
/// Compound widgets
|
||||
|
||||
/** @brief This 3D Widget represents a coordinate system. :
|
||||
*/
|
||||
|
||||
@@ -528,7 +528,7 @@ void cv::viz::WText3D::setText(const String &text)
|
||||
|
||||
cv::String cv::viz::WText3D::getText() const
|
||||
{
|
||||
vtkFollower *actor = vtkFollower::SafeDownCast(WidgetAccessor::getProp(*this));
|
||||
vtkActor *actor = vtkActor::SafeDownCast(WidgetAccessor::getProp(*this));
|
||||
CV_Assert("This widget does not support text." && actor);
|
||||
|
||||
vtkPolyDataMapper *mapper = vtkPolyDataMapper::SafeDownCast(actor->GetMapper());
|
||||
|
||||
Reference in New Issue
Block a user