Minor Corrections

This commit is contained in:
jomjol
2020-08-07 18:34:00 +02:00
parent 7895d6ce0f
commit 272a74b346
3 changed files with 30 additions and 5 deletions

View File

@@ -29,7 +29,8 @@ public:
bool doNeuralNetwork(string time);
bool doAlignAndCut(string time);
std::vector<HTMLInfo*> GetHTMLInfo();
std::vector<HTMLInfo*> GetHTMLInfo();
int AnzahlROIs(){return ROI.size();};
string name(){return "ClassFlowAnalog";};
};