|
Video Processing Framework
|
#include <Img_Gradient.h>
Public Member Functions | |
| ImgGradient (const AbstractData *parent=NULL, const SimpleData *parameters=NULL) | |
| virtual ImgGradient * | duplicate () |
| virtual int | processChannel (int chIndex, SimpleData *options=NULL) |
| virtual int | allocateResults () |
Public Attributes | |
| IPLImage * | gradDirection |
| ChanImage * | sobelX |
| ChanImage * | sobelY |
| ChanImage * | sobelXF |
| ChanImage * | sobelYF |
| ChanImage * | resultF |
| ChanImage * | direction |
| int | dx |
| int | dy |
| int | apertureSize |
| float | scale |
| int | viewMode |
| ImgGradient::ImgGradient | ( | const AbstractData * | parent = NULL, |
| const SimpleData * | parameters = NULL |
||
| ) |
| int ImgGradient::allocateResults | ( | ) | [virtual] |
Reimplemented from ImageProcessing.
| virtual ImgGradient* ImgGradient::duplicate | ( | ) | [inline, virtual] |
Reimplemented from ImageProcessing.
| int ImgGradient::processChannel | ( | int | chIndex, |
| SimpleData * | options = NULL |
||
| ) | [virtual] |
Reimplemented from ImageProcessing.
| int ImgGradient::dx |
| int ImgGradient::dy |
| float ImgGradient::scale |