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

  /external/opencv3/modules/imgproc/perf/
perf_remap.cpp 10 CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR, INTER_CUBIC, INTER_LANCZOS4)
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 126 else if (inter == INTER_LANCZOS4)
127 str = "INTER_LANCZOS4";
128 else if (inter == INTER_LANCZOS4 + 1)
248 else if (interpolation == INTER_LANCZOS4)
282 PRINT_TO_LOG("Interpolation: %s\n", interpolation_to_string(area_fast ? INTER_LANCZOS4 + 1 : interpolation).c_str());
511 // for interpolation type : INTER_LINEAR, INTER_LINEAR, INTER_CUBIC, INTER_LANCZOS4
531 else if (interpolation == INTER_LINEAR || interpolation == INTER_CUBIC || interpolation == INTER_LANCZOS4)
533 interpolate_method inter_func = inter_array[interpolation - (interpolation == INTER_LANCZOS4 ? 2 : 1)];
539 else if (interpolation == INTER_LANCZOS4)
881 else if (interpolation == INTER_LANCZOS4)
    [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp 205 else if( method == INTER_LANCZOS4 )
225 else if( method == INTER_LANCZOS4 )
298 initInterTab2D( INTER_LANCZOS4, false ) &&
299 initInterTab2D( INTER_LANCZOS4, true );
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 259 INTER_LANCZOS4 = 4,
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 131 INTER_LANCZOS4 = 4,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 141 milliseconds