 | OPLSearcherInitializeFullRange(Int32, Int32, Int32, Int32, Int32) Method |
Initializes search to find maximum of contrast in the full range of the motor in the specified ROI.
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 void InitializeFullRange(
int stepsCount,
int roiLeft,
int roiTop,
int roiWidth,
int roiHeight
)
public:
void InitializeFullRange(
int stepsCount,
int roiLeft,
int roiTop,
int roiWidth,
int roiHeight
)
Parameters
- stepsCount Int32
- Number of steps performed in the full searching range.
- roiLeft Int32
- X coordinate of the top left corner of the ROI where the OPL search will take place. In [pixels]
- roiTop Int32
- Y coordinate of the top left corner of the ROI where the OPL search will take place. In [pixels]
- roiWidth Int32
- Width of the ROI where the OPL search will take place. In [pixels]
- roiHeight Int32
- Height of the ROI where the OPL search will take place. In [pixels]
Exceptions
See Also