Home
last modified time | relevance | path

Searched refs:textured_plane (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/viz/src/
Dshapes.cpp685 …vtkSmartPointer<vtkTextureMapToPlane> textured_plane = vtkSmartPointer<vtkTextureMapToPlane>::New(… in WImage3D() local
686 textured_plane->SetInputConnection(plane->GetOutputPort()); in WImage3D()
689 mapper->SetInputConnection(textured_plane->GetOutputPort()); in WImage3D()