mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
unwrap: moved pure python code from unwrap2D.pyx to unwrap.py, allocate output array in pure python
This commit is contained in:
committed by
Jostein Bø Fløystad
parent
c61ae90a4d
commit
3d4fb9559c
@@ -1,5 +1,5 @@
|
||||
from numpy.testing import *
|
||||
from unwrap2D import unwrap2D
|
||||
from unwrap import unwrap2D
|
||||
|
||||
import numpy as np
|
||||
from numpy import outer, arange, ones, abs, empty, power, indices
|
||||
|
||||
Reference in New Issue
Block a user