Conscience Core
Public Member Functions | List of all members
conscience_core::detector_engine::DetectorSourceImage Class Reference

#include <CscDetectorEngine.h>

Public Member Functions

 DetectorSourceImage (const cv::Mat &originalImage, cv::Mat &resultingImage)
 
const cv::Mat & getOriginalImage () const
 
cv::Mat & getResultingImage () const
 

Constructor & Destructor Documentation

◆ DetectorSourceImage()

conscience_core::detector_engine::DetectorSourceImage::DetectorSourceImage ( const cv::Mat &  originalImage,
cv::Mat &  resultingImage 
)

Member Function Documentation

◆ 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: