Click or drag to resize

DualWavelengthReconstructionInitProcessingChain Method


Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public override void InitProcessingChain(
	int width,
	int height,
	int bpp,
	double CCDwidth,
	double CCDheight,
	double[] lambda,
	double[] distance,
	double[] scaleFactorX,
	double[] scaleFactorY,
	double[] shiftX,
	double[] shiftY,
	int[] spectrumKx,
	int[] spectrumKy,
	double objMagnification
)

Parameters

width  Int32
 
height  Int32
 
bpp  Int32
 
CCDwidth  Double
 
CCDheight  Double
 
lambda  Double
 
distance  Double
 
scaleFactorX  Double
 
scaleFactorY  Double
 
shiftX  Double
 
shiftY  Double
 
spectrumKx  Int32
 
spectrumKy  Int32
 
objMagnification  Double
 

Implements

IReconstructionInitProcessingChain(Int32, Int32, Int32, Double, Double, Double, Double, Double, Double, Double, Double, Int32, Int32, Double)
See Also