Skip to content
Snippets Groups Projects
Commit ce245c85 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

isort imageViewer

parent 1d82fe11
No related branches found
No related tags found
No related merge requests found
...@@ -15,17 +15,15 @@ riv.plot_labeled_traps(trap_id, trange, ncols) ...@@ -15,17 +15,15 @@ riv.plot_labeled_traps(trap_id, trange, ncols)
""" """
import yaml import matplotlib.pyplot as plt
import numpy as np import numpy as np
from PIL import Image import yaml
from skimage.morphology import dilation
from agora.io.cells import CellsLinear as Cells from agora.io.cells import CellsLinear as Cells
from agora.io.writer import load_attributes from agora.io.writer import load_attributes
from aliby.io.image import Image as OImage from aliby.io.image import Image as OImage
from aliby.tile.tiler import Tiler from aliby.tile.tiler import Tiler
from PIL import Image
import matplotlib.pyplot as plt from skimage.morphology import dilation
class localImageViewer: class localImageViewer:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment