 | OPLSearcher Class |
Inheritance Hierarchy Namespace: LynceeTec.API.CycleAssembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntaxpublic class OPLSearcher : IExecutableItem,
IDisposable
public ref class OPLSearcher : IExecutableItem,
IDisposable
The OPLSearcher type exposes the following members.
Constructors | Name | Description |
---|
 | OPLSearcher | Initializes a new instance of the OPLSearcher class |
Top
Properties
Methods | Name | Description |
---|
 | Dispose | Releases all resources used by the OPLSearcher |
 | Execute |
Performs OPL search using the already initialized parameters and moves the motor to the optimal position.
|
 | InitializeFullRange(Int32) |
Initializes search to find maximum of contrast in the full range of the motor in the default ROI.
The default ROI is a ROI half the width and half the height of the hologram, centered in the hologram.
|
 | InitializeFullRange(Int32, Int32, Int32, Int32, Int32) |
Initializes search to find maximum of contrast in the full range of the motor in the specified ROI.
|
 | InitializeReducedRange(Int32, Double) |
Initializes search to find maximum of contrast around motor configuration initial position in the specified range in the default ROI.
The default ROI is a ROI half the width and half the height of the hologram, centered in the hologram.
|
 | InitializeReducedRange(Int32, Double, Int32, Int32, Int32, Int32) |
Initializes search to find maximum of contrast around motor configuration initial position in the specified range in the specified ROI.
|
Top
See Also