Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Ddata_types.h140 float ground_length; member
147 , ground_length (2801.0f) in BowlDataConfig()
151 XCAM_ASSERT (wall_height >= 0.0f && ground_length >= 0.0f); in BowlDataConfig()
152 XCAM_ASSERT (ground_length <= b * sqrt(1.0f - center_z * center_z / (c * c))); in BowlDataConfig()
Dstitcher.cpp660 …_height = _config.wall_height / (float)(_config.wall_height + _config.ground_length) * (float)_bow… 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()
59 float min_semimajor = max_semimajor - config.ground_length; in transform_bowl_coord_to_image_y()
98 …age_height = config.wall_height / (float)(config.wall_height + config.ground_length) * (float)img_… in bowl_view_image_to_world()
128 float step_b = config.ground_length / ground_image_height; 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.cpp768 bowl.ground_length = 2000.0f; in main()