#include "IConvolution.h"
Go to the source code of this file.
The behavior of the convolution kernel when it requires values that extend off the edges of the input.
Use the closest values on the input matrix's edge.
Use the values on the opposite edge.
Reflect the index requested across the edge boundary.