4 #include <imageprocessorpluginiface.h> 5 #define ErodePlugin_iid "CircleDetectorPlugins.MorphoLogical.ErodePlugin" 11 Q_PLUGIN_METADATA(IID ErodePlugin_iid)
15 cv::Mat
filter(cv::Mat src)
const;
17 virtual QString
author()
const;
23 #endif // ERODEPLUGIN_H The ImageProcessorPluginIFace is and interface used to apply filters to Images.
cv::Mat filter(cv::Mat src) const
filter this member function is used to apply a filter on an image
virtual QString filterDescription() const
filterDescription used to describe filter description
QString filterName() const
filterName used to describe the filter name
virtual QString author() const
author used to describe the author of the plugin