mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 22:23:26 +08:00
Change the import of round function to be compatible with visual studio compiler
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
#cython: wraparound=False
|
||||
|
||||
cimport numpy as cnp
|
||||
from libc.math cimport log, exp, round
|
||||
from libc.math cimport log, exp
|
||||
|
||||
from .core_cy cimport dtype_t, dtype_t_out, _core
|
||||
|
||||
from ..._shared.interpolation cimport round
|
||||
|
||||
cdef inline void _kernel_autolevel(dtype_t_out* out, Py_ssize_t odepth,
|
||||
Py_ssize_t* histo,
|
||||
|
||||
Reference in New Issue
Block a user