|
Object Detection
5.0
Image Processing Using Qt and Opencv
|
this Class is used to perform morphological dilate operation on image see Morphological Operation. More...
Inheritance diagram for ImageProcessor::Dilate:
Collaboration diagram for ImageProcessor::Dilate:Classes | |
| class | _DilateImpl |
Public Slots | |
| void | setDilationSize (int value) |
| sets the Dilation Size of the Morphological Operation More... | |
| void | setShap (const cv::MorphShapes &value) |
| sets The Shape of the Dialtion pixels More... | |
Public Slots inherited from ImageProcessor::AbstractImageProcessor | |
| virtual void | setDst (const cv::Mat &dst) |
| sets The output of the operation More... | |
| virtual void | setImg (const cv::Mat &img) |
Public Member Functions | |
| Dilate (QObject *parent=nullptr) | |
| void | dialteImg () |
| int | getDilationSize () const |
| returns the dilation Size More... | |
| cv::MorphShapes | getShap () const |
| virtual QVariant | processImage () override |
| Pure Virtual Function representes the operation to be done on the Image to be processed. More... | |
Public Member Functions inherited from ImageProcessor::AbstractImageProcessor | |
| cv::Mat | getImg () const |
| AbstractImageProcessor::getImg. More... | |
| cv::Mat | getDst () const |
| returns A cv::Mat Object which represents the output of the image processing operation More... | |
Additional Inherited Members | |
Signals inherited from ImageProcessor::AbstractImageProcessor | |
| void | imageChanged (const cv::Mat &img) |
| this Signal Is Emited When the source cv::Mat Object Changed. | |
| void | dstChanged (const cv::Mat &img) |
| this Signal Is Emited When the destnation cv::Mat Object Changed. example: More... | |
Protected Member Functions inherited from ImageProcessor::AbstractImageProcessor | |
| AbstractImageProcessor (QObject *parent=nullptr) | |
| accpets A pointer To the Parent Class For The Qt Meta-object Model See Qt Meta-Object More... | |
this Class is used to perform morphological dilate operation on image see Morphological Operation.
| int Dilate::getDilationSize | ( | ) | const |
|
overridevirtual |
Pure Virtual Function representes the operation to be done on the Image to be processed.
| cv::Exception.not | garunteed to throw this exception |
Implements ImageProcessor::AbstractImageProcessor.
Definition at line 46 of file dilate.cpp.
|
slot |
sets the Dilation Size of the Morphological Operation
Definition at line 26 of file dilate.cpp.
|
slot |
sets The Shape of the Dialtion pixels
| enum | of cv::MorphShapes. |
Definition at line 41 of file dilate.cpp.