派生自 Algorithm/baseDetector

bug
Scheaven
2021-08-10 6b626a69cc7fa64590a0ca0d3539f2d1a862d2cf
src/h_interface.h
@@ -11,7 +11,6 @@
#endif
#define API extern "C" __attribute__((visibility ("default")))
API void* create(const char *conf, int *max_chan);
API void release(void* handle);
API void* get_result(void *handle, const void *img, const int chan);