mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
Fix typo in variable name
This commit is contained in:
@@ -124,7 +124,7 @@ class RAG(nx.Graph):
|
||||
function=_add_edge_filter,
|
||||
footprint=fp,
|
||||
mode='nearest',
|
||||
output=np.empty(labels_image.shape, dtype=np.uint8),
|
||||
output=np.empty(label_image.shape, dtype=np.uint8),
|
||||
extra_arguments=(self,))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user