Home
last modified time | relevance | path

Searched refs:bowl_config (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dsurview_fisheye_dewarp.cpp63 …t table_w, uint32_t table_h, uint32_t image_w, uint32_t image_h, const BowlDataConfig &bowl_config) in fisheye_dewarp() argument
73 bowl_config.angle_start, bowl_config.angle_end, in fisheye_dewarp()
74 bowl_config.wall_height, bowl_config.ground_length, in fisheye_dewarp()
75 bowl_config.a, bowl_config.b, bowl_config.c, bowl_config.center_z); in fisheye_dewarp()
83 world_coord = bowl_view_image_to_world (bowl_config, image_w, image_h, out_pos); in fisheye_dewarp()
Dsurview_fisheye_dewarp.h39 … table_w, uint32_t table_h, uint32_t image_w, uint32_t image_h, const BowlDataConfig &bowl_config);