 | LateralAverageAdd Method |
Adds reconstructionResults to the input for this object.
Namespace:
LynceeTec.API.Compositing
Assembly:
LynceeTec.API.Compositing (in LynceeTec.API.Compositing.dll) Version: 10.1.23514.0 , built 2023-11-07 12:22:01 UTC
Syntaxpublic bool Add(
ReconstructionResults reconstructionResults,
float relativeXPixels,
float relativeYPixels
)
public:
bool Add(
ReconstructionResults^ reconstructionResults,
float relativeXPixels,
float relativeYPixels
)
Parameters
- reconstructionResults
- Type: LynceeTec.API.SequenceReconstructionResults
An object containing reconstructed phase and intensity images to be added to this LateralAverage. It is safe to dispose of it once this method returns. - relativeXPixels
- Type: SystemSingle
Your initial guess of the x-displacement from this image to the template, in pixels. - relativeYPixels
- Type: SystemSingle
Your initial guess of the y-displacement from this image to the template, in pixels.
Return Value
Type:
BooleanWhether the image was successfully aligned. If this returns false, the image was not added and this method had no effect.
See Also