|
Alida-C++ 0.1
|
Operator wrapping the openCV Canny operators. More...
#include <Canny.h>


Public Member Functions | |
| Canny () | |
| Default constructor. | |
| virtual | ~Canny () |
| Default destructor. | |
| void | operate () |
| Method to implement the operator's functionality. | |
| Canny::Canny | ( | ) |
Default constructor.
| virtual Canny::~Canny | ( | ) | [inline, virtual] |
| 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().
