ImageJS
    Preparing search index...

    Interface AlignMinDifferenceOptions

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

    Properties

    Properties

    mask?: Mask
    startStep?: number

    Initial step size by which the images will be translated.

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