@@ -19,7 +19,6 @@
#include <objrec-froehlichexp/semseg/SemSegLocal.h>
#include <objrec-froehlichexp/semseg/SemSegSTF.h>
#include <objrec-froehlichexp/semseg/SemSegCsurka.h>
-#include <objrec-froehlichexp/semseg/SemSegCsurka2.h>
#include <objrec-froehlichexp/semseg/SemSegRegionBased.h>
#include <objrec-froehlichexp/semseg/SemSegContextTree.h>
@@ -1,5 +1,7 @@
#include "RelativeLocationPrior.h"
+#include "core/image/Filter.h"
+
using namespace std;
using namespace NICE;
using namespace OBJREC;
@@ -121,7 +123,7 @@ void RelativeLocationPrior::finishPriorsMaps(ClassNames &cn)
NICE::FloatImage out;
//FourierLibrary::gaussFilterD(tmp, out, sigma);
- filterGaussSigmaApproximate<float,float,float>( tmp, &out, sigma );
+ NICE::filterGaussSigmaApproximate<float,float,float>( tmp, sigma, &out);
for(int x = 0; x < mapsize; x++)
{