HomeSort by relevance Sort by last modified time
    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