4 #include "ImageProcessor/abstractimageprocessor.h" 18 std::unique_ptr<_DilateImpl> _pimpl;
20 explicit Dilate(QObject *parent =
nullptr);
24 cv::MorphShapes getShap()
const;
30 void setShap(
const cv::MorphShapes &value);
virtual QVariant processImage() override
Pure Virtual Function representes the operation to be done on the Image to be processed.
The ImageProcessor::AbstractImageProcessor is an Abstract Base Class For All Image Processor Classes...
void setDilationSize(int value)
sets the Dilation Size of the Morphological Operation
int getDilationSize() const
returns the dilation Size
void setShap(const cv::MorphShapes &value)
sets The Shape of the Dialtion pixels
Common Namespace for all Image Processor Algorithms.
this Class is used to perform morphological dilate operation on image see Morphological Operation...