#include <ImageProc.h>
Inheritance diagram for ImageProc:

Public Member Functions | |
| ImageProc (FrameProducer< unsigned char * > *inputProducer, CoordSpace2D coordSpace, IntrinsicCameraProps iProps) | |
| Constructor. | |
| virtual | ~ImageProc () |
| Destructor. | |
Protected Member Functions | |
| void | mainFrame (unsigned char **inFrame, FeatureVector &outFrame) |
| Primary image processing operation. | |
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Primary image processing operation. Takes the input byte buffer, thresholds it, enumerates the 4 connected regions within and populates a FeatureSet struct for each region. The end product is a set of defining features for each region in the image.
Implements PipelinePlugin< unsigned char *, FeatureVector >. |
1.4.6-NO