#include <dirent.h>#include <random>#include <string>#include <vector>#include <boost/date_time/posix_time/posix_time.hpp>#include <cv_bridge/cv_bridge.h>#include <object_msgs/ClassifyObject.h>#include <opencv2/highgui/highgui.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <ros/ros.h>
Go to the source code of this file.
Macros | |
| #define | DEFAULT_DEMO_MODE 0 |
| #define | DEFAULT_IMAGE_BASE_PATH "/opt/movidius/ncappzoo/data/images/" |
| #define | DEFAULT_PARALLEL_FLAG 1 |
| #define | DEFAULT_PARALLEL_SIZE 1 |
| #define | LINESPACING 30 |
| #define | MOVEWINDOW 1000 |
Functions | |
| std::vector< std::string > | getImagePath (std::string image_dir) |
| int | main (int argc, char **argv) |
| #define DEFAULT_DEMO_MODE 0 |
Definition at line 33 of file image_classification.cpp.
| #define DEFAULT_IMAGE_BASE_PATH "/opt/movidius/ncappzoo/data/images/" |
Definition at line 32 of file image_classification.cpp.
| #define DEFAULT_PARALLEL_FLAG 1 |
Definition at line 34 of file image_classification.cpp.
| #define DEFAULT_PARALLEL_SIZE 1 |
Definition at line 31 of file image_classification.cpp.
| #define LINESPACING 30 |
Definition at line 29 of file image_classification.cpp.
| #define MOVEWINDOW 1000 |
Definition at line 30 of file image_classification.cpp.
| std::vector<std::string> getImagePath | ( | std::string | image_dir | ) |
Definition at line 36 of file image_classification.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 66 of file image_classification.cpp.