#include <AffineTransform.h>
|
enum | Interpolation {
NN = 0
, LINEAR
, CUBIC
, UNDEFINED
,
CUBIC2P_BSPLINE
, CUBIC2P_CATMULLROM
, CUBIC2P_B05C03
, SUPER
,
LANCZOS
, LANCZOS3_ADVANCED
} |
|
enum | TransformType { USING_OPENCV = 0
, USING_NPPI
} |
|
enum | FrameFetchStrategy { PUSH
, PULL
} |
|
|
template<class Archive> |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ Interpolation
Enumerator |
---|
NN | |
LINEAR | |
CUBIC | |
UNDEFINED | |
CUBIC2P_BSPLINE | |
CUBIC2P_CATMULLROM | |
CUBIC2P_B05C03 | |
SUPER | |
LANCZOS | |
LANCZOS3_ADVANCED | |
◆ TransformType
Enumerator |
---|
USING_OPENCV | |
USING_NPPI | |
◆ AffineTransformProps()
AffineTransformProps::AffineTransformProps |
( |
TransformType | _type, |
|
|
double | _angle, |
|
|
int | _x = 0, |
|
|
int | _y = 0, |
|
|
double | _scale = 1.0 ) |
|
inline |
◆ getSerializeSize()
size_t AffineTransformProps::getSerializeSize |
( |
| ) |
|
|
inlinevirtual |
◆ serialize()
template<class Archive>
void AffineTransformProps::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | version ) |
|
inlineprivate |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ angle
double AffineTransformProps::angle |
◆ interpolation
◆ scale
double AffineTransformProps::scale = 1.0 |
◆ type
int AffineTransformProps::x = 0 |
int AffineTransformProps::y = 0 |
The documentation for this class was generated from the following file: