mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 11:51:24 +08:00
change import syntax for python 3
This commit is contained in:
committed by
Korijn van Golen
parent
d55135ddbb
commit
2e56e685d8
@@ -2,7 +2,7 @@ import numpy as np
|
||||
from scipy import sqrt, pi, arctan2, cos, sin
|
||||
from scipy.ndimage import uniform_filter
|
||||
from .._shared.utils import assert_nD
|
||||
import _hoghistogram
|
||||
from . import _hoghistogram
|
||||
|
||||
def hog(image, orientations=9, pixels_per_cell=(8, 8),
|
||||
cells_per_block=(3, 3), visualise=False, normalise=False):
|
||||
|
||||
Reference in New Issue
Block a user