OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_source
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/viz/src/
clouds.cpp
433
vtkSmartPointer<vtkImageMatSource>
image_source
= vtkSmartPointer<vtkImageMatSource>::New();
local
434
image_source
->SetImage(mesh.texture);
437
texture->SetInputConnection(
image_source
->GetOutputPort());
Completed in 94 milliseconds