HomeSort by relevance Sort by last modified time
    Searched refs:stitching (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/stitching/perf/
perf_main.cpp 3 CV_PERF_TEST_MAIN(stitching)
  /external/opencv3/modules/stitching/test/
test_precomp.hpp 16 #include <opencv2/stitching.hpp>
17 #include <opencv2/stitching/detail/matchers.hpp>
18 #include <opencv2/stitching/detail/blenders.hpp>
  /external/opencv3/modules/stitching/
opencl_kernels_stitching.hpp 11 namespace stitching namespace in namespace:cv::ocl
opencl_kernels_stitching.cpp 10 namespace stitching namespace in namespace:cv::ocl
  /external/opencv3/
Android.mk 996 $(LOCAL_PATH)/modules/stitching \
1001 $(LOCAL_PATH)/modules/stitching/include \
1002 $(LOCAL_PATH)/modules/stitching
1007 modules/stitching/src/autocalib.cpp \
1008 modules/stitching/src/blenders.cpp \
1009 modules/stitching/src/camera.cpp \
1010 modules/stitching/src/exposure_compensate.cpp \
1011 modules/stitching/src/matchers.cpp \
1012 modules/stitching/src/motion_estimators.cpp \
1013 modules/stitching/src/seam_finders.cpp
    [all...]
  /external/opencv3/modules/stitching/src/
warpers.cpp 115 ocl::Kernel k("buildWarpPlaneMaps", ocl::stitching::warpers_oclsrc);
315 ocl::Kernel k("buildWarpSphericalMaps", ocl::stitching::warpers_oclsrc);
363 ocl::Kernel k("buildWarpCylindricalMaps", ocl::stitching::warpers_oclsrc);
blenders.cpp 258 ocl::Kernel k("feed", ocl::stitching::multibandblend_oclsrc, buildOptions);
462 ocl::Kernel k("normalizeUsingWeightMap", ocl::stitching::multibandblend_oclsrc, buildOptions);

Completed in 299 milliseconds