Public Member Functions | |
| Detection (Detector *peopleDetector, Detector *vehicleDetector) | |
| ~Detection () | |
| FrameDetectionData * | ProcessFrame (Image *image) |
Default constructor.
| *peopleDetector | The people detector |
| *vehicleDetector | The vehicle detector |
| Detection::~Detection | ( | ) |
Default destructor.
| FrameDetectionData * Detection::ProcessFrame | ( | Image * | image | ) |
Resizes one frame and than performs the detection (people and vehicle for now) on the resized frame.
| frame | The current image of the stream |
1.8.6