|
Blender V4.3
|
The CommonValues struct contains information about the tests which is common across the different tests. Derived classes may override functions to make tests less strict if necessary. More...
Inherited by EquiangularCubemapFace, Equirectangular, FisheyeEquidistant, FisheyeEquisolid, MirrorBall, and Spherical.
Public Member Functions | |
| 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. | |
The CommonValues struct contains information about the tests which is common across the different tests. Derived classes may override functions to make tests less strict if necessary.
Definition at line 227 of file kernel_camera_projection_test.cpp.
|
inlinevirtual |
If skip_invalid returns true, invalid unprojections are ignored in the test.
Reimplemented in FisheyeEquisolid.
Definition at line 241 of file kernel_camera_projection_test.cpp.
|
inlinevirtual |
Threshold for the reprojection error.
Definition at line 232 of file kernel_camera_projection_test.cpp.
References e.