#include <CscDetectorEngine.h>
◆ DetectorSourceImage()
| conscience_core::detector_engine::DetectorSourceImage::DetectorSourceImage |
( |
const cv::Mat & |
originalImage, |
|
|
cv::Mat & |
resultingImage |
|
) |
| |
◆ getOriginalImage()
| const Mat & conscience_core::detector_engine::DetectorSourceImage::getOriginalImage |
( |
| ) |
const |
- Returns
- immutable original image on which apply the detection. Detection SHOULD run on this image
◆ getResultingImage()
| Mat & conscience_core::detector_engine::DetectorSourceImage::getResultingImage |
( |
| ) |
const |
- Returns
- mutable image to be annotated, after being processed by one or several detectors. Detectors can draw on this image to emphasize zone, and decorate with additional info. Detection SHOULD NOT run on this image
The documentation for this class was generated from the following files: