_CalibrateEx, _CalibrateExObjLine, _Uncalibrate, CalibrateDocument, Get_CalibrationAngleMatrix, Get_CurrentCalibration, Get_ImageCalibration, GetCalibrationViewUnit, SaveImageCalibration, SetCalibrationViewPrecision, SetCalibrationViewUnit, Uncalibrate
This function runs the Calibrate Using Objective command.
Description
CalibrateDocument(
double Cal
);
This function sets calibration to the current document in micrometers/pixel. Micrometers are expected as Units.
See Also
_CalibrateEx, Uncalibrate
Description
GetCalibrationViewUnit(
char *CalibrationViewUnit
);
This function gets name of currently selected unit used for calibration.
Description
Get_CalibrationAngleMatrix( intActiveCamera
, double *A11
, double *A12
, double *A21
, double *A22
);
This function gets camera to stage transformation matrix (rotation and flip) obtained by automatic calibration with stage. New coordinates of the stage are calculated from the original coordinates using these formulas: x' = x * A11 + y * A12 and y' = x * A21 + y * A22.
Parameters
Description
double Get_CurrentCalibration( intFQMode
, intActiveCamera
, char *LpObjectiveName
, double *lpcal
, double *LpAspect
, int *lpunit
);
This function retrieves information about the current calibration (objectivename, calibration, aspect and unit).
Parameters
Description
int Get_ImageCalibration( char *Filename
, char *Objective
, double *lpcal
, double *LpAspect
, int *lpunit
);
This function retrieves the calibration information from the selected image file.
Parameters
Return Values
See Also
SaveImageCalibration, LoadImageDescription, SaveImageDescription, Get_Calibration
Description
int SaveImageCalibration( char *Filename
, char *Objective
, doubleCal
, doubleAspect
, intunit
);
This function changes the calibration information of the specified image file.
Parameters
Return Values
See Also
Get_ImageCalibration, SaveImageDescription, LoadImageDescription, Get_Calibration
Description
SetCalibrationViewPrecision(
int CalibrationViewPrecision
);
This function sets the current precision for display calibrations.
See Also
SetCalibrationViewUnit
Description
SetCalibrationViewUnit(
char *CalibrationViewUnit
);
This function sets the current unit for displaying calibrations.
Parameters
See Also
SetCalibrationViewPrecision
Interactive command to this function: Set Document as Uncalibrated...
Description
Uncalibrate();
This function sets the current document as uncalibrated.
This function runs the Calibration > Recalibrate Document command.
Description
_CalibrateEx();
This function calibrates the current document. The function displays the Manual Calibration dialog box.
See Also
_CalibrateObjective
Description
_CalibrateExObjLine();
Opens the Manual Calibration dialog window used for objective calibration. The user has to specify a real distance in the image.
This function runs the Set Document as Uncalibrated... command.
Description
_Uncalibrate();
This function removes the current image calibration. The image becomes Uncalibrated.