ImageJS
    Preparing search index...

    Interface MedianFilterOptions

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

    Properties

    borderType?: BorderType

    Type of border algorithm to interpolate from.

    'reflect101'

    borderValue?: number | number[]

    Value of border.

    cellSize?: number

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

    3