ImageJS
    Preparing search index...

    Interface GetBorderPointsOptions

    interface GetBorderPointsOptions {
        allowCorners?: boolean;
        innerBorders?: boolean;
    }
    Index

    Properties

    allowCorners?: boolean

    Consider pixels connected by corners?

    false

    innerBorders?: boolean

    Should the inner borders be returned too?

    false