Alida-C++ 0.1

Thres Class Reference

Operator wrapping the openCV Threshold operators. More...

#include <Thres.h>

Inheritance diagram for Thres:
Collaboration diagram for Thres:

List of all members.

Public Member Functions

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

Detailed Description

Operator wrapping the openCV Threshold operators.

Definition at line 46 of file Thres.h.


Constructor & Destructor Documentation

Thres::Thres ( )

Default constructor.

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

Default destructor.

Definition at line 54 of file Thres.h.


Member Function Documentation

void Thres::operate ( ) [virtual]

Method to implement the operator's functionality.

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

Implements Alida::ALDOperator.

Definition at line 80 of file Thres.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