All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Protected Attributes | Static Protected Attributes
face_contour_detector::filters::Canny Class Reference

Canny filter. More...

#include <Canny.h>

Inheritance diagram for face_contour_detector::filters::Canny:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void Apply (const cv::Mat &input, cv::Mat &result)
 Canny ()
virtual const std::string & GetFilterName ()
virtual std::vector
< filters::Parameter
GetParameters ()
virtual void ResetParameters ()
 Resets all the paramters of the filter to the default values.

Protected Attributes

int m_apertureSize
bool m_l2gradients
double m_threshold1
double m_threshold2

Static Protected Attributes

static std::string m_filterName = std::string("Canny")

Detailed Description

Canny filter.

Definition at line 14 of file Canny.h.


Constructor & Destructor Documentation

Definition at line 8 of file Canny.cpp.


Member Function Documentation

void face_contour_detector::filters::Canny::Apply ( const cv::Mat &  input,
cv::Mat &  result 
) [virtual]

Applies the filter

Parameters:
inputthe data of this cv::Mat is beeing used as input for the filter
resultthe result will be saved here

Implements face_contour_detector::filters::Filter.

Definition at line 23 of file Canny.cpp.

Returns the name of the filter in std::string form

Returns:
the filter name

Implements face_contour_detector::filters::Filter.

Definition at line 34 of file Canny.cpp.

Returns a vector of the parameters of the filter

Returns:
vector of the parameters of this filter object

Implements face_contour_detector::filters::Filter.

Definition at line 12 of file Canny.cpp.

Resets all the paramters of the filter to the default values.

Implements face_contour_detector::filters::Filter.

Definition at line 27 of file Canny.cpp.


Member Data Documentation

Definition at line 25 of file Canny.h.

std::string face_contour_detector::filters::Canny::m_filterName = std::string("Canny") [static, protected]

Definition at line 29 of file Canny.h.

Definition at line 26 of file Canny.h.

Definition at line 23 of file Canny.h.

Definition at line 24 of file Canny.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


face_contour_detector
Author(s): Fabian Wenzelmann and Julian Schmid
autogenerated on Wed Dec 26 2012 16:18:17