|
Blender V4.3
|
Inherits CommonValues.
Public Member Functions | |
| bool | skip_invalid () const |
| If skip_invalid returns true, invalid unprojections are ignored in the test. | |
Public Member Functions inherited from CommonValues | |
| virtual double | threshold () const |
| Threshold for the reprojection error. | |
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) |
Static Public Attributes | |
| static constexpr float | lens = 15.0f |
Definition at line 298 of file kernel_camera_projection_test.cpp.
|
inlinestatic |
Definition at line 306 of file kernel_camera_projection_test.cpp.
References direction_to_fisheye_equisolid().
|
inlinestatic |
Definition at line 313 of file kernel_camera_projection_test.cpp.
References fisheye_equisolid_to_direction(), float2::x, and float2::y.
|
inlinevirtual |
If skip_invalid returns true, invalid unprojections are ignored in the test.
Reimplemented from CommonValues.
Definition at line 299 of file kernel_camera_projection_test.cpp.
|
staticconstexpr |
Definition at line 304 of file kernel_camera_projection_test.cpp.