ss928_framework/svp/__npu/include/wrapperncnn.h

17 lines
291 B
C
Raw Normal View History

2024-12-16 13:31:45 +08:00
#ifndef _WRAPPERNCNN_H__
#define _WRAPPERNCNN_H__
#ifdef __cplusplus
extern "C" {
#endif
/*
JPG or PNG chang to yuv420sp W=640 scale
*/
int ncnn_convertimg_yolov5s(const char* jpg,const char* yuvpath);
int ncnn_result(const float *src,unsigned int len);
#ifdef __cplusplus
}
#endif
#endif