Metadata-Version: 1.0
Name: isimage
Version: 0.1
Summary: A module and scripts for analysis of whole-mount in-situ hybridisation images.
Home-page: https://github.com/ilyapatrushev/isimage
Author: Ilya Patrushev
Author-email: ilya.patrushev@gmail.com
License: GPL v2.0
Description: The package consists of isimage module and analyse_image and select_images
        command line scripts. Test data and images for the scripts will be installed
        in the corresponding subfolders of isimage package.
        
        Installation:
        
        The package depends on OpenCV >= 3.0.0. Please install it from www.opencv.org.
        Multithreading functionality of select_images script depends on IPython.parallel, 
        however this dependency is optional.
        
        Linux:
        Before installation please make sure you have jpeg-dev\tiff-dev packages 
        installed.
        
        Then run pip install isimage
        
Platform: UNKNOWN
