Skip to content
Snippets Groups Projects
Commit d341ff7f authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: change name of ImageDimensionalityReduction

parent 05eed283
Branches
Tags
No related merge requests found
...@@ -124,12 +124,12 @@ protected: ...@@ -124,12 +124,12 @@ protected:
private: private:
void DoInit() override void DoInit() override
{ {
SetName("DimensionalityReduction"); SetName("ImageDimensionalityReduction");
SetDescription("Performs dimensionality reduction of the input image " SetDescription("Performs dimensionality reduction of the input image "
"according to a dimensionality reduction model file."); "according to a dimensionality reduction model file.");
// Documentation // Documentation
SetDocName("DimensionalityReduction"); SetDocName("Image Dimensionality Reduction");
SetDocLongDescription("This application reduces the dimension of an input" SetDocLongDescription("This application reduces the dimension of an input"
" image, based on a machine learning model file produced by" " image, based on a machine learning model file produced by"
" the TrainDimensionalityReduction application. Pixels of the " " the TrainDimensionalityReduction application. Pixels of the "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment