Searched refs:applyColorMap (Results 1 – 4 of 4) sorted by relevance
530 void applyColorMap(InputArray src, OutputArray dst, int colormap) in applyColorMap() function
3754 CV_EXPORTS_W void applyColorMap(InputArray src, OutputArray dst, int colormap);
2486 public static void applyColorMap(Mat src, Mat dst, int colormap) in applyColorMap() method in Imgproc
5176 cv::applyColorMap( src, dst, (int)colormap ); in Java_org_opencv_imgproc_Imgproc_applyColorMap_10()