#include <ncs.h>
|
static std::string | getFileContent (const std::string &filename) |
|
static void | splitIntoLines (const std::string &content, std::vector< std::string > &lines) |
|
Definition at line 31 of file ncs.h.
movidius_ncs_lib::NCS::NCS |
( |
int |
device_index, |
|
|
Device::LogLevel |
log_level, |
|
|
const std::string & |
cnn_type, |
|
|
const std::string & |
graph_file_path, |
|
|
const std::string & |
category_file_path, |
|
|
const int |
network_dimension, |
|
|
const std::vector< float > & |
mean, |
|
|
const float & |
scale, |
|
|
const int & |
top_n |
|
) |
| |
movidius_ncs_lib::NCS::~NCS |
( |
| ) |
|
void movidius_ncs_lib::NCS::classify |
( |
| ) |
|
void movidius_ncs_lib::NCS::detect |
( |
| ) |
|
std::string movidius_ncs_lib::NCS::getFileContent |
( |
const std::string & |
filename | ) |
|
|
staticprivate |
void movidius_ncs_lib::NCS::initDevice |
( |
| ) |
|
|
private |
void movidius_ncs_lib::NCS::loadCategories |
( |
const std::string & |
category_file_path | ) |
|
|
private |
void movidius_ncs_lib::NCS::loadGraph |
( |
const std::string & |
graph_file_path | ) |
|
|
private |
void movidius_ncs_lib::NCS::loadTensor |
( |
const cv::Mat & |
image | ) |
|
void movidius_ncs_lib::NCS::splitIntoLines |
( |
const std::string & |
content, |
|
|
std::vector< std::string > & |
lines |
|
) |
| |
|
staticprivate |
std::vector<std::string> movidius_ncs_lib::NCS::categories_ |
|
private |
Definition at line 67 of file ncs.h.
const std::string movidius_ncs_lib::NCS::cnn_type_ |
|
private |
Definition at line 66 of file ncs.h.
Definition at line 59 of file ncs.h.
const int movidius_ncs_lib::NCS::device_index_ |
|
private |
Definition at line 64 of file ncs.h.
Definition at line 60 of file ncs.h.
Definition at line 65 of file ncs.h.
const std::vector<float> movidius_ncs_lib::NCS::mean_ |
|
private |
Definition at line 69 of file ncs.h.
const int movidius_ncs_lib::NCS::network_dimension_ |
|
private |
Definition at line 68 of file ncs.h.
Definition at line 62 of file ncs.h.
const float movidius_ncs_lib::NCS::scale_ |
|
private |
Definition at line 70 of file ncs.h.
Definition at line 61 of file ncs.h.
const int movidius_ncs_lib::NCS::top_n_ |
|
private |
Definition at line 71 of file ncs.h.
void* movidius_ncs_lib::NCS::user_param_ |
|
private |
Definition at line 72 of file ncs.h.
The documentation for this class was generated from the following files: