OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / src / Tools / eosPoint / eosPointICP / src / init.c
index 4fe78dc..030701b 100755 (executable)
@@ -25,7 +25,9 @@ init0(eosPointICPInfo* info)
     info->IterationLimit = 10000;    info->flagIterationLimit = 0;
     info->Pattern = 10;    info->flagPattern = 0;
     info->ScoreThreshold = 0.0;    info->flagScoreThreshold = 0;
+    info->Omit = 100000.0;    info->flagOmit = 0;
     info->Pickup = 0.8;    info->flagPickup = 0;
+    info->flag2D = 0;    info->flagflag2D = 0;
     info->Debug = 0;    info->flagDebug = 0;
     info->mode = 0;    info->flagmode = 0;
     info->fptconfigFile = NULL;    info->flagconfigFile = 0;
@@ -100,9 +102,15 @@ init1(eosPointICPInfo* info)
     if(info->flagScoreThreshold) {
     }
     
+    if(info->flagOmit) {
+    }
+    
     if(info->flagPickup) {
     }
     
+    if(info->flagflag2D) {
+    }
+    
     if(info->flagDebug) {
     }