Class AbstractFilter<M extends Matrix2D<R,​C,​V>,​R,​C,​V>

    • Field Detail

      • log

        protected static final org.slf4j.Logger log
    • Constructor Detail

      • AbstractFilter

        public AbstractFilter()
    • Method Detail

      • getOutputMatrix

        protected M getOutputMatrix​(M data,
                                    int numRows,
                                    int numCols)