mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 22:37:11 +08:00
Correcting the imports
This commit is contained in:
@@ -2,9 +2,9 @@ import numpy as np
|
||||
from numpy.testing import assert_array_equal, assert_raises
|
||||
from skimage import data
|
||||
from skimage import transform as tf
|
||||
from skimage.feature.corner import corner_peaks, corner_harris
|
||||
from skimage.color import rgb2gray
|
||||
from skimage.feature import brief, match_keypoints_brief
|
||||
from skimage.feature import (brief, match_keypoints_brief, corner_peaks,
|
||||
corner_harris)
|
||||
|
||||
|
||||
def test_brief_color_image_unsupported_error():
|
||||
|
||||
Reference in New Issue
Block a user