|
Img2Num C++ (Internal Developer Docs)
dev
API Documentation
|
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 > ®ion_labels, const int32_t width, const int32_t height) (defined in Graph) | Graph | |
| get_nodes() const (defined in Graph) | Graph | inline |
| Graph(std::unique_ptr< std::vector< Node_ptr >> &nodes, int width, int height) (defined in Graph) | Graph | inline |
| hash_node_ids(void) (defined in Graph) | Graph | protected |
| m_height (defined in Graph) | Graph | protected |
| m_node_ids (defined in Graph) | Graph | protected |
| m_nodes (defined in Graph) | Graph | protected |
| m_width (defined in Graph) | Graph | protected |
| 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) | Graph | inline |