Rolling 20220618_v3

This commit is contained in:
jomjol
2022-06-18 16:01:25 +02:00
parent b48c6111d9
commit 8939167a39
11 changed files with 5 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ ClassFlowCNNGeneral::ClassFlowCNNGeneral(ClassFlowAlignment *_flowalign, t_CNNTy
string cnnmodelfile = "";
modelxsize = 1;
modelysize = 1;
CNNGoodThreshold = 0.9;
CNNGoodThreshold = 0.0;
ListFlowControll = NULL;
previousElement = NULL;
SaveAllFiles = false;