module-skimage.future.graph

Module: future.graph

skimage.future.graph.cut_normalized(labels, rag) Perform Normalized Graph cut on the Region Adjacency Graph.
skimage.future.graph.cut_threshold(labels, ...) Combine regions separated by weight less than threshold.
skimage.future.graph.draw_rag(labels, rag, img) Draw a Region Adjacency Graph on an image.
skimage.future.graph.merge_hierarchical(...) Perform hierarchical merging of a RAG.
skimage.future.graph.ncut(labels, rag[, ...]) Perform Normalized Graph cut on the Region Adjacency Graph.
skimage.future.graph.rag_boundary(labels, ...) Comouter RAG based on region boundaries
skimage.future.graph.rag_mean_color(image, ...) Compute the Region Adjacency Graph using mean colors.
skimage.future.graph.RAG([label_image, ...]) The Region Adjacency Graph (RAG) of an image, subclasses
doc_scikit_image
2017-01-12 17:22:15
Comments
Leave a Comment

Please login to continue.