Home
last modified time | relevance | path

Searched refs:imgproc (Results 1 – 25 of 95) sorted by relevance

1234

/external/opencv3/
DAndroid.mk90 $(LOCAL_PATH)/modules/imgproc/include \
123 $(LOCAL_PATH)/modules/imgproc/include \
186 $(LOCAL_PATH)/modules/imgproc/include \
311 $(LOCAL_PATH)/modules/imgproc/include \
634 $(LOCAL_PATH)/modules/imgproc/include \
686 $(LOCAL_PATH)/modules/imgproc/include \
687 $(LOCAL_PATH)/modules/imgproc \
688 $(LOCAL_PATH)/modules/imgproc/src \
698 modules/imgproc/src/accum.cpp \
699 modules/imgproc/src/approx.cpp \
[all …]
/external/opencv3/modules/photo/src/
Ddenoising.cuda.cpp74 namespace imgproc namespace
83 using cv::cuda::device::imgproc::nlm_bruteforce_gpu; in nonLocalMeans()
106 namespace imgproc namespace
135 device::imgproc::nln_fast_get_buffer_size(src_hdr, search_window, block_window, bcols, brows); in fastNlMeansDenoising()
138 using namespace cv::cuda::device::imgproc; in fastNlMeansDenoising()
161 device::imgproc::fnlm_split_channels(lab, l, ab, StreamAccessor::getStream(stream)); in fastNlMeansDenoisingColored()
166 device::imgproc::fnlm_merge_channels(l, ab, lab, StreamAccessor::getStream(stream)); in fastNlMeansDenoisingColored()
/external/opencv3/modules/cudaimgproc/src/
Dmean_shift.cpp60 namespace imgproc namespace
68 using namespace ::cv::cuda::device::imgproc; in meanShiftFiltering()
95 namespace imgproc namespace
103 using namespace ::cv::cuda::device::imgproc; in meanShiftProc()
Dcorners.cpp57 namespace imgproc namespace
138 using namespace cv::cuda::device::imgproc; in compute()
166 using namespace cv::cuda::device::imgproc; in compute()
Dbilateral_filter.cpp56 namespace imgproc namespace
65 using cv::cuda::device::imgproc::bilateral_filter_gpu; in bilateralFilter()
/external/opencv3/modules/cudawarping/src/
Dpyramids.cpp60 namespace imgproc namespace
68 using namespace cv::cuda::device::imgproc; in pyrDown()
100 namespace imgproc namespace
108 using namespace cv::cuda::device::imgproc; in pyrUp()
Dremap.cpp53 namespace imgproc namespace
63 using namespace cv::cuda::device::imgproc; in remap()
Dwarp.cpp62 namespace imgproc namespace
80 using namespace cv::cuda::device::imgproc; in buildWarpAffineMaps()
109 using namespace cv::cuda::device::imgproc; in buildWarpPerspectiveMaps()
284 using namespace cv::cuda::device::imgproc; in warpAffine()
423 using namespace cv::cuda::device::imgproc; in warpPerspective()
/external/opencv3/modules/imgproc/misc/java/test/
DSubdiv2DTest.java1 package org.opencv.test.imgproc;
6 import org.opencv.imgproc.Subdiv2D;
DMomentsTest.java1 package org.opencv.test.imgproc;
/external/opencv3/modules/imgproc/perf/
Dperf_main.cpp3 CV_PERF_TEST_MAIN(imgproc)
/external/opencv3/modules/stitching/src/
Dwarpers_cuda.cpp53 namespace imgproc namespace
93 …device::imgproc::buildWarpPlaneMaps(dst_roi.tl().x, dst_roi.tl().y, map_x, map_y, K_Rinv.ptr<float… in buildWarpPlaneMaps()
119 …device::imgproc::buildWarpSphericalMaps(dst_roi.tl().x, dst_roi.tl().y, map_x, map_y, K_Rinv.ptr<f… in buildWarpSphericalMaps()
144 …device::imgproc::buildWarpCylindricalMaps(dst_roi.tl().x, dst_roi.tl().y, map_x, map_y, K_Rinv.ptr… in buildWarpCylindricalMaps()
/external/opencv3/modules/imgproc/
DCMakeLists.txt2 ocv_define_module(imgproc opencv_core WRAP java python)
Dopencl_kernels_imgproc.hpp11 namespace imgproc namespace
/external/opencv3/modules/photo/misc/java/test/
DPhotoTest.java8 import org.opencv.imgproc.Imgproc;
/external/opencv3/modules/cudaimgproc/src/cuda/
Dbilateral_filter.cu60 namespace imgproc namespace
166 …template void cv::cuda::device::imgproc::bilateral_filter_gpu<T>(const PtrStepSzb&, PtrStepSzb, in…
/external/opencv3/modules/java/src/
Dimgproc+CLAHE.java5 package org.opencv.imgproc;
Dimgproc+LineSegmentDetector.java5 package org.opencv.imgproc;
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp66 …ocl::Kernel k("extractFirstChannel", ocl::imgproc::match_template_oclsrc, format("-D FIRST_CHANNEL… in extractFirstChannel_32F()
91 ocl::Kernel k("calcSum", ocl::imgproc::match_template_oclsrc, in sumTemplate()
276 ocl::Kernel k("matchTemplate_Naive_CCORR", ocl::imgproc::match_template_oclsrc, in matchTemplateNaive_CCORR()
322 ocl::Kernel k("matchTemplate_CCORR_NORMED", ocl::imgproc::match_template_oclsrc, in matchTemplate_CCORR_NORMED()
353 ocl::Kernel k("matchTemplate_Naive_SQDIFF", ocl::imgproc::match_template_oclsrc, in matchTemplateNaive_SQDIFF()
380 ocl::Kernel k("matchTemplate_Prepared_SQDIFF", ocl::imgproc::match_template_oclsrc, in matchTemplate_SQDIFF()
411 ocl::Kernel k("matchTemplate_SQDIFF_NORMED", ocl::imgproc::match_template_oclsrc, in matchTemplate_SQDIFF_NORMED()
446 ocl::Kernel k("matchTemplate_Prepared_CCOEFF", ocl::imgproc::match_template_oclsrc, in matchTemplate_CCOEFF()
481 ocl::Kernel k("matchTemplate_CCOEFF_NORMED", ocl::imgproc::match_template_oclsrc, in matchTemplate_CCOEFF_NORMED()
Dfeatureselect.cpp102 ocl::Kernel k("maxEigenVal", ocl::imgproc::gftt_oclsrc, in ocl_goodFeaturesToTrack()
125 ocl::Kernel k2("maxEigenValTask", ocl::imgproc::gftt_oclsrc, in ocl_goodFeaturesToTrack()
139 ocl::Kernel k("findCorners", ocl::imgproc::gftt_oclsrc, in ocl_goodFeaturesToTrack()
Dsumpixels.cpp354 ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc, build_opt); in ocl_integral()
367 ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc, build_opt); in ocl_integral()
394 ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc, build_opt); in ocl_integral()
408 ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc, build_opt); in ocl_integral()
/external/opencv3/modules/objdetect/misc/java/test/
DCascadeClassifierTest.java6 import org.opencv.imgproc.Imgproc;
/external/opencv3/modules/features2d/misc/java/test/
DBRIEFDescriptorExtractorTest.java13 import org.opencv.imgproc.Imgproc;
DSURFDescriptorExtractorTest.java13 import org.opencv.imgproc.Imgproc;
DSIFTDescriptorExtractorTest.java13 import org.opencv.imgproc.Imgproc;

1234