Inverse |
The InverseCorrection type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
FromScanner(Point3DInt) | Converts the scanner coordinates in bit back to user coordinates in µm. | |
FromScanner(Point4DInt) | Converts the scanner coordinates in bit back to user coordinates in µm. | |
IsInverseOf(CorrectionFile) | Indicates if this InverseCorrection is the inverse of the given CorrectionFile. | |
IsInverseOf(OpticalParameters) | Indicates if this InverseCorrection is the inverse of a CorrectionFile by comparing the hash in the header (OpticalParameters) of an correction file. | |
IsInverseOf(String) | Indicates if this InverseCorrection is the inverse of the given CorrectionFile. | |
Load | Loads an existing inverse correction file from disk. | |
Store | Stores a inverse correction into a file on the disk for later loading using Load(String). |