mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-22 13:00:09 +08:00
Fix Python 3 import error
This commit is contained in:
@@ -2,7 +2,7 @@ __all__ = ['hough', 'probabilistic_hough']
|
||||
|
||||
from itertools import izip
|
||||
import numpy as np
|
||||
from _hough_transform import _probabilistic_hough
|
||||
from ._hough_transform import _probabilistic_hough
|
||||
|
||||
def _hough(img, theta=None):
|
||||
if img.ndim != 2:
|
||||
|
||||
Reference in New Issue
Block a user