Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dxcam_utils.cpp102 float angle_step = fabs(config.angle_end - config.angle_start) / img_width; in bowl_view_image_to_world() local
106 angle = degree2radian (config.angle_start + img_pos.x * angle_step); in bowl_view_image_to_world()
133 angle = degree2radian (config.angle_start + img_pos.x * angle_step); in bowl_view_image_to_world()