mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 03:19:12 +08:00
Documenting the example code
This commit is contained in:
committed by
Johannes Schönberger
parent
11403f9ce3
commit
73afae9d72
@@ -1,6 +1,7 @@
|
||||
import numpy as np
|
||||
|
||||
from .util import _mask_border_keypoints, _prepare_grayscale_input_2D
|
||||
from skimage.feature.util import (_mask_border_keypoints,
|
||||
_prepare_grayscale_input_2D)
|
||||
|
||||
from skimage.feature import (corner_fast, corner_orientations, corner_peaks,
|
||||
corner_harris)
|
||||
|
||||
Reference in New Issue
Block a user