Video Processing Framework
EdgesCanny Class Reference

#include <Ocv_EdgesCanny.h>

Inheritance diagram for EdgesCanny:
AbstractProcessing AbstractData

List of all members.

Public Member Functions

 EdgesCanny ()
 EdgesCanny (int numImageParameters, int numFloatParameters, int numIntegerParameters)
 EdgesCanny (int channelNumber, double lowThreshold, double highThreshold, int aperture=3)
virtual ~EdgesCanny ()
virtual EdgesCannyduplicate ()
void init ()
virtual int allocateResults ()
virtual int runProcessing ()
virtual int initializeProcessing ()
virtual int finalizeProcessing ()

Public Attributes

int apertureSize
double lowThresh
double highThresh
int channel
IplImage * currFrame
IplImage * outFrame
IplImage * inputFrame
IplImage * outputFrame
IplImage * tempFrame
IplImage * outputCopy

Constructor & Destructor Documentation

EdgesCanny::EdgesCanny ( )
EdgesCanny::EdgesCanny ( int  numImageParameters,
int  numFloatParameters,
int  numIntegerParameters 
)
EdgesCanny::EdgesCanny ( int  channelNumber,
double  lowThreshold,
double  highThreshold,
int  aperture = 3 
)
EdgesCanny::~EdgesCanny ( ) [virtual]

Member Function Documentation

int EdgesCanny::allocateResults ( ) [virtual]

Reimplemented from AbstractProcessing.

virtual EdgesCanny* EdgesCanny::duplicate ( ) [inline, virtual]

Reimplemented from AbstractProcessing.

int EdgesCanny::finalizeProcessing ( ) [virtual]

Reimplemented from AbstractProcessing.

void EdgesCanny::init ( )
int EdgesCanny::initializeProcessing ( ) [virtual]

Reimplemented from AbstractProcessing.

int EdgesCanny::runProcessing ( ) [virtual]

Reimplemented from AbstractProcessing.


Member Data Documentation


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