One Bug found and changed

This commit is contained in:
JRauer
2018-01-26 22:26:19 +01:00
parent 3a57fbd5e9
commit 1787af11ab
4 changed files with 22 additions and 19 deletions

View File

@ -44,9 +44,9 @@ public:
bool PreProcessing()
{
createBox(); createp_box();
/*if(!dp.PreProcessing({cols,rows}, nullptr)) return false;
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;*/
if(!a3.PreProcessing({cols,rows}, &p_myBox)) return false;
if(!a4.PreProcessing({cols,rows}, &p_myBox)) return false;
return true;