Object Detection  5.0
Image Processing Using Qt and Opencv
MorphoLogical::ErodePlugin Class Reference
+ Inheritance diagram for MorphoLogical::ErodePlugin:
+ Collaboration diagram for MorphoLogical::ErodePlugin:

Public Member Functions

 ErodePlugin (QObject *parent=0)
 
QString filterName () const
 filterName used to describe the filter name More...
 
cv::Mat filter (cv::Mat src) const
 filter this member function is used to apply a filter on an image More...
 
virtual QString filterDescription () const
 filterDescription used to describe filter description More...
 
virtual QString author () const
 author used to describe the author of the plugin More...
 

Detailed Description

Definition at line 7 of file erodeplugin.h.

Member Function Documentation

◆ author()

QString MorphoLogical::ErodePlugin::author ( ) const
virtual

author used to describe the author of the plugin

Returns

Implements CircleDetectorPlugins::ImageProcessorPluginIFace.

Definition at line 28 of file erodeplugin.cpp.

◆ filter()

cv::Mat MorphoLogical::ErodePlugin::filter ( cv::Mat  src) const
virtual

filter this member function is used to apply a filter on an image

Parameters
srca cv::Mat object of the source image
Returns
cv::Mat object of the image after applying filter

Implements CircleDetectorPlugins::ImageProcessorPluginIFace.

Definition at line 14 of file erodeplugin.cpp.

◆ filterDescription()

QString MorphoLogical::ErodePlugin::filterDescription ( ) const
virtual

filterDescription used to describe filter description

Returns

Implements CircleDetectorPlugins::ImageProcessorPluginIFace.

Definition at line 23 of file erodeplugin.cpp.

◆ filterName()

QString MorphoLogical::ErodePlugin::filterName ( ) const
virtual

filterName used to describe the filter name

Returns
QString object of the filter name for metadata

Implements CircleDetectorPlugins::ImageProcessorPluginIFace.

Definition at line 9 of file erodeplugin.cpp.


The documentation for this class was generated from the following files: