NumCpp  2.1.0
A C++ implementation of the Python Numpy library
Boundary.hpp
Go to the documentation of this file.
1 #pragma once
30 
31 namespace nc
32 {
33  namespace filter
34  {
35  //================================================================================
36  // Enum Description:
38  enum class Boundary { REFLECT = 0, CONSTANT, NEAREST, MIRROR, WRAP };
39  } // namespace filter
40 } // namespace nc
nc::filter::Boundary::NEAREST
@ NEAREST
nc::filter::Boundary::WRAP
@ WRAP
nc::filter::Boundary::CONSTANT
@ CONSTANT
nc::filter::Boundary::REFLECT
@ REFLECT
nc
Definition: Coordinate.hpp:45
nc::filter::Boundary
Boundary
Boundary condition to apply to the image filter.
Definition: Boundary.hpp:38
nc::filter::Boundary::MIRROR
@ MIRROR