ImageJS
    Preparing search index...

    Interface MedianFilterOptions

    interface MedianFilterOptions {
        borderType: BorderType;
        borderValue?: number;
        cellSize: number;
    }
    Index

    Properties

    borderType: BorderType

    Type of border algorithm to interpolate from.

    'reflect101'

    borderValue?: number

    Value of border.

    cellSize: number

    The radius of the cell to extract median value from. Must be odd.

    1