Home
last modified time | relevance | path

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

/external/opencv3/modules/viz/src/vtk/
DvtkCloudMatSource.cpp150 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
DvtkCloudMatSource.h91 void filterNanTCoordsCopy(const Mat& tcoords, const Mat& mask, int total);