Configuration Class |
Namespace: LynceeTec.InterfaceProcessingV2.Configurations
The Configuration type exposes the following members.
| Name | Description | |
|---|---|---|
| Configuration |
Creates an empty Configuration to be initialized manually
| |
| Configuration(GlobalMetadata) |
Creates a Configuration and initializes it using metadata
| |
| Configuration(IConfigManager) |
Creates a Configuration and initializes it using a configuration manager
|
| Name | Description | |
|---|---|---|
| Acquisition |
Gets or sets the acquisition configuration to be used with the current configuration.
| |
| Id |
Gets the configuration id.
| |
| NonMeasuredPoints |
Gets or sets the non-measured points configuration to be used with the current configuration.
| |
| PostProcessing |
Gets or sets the post-processing configuration to be used with the current configuration.
| |
| Processing |
Gets or sets the processing configuration to be used with the current configuration.
|
| Name | Description | |
|---|---|---|
| ApplyFittingResult(FittingResult) |
Applies the fitting previously computed by the reconstruction object.
| |
| ApplyFittingResult(FittingResult, Boolean) |
Applies the fitting previously computed by the reconstruction object.
| |
| Dispose | Releases all resources used by the Configuration | |
| Equals | ||
| GenerateReferenceHolograms(Hologram) | ||
| GenerateReferenceHolograms(Hologram, DictionaryPhysicalLaserSource, Int32, Int32) | ||
| GetReconstructionDistanceConversionFactor |
Get the factor converting digital reconstruction distance to physical distance.
| |
| Initialize(GlobalMetadata) |
Initializes the configuration using metadata
| |
| Initialize(IConfigManager) |
Initializes the configuration using a configuration manager
| |
| LoadAcquisitionMetadata |
Loads the acquisition metadata and initialize the configuration.
| |
| LoadProcessingMetadata |
Loads the processing metadata and initialize the configuration.
|