catering_dish_detection.h 331 Bytes
Newer Older
1 2 3 4 5 6 7
//
// Created by dizi on 2024/7/11.
//

#ifndef CATERINGDETECT_CATERING_DISH_DETECTION_H
#define CATERINGDETECT_CATERING_DISH_DETECTION_H
#include <jni.h>
姜天宇's avatar
姜天宇 committed
8
#include "libdet.h"
9 10 11 12
#include "libdetfea.h"
#include "image_tools.h"
//#include <OpenCL/opencl.h>

13 14
#define LENGTH_FEATURE 128

15
#endif //CATERINGDETECT_CATERING_DISH_DETECTION_H