Img2Num C++ (Internal Developer Docs)  dev
API Documentation
Graph Member List

This is the complete list of members for Graph, including all inherited members.

add_edge(int32_t node_id1, int32_t node_id2) (defined in Graph)Graph
all_areas_bigger_than(int32_t min_area) (defined in Graph)Graph
clear_unconnected_nodes() (defined in Graph)Graph
compute_contours() (defined in Graph)Graph
discover_edges(const std::vector< int32_t > &region_labels, const int32_t width, const int32_t height) (defined in Graph)Graph
get_nodes() const (defined in Graph)Graphinline
Graph(std::unique_ptr< std::vector< Node_ptr >> &nodes, int width, int height) (defined in Graph)Graphinline
hash_node_ids(void) (defined in Graph)Graphprotected
m_height (defined in Graph)Graphprotected
m_node_ids (defined in Graph)Graphprotected
m_nodes (defined in Graph)Graphprotected
m_width (defined in Graph)Graphprotected
merge_nodes(const Node_ptr &node_to_keep, const Node_ptr &node_to_remove) (defined in Graph)Graph
merge_small_area_nodes(const int32_t min_area) (defined in Graph)Graph
size() (defined in Graph)Graphinline