This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tkDNN/include/tkDNN/utilsNN.h
T
2022-01-27 10:47:13 +01:00

10 lines
260 B
C

#ifndef UTILSNN_H
#define UTILSNN_H
#include "tkdnn.h"
#include <opencv2/core/core.hpp>
void resizeAndSplit(cv::Mat& frame, uint8_t** frame_d, int& frame_size, dnnType *input_d, tk::dnn::NetworkRT *netRT, const int bi=0, bool BGR=true);
#endif // UTILSNN_H