Interface AlignMinDifferenceOptions

interface AlignMinDifferenceOptions {
    mask?: Mask;
    startStep?: number;
}

Properties

Properties

mask?: Mask
startStep?: number

Initial step size by which the images will be translated.

Default

Math.max(Math.round(Math.min(source.width, source.height, Math.max(xSpan, ySpan)) / 10,),1,)