 | SingleWavelengthReconstructionCutNewRectFourierRegion Method |
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntaxpublic virtual void CutNewRectFourierRegion(
int roiLeft,
int roiTop,
int roiWidth,
int roiHeight,
bool keepInside,
bool Intersection,
int lambdaId,
windowsList visMask
)
public:
virtual void CutNewRectFourierRegion(
int roiLeft,
int roiTop,
int roiWidth,
int roiHeight,
bool keepInside,
bool Intersection,
int lambdaId,
windowsList visMask
)
Parameters
- roiLeft
- Type: SystemInt32
- roiTop
- Type: SystemInt32
- roiWidth
- Type: SystemInt32
- roiHeight
- Type: SystemInt32
- keepInside
- Type: SystemBoolean
- Intersection
- Type: SystemBoolean
- lambdaId
- Type: SystemInt32
- visMask
- Type: LynceeTec.ProcessingwindowsList
Implements
IReconstructionCutNewRectFourierRegion(Int32, Int32, Int32, Int32, Boolean, Boolean, Int32, windowsList)
See Also