mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-24 20:01:12 +08:00
8 lines
178 B
C++
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
|