Quantitative histological analyser
Project description
# QuantAn
Quantitative Analyser
[Sample data](http://147.228.240.61/queetech/sample-data/biodur_sample.zip)
# Install
## Windows
* Use [installer](http://147.228.240.61/queetech/install/setup_quantan.exe)
(experimental)
or
* Install [Anaconda for python 2.7](https://www.continuum.io/downloads)
* Install QuantAn
conda install -c mjirik -c SimpleITK quantan
## Linux (Ubuntu 14.04)
* Install prerequisites
sudo apt-get install cmake libinsighttoolkit3-dev libpng12-dev libgdcm2-dev git wget
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
source Miniconda-latest-Linux-x86_64.sh
conda install numpy scipy pip imtools io3d sed3
* Install [skelet3d package](https://github.com/mjirik/skelet3d)
git clone https://github.com/mjirik/skelet3d.git
cd skelet3d
mkdir build
cd build
cmake ..
make
sudo make install
pip install .
* Install Quantan
conda install -c mjirik -c SimpleITK quantan
## Mac OS
* Install prerequisites (brew packages, anaconda)
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git cmake homebrew/science/insighttoolkit libpng
curl "http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh" -o "Miniconda-latest.sh"
bash Miniconda-latest.sh -b
echo "export PATH=$HOMEDIR/miniconda/bin:\$PATH" >> ~/.profile
* Install [skelet3d package](https://github.com/mjirik/skelet3d)
git clone https://github.com/mjirik/skelet3d.git
cd skelet3d
mkdir build
cd build
cmake ..
make
sudo make install
cd ..
pip install .
* Install Quantan
conda install -c mjirik -c SimpleITK quantan
# Run
Run QuantAn with:
python -m quantan




# Sample outputs
* [segmentation (DICOM)](http://147.228.240.61/queetech/www/segmentation.dcm)
* [skeleton (DICOM)](http://147.228.240.61/queetech/www/skeleton.dcm)
* [labeled skeleton (DICOM)](http://147.228.240.61/queetech/www/labeled_skeleton.dcm)
Quantitative Analyser
[Sample data](http://147.228.240.61/queetech/sample-data/biodur_sample.zip)
# Install
## Windows
* Use [installer](http://147.228.240.61/queetech/install/setup_quantan.exe)
(experimental)
or
* Install [Anaconda for python 2.7](https://www.continuum.io/downloads)
* Install QuantAn
conda install -c mjirik -c SimpleITK quantan
## Linux (Ubuntu 14.04)
* Install prerequisites
sudo apt-get install cmake libinsighttoolkit3-dev libpng12-dev libgdcm2-dev git wget
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
source Miniconda-latest-Linux-x86_64.sh
conda install numpy scipy pip imtools io3d sed3
* Install [skelet3d package](https://github.com/mjirik/skelet3d)
git clone https://github.com/mjirik/skelet3d.git
cd skelet3d
mkdir build
cd build
cmake ..
make
sudo make install
pip install .
* Install Quantan
conda install -c mjirik -c SimpleITK quantan
## Mac OS
* Install prerequisites (brew packages, anaconda)
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git cmake homebrew/science/insighttoolkit libpng
curl "http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh" -o "Miniconda-latest.sh"
bash Miniconda-latest.sh -b
echo "export PATH=$HOMEDIR/miniconda/bin:\$PATH" >> ~/.profile
* Install [skelet3d package](https://github.com/mjirik/skelet3d)
git clone https://github.com/mjirik/skelet3d.git
cd skelet3d
mkdir build
cd build
cmake ..
make
sudo make install
cd ..
pip install .
* Install Quantan
conda install -c mjirik -c SimpleITK quantan
# Run
Run QuantAn with:
python -m quantan




# Sample outputs
* [segmentation (DICOM)](http://147.228.240.61/queetech/www/segmentation.dcm)
* [skeleton (DICOM)](http://147.228.240.61/queetech/www/skeleton.dcm)
* [labeled skeleton (DICOM)](http://147.228.240.61/queetech/www/labeled_skeleton.dcm)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quantan-0.0.24.tar.gz
(124.5 kB
view details)
File details
Details for the file quantan-0.0.24.tar.gz.
File metadata
- Download URL: quantan-0.0.24.tar.gz
- Upload date:
- Size: 124.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
555dc9391d761879b14c0a0a82c79042de661a1fc5129dcfafa51ff627510f72
|
|
| MD5 |
31f181e6e437eb227fc5bb5f259bafbc
|
|
| BLAKE2b-256 |
7015b9b78fca5da2d719f50c5db634e672c71b2e9ecce5ec6a6d542c2d1c299d
|