Searched refs:filterNanTCoordsCopy (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/viz/src/vtk/ |
D | vtkCloudMatSource.cpp | 150 filterNanTCoordsCopy<float, float>(tc, cl, total); in SetColorCloudNormalsTCoords() 152 filterNanTCoordsCopy<float, double>(tc, cl, total); in SetColorCloudNormalsTCoords() 154 filterNanTCoordsCopy<double, float>(tc, cl, total); in SetColorCloudNormalsTCoords() 156 filterNanTCoordsCopy<double, double>(tc, cl, total); in SetColorCloudNormalsTCoords() 267 void cv::viz::vtkCloudMatSource::filterNanTCoordsCopy(const Mat& _tcoords, const Mat& mask, int tot… in filterNanTCoordsCopy() function in cv::viz::vtkCloudMatSource
|
D | vtkCloudMatSource.h | 91 void filterNanTCoordsCopy(const Mat& tcoords, const Mat& mask, int total);
|