mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 20:22:51 +08:00
Updated bento file
This commit is contained in:
@@ -154,6 +154,9 @@ Library:
|
||||
Extension: skimage.feature._hessian_det_appx
|
||||
Sources:
|
||||
skimage/exposure/_hessian_det_appx.pyx
|
||||
Extension: skimage.graph._ncut_cy
|
||||
Sources:
|
||||
skimage/graph/_ncut_cy.pyx
|
||||
|
||||
Executable: skivi
|
||||
Module: skimage.scripts.skivi
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user