Paolo-Fraccaro
commited on
Commit
•
3830e2f
1
Parent(s):
ce47c54
stretch rgb images
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ import pdb
|
|
36 |
|
37 |
import matplotlib.pyplot as plt
|
38 |
|
39 |
-
from skimage import exposure
|
40 |
|
41 |
cdl_color_map = [{'value': 1, 'label': 'Natural vegetation', 'rgb': (233,255,190)},
|
42 |
{'value': 2, 'label': 'Forest', 'rgb': (149,206,147)},
|
|
|
36 |
|
37 |
import matplotlib.pyplot as plt
|
38 |
|
39 |
+
from skimage import exposure
|
40 |
|
41 |
cdl_color_map = [{'value': 1, 'label': 'Natural vegetation', 'rgb': (233,255,190)},
|
42 |
{'value': 2, 'label': 'Forest', 'rgb': (149,206,147)},
|