DarkHelp  v1.8.6-4
C++ API for the neural network framework Darknet
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
DarkHelpNN.cpp File Reference
#include "DarkHelp.hpp"
#include <fstream>
#include <regex>
#include <cmath>
#include <ctime>
#include <sys/stat.h>
#include <darknet.h>
Include dependency graph for DarkHelpNN.cpp:

Functions

static cv::Mat convert_darknet_image_to_opencv_mat (const image img)
 
static image convert_opencv_mat_to_darknet_image (cv::Mat mat)
 

Function Documentation

◆ convert_darknet_image_to_opencv_mat()

static cv::Mat convert_darknet_image_to_opencv_mat ( const image  img)
inlinestatic

◆ convert_opencv_mat_to_darknet_image()

static image convert_opencv_mat_to_darknet_image ( cv::Mat  mat)
inlinestatic

Referenced by DarkHelp::NN::predict_internal_darknet().

Here is the caller graph for this function: