ImageJS
    Preparing search index...

    Interface GetPerspectiveWarpOptions

    Options for getPerspectiveWarp function.

    interface GetPerspectiveWarpOptions {
        height?: number;
        width?: number;
    }
    Index

    Properties

    Properties

    height?: number

    The vertical dimension (in pixels) of the final rectified rectangular image.

    width?: number

    The horizontal dimension (in pixels) of the final rectified rectangular image.