Fix typo in variable name

This commit is contained in:
Juan Nunez-Iglesias
2015-12-14 18:42:25 +11:00
parent d5819f664a
commit 49aa7cf999
+1 -1
View File
@@ -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: