mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #7342 from terfendail:OVXHAL_redundant_consts
This commit is contained in:
commit
a595ea208d
7
3rdparty/openvx/include/openvx_hal.hpp
vendored
7
3rdparty/openvx/include/openvx_hal.hpp
vendored
@ -399,13 +399,6 @@ inline int ovx_hal_merge8u(const uchar **src_data, uchar *dst_data, int len, int
|
|||||||
|
|
||||||
|
|
||||||
#if defined OPENCV_IMGPROC_HAL_INTERFACE_H
|
#if defined OPENCV_IMGPROC_HAL_INTERFACE_H
|
||||||
#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
|
|
||||||
#define MORPH_ERODE 0
|
|
||||||
#define MORPH_DILATE 1
|
|
||||||
|
|
||||||
inline int ovx_hal_resize(int atype, const uchar *a, size_t astep, int aw, int ah, uchar *b, size_t bstep, int bw, int bh, double inv_scale_x, double inv_scale_y, int interpolation)
|
inline int ovx_hal_resize(int atype, const uchar *a, size_t astep, int aw, int ah, uchar *b, size_t bstep, int bw, int bh, double inv_scale_x, double inv_scale_y, int interpolation)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user