libvot
0.1.3
A C++11 multithread library for image retrieval
|
edge struct used in image graph class More...
#include <image_graph.h>
Public Member Functions | |
LinkEdge (int src_=-1, int dst_=-1, float score_=0.0, int p_match_=0, int g_match_=0) | |
LinkEdge (const LinkEdge &e) | |
Copy constructor. More... | |
Public Attributes | |
size_t | src |
size_t | dst |
float | score |
int | p_match |
int | g_match |
edge struct used in image graph class
|
inline |
|
inline |
Copy constructor.
size_t vot::LinkEdge::dst |
int vot::LinkEdge::g_match |
int vot::LinkEdge::p_match |
float vot::LinkEdge::score |
size_t vot::LinkEdge::src |