|
Blender V5.0
|
Inherits CommonValues.
Public Member Functions | |
| bool | skip_invalid () const override |
| 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 (const float3 &dir, const float fov, const float width, const float height) |
| static float3 | sensor_to_direction (const float2 &sensor, const float fov, const float width, const float height) |
Static Public Attributes | |
| static constexpr float | lens = 15.0f |
Definition at line 292 of file kernel_camera_projection_test.cpp.
|
inlinestatic |
Definition at line 300 of file kernel_camera_projection_test.cpp.
References direction_to_fisheye_equisolid(), and lens.
|
inlinestatic |
Definition at line 307 of file kernel_camera_projection_test.cpp.
References fisheye_equisolid_to_direction(), lens, float2::x, and float2::y.
|
inlineoverridevirtual |
If skip_invalid returns true, invalid unprojections are ignored in the test.
Reimplemented from CommonValues.
Definition at line 293 of file kernel_camera_projection_test.cpp.
|
staticconstexpr |
Definition at line 298 of file kernel_camera_projection_test.cpp.
Referenced by direction_to_sensor(), and sensor_to_direction().