Merge branch 'master' into Layer_PoempelPosition

This commit is contained in:
Raphael Maenle
2018-01-20 22:53:05 +01:00
7 changed files with 522 additions and 91 deletions

View File

@ -44,6 +44,7 @@ public:
createBox(); createp_box();
if(!dp.PreProcessing({cols,rows}, nullptr)) return false;
if(!a1.PreProcessing({cols,rows}, &p_myBox)) return false;
if(!a3.PreProcessing({cols,rows}, &p_myBox)) return false;
return true;
}