SYMBOL INDEX (152 symbols across 30 files) FILE: client/darknet_client/src/args.cpp function del_arg (line 8) | void del_arg(int argc, char **argv, int index) function find_arg (line 15) | int find_arg(int argc, char* argv[], const char *arg) function find_int_arg (line 28) | int find_int_arg(int argc, char **argv, const char *arg, int def) function find_float_arg (line 43) | float find_float_arg(int argc, char **argv, const char *arg, float def) FILE: client/darknet_client/src/base64.cpp function is_base64 (line 31) | static inline bool is_base64(unsigned char c) { function base64_encode (line 35) | std::string base64_encode(unsigned char const* bytes_to_encode, unsigned... function base64_decode (line 77) | std::string base64_decode(std::string const& encoded_string) { FILE: client/darknet_client/src/frame.cpp function Frame (line 26) | Frame Frame_pool::alloc_frame(void) { function frame_to_json (line 45) | int frame_to_json(void* buf, const Frame& frame) { function json_to_frame (line 57) | void json_to_frame(void* buf, Frame& frame) { FILE: client/darknet_client/src/frame.hpp type Frame (line 5) | struct Frame { class Frame_pool (line 18) | class Frame_pool FILE: client/darknet_client/src/main.cpp class ComparePair (line 46) | class ComparePair function sig_handler (line 88) | void sig_handler(int s) function main (line 93) | int main(int argc, char *argv[]) function fetch_thread (line 236) | void fetch_thread(void) { function capture_thread (line 272) | void capture_thread(void) { function recv_thread (line 327) | void recv_thread(void) { function input_show_thread (line 358) | void input_show_thread(void) { function output_show_thread (line 395) | void output_show_thread(void) { FILE: client/darknet_client/src/mem_pool.cpp type _Unit (line 19) | struct _Unit type _Unit (line 28) | struct _Unit type _Unit (line 28) | struct _Unit type _Unit (line 28) | struct _Unit type _Unit (line 77) | struct _Unit type _Unit (line 92) | struct _Unit type _Unit (line 112) | struct _Unit type _Unit (line 112) | struct _Unit type _Unit (line 112) | struct _Unit FILE: client/darknet_client/src/mem_pool.hpp class CMemPool (line 4) | class CMemPool type _Unit (line 8) | struct _Unit //The type of the node of linkedlist. type _Unit (line 10) | struct _Unit type _Unit (line 16) | struct _Unit type _Unit (line 10) | struct _Unit type _Unit (line 17) | struct _Unit type _Unit (line 10) | struct _Unit FILE: client/darknet_client/src/share_queue.hpp class SharedQueue (line 10) | class SharedQueue function T (line 38) | T& SharedQueue::front() FILE: client/darknet_client/src/util.cpp function str_to_int (line 4) | int str_to_int(const char* str, int len) FILE: server/action.py function load_X (line 34) | def load_X(msg): FILE: server/action_train.py function load_X (line 21) | def load_X(X_path): function load_y (line 34) | def load_y(y_path): FILE: server/src/DetectorInterface.hpp class DetectorInterface (line 6) | class DetectorInterface { FILE: server/src/Hungarian.h function class (line 21) | class HungarianAlgorithm FILE: server/src/KalmanTracker.cpp function StateType (line 42) | StateType KalmanTracker::predict() function StateType (line 79) | StateType KalmanTracker::get_state() function StateType (line 87) | StateType KalmanTracker::get_rect_xysr(float cx, float cy, float s, floa... FILE: server/src/KalmanTracker.h function class (line 18) | class KalmanTracker FILE: server/src/Tracker.hpp type TrackingBox (line 6) | struct TrackingBox class Tracker (line 14) | class Tracker FILE: server/src/args.cpp function del_arg (line 8) | void del_arg(int argc, char **argv, int index) function find_arg (line 15) | int find_arg(int argc, char* argv[], const char *arg) function find_int_arg (line 28) | int find_int_arg(int argc, char **argv, const char *arg, int def) function find_float_arg (line 43) | float find_float_arg(int argc, char **argv, const char *arg, float def) FILE: server/src/base64.cpp function is_base64 (line 41) | static inline bool is_base64(unsigned char c) { function base64_encode (line 45) | std::string base64_encode(unsigned char const* bytes_to_encode, unsigned... function base64_decode (line 87) | std::string base64_decode(std::string const& encoded_string) { FILE: server/src/frame.cpp function Frame (line 29) | Frame Frame_pool::alloc_frame(void) { function frame_to_json (line 50) | int frame_to_json(void* buf, const Frame& frame) { function json_to_frame (line 63) | void json_to_frame(void* buf, Frame& frame) { FILE: server/src/frame.hpp type Frame (line 6) | struct Frame { class Frame_pool (line 19) | class Frame_pool FILE: server/src/mem_pool.cpp type _Unit (line 20) | struct _Unit type _Unit (line 29) | struct _Unit type _Unit (line 29) | struct _Unit type _Unit (line 29) | struct _Unit type _Unit (line 78) | struct _Unit type _Unit (line 93) | struct _Unit type _Unit (line 113) | struct _Unit type _Unit (line 113) | struct _Unit type _Unit (line 113) | struct _Unit FILE: server/src/mem_pool.hpp class CMemPool (line 4) | class CMemPool type _Unit (line 8) | struct _Unit //The type of the node of linkedlist. type _Unit (line 10) | struct _Unit type _Unit (line 16) | struct _Unit type _Unit (line 10) | struct _Unit type _Unit (line 17) | struct _Unit type _Unit (line 10) | struct _Unit FILE: server/src/people.cpp function Person (line 233) | Person& Person::operator=(const Person& p) FILE: server/src/people.hpp function intRoundUp (line 17) | inline int intRoundUp(const T a) class Person (line 22) | class Person type Joint (line 41) | struct Joint { type Change (line 46) | struct Change { method Person (line 69) | Person() : enemy(nullptr), overlap_count(0), track_id(UNTRACK), action... method set_id (line 74) | void set_id(int id) { track_id = id; } method set_enemy (line 76) | void set_enemy(Person* p) { enemy = p; } method get_id (line 80) | inline int get_id(void) const { return track_id; } method get_action (line 81) | inline int get_action(void) const { return action; } method Person (line 86) | inline const Person* get_enemy(void) const { return enemy; } method is_danger (line 91) | inline bool is_danger(void) const { return (action == PUNCH || action ... class People (line 106) | class People method People (line 115) | People() {} method People (line 117) | People(std::vector _keypoints, std::vector _keyshape, floa... method get_person_num (line 120) | inline int get_person_num(void) const { return keyshape[0]; } method serialize (line 127) | void serialize(Archive & ar, const unsigned int version) FILE: server/src/pose_detector.cpp function intRound (line 14) | inline int intRound(const T a) function T (line 20) | inline T fastMin(const T a, const T b) function Mat (line 414) | Mat PoseDetector::create_netsize_im FILE: server/src/pose_detector.hpp class PoseDetector (line 12) | class PoseDetector : public Detector, public DetectorInterface method People (line 23) | inline People* get_people(void) { return det_people; } FILE: server/src/sink.cpp function sig_handler (line 32) | void sig_handler(int s) function main (line 92) | int main() FILE: server/src/ventilator.cpp function sig_handler (line 21) | void sig_handler(int s) function main (line 70) | int main() FILE: server/src/worker.cpp function sig_handler (line 32) | void sig_handler(int s) function main (line 83) | int main(int argc, char *argv[]) FILE: server/src/yolo_v2_class.hpp type bbox_t (line 22) | struct bbox_t { type image_t (line 31) | struct image_t { type bbox_t_container (line 38) | struct bbox_t_container { class Detector (line 70) | class Detector { method detect_resized (line 100) | std::vector detect_resized(image_t img, int init_w, int init_h... method detect (line 111) | std::vector detect(cv::Mat mat, float thresh = 0.2, bool use_m... method mat_to_image_resize (line 119) | std::shared_ptr mat_to_image_resize(cv::Mat mat) const method mat_to_image (line 133) | static std::shared_ptr mat_to_image(cv::Mat img_src) method image_t (line 147) | static image_t mat_to_image_custom(cv::Mat mat) method image_t (line 165) | static image_t make_empty_image(int w, int h, int c) method image_t (line 175) | static image_t make_image_custom(int w, int h, int c) method send_json_http (line 186) | bool send_json_http(std::vector cur_bbox_vec, std::vector _cur_bbox_vec) method update_tracking_flow (line 307) | void update_tracking_flow(cv::Mat src_mat, std::vector _cur_bb... method tracking_flow (line 344) | std::vector tracking_flow(cv::Mat dst_mat, bool check_error = ... method Tracker_optflow (line 433) | Tracker_optflow(int win_size = 15, int max_level = 3, int iterations =... method update_cur_bbox_vec (line 453) | void update_cur_bbox_vec(std::vector _cur_bbox_vec) method update_tracking_flow (line 472) | void update_tracking_flow(cv::Mat new_src_mat, std::vector _cu... method tracking_flow (line 491) | std::vector tracking_flow(cv::Mat new_dst_mat, bool check_erro... class Tracker_optflow (line 428) | class Tracker_optflow { method Tracker_optflow (line 247) | Tracker_optflow(int _gpu_id = 0, int win_size = 15, int max_level = 3,... method update_cur_bbox_vec (line 278) | void update_cur_bbox_vec(std::vector _cur_bbox_vec) method update_tracking_flow (line 307) | void update_tracking_flow(cv::Mat src_mat, std::vector _cur_bb... method tracking_flow (line 344) | std::vector tracking_flow(cv::Mat dst_mat, bool check_error = ... method Tracker_optflow (line 433) | Tracker_optflow(int win_size = 15, int max_level = 3, int iterations =... method update_cur_bbox_vec (line 453) | void update_cur_bbox_vec(std::vector _cur_bbox_vec) method update_tracking_flow (line 472) | void update_tracking_flow(cv::Mat new_src_mat, std::vector _cu... method tracking_flow (line 491) | std::vector tracking_flow(cv::Mat new_dst_mat, bool check_erro... class Tracker_optflow (line 550) | class Tracker_optflow {} method Tracker_optflow (line 247) | Tracker_optflow(int _gpu_id = 0, int win_size = 15, int max_level = 3,... method update_cur_bbox_vec (line 278) | void update_cur_bbox_vec(std::vector _cur_bbox_vec) method update_tracking_flow (line 307) | void update_tracking_flow(cv::Mat src_mat, std::vector _cur_bb... method tracking_flow (line 344) | std::vector tracking_flow(cv::Mat dst_mat, bool check_error = ... method Tracker_optflow (line 433) | Tracker_optflow(int win_size = 15, int max_level = 3, int iterations =... method update_cur_bbox_vec (line 453) | void update_cur_bbox_vec(std::vector _cur_bbox_vec) method update_tracking_flow (line 472) | void update_tracking_flow(cv::Mat new_src_mat, std::vector _cu... method tracking_flow (line 491) | std::vector tracking_flow(cv::Mat new_dst_mat, bool check_erro... function obj_id_to_color (line 557) | static cv::Scalar obj_id_to_color(int obj_id) { class preview_boxes_t (line 566) | class preview_boxes_t { type preview_box_track_t (line 569) | struct preview_box_track_t { method preview_box_track_t (line 574) | preview_box_track_t() : track_id(0), obj_id(0), last_showed_frames_a... method preview_boxes_t (line 580) | preview_boxes_t(size_t _preview_box_size = 100, size_t _bottom_offset ... method set (line 584) | void set(cv::Mat src_mat, std::vector result_vec) method draw (line 650) | void draw(cv::Mat draw_mat, bool show_small_boxes = false) class track_kalman_t (line 700) | class track_kalman_t type tst_t (line 712) | struct tst_t { method tst_t (line 717) | tst_t() : track_id(-1), state_id(-1) {} type one_kalman_t (line 722) | struct one_kalman_t method set_delta_time (line 732) | void set_delta_time(float dT) { method set (line 737) | void set(bbox_t box) method correct (line 761) | void correct(bbox_t box) { method bbox_t (line 779) | bbox_t predict() { method initialize_kalman (line 790) | void initialize_kalman() method one_kalman_t (line 840) | one_kalman_t(int _stateSize = 6, int _measSize = 4, int _contrSize =... type one_kalman_t (line 725) | struct one_kalman_t method set_delta_time (line 732) | void set_delta_time(float dT) { method set (line 737) | void set(bbox_t box) method correct (line 761) | void correct(bbox_t box) { method bbox_t (line 779) | bbox_t predict() { method initialize_kalman (line 790) | void initialize_kalman() method one_kalman_t (line 840) | one_kalman_t(int _stateSize = 6, int _measSize = 4, int _contrSize =... method track_kalman_t (line 855) | track_kalman_t(int _max_objects = 1000, int _min_frames = 3, float _ma... method calc_dt (line 864) | float calc_dt() { method get_distance (line 869) | static float get_distance(float src_x, float src_y, float dst_x, float... method clear_old_states (line 873) | void clear_old_states() { method tst_t (line 895) | tst_t get_state_id(bbox_t find_box, std::vector &busy_vec) method tst_t (line 717) | tst_t() : track_id(-1), state_id(-1) {} method tst_t (line 933) | tst_t new_state_id(std::vector &busy_vec) method tst_t (line 717) | tst_t() : track_id(-1), state_id(-1) {} method find_state_ids (line 951) | std::vector find_state_ids(std::vector result_vec) method predict (line 987) | std::vector predict() method correct (line 1022) | std::vector correct(std::vector result_vec)