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

  /external/opencv3/modules/imgproc/perf/
perf_warp.cpp 14 CV_ENUM(RemapMode, HALF_SIZE, UPSIDE_DOWN, REFLECTION_X, REFLECTION_BOTH)
19 typedef TestBaseWithParam< tr1::tuple<MatType, Size, InterType, BorderMode, RemapMode> > TestRemap;
21 void update_map(const Mat& src, Mat& map_x, Mat& map_y, const int remapMode );
143 RemapMode::all()
151 int remapMode = get<4>(GetParam());
161 update_map(source, map_x, map_y, remapMode);
171 void update_map(const Mat& src, Mat& map_x, Mat& map_y, const int remapMode )
177 switch( remapMode )
  /external/opencv3/modules/cudawarping/perf/
perf_warping.cpp 53 CV_ENUM(RemapMode, HALF_SIZE, UPSIDE_DOWN, REFLECTION_X, REFLECTION_BOTH)
55 void generateMap(cv::Mat& map_x, cv::Mat& map_y, int remapMode)
61 switch (remapMode)
92 DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border_Mode, cv::Size, MatDepth, MatCn, Interpolation, BorderMode, RemapMode);
100 RemapMode::all()))
109 const int remapMode = GET_PARAM(5);
118 generateMap(xmap, ymap, remapMode);
  /external/opencv3/modules/cudev/test/
test_warp.cu 55 static void generateMap(Mat& mapx, Mat& mapy, int remapMode)
61 switch (remapMode)
92 static void test_remap(int remapMode)
100 generateMap(mapx, mapy, remapMode);

Completed in 178 milliseconds