RAG class skimage.future.graph.RAG(label_image=None, connectivity=1, data=None, **attr)
cut_normalized skimage.future.graph.cut_normalized(labels, rag, thresh=0.001, num_cuts=10, in_place=True, max_edge=1.0)
rag_boundary skimage.future.graph.rag_boundary(labels, edge_map, connectivity=2)
rag_mean_color skimage.future.graph.rag_mean_color(image, labels, connectivity=2, mode='distance', sigma=255.0)
cut_threshold skimage.future.graph.cut_threshold(labels, rag, thresh, in_place=True)
draw_rag skimage.future.graph.draw_rag(labels, rag, img, border_color=None, node_color='#ffff00', edge_color='#00ff00', colormap=None
ncut skimage.future.graph.ncut(labels, rag, thresh=0.001, num_cuts=10, in_place=True, max_edge=1.0)
merge_hierarchical skimage.future.graph.merge_hierarchical(labels, rag, thresh, rag_copy, in_place_merge, merge_func
Module: future.graph