Renamed _construct.pyx to _build_rag.pyx and some code corrections

This commit is contained in:
Vighnesh Birodkar
2014-06-19 02:50:25 +05:30
parent 53318c44df
commit 2a7ec3afd4
5 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ def threshold_cut(label, rag, thresh):
Parameters
----------
label : (width, height, 3) or (width, height, depth, 3) ndarray
label : (width, height) or (width, height, 3) ndarray
The array of labels.
rag : RAG
The region adjacency graph.