NumCpp
2.12.1
A Templatized Header Only C++ Implementation of the Python NumPy Library
Boundary.hpp
Go to the documentation of this file.
1
28
#pragma once
29
30
namespace
nc::filter
31
{
32
//================================================================================
33
// Enum Description:
35
enum class
Boundary
36
{
37
REFLECT
= 0,
38
CONSTANT
,
39
NEAREST
,
40
MIRROR
,
41
WRAP
42
};
43
}
// namespace nc::filter
nc::filter
Definition:
addBoundary1d.hpp:44
nc::filter::Boundary
Boundary
Boundary condition to apply to the image filter.
Definition:
Boundary.hpp:36
nc::filter::Boundary::MIRROR
@ MIRROR
nc::filter::Boundary::CONSTANT
@ CONSTANT
nc::filter::Boundary::WRAP
@ WRAP
nc::filter::Boundary::REFLECT
@ REFLECT
nc::InterpolationMethod::NEAREST
@ NEAREST
include
NumCpp
Filter
Boundaries
Boundary.hpp
Generated by
1.9.4