4 #include "ImageProcessor/dilate.h" 8 class ImageProcessor::Dilate::_DilateImpl{
9 cv::MorphShapes shap = cv::MORPH_RECT;
13 _DilateImpl(
Dilate *
const);
16 cv::MorphShapes getShap()
const;
17 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.
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
this Class is used to perform morphological dilate operation on image see Morphological Operation...