Searched refs:cloud_colors (Results 1 – 2 of 2) sorted by relevance
208 void cv::viz::vtkCloudMatSource::filterNanColorsCopy(const Mat& cloud_colors, const Mat& mask, int … in filterNanColorsCopy() argument213 int s_chs = cloud_colors.channels(); in filterNanColorsCopy()215 for (int y = 0; y < cloud_colors.rows; ++y) in filterNanColorsCopy()217 const unsigned char* srow = cloud_colors.ptr<unsigned char>(y); in filterNanColorsCopy()218 const unsigned char* send = srow + cloud_colors.cols * s_chs; in filterNanColorsCopy()221 if (cloud_colors.channels() == 1) in filterNanColorsCopy()
85 …template<typename _Msk> void filterNanColorsCopy(const Mat& cloud_colors, const Mat& mask, int tot…