Object Detection
5.0
Image Processing Using Qt and Opencv
|
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... | |
Definition at line 7 of file erodeplugin.h.
|
virtual |
author used to describe the author of the plugin
Implements CircleDetectorPlugins::ImageProcessorPluginIFace.
Definition at line 28 of file erodeplugin.cpp.
|
virtual |
filter this member function is used to apply a filter on an image
src | a cv::Mat object of the source image |
Implements CircleDetectorPlugins::ImageProcessorPluginIFace.
Definition at line 14 of file erodeplugin.cpp.
|
virtual |
filterDescription used to describe filter description
Implements CircleDetectorPlugins::ImageProcessorPluginIFace.
Definition at line 23 of file erodeplugin.cpp.
|
virtual |
filterName used to describe the filter name
Implements CircleDetectorPlugins::ImageProcessorPluginIFace.
Definition at line 9 of file erodeplugin.cpp.