mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 14:42:17 +08:00
io: Fix one more instance of cdivision.
This commit is contained in:
@@ -139,6 +139,7 @@ def brightness(np.ndarray[np.uint8_t, ndim=3] img,
|
||||
|
||||
|
||||
@cython.boundscheck(False)
|
||||
@cython.cdivision(True)
|
||||
def sigmoid_gamma(np.ndarray[np.uint8_t, ndim=3] img,
|
||||
np.ndarray[np.uint8_t, ndim=3] stateimg,
|
||||
float alpha, float beta):
|
||||
|
||||
Reference in New Issue
Block a user