|
Blender V4.3
|
Inherits CommonValues.
Static Public Member Functions | |
| static float2 | direction_to_sensor (float3 const &dir, float const fov, float const width, float const height) |
| static float3 | sensor_to_direction (float2 const &sensor, float const fov, float const width, float const height) |
Additional Inherited Members | |
Public Member Functions inherited from CommonValues | |
| virtual double | threshold () const |
| Threshold for the reprojection error. | |
| virtual bool | skip_invalid () const |
| If skip_invalid returns true, invalid unprojections are ignored in the test. | |
Definition at line 281 of file kernel_camera_projection_test.cpp.
|
inlinestatic |
Definition at line 282 of file kernel_camera_projection_test.cpp.
References direction_to_fisheye().
|
inlinestatic |
Definition at line 289 of file kernel_camera_projection_test.cpp.
References fisheye_to_direction(), float2::x, and float2::y.