What base class should I use for filtering plug-ins?
Answer:
NRiMLines.
This class allows derived classes to specify the region about the current pixel that they need for processing (e.g. a filter kernel size). Derived classes should implement image processing logic in the virtual processLine() member function.