Linear Methods for Image Interpolation
|
struct representing a 1D FIR filter More...
#include <conv.h>
Data Fields | |
float * | Coeff |
Filter coefficients. More... | |
int | Delay |
The filter delay (negative for a non-causal filter) More... | |
int | Length |
The filter length, number of taps. More... | |
int filter::Delay |