Interface Filter<M extends Matrix2D<R,​C,​V>,​R,​C,​V>

    • Method Detail

      • filter

        M filter​(M data)
        Filter the data
        Parameters:
        data - a NamedMatrix. Some types of filters require that this be of a particular type of implementation of the Filter interface.
        Returns:
        The resulting filtered matrix