OpenCV
3.3.0
Open Source Computer Vision
|
Macros | |
Interpolation modes | |
| |
#define | CV_HAL_INTER_NEAREST 0 |
#define | CV_HAL_INTER_LINEAR 1 |
#define | CV_HAL_INTER_CUBIC 2 |
#define | CV_HAL_INTER_AREA 3 |
#define | CV_HAL_INTER_LANCZOS4 4 |
Morphology operations | |
| |
#define | MORPH_ERODE 0 |
#define | MORPH_DILATE 1 |