mexopencv
3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{rotate.cpp} Namespace Reference
Variables
const
ConstMap
<
string
, int >
RotateMap
Rotation codes.
More...
Variable Documentation
◆
RotateMap
const
ConstMap
<
string
,int> anonymous_namespace{rotate.cpp}::RotateMap
Initial value:
=
ConstMap<string,int>
(
"90CW"
,
cv::ROTATE_90_CLOCKWISE
)
(
"180"
,
cv::ROTATE_180
)
(
"90CCW"
,
cv::ROTATE_90_COUNTERCLOCKWISE
)
cv::ROTATE_90_COUNTERCLOCKWISE
ROTATE_90_COUNTERCLOCKWISE
cv::ROTATE_180
ROTATE_180
cv::ROTATE_90_CLOCKWISE
ROTATE_90_CLOCKWISE
ConstMap
std::map wrapper with one-line initialization and lookup method.
Definition:
MxArray.hpp:927
Rotation codes.
Definition at line
14
of file
rotate.cpp
.
Generated by
1.8.14