|
@@ -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++)
|
|
|
{
|