Home
last modified time | relevance | path

Searched refs:wall_height (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/xcore/interface/
Ddata_types.h139 float wall_height; member
146 , wall_height (3000.0f) in BowlDataConfig()
151 XCAM_ASSERT (wall_height >= 0.0f && ground_length >= 0.0f); in BowlDataConfig()
153 XCAM_ASSERT (wall_height <= center_z + c); in BowlDataConfig()
Dstitcher.cpp660 …float wall_image_height = _config.wall_height / (float)(_config.wall_height + _config.ground_lengt… in get_topview_vertex_model()
/external/libxcam/xcore/
Dxcam_utils.cpp49 …float wall_image_height = config.wall_height / (config.wall_height + config.ground_length) * img_h… in transform_bowl_coord_to_image_y()
54 img_y = (config.wall_height - bowl_z) * wall_image_height / config.wall_height; in transform_bowl_coord_to_image_y()
98 …float wall_image_height = config.wall_height / (float)(config.wall_height + config.ground_length) … in bowl_view_image_to_world()
101 float z_step = (float)config.wall_height / wall_image_height; in bowl_view_image_to_world()
105 world.z = config.wall_height - img_pos.y * z_step; // TODO world.z in bowl_view_image_to_world()
Dsurview_fisheye_dewarp.cpp74 bowl_config.wall_height, bowl_config.ground_length, in fisheye_dewarp()
/external/libxcam/tests/
Dtest-soft-image.cpp767 bowl.wall_height = 3000.0f; in main()