parent
f916b20d70
commit
3761927923
@ -0,0 +1,7 @@ |
|||||||
|
import numpy as np |
||||||
|
|
||||||
|
def sigmoid(x): |
||||||
|
return 1/(1 + np.exp(-x)) |
||||||
|
|
||||||
|
def correctFunc(rgb): |
||||||
|
return ( rgb[0], rgb[1], rgb[2] ) |
Loading…
Reference in new issue