mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Use the macro from interface.h.
Co-authored-by: Liutong HAN <liutong2020@iscas.ac.cn>
This commit is contained in:
parent
54da5c3e77
commit
d9ec808b15
4
3rdparty/hal_rvv/hal_rvv_1p0/filter.hpp
vendored
4
3rdparty/hal_rvv/hal_rvv_1p0/filter.hpp
vendored
|
|
@ -4,6 +4,7 @@
|
|||
#ifndef OPENCV_HAL_RVV_FILTER_HPP_INCLUDED
|
||||
#define OPENCV_HAL_RVV_FILTER_HPP_INCLUDED
|
||||
|
||||
#include "../../imgproc/include/opencv2/imgproc/hal/interface.h"
|
||||
#include <riscv_vector.h>
|
||||
|
||||
struct cvhalFilter2D;
|
||||
|
|
@ -539,9 +540,6 @@ namespace morph {
|
|||
#define cv_hal_morph cv::cv_hal_rvv::morph::morph
|
||||
#define cv_hal_morphFree cv::cv_hal_rvv::morph::morphFree
|
||||
|
||||
#define CV_HAL_MORPH_ERODE 0
|
||||
#define CV_HAL_MORPH_DILATE 1
|
||||
|
||||
struct Morph2D
|
||||
{
|
||||
int operation;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user