![]() |
ImFusion C++ SDK 4.5.0
|
#include <ImFusion/CT/GridBasedDistortionCorrectionUtils.h>
Structure representing a detected calibration bead. More...
Structure representing a detected calibration bead.
Public Attributes | |
| vec2 | positionWorld |
| Position of the bead, in pixel coordinates. | |
| double | radius |
| Radius of the bead, in pixels. | |
| bool | inpaint = false |
| Whether or not the bead should be inpainted in the inpainting step. | |
| std::optional< std::pair< int, int > > | latticeCoord |
| The lattice coordinate of the bead, if known. | |
| double | score = 0 |
| Optional score with which to choose the best detection. | |