|
typedef leia_bool(* | leia_interlacer_get_zone_plate_results) (struct leia_interlacer *, float *slant, float *pitch, float *phc, float *dOverN, float *n) |
|
typedef void(* | leia_interlacer_set_support_circle_phase) (struct leia_interlacer *, float phase) |
|
typedef leia_bool(* | leia_interlacer_write_zone_plate_results) (struct leia_interlacer *, float slant, float pitch, float phc, float dOverN, float n) |
|
typedef void(* | leia_interlacer_set_camera_rectification_parameters) (struct leia_interlacer *, leia_bool isFront, float deltaThetaX, float deltaThetaY, float deltaThetaZ, float calibrationTargetDistanceMm) |
|
typedef void(* | leia_interlacer_set_camera_angles) (struct leia_interlacer *, leia_bool isLeft, float thetaXFpc, float thetaYFpc, float thetaZFpc) |
|
typedef void(* | leia_interlacer_set_dovern) (struct leia_interlacer *, float dOverN) |
|
typedef void(* | leia_interlacer_enable_phase_correction) (struct leia_interlacer *, leia_bool enable) |
|
typedef void(* | leia_interlacer_invert_phase_correction) (struct leia_interlacer *, leia_bool invert) |
|
typedef void(* | leia_interlacer_enable_don_correction) (struct leia_interlacer *, leia_bool enable) |
|
typedef void(* | leia_interlacer_set_n) (struct leia_interlacer *, float n) |
|
typedef void(* | leia_interlacer_set_act_coef) (struct leia_interlacer *, float n) |
|
typedef float(* | leia_interlacer_get_act_coef) (struct leia_interlacer *) |
|