1 #ifndef _ABSTRACTIMAGEPROCESSORIMPL_H 2 #define _ABSTRACTIMAGEPROCESSORIMPL_H 3 #include "ImageProcessor/abstractimageprocessor.h" 7 class ImageProcessor::AbstractImageProcessor::_AbstractImageProcessorImpl{
16 void setImg(
const cv::Mat &img);
17 void setDst(
const cv::Mat &dst);
22 #endif // ABSTRACTIMAGEPROCESSOR_H cv::Mat getImg() const
AbstractImageProcessor::getImg.
virtual void setDst(const cv::Mat &dst)
sets The output of the operation
cv::Mat getDst() const
returns A cv::Mat Object which represents the output of the image processing operation ...