mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 16:41:21 +08:00
remove unused variables
This commit is contained in:
@@ -181,8 +181,6 @@ def regionprops(image, properties='all'):
|
||||
_filled_image = None
|
||||
_convex_image = None
|
||||
_nu = None
|
||||
_a1 = None
|
||||
_a2 = None
|
||||
|
||||
if 'Area' in properties:
|
||||
obj_props['Area'] = m[0,0]
|
||||
|
||||
Reference in New Issue
Block a user