#include <interlacer.hpp>
|
| | InterlacerExperimental () |
| |
| | InterlacerExperimental (leia_core_library *coreLibPtr, Interlacer const &interlacer) |
| |
| | InterlacerExperimental (CoreLibrary const &coreLibrary, Interlacer const &interlacer) |
| |
| | ~InterlacerExperimental () |
| |
| | InterlacerExperimental (InterlacerExperimental &&other) |
| |
| InterlacerExperimental & | operator= (InterlacerExperimental &&other) |
| |
| | operator bool () const |
| |
| void | SetCalibrationPattern (CalibrationPattern pattern) |
| |
| void | SetGamma (float rGamma, float gGamma, float bGamma) |
| |
| void | EnableACT (bool enable) |
| |
| LEIA_NODISCARD bool | IsACTEnabled () const |
| |
| bool | InitZonePlate (int viewportWidth, int viewportHeight, float *posX, float *posY, float *scaleX, float *scaleY, float *overrideSupportCirclePhase) |
| |
| void | SetZonePlate (float posX, float posY, float scaleX, float scaleY, float overrideSupportCirclePhase) |
| |
| bool | GetZonePlateResults (float *slant, float *pitch, float *phc, float *dOverN, float *n) |
| |
| void | SetSupportCirclePhase (float phase) |
| |
| bool | WriteZonePlateResults (float slant, float pitch, float phc, float dOverN, float n) |
| |
| void | SetCameraRectificationParameters (bool isFront, float deltaThetaX, float deltaThetaY, float deltaThetaZ, float calibrationTargetDistanceMm) |
| |
| void | SetCameraAngles (bool isLeft, float thetaXFpc, float thetaYFpc, float thetaZFpc) |
| |
| void | SetDOverN (float dOverN) |
| |
| void | SetN (float n) |
| |
| void | EnablePhaseCorrection (bool enable) |
| |
| void | InvertPhaseCorrection (bool invert) |
| |
| void | SetActCoef (float actCoef) |
| |
| float | GetActCoef () |
| |
| void | EnableDoNCorrection (bool enable) |
| |
| void | InitializeGui (InterlacerDebugMenuConfiguration const *config, bool sRGB) |
| |
| void | SetGuiVisibility (bool isVisible) |
| |
| LEIA_NODISCARD bool | IsGuiVisible () |
| |
| void | ShutdownGui () |
| |
◆ InterlacerExperimental() [1/4]
◆ InterlacerExperimental() [2/4]
◆ InterlacerExperimental() [3/4]
◆ ~InterlacerExperimental()
◆ InterlacerExperimental() [4/4]
◆ operator=()
◆ operator bool()
◆ SetCalibrationPattern()
◆ SetGamma()
| void SetGamma |
( |
float |
rGamma, |
|
|
float |
gGamma, |
|
|
float |
bGamma |
|
) |
| |
|
inline |
◆ EnableACT()
| void EnableACT |
( |
bool |
enable | ) |
|
|
inline |
◆ IsACTEnabled()
◆ InitZonePlate()
| bool InitZonePlate |
( |
int |
viewportWidth, |
|
|
int |
viewportHeight, |
|
|
float * |
posX, |
|
|
float * |
posY, |
|
|
float * |
scaleX, |
|
|
float * |
scaleY, |
|
|
float * |
overrideSupportCirclePhase |
|
) |
| |
|
inline |
◆ SetZonePlate()
| void SetZonePlate |
( |
float |
posX, |
|
|
float |
posY, |
|
|
float |
scaleX, |
|
|
float |
scaleY, |
|
|
float |
overrideSupportCirclePhase |
|
) |
| |
|
inline |
◆ GetZonePlateResults()
| bool GetZonePlateResults |
( |
float * |
slant, |
|
|
float * |
pitch, |
|
|
float * |
phc, |
|
|
float * |
dOverN, |
|
|
float * |
n |
|
) |
| |
|
inline |
◆ SetSupportCirclePhase()
| void SetSupportCirclePhase |
( |
float |
phase | ) |
|
|
inline |
◆ WriteZonePlateResults()
| bool WriteZonePlateResults |
( |
float |
slant, |
|
|
float |
pitch, |
|
|
float |
phc, |
|
|
float |
dOverN, |
|
|
float |
n |
|
) |
| |
|
inline |
◆ SetCameraRectificationParameters()
| void SetCameraRectificationParameters |
( |
bool |
isFront, |
|
|
float |
deltaThetaX, |
|
|
float |
deltaThetaY, |
|
|
float |
deltaThetaZ, |
|
|
float |
calibrationTargetDistanceMm |
|
) |
| |
|
inline |
◆ SetCameraAngles()
| void SetCameraAngles |
( |
bool |
isLeft, |
|
|
float |
thetaXFpc, |
|
|
float |
thetaYFpc, |
|
|
float |
thetaZFpc |
|
) |
| |
|
inline |
◆ SetDOverN()
| void SetDOverN |
( |
float |
dOverN | ) |
|
|
inline |
◆ SetN()
◆ EnablePhaseCorrection()
| void EnablePhaseCorrection |
( |
bool |
enable | ) |
|
|
inline |
◆ InvertPhaseCorrection()
| void InvertPhaseCorrection |
( |
bool |
invert | ) |
|
|
inline |
◆ SetActCoef()
| void SetActCoef |
( |
float |
actCoef | ) |
|
|
inline |
◆ GetActCoef()
◆ EnableDoNCorrection()
| void EnableDoNCorrection |
( |
bool |
enable | ) |
|
|
inline |
◆ InitializeGui()
◆ SetGuiVisibility()
| void SetGuiVisibility |
( |
bool |
isVisible | ) |
|
|
inline |
◆ IsGuiVisible()
◆ ShutdownGui()
The documentation for this class was generated from the following file: