imgproc            14 modules/calib3d/misc/java/test/Calib3dTest.java import org.opencv.imgproc.Imgproc;
imgproc            22 modules/core/misc/java/test/CoreTest.java import org.opencv.imgproc.Imgproc;
imgproc            65 modules/cudaimgproc/src/bilateral_filter.cpp     using cv::cuda::device::imgproc::bilateral_filter_gpu;
imgproc           138 modules/cudaimgproc/src/corners.cpp         using namespace cv::cuda::device::imgproc;
imgproc           166 modules/cudaimgproc/src/corners.cpp         using namespace cv::cuda::device::imgproc;
imgproc            68 modules/cudaimgproc/src/mean_shift.cpp     using namespace ::cv::cuda::device::imgproc;
imgproc           103 modules/cudaimgproc/src/mean_shift.cpp     using namespace ::cv::cuda::device::imgproc;
imgproc            68 modules/cudawarping/src/pyramids.cpp     using namespace cv::cuda::device::imgproc;
imgproc           108 modules/cudawarping/src/pyramids.cpp     using namespace cv::cuda::device::imgproc;
imgproc            63 modules/cudawarping/src/remap.cpp     using namespace cv::cuda::device::imgproc;
imgproc            80 modules/cudawarping/src/warp.cpp     using namespace cv::cuda::device::imgproc;
imgproc           109 modules/cudawarping/src/warp.cpp     using namespace cv::cuda::device::imgproc;
imgproc           284 modules/cudawarping/src/warp.cpp         using namespace cv::cuda::device::imgproc;
imgproc           423 modules/cudawarping/src/warp.cpp         using namespace cv::cuda::device::imgproc;
imgproc            13 modules/features2d/misc/java/test/BRIEFDescriptorExtractorTest.java import org.opencv.imgproc.Imgproc;
imgproc            21 modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java import org.opencv.imgproc.Imgproc;
imgproc            20 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java import org.opencv.imgproc.Imgproc;
imgproc            19 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java import org.opencv.imgproc.Imgproc;
imgproc            20 modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java import org.opencv.imgproc.Imgproc;
imgproc            20 modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java import org.opencv.imgproc.Imgproc;
imgproc            15 modules/features2d/misc/java/test/FASTFeatureDetectorTest.java import org.opencv.imgproc.Imgproc;
imgproc            21 modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java import org.opencv.imgproc.Imgproc;
imgproc            13 modules/features2d/misc/java/test/ORBDescriptorExtractorTest.java import org.opencv.imgproc.Imgproc;
imgproc            13 modules/features2d/misc/java/test/SIFTDescriptorExtractorTest.java import org.opencv.imgproc.Imgproc;
imgproc            15 modules/features2d/misc/java/test/STARFeatureDetectorTest.java import org.opencv.imgproc.Imgproc;
imgproc            13 modules/features2d/misc/java/test/SURFDescriptorExtractorTest.java import org.opencv.imgproc.Imgproc;
imgproc            19 modules/features2d/misc/java/test/SURFFeatureDetectorTest.java import org.opencv.imgproc.Imgproc;
imgproc             1 modules/imgproc/misc/java/test/ImgprocTest.java package org.opencv.test.imgproc;
imgproc            21 modules/imgproc/misc/java/test/ImgprocTest.java import org.opencv.imgproc.Imgproc;
imgproc             1 modules/imgproc/misc/java/test/MomentsTest.java package org.opencv.test.imgproc;
imgproc             1 modules/imgproc/misc/java/test/Subdiv2DTest.java package org.opencv.test.imgproc;
imgproc             6 modules/imgproc/misc/java/test/Subdiv2DTest.java import org.opencv.imgproc.Subdiv2D;
imgproc             3 modules/imgproc/perf/perf_main.cpp CV_PERF_TEST_MAIN(imgproc)
imgproc           808 modules/imgproc/src/accum.cpp     ocl::Kernel k("accumulate", ocl::imgproc::accumulate_oclsrc,
imgproc           101 modules/imgproc/src/blend.cpp     ocl::Kernel k("blendLinear", ocl::imgproc::blend_linear_oclsrc,
imgproc           141 modules/imgproc/src/canny.cpp         ocl::Kernel with_sobel("stage1_with_sobel", ocl::imgproc::canny_oclsrc,
imgproc           175 modules/imgproc/src/canny.cpp         ocl::Kernel without_sobel("stage1_without_sobel", ocl::imgproc::canny_oclsrc,
imgproc           205 modules/imgproc/src/canny.cpp     ocl::Kernel edgesHysteresis("stage2_hysteresis", ocl::imgproc::canny_oclsrc,
imgproc           218 modules/imgproc/src/canny.cpp     ocl::Kernel getEdgesKernel("getEdges", ocl::imgproc::canny_oclsrc,
imgproc            57 modules/imgproc/src/clahe.cpp         cv::ocl::Kernel _k("calcLut", cv::ocl::imgproc::clahe_oclsrc);
imgproc            66 modules/imgproc/src/clahe.cpp         cv::ocl::Kernel k("calcLut", cv::ocl::imgproc::clahe_oclsrc, opts);
imgproc            96 modules/imgproc/src/clahe.cpp         cv::ocl::Kernel k("transform", cv::ocl::imgproc::clahe_oclsrc);
imgproc          6706 modules/imgproc/src/color.cpp         k.create("RGB", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6720 modules/imgproc/src/color.cpp         k.create("RGB5x52RGB", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6733 modules/imgproc/src/color.cpp         k.create("RGB2RGB5x5", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6742 modules/imgproc/src/color.cpp         k.create("BGR5x52Gray", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6751 modules/imgproc/src/color.cpp         k.create("Gray2BGR5x5", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6761 modules/imgproc/src/color.cpp         k.create("RGB2Gray", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6772 modules/imgproc/src/color.cpp         k.create("Gray2RGB", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6782 modules/imgproc/src/color.cpp         k.create("RGB2YUV", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6792 modules/imgproc/src/color.cpp         k.create("YUV2RGB", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6810 modules/imgproc/src/color.cpp         k.create("YUV2RGB_NVx", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6828 modules/imgproc/src/color.cpp         k.create("YUV2RGB_YV12_IYUV", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6871 modules/imgproc/src/color.cpp         k.create("RGB2YUV_YV12_IYUV", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6894 modules/imgproc/src/color.cpp         k.create("YUV2RGB_422", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6905 modules/imgproc/src/color.cpp         k.create("RGB2YCrCb", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6916 modules/imgproc/src/color.cpp         k.create("YCrCb2RGB", ocl::imgproc::cvtcolor_oclsrc,
imgproc          6962 modules/imgproc/src/color.cpp         k.create("RGB2XYZ", ocl::imgproc::cvtcolor_oclsrc,
imgproc          7013 modules/imgproc/src/color.cpp         k.create("XYZ2RGB", ocl::imgproc::cvtcolor_oclsrc,
imgproc          7069 modules/imgproc/src/color.cpp             k.create("RGB2HSV", ocl::imgproc::cvtcolor_oclsrc,
imgproc          7082 modules/imgproc/src/color.cpp             k.create(kernelName.c_str(), ocl::imgproc::cvtcolor_oclsrc,
imgproc          7101 modules/imgproc/src/color.cpp         k.create(kernelName.c_str(), ocl::imgproc::cvtcolor_oclsrc,
imgproc          7111 modules/imgproc/src/color.cpp         k.create(code == COLOR_RGBA2mRGBA ? "RGBA2mRGBA" : "mRGBA2RGBA", ocl::imgproc::cvtcolor_oclsrc,
imgproc          7127 modules/imgproc/src/color.cpp                  ocl::imgproc::cvtcolor_oclsrc,
imgproc          7251 modules/imgproc/src/color.cpp                  ocl::imgproc::cvtcolor_oclsrc,
imgproc           407 modules/imgproc/src/corner.cpp         ocl::Kernel k(format("sobel%d", aperture_size).c_str(), ocl::imgproc::covardata_oclsrc,
imgproc           466 modules/imgproc/src/corner.cpp     ocl::Kernel cornelKernel("corner", ocl::imgproc::corner_oclsrc,
imgproc           510 modules/imgproc/src/corner.cpp     ocl::Kernel k("preCornerDetect", ocl::imgproc::precornerdetect_oclsrc);
imgproc           739 modules/imgproc/src/deriv.cpp         ocl::Kernel k("laplacian", ocl::imgproc::laplacian5_oclsrc, opts);
imgproc           765 modules/imgproc/src/deriv.cpp     ocl::Kernel k("sumConvert", ocl::imgproc::laplacian5_oclsrc,
imgproc           102 modules/imgproc/src/featureselect.cpp         ocl::Kernel k("maxEigenVal", ocl::imgproc::gftt_oclsrc,
imgproc           125 modules/imgproc/src/featureselect.cpp         ocl::Kernel k2("maxEigenValTask", ocl::imgproc::gftt_oclsrc,
imgproc           139 modules/imgproc/src/featureselect.cpp         ocl::Kernel k("findCorners", ocl::imgproc::gftt_oclsrc,
imgproc          4113 modules/imgproc/src/filter.cpp         if (!k.create("filter2DSmall", cv::ocl::imgproc::filter2DSmall_oclsrc, build_options))
imgproc          4162 modules/imgproc/src/filter.cpp             if (!k.create("filter2D", cv::ocl::imgproc::filter2D_oclsrc, opts))
imgproc          4242 modules/imgproc/src/filter.cpp     ocl::Kernel k(kernelName.c_str(), cv::ocl::imgproc::filterSepRow_oclsrc,
imgproc          4292 modules/imgproc/src/filter.cpp     ocl::Kernel k("col_filter", cv::ocl::imgproc::filterSepCol_oclsrc,
imgproc          4343 modules/imgproc/src/filter.cpp     ocl::Kernel k("sep_filter", ocl::imgproc::filterSep_singlePass_oclsrc, opts);
imgproc          1492 modules/imgproc/src/histogram.cpp     ocl::Kernel k1("calculate_histogram", ocl::imgproc::histogram_oclsrc,
imgproc          1512 modules/imgproc/src/histogram.cpp     ocl::Kernel k2("merge_histogram", ocl::imgproc::histogram_oclsrc,
imgproc          2137 modules/imgproc/src/histogram.cpp         ocl::Kernel lutk("calcLUT", ocl::imgproc::calc_back_project_oclsrc, opts);
imgproc          2149 modules/imgproc/src/histogram.cpp         ocl::Kernel mapk("LUT", ocl::imgproc::calc_back_project_oclsrc, opts);
imgproc          2173 modules/imgproc/src/histogram.cpp         ocl::Kernel lutk1("calcLUT", ocl::imgproc::calc_back_project_oclsrc, opts);
imgproc          2185 modules/imgproc/src/histogram.cpp         ocl::Kernel lutk2("calcLUT", ocl::imgproc::calc_back_project_oclsrc, opts);
imgproc          2195 modules/imgproc/src/histogram.cpp         ocl::Kernel mapk("LUT", ocl::imgproc::calc_back_project_oclsrc, opts);
imgproc          3584 modules/imgproc/src/histogram.cpp     ocl::Kernel k1("calculate_histogram", ocl::imgproc::histogram_oclsrc,
imgproc          3603 modules/imgproc/src/histogram.cpp     ocl::Kernel k2("calcLUT", ocl::imgproc::histogram_oclsrc,
imgproc           675 modules/imgproc/src/hough.cpp     ocl::Kernel pointListKernel("make_point_list", ocl::imgproc::hough_lines_oclsrc,
imgproc           707 modules/imgproc/src/hough.cpp         fillAccumKernel.create("fill_accum_global", ocl::imgproc::hough_lines_oclsrc,
imgproc           718 modules/imgproc/src/hough.cpp         fillAccumKernel.create("fill_accum_local", ocl::imgproc::hough_lines_oclsrc,
imgproc           767 modules/imgproc/src/hough.cpp     ocl::Kernel getLinesKernel("get_lines", ocl::imgproc::hough_lines_oclsrc,
imgproc           820 modules/imgproc/src/hough.cpp     ocl::Kernel getLinesKernel("get_lines", ocl::imgproc::hough_lines_oclsrc,
imgproc          2926 modules/imgproc/src/imgwarp.cpp         k.create("resizeSampler", ocl::imgproc::resize_oclsrc, compileOpts);
imgproc          2985 modules/imgproc/src/imgwarp.cpp             k.create("resizeLN", ocl::imgproc::resize_oclsrc,
imgproc          3002 modules/imgproc/src/imgwarp.cpp             k.create("resizeLN", ocl::imgproc::resize_oclsrc,
imgproc          3019 modules/imgproc/src/imgwarp.cpp         k.create("resizeNN", ocl::imgproc::resize_oclsrc,
imgproc          3050 modules/imgproc/src/imgwarp.cpp             k.create("resizeAREA_FAST", ocl::imgproc::resize_oclsrc, buildOption);
imgproc          3057 modules/imgproc/src/imgwarp.cpp             k.create("resizeAREA", ocl::imgproc::resize_oclsrc, buildOption);
imgproc          4552 modules/imgproc/src/imgwarp.cpp     ocl::Kernel k(kernelName.c_str(), ocl::imgproc::remap_oclsrc, buildOptions);
imgproc          5483 modules/imgproc/src/imgwarp.cpp                 ocl::imgproc::warp_affine_oclsrc : ocl::imgproc::warp_perspective_oclsrc;
imgproc           487 modules/imgproc/src/moments.cpp     ocl::Kernel k = ocl::Kernel("moments", ocl::imgproc::moments_oclsrc,
imgproc          1452 modules/imgproc/src/morph.cpp     ocl::Kernel kernel("filterSmall", cv::ocl::imgproc::filterSmall_oclsrc, opts);
imgproc          1603 modules/imgproc/src/morph.cpp         kernels[i].create("morph", ocl::imgproc::morph_oclsrc, buildOptions);
imgproc          1104 modules/imgproc/src/pyramids.cpp     ocl::Kernel k("pyrDown", ocl::imgproc::pyr_down_oclsrc, buildOptions);
imgproc          1152 modules/imgproc/src/pyramids.cpp         k.create("pyrUp_unrolled", ocl::imgproc::pyr_up_oclsrc, buildOptions);
imgproc          1156 modules/imgproc/src/pyramids.cpp         k.create("pyrUp", ocl::imgproc::pyr_up_oclsrc, buildOptions);
imgproc          1136 modules/imgproc/src/smooth.cpp         if (!kernel.create("filterSmall", cv::ocl::imgproc::filterSmall_oclsrc, build_options))
imgproc          1171 modules/imgproc/src/smooth.cpp             kernel.create("boxFilter", cv::ocl::imgproc::boxFilter_oclsrc, opts);
imgproc          2606 modules/imgproc/src/smooth.cpp     ocl::Kernel k(kname.c_str(), ocl::imgproc::medianFilter_oclsrc, kdefs.c_str() );
imgproc          3030 modules/imgproc/src/smooth.cpp      ocl::Kernel k(kernelName.c_str(), ocl::imgproc::bilateral_oclsrc,
imgproc           354 modules/imgproc/src/sumpixels.cpp     ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc, build_opt);
imgproc           367 modules/imgproc/src/sumpixels.cpp     ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc, build_opt);
imgproc           394 modules/imgproc/src/sumpixels.cpp     ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc, build_opt);
imgproc           408 modules/imgproc/src/sumpixels.cpp     ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc, build_opt);
imgproc            66 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("extractFirstChannel", ocl::imgproc::match_template_oclsrc, format("-D FIRST_CHANNEL -D T1=%s -D cn=%d -D PIX_PER_WI_Y=%d",
imgproc            91 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("calcSum", ocl::imgproc::match_template_oclsrc,
imgproc           276 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_Naive_CCORR", ocl::imgproc::match_template_oclsrc,
imgproc           322 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_CCORR_NORMED", ocl::imgproc::match_template_oclsrc,
imgproc           353 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_Naive_SQDIFF", ocl::imgproc::match_template_oclsrc,
imgproc           380 modules/imgproc/src/templmatch.cpp         ocl::Kernel k("matchTemplate_Prepared_SQDIFF", ocl::imgproc::match_template_oclsrc,
imgproc           411 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_SQDIFF_NORMED", ocl::imgproc::match_template_oclsrc,
imgproc           446 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_Prepared_CCOEFF", ocl::imgproc::match_template_oclsrc,
imgproc           481 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_CCOEFF_NORMED", ocl::imgproc::match_template_oclsrc,
imgproc          1155 modules/imgproc/src/thresh.cpp     ocl::Kernel k("threshold", ocl::imgproc::threshold_oclsrc,
imgproc             9 modules/java/android_test/src/org/opencv/test/android/UtilsTest.java import org.opencv.imgproc.Imgproc;
imgproc            18 modules/java/generator/src/java/android+JavaCameraView.java import org.opencv.imgproc.Imgproc;
imgproc             6 modules/objdetect/misc/java/test/CascadeClassifierTest.java import org.opencv.imgproc.Imgproc;
imgproc             8 modules/photo/misc/java/test/PhotoTest.java import org.opencv.imgproc.Imgproc;
imgproc            83 modules/photo/src/denoising.cuda.cpp     using cv::cuda::device::imgproc::nlm_bruteforce_gpu;
imgproc           135 modules/photo/src/denoising.cuda.cpp     device::imgproc::nln_fast_get_buffer_size(src_hdr, search_window, block_window, bcols, brows);
imgproc           138 modules/photo/src/denoising.cuda.cpp     using namespace cv::cuda::device::imgproc;
imgproc           161 modules/photo/src/denoising.cuda.cpp     device::imgproc::fnlm_split_channels(lab, l, ab, StreamAccessor::getStream(stream));
imgproc           166 modules/photo/src/denoising.cuda.cpp     device::imgproc::fnlm_merge_channels(l, ab, lab, StreamAccessor::getStream(stream));
imgproc            93 modules/stitching/src/warpers_cuda.cpp     device::imgproc::buildWarpPlaneMaps(dst_roi.tl().x, dst_roi.tl().y, map_x, map_y, K_Rinv.ptr<float>(), R_Kinv.ptr<float>(),
imgproc           119 modules/stitching/src/warpers_cuda.cpp     device::imgproc::buildWarpSphericalMaps(dst_roi.tl().x, dst_roi.tl().y, map_x, map_y, K_Rinv.ptr<float>(), R_Kinv.ptr<float>(), scale, StreamAccessor::getStream(stream));
imgproc           144 modules/stitching/src/warpers_cuda.cpp     device::imgproc::buildWarpCylindricalMaps(dst_roi.tl().x, dst_roi.tl().y, map_x, map_y, K_Rinv.ptr<float>(), R_Kinv.ptr<float>(), scale, StreamAccessor::getStream(stream));
imgproc             9 samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java import org.opencv.imgproc.Imgproc;
imgproc            16 samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CameraCalibrator.java import org.opencv.imgproc.Imgproc;
imgproc            13 samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/OnCameraFrameRender.java import org.opencv.imgproc.Imgproc;
imgproc            18 samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetectionActivity.java import org.opencv.imgproc.Imgproc;
imgproc            12 samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetector.java import org.opencv.imgproc.Imgproc;
imgproc            21 samples/android/face-detection/src/org/opencv/samples/facedetect/FdActivity.java import org.opencv.imgproc.Imgproc;
imgproc            19 samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java import org.opencv.imgproc.Imgproc;
imgproc            11 samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/Tutorial2Activity.java import org.opencv.imgproc.Imgproc;