49 template<
typename dtype>
54 uint32 boundarySize = inSize / 2;
55 uint32 imageSize = inImageWithBoundary.
size() - boundarySize * 2;
57 return inImageWithBoundary[
Slice(boundarySize, boundarySize + imageSize)];
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
size_type size() const noexcept
Definition: NdArrayCore.hpp:4296
A Class for slicing into NdArrays.
Definition: Slice.hpp:44
NdArray< dtype > trimBoundary1d(const NdArray< dtype > &inImageWithBoundary, uint32 inSize)
Definition: trimBoundary1d.hpp:50
Definition: Coordinate.hpp:45
std::uint32_t uint32
Definition: Types.hpp:40