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

  /external/libxcam/xcore/
surview_fisheye_dewarp.h 34 typedef std::vector<PointFloat2> MapTable;
50 virtual void cal_image_coord (const PointFloat3 &cam_coord, PointFloat2 &image_coord);
69 void cal_image_coord (const PointFloat3 &cam_coord, PointFloat2 &image_coord);
xcam_utils.h 29 PointFloat2 bowl_view_coords_to_image (
37 const PointFloat2 &img_pos);
surview_fisheye_dewarp.cpp 68 PointFloat2 image_coord;
82 PointFloat2 out_pos (col * scale_factor_w, row * scale_factor_h);
146 SurViewFisheyeDewarp::cal_image_coord(const PointFloat3 &cam_coord, PointFloat2 &image_coord)
153 PolyFisheyeDewarp::cal_image_coord(const PointFloat3 &cam_coord, PointFloat2 &image_coord)
xcam_utils.cpp 74 PointFloat2 bowl_view_coords_to_image (
79 PointFloat2 img_pos;
89 const PointFloat2 &img_pos)
  /external/libxcam/modules/ocl/
cl_utils.h 69 std::vector<PointFloat2> &map_table,
76 std::vector<PointFloat2> &map_table,
84 std::vector<PointFloat2> &map_table);
91 std::vector<PointFloat2> &map_table);
cl_utils.cpp 257 std::vector<PointFloat2> &map_table,
275 PointFloat2 image_pos =
289 std::vector<PointFloat2> &map_table,
349 PointFloat2 image_coord =
364 std::vector<PointFloat2> &map_table)
384 PointFloat2 image_coord = map_table[row * top_view_resolution_w + col];
402 std::vector<PointFloat2> &map_table)
422 PointFloat2 image_coord = map_table[row * rectified_view_resolution_w + col];
  /external/libxcam/modules/soft/
soft_geo_mapper.h 42 bool set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height);
soft_geo_mapper.cpp 41 SoftGeoMapper::set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height)
57 const PointFloat2 *line = &data[i * width];
  /external/libxcam/xcore/interface/
geo_mapper.h 39 virtual bool set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height) = 0;
data_types.h 118 typedef Point2DT<float> PointFloat2;
stitcher.h 217 typedef std::vector<PointFloat2> PointMap;
stitcher.cpp 590 PointFloat2 texture_pos = bowl_view_coords_to_image (
615 PointFloat2 texture_pos0;
618 PointFloat2 texture_pos1;
632 texture_points.push_back (PointFloat2(texture_pos0.x / _bowl_img_width, (_bowl_img_height - texture_pos0.y) / _bowl_img_height));
640 texture_points.push_back (PointFloat2(texture_pos1.x / _bowl_img_width, (_bowl_img_height - texture_pos1.y) / _bowl_img_height));
  /external/libxcam/tests/
test-image-stitching.cpp 491 std::vector<PointFloat2> top_view_map_table;
492 std::vector<PointFloat2> rectified_view_map_table;
test-soft-image.cpp 52 static PointFloat2 map_table[MAP_HEIGHT * MAP_WIDTH] = {

Completed in 150 milliseconds