aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEIntegralImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEIntegralImage.cpp')
-rw-r--r--src/runtime/NEON/functions/NEIntegralImage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NEIntegralImage.cpp b/src/runtime/NEON/functions/NEIntegralImage.cpp
index 43308fa169..8645b43d8d 100644
--- a/src/runtime/NEON/functions/NEIntegralImage.cpp
+++ b/src/runtime/NEON/functions/NEIntegralImage.cpp
@@ -36,5 +36,5 @@ void NEIntegralImage::configure(const ITensor *input, ITensor *output)
auto k = arm_compute::support::cpp14::make_unique<NEIntegralImageKernel>();
k->configure(input, output);
_kernel = std::move(k);
- _border_handler.configure(output, _kernel->border_size(), BorderMode::CONSTANT, PixelValue(0));
+ _border_handler.configure(output, _kernel->border_size(), BorderMode::CONSTANT, PixelValue());
}