A tool for the semi-automated segmentation and annotation of scanned images of museum specimen trays.
You can download the latest release of Inselect for Windows, for Mac and the Python source from our Project page.
- Install git ;
- Download the latest build of Anaconda, Python 2.7.x build, and install using default options;
- Download OpenCV (2.x version) and extract the archive;
- Copy the file
<open cv extract root>/build/python/2.7/x86/cv2.pydto<anaconda root>/Lib/site-packages(Replace x86 by 64 as appropriate); - Get the Inselect source:
git clone https://github.com/NaturalHistoryMuseum/inselect.git
cd inselect
python inselect.pypip install cx_Freeze
build.batThe installer will in the dist directory.
- Install git ;
- Download the latest build of Anaconda, Python 2.7.x build, and install using default options ;
- Install precompiled OpenCV package:
conda install -c https://conda.binstar.org/jjhelmus opencv- Install other dependencies:
conda install PySide- Get the Inselect source:
git clone https://github.com/NaturalHistoryMuseum/inselect.git
cd inselect
./inselect.pyInstall homebrew.
pip install pyinstaller
brew install upx
./build.shapt-get install python-pip git python-pyside python-opencv python-numpy python-scipy python-matplotlib python2.7-dev
git clone https://github.com/NaturalHistoryMuseum/inselect.git
cd inselect
./inselect.pyIf the toolbar icons in inselect/data change then you need to refresh a Python file:
pyside-rcc icons.qrc > inselect/gui/icons.pyThis taken from a stackoverflow thread
Inselect is Copyright (c) 2014, The Trustees of the Natural History Museum, London and licensed under the Modified BSD License. See the LICENSE file for more information.