ajout commentaires

This commit is contained in:
Tri-Thien TRUONG
2020-03-20 16:52:31 +01:00
parent 7953d1d1cb
commit e093dfc08a
5 changed files with 52 additions and 15 deletions
+8 -3
View File
@@ -21,9 +21,14 @@
#include "ColorimetricSegmenter.h"
// Default constructor:
// - pass the Qt resource path to the info.json file (from <yourPluginName>.qrc file)
// - constructor should mainly be used to initialize actions and other members
/*
Default constructor:
- pass the Qt resource path to the info.json file (from <yourPluginName>.qrc file)
- constructor should mainly be used to initialize actions and other members
*/
/*
Class that will apply all the algorithm of our plugin
*/
ColorimetricSegmenter::ColorimetricSegmenter( QObject *parent )
: QObject( parent )
, ccStdPluginInterface( ":/CC/plugin/ColorimetricSegmenter/info.json" )