1 #include "abstractimageprocessor.h" 2 #include "impl/abstractimageprocessorimpl.h" 22 return _pimpl->getDst();
48 return _pimpl->getImg();
51 AbstractImageProcessor::~AbstractImageProcessor()
56 void AbstractImageProcessor::setImg(
const cv::Mat &img)
void dstChanged(const cv::Mat &img)
this Signal Is Emited When the destnation cv::Mat Object Changed. example:
The ImageProcessor::AbstractImageProcessor is an Abstract Base Class For All Image Processor Classes...
AbstractImageProcessor(QObject *parent=nullptr)
accpets A pointer To the Parent Class For The Qt Meta-object Model See Qt Meta-Object ...
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 ...
Common Namespace for all Image Processor Algorithms.
void imageChanged(const cv::Mat &img)
this Signal Is Emited When the source cv::Mat Object Changed.