public abstract class AbstractFilter<M extends Matrix2D<R,C,V>,R,C,V> extends Object implements Filter<M,R,C,V>
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
AbstractFilter() |
Modifier and Type | Method and Description |
---|---|
protected M |
getOutputMatrix(M data,
int numRows,
int numCols) |
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.