mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 23:04:08 +08:00
Resolve fast forward
This commit is contained in:
@@ -106,4 +106,3 @@ def convex_hull_object(image):
|
||||
convex_img = np.logical_or(convex_img, convex_obj)
|
||||
|
||||
return convex_img
|
||||
|
||||
|
||||
@@ -65,6 +65,7 @@ def test_possible_hull():
|
||||
ph = possible_hull(image)
|
||||
assert_array_equal(ph, expected)
|
||||
|
||||
|
||||
@skipif(not scipy_spatial)
|
||||
def test_object():
|
||||
image = np.array(
|
||||
|
||||
Reference in New Issue
Block a user