cv::BaseRowFilter Class Reference

#include <imgproc.hpp>

List of all members.

Public Member Functions

 BaseRowFilter ()
 the default constructor
virtual void operator() (const uchar *src, uchar *dst, int width, int cn)=0
 the filtering operator. Must be overrided in the derived classes. The horizontal border interpolation is done outside of the class.
virtual ~BaseRowFilter ()
 the destructor

Public Attributes

int anchor
int ksize

Detailed Description

The Base Class for 1D or Row-wise Filters

This is the base class for linear or non-linear filters that process 1D data. In particular, such filters are used for the "horizontal" filtering parts in separable filters.

Several functions in OpenCV return Ptr<BaseRowFilter> for the specific types of filters, and those pointers can be used directly or within cv::FilterEngine.


Constructor & Destructor Documentation

cv::BaseRowFilter::BaseRowFilter (  ) 

the default constructor

virtual cv::BaseRowFilter::~BaseRowFilter (  )  [virtual]

the destructor


Member Function Documentation

virtual void cv::BaseRowFilter::operator() ( const uchar src,
uchar dst,
int  width,
int  cn 
) [pure virtual]

the filtering operator. Must be overrided in the derived classes. The horizontal border interpolation is done outside of the class.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Thu Dec 23 11:40:54 2010 for opencv by  doxygen 1.6.3