filters Directory Reference


Files

file  BoxFilter.cpp [code]
 2D symmetric box filter (unweighted area filtering)
file  BoxFilter.h [code]
file  Filter.cpp [code]
 Templated representation of an N-dimensional filter function in T^N.
file  Filter.h [code]
file  filters.h [code]
 Convenience header which includes all Filter implementations.
file  GaussianFilter.cpp [code]
 2D discrete, symmetric gaussian filter (separable like most of the other filters, but we're not taking advantage of this to make the filter framework cleaner and more cohesive), centered at the origin
file  GaussianFilter.h [code]
file  KernelFilter.cpp [code]
 2D discrete, symmetric filter which can be compactly / efficiently stored / applied using a 2D kernel (array)
file  KernelFilter.h [code]
file  LanczosSincFilter.cpp [code]
 2D symmetric Lanczos filter whose aim is to approximate a truncated sinc (the ideal reconstruction filter) while minimizing the amount of visible ringing resulting from the truncation
file  LanczosSincFilter.h [code]
file  MitchellFilter.cpp [code]
 2D symmetric Mitchell filter which is parameterized to tradeoff between 'ringing' and 'blurring' that other filters tend towards in difficult reconstruction cases
file  MitchellFilter.h [code]
file  ProgressiveFilterValue.h [code]
file  TriangleFilter.cpp [code]
 2D symmetric triangle filter (aka linear/tent filter)
file  TriangleFilter.h [code]

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6