ImageJS
    Preparing search index...

    Interface GetShiTomasiScoreOptions

    interface GetShiTomasiScoreOptions {
        qualityLevel?: number;
        windowSize?: number;
    }
    Index

    Properties

    qualityLevel?: number
    windowSize?: number

    Size of the window to compute the Harris score. Should be an odd number so that the window can be centered on the corner.

    7