Updated bento file

This commit is contained in:
Vighnesh Birodkar
2014-08-05 23:33:22 +05:30
parent 22b5f4addf
commit c915aef759
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ def cut_threshold(labels, rag, thresh):
return map_array[labels]
def cut_n(labels, rag, thresh=0.0001, num_cuts=10):
def cut_n(labels, rag, thresh=0.001, num_cuts=10):
"""Perform Normalized Graph cut on the Region Adjacency Graph.
Given an image's labels and its similarity RAG, recursively perform