Alida-C++ 0.1

Registrations of operators

Functions

 REGISTER_OPERATOR (Canny) Canny
 REGISTER_OPERATOR (DemoOperator)
 REGISTER_OPERATOR (DemoOperatorOpenCV) DemoOperatorOpenCV
 REGISTER_OPERATOR (Thres) Thres

Function Documentation

REGISTER_OPERATOR ( Canny  )

Register the operator. The constructor is supposed to take care of proper parameter registration. See openCV documentation

Definition at line 54 of file Canny.cc.

References DEFINE_PARAMETER, Alida::PARAMETER_IN, and Alida::PARAMETER_OUT.

REGISTER_OPERATOR ( Thres  )

Register the operator The constructor is supposed to take care of proper parameter registration. See openCV documentation

Definition at line 54 of file Thres.cc.

References DEFINE_PARAMETER, Alida::PARAMETER_IN, and Alida::PARAMETER_OUT.

REGISTER_OPERATOR ( DemoOperatorOpenCV  )

Register demo operator. The constructor is supposed to take care of proper parameter registration. For this demo operator just two input parameters, i.e. an image and a standard deviation are defined, and a single output parameter containing the blurred version of the input image.

Definition at line 54 of file DemoOperatorOpenCV.cc.

References DEFINE_PARAMETER, Alida::PARAMETER_IN, and Alida::PARAMETER_OUT.

REGISTER_OPERATOR ( DemoOperator  )

Register demo operator.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines