Alida-C++ 0.1

Canny Class Reference

Operator wrapping the openCV Canny operators. More...

#include <Canny.h>

Inheritance diagram for Canny:
Collaboration diagram for Canny:

List of all members.

Public Member Functions

 Canny ()
 Default constructor.
virtual ~Canny ()
 Default destructor.
void operate ()
 Method to implement the operator's functionality.

Detailed Description

Operator wrapping the openCV Canny operators.

Definition at line 46 of file Canny.h.


Constructor & Destructor Documentation

Canny::Canny ( )

Default constructor.

virtual Canny::~Canny ( ) [inline, virtual]

Default destructor.

Definition at line 54 of file Canny.h.


Member Function Documentation

void Canny::operate ( ) [virtual]

Method to implement the operator's functionality.

This operator applies the OpenCV function cvCanny() to the given input image. For details see OpenCV documentation

Implements Alida::ALDOperator.

Definition at line 80 of file Canny.cc.

References Alida::ALDOperator::getParameter(), and Alida::ALDOperator::setParameter().

Here is the call graph for this function:


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