|
libvot
0.1.3
A C++11 multithread library for image retrieval
|
the image node used in image graph class More...
#include <image_graph.h>
Public Member Functions | |
| ImageNode (int idx_=-1, const std::string &iname="", const std::string &sname="") | |
| ImageNode (const ImageNode &node) | |
| Copy constructor. More... | |
Public Attributes | |
| int | idx |
| the optional original index (maybe in the image_list) More... | |
| std::string | image_name |
| the image name More... | |
| std::string | sift_name |
| the sift name More... | |
the image node used in image graph class
|
inline |
|
inline |
Copy constructor.
| int vot::ImageNode::idx |
the optional original index (maybe in the image_list)
| std::string vot::ImageNode::image_name |
the image name
| std::string vot::ImageNode::sift_name |
the sift name
1.8.9.1