JeVois  1.22
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
Loading...
Searching...
No Matches
common.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include "hailo/hailort.h"
#include "double_buffer.hpp"
Include dependency graph for common.h:

Go to the source code of this file.

Classes

class  FeatureData< T >
 

Macros

#define RESET   "\033[0m"
 
#define BLACK   "\033[30m" /* Black */
 
#define RED   "\033[31m" /* Red */
 
#define GREEN   "\033[32m" /* Green */
 
#define YELLOW   "\033[33m" /* Yellow */
 
#define BLUE   "\033[34m" /* Blue */
 
#define MAGENTA   "\033[35m" /* Magenta */
 
#define CYAN   "\033[36m" /* Cyan */
 
#define WHITE   "\033[37m" /* White */
 
#define BOLDBLACK   "\033[1m\033[30m" /* Bold Black */
 
#define BOLDRED   "\033[1m\033[31m" /* Bold Red */
 
#define BOLDGREEN   "\033[1m\033[32m" /* Bold Green */
 
#define BOLDYELLOW   "\033[1m\033[33m" /* Bold Yellow */
 
#define BOLDBLUE   "\033[1m\033[34m" /* Bold Blue */
 
#define BOLDMAGENTA   "\033[1m\033[35m" /* Bold Magenta */
 
#define BOLDCYAN   "\033[1m\033[36m" /* Bold Cyan */
 
#define BOLDWHITE   "\033[1m\033[37m" /* Bold White */
 

Functions

std::string get_coco_name_from_int (int cls)
 

Macro Definition Documentation

◆ BLACK

#define BLACK   "\033[30m" /* Black */

Definition at line 30 of file common.h.

◆ BLUE

#define BLUE   "\033[34m" /* Blue */

Definition at line 34 of file common.h.

◆ BOLDBLACK

#define BOLDBLACK   "\033[1m\033[30m" /* Bold Black */

Definition at line 38 of file common.h.

◆ BOLDBLUE

#define BOLDBLUE   "\033[1m\033[34m" /* Bold Blue */

Definition at line 42 of file common.h.

◆ BOLDCYAN

#define BOLDCYAN   "\033[1m\033[36m" /* Bold Cyan */

Definition at line 44 of file common.h.

◆ BOLDGREEN

#define BOLDGREEN   "\033[1m\033[32m" /* Bold Green */

Definition at line 40 of file common.h.

◆ BOLDMAGENTA

#define BOLDMAGENTA   "\033[1m\033[35m" /* Bold Magenta */

Definition at line 43 of file common.h.

◆ BOLDRED

#define BOLDRED   "\033[1m\033[31m" /* Bold Red */

Definition at line 39 of file common.h.

◆ BOLDWHITE

#define BOLDWHITE   "\033[1m\033[37m" /* Bold White */

Definition at line 45 of file common.h.

◆ BOLDYELLOW

#define BOLDYELLOW   "\033[1m\033[33m" /* Bold Yellow */

Definition at line 41 of file common.h.

◆ CYAN

#define CYAN   "\033[36m" /* Cyan */

Definition at line 36 of file common.h.

◆ GREEN

#define GREEN   "\033[32m" /* Green */

Definition at line 32 of file common.h.

◆ MAGENTA

#define MAGENTA   "\033[35m" /* Magenta */

Definition at line 35 of file common.h.

◆ RED

#define RED   "\033[31m" /* Red */

Definition at line 31 of file common.h.

◆ RESET

#define RESET   "\033[0m"

Copyright 2020 (C) Hailo Technologies Ltd. All rights reserved.

Hailo Technologies Ltd. ("Hailo") disclaims any warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. This software is provided on an "AS IS" basis, and Hailo has no obligation to provide maintenance, support, updates, enhancements, or modifications.

You may use this software in the development of any project. You shall not reproduce, modify or distribute this software without prior written permission. @ file example_common.h Common macros and defines used by Hailort Examples

Definition at line 29 of file common.h.

◆ WHITE

#define WHITE   "\033[37m" /* White */

Definition at line 37 of file common.h.

◆ YELLOW

#define YELLOW   "\033[33m" /* Yellow */

Definition at line 33 of file common.h.

Function Documentation

◆ get_coco_name_from_int()

std::string get_coco_name_from_int ( int  cls)

Definition at line 62 of file common.h.