HomeSort by relevance Sort by last modified time
    Searched full:cubic_funcs (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/cudawarping/test/
test_remap.cpp 96 static const func_t cubic_funcs[] = local
106 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs};
test_resize.cpp 101 static const func_t cubic_funcs[] = local
111 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs};
test_warp_affine.cpp 157 static const func_t cubic_funcs[] = local
167 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs};
test_warp_perspective.cpp 160 static const func_t cubic_funcs[] = local
170 static const func_t* funcs[] = {nearest_funcs, linear_funcs, cubic_funcs};

Completed in 51 milliseconds