libvot  0.1.3
A C++11 multithread library for image retrieval
Public Member Functions | Public Attributes | List of all members
vot::ImageNode Struct Reference

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...
 

Detailed Description

the image node used in image graph class

Constructor & Destructor Documentation

vot::ImageNode::ImageNode ( int  idx_ = -1,
const std::string &  iname = "",
const std::string &  sname = "" 
)
inline
vot::ImageNode::ImageNode ( const ImageNode node)
inline

Copy constructor.

Member Data Documentation

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


The documentation for this struct was generated from the following file: