libvot
0.1.3
A C++11 multithread library for image retrieval
|
This is the complete list of members for vot::ImageGraph, including all inherited members.
addEdge(int src, int dst, double score=0.0) | vot::ImageGraph | |
addEdge(const vot::LinkEdge &n) | vot::ImageGraph | |
addEdgeu(int src, int dst, double score=0.0) | vot::ImageGraph | |
addEdgeu(const vot::LinkEdge &n) | vot::ImageGraph | |
addNode() | vot::ImageGraph | |
addNode(const vot::ImageNode &n) | vot::ImageGraph | |
adjListSize(int idx) | vot::ImageGraph | |
consolidate(int k) | vot::ImageGraph | |
graphvizu(std::string gv_filename, std::string graph_name) | vot::ImageGraph | |
ImageGraph(int size) | vot::ImageGraph | |
ImageGraph(const std::vector< std::string > &image_filenames, const std::vector< std::string > &sift_filenames) | vot::ImageGraph | |
kargerCut(std::vector< std::vector< int > > &global_min_cut) | vot::ImageGraph | |
nodeNum() | vot::ImageGraph | |
numConnectedComponents(int threshold=0) | vot::ImageGraph | |
queryExpansion(Edge2dArray &expansion_lists, int level, int inlier_threshold=150) | vot::ImageGraph | |
queryExpansionSub(int src, int tgt, double score, Edge2dArray &expansion_lists, bool **visit_mat, int level, int inlier_threshold) | vot::ImageGraph | |
showInfo() | vot::ImageGraph |