FrameAligner.Process

FrameAligner.Process method

Processes the specified images.

public static List<Point?> Process(RasterImage[] images, FrameAlignerOptions options)
ParameterTypeDescription
imagesRasterImage[]The images.
optionsFrameAlignerOptionsThe options.

Return Value

Array of offsets by images

See Also