1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00
Files
opencv_contrib/modules/cannops/include/opencv2/ascendc_kernels.hpp
MengqingCao 09ed18d280 Remove redundant code
1. remove threshold_opencv_kernel
2. typo ASCENDC_KERNELS_H
3. add ALIGN_UP macro
2024-02-21 10:33:09 +08:00

8 lines
178 B
C++

#ifndef ASCENDC_KERNELS_H
#define ASCENDC_KERNELS_H
#include "../../ascendc_kernels/kernel_tiling_types.h"
#include "aclrtlaunch_threshold_opencv.h"
#endif //ASCENDC_KERNELS_H