ImageAligner::Sources Property

A list of images to align.

At least two image and a maximum of 40 sources must be provided.

All image sources must have the same size, otherwise an exception will be thrown when calling AlignAsync().

Any change to the Sources property will invalidate the alignment, and AlignAsync() must be called (again) before attempting to render an aligned source. Failing that an exception will be thrown during rendering.

Namespace: Lumia.Imaging.Transforms
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public:
virtual property IVectorView^ Sources {
	IVectorView^ get () sealed;
	void set (IVectorView^ value) sealed;
}

Property Value

Type: IVectorView

Lumia Imaging SDK

Supported in: 3.0, 2.0
Show: