Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_utils.cpp295 float focal_plane_dist = 6000.0f; in generate_rectifiedview_map_table() local
299 float length_per_pixel_x = 2 * focal_plane_dist * tan (theta) / width; in generate_rectifiedview_map_table()
304 …float length_per_pixel_y = (focal_plane_dist * tan (fov_up) + focal_plane_dist * tan (fov_down)) /… in generate_rectifiedview_map_table()
311 plane_center_coords[0] = focal_plane_dist * cos (degree2radian (angle_center)); in generate_rectifiedview_map_table()
312 plane_center_coords[1] = -focal_plane_dist * sin (degree2radian (angle_center)); in generate_rectifiedview_map_table()