Giter Club home page Giter Club logo

freeroi's Introduction

DOI

Logo

FreeROI is a versatile image processing software developed for neuroimaging data. Its goal is to provide a user-friendly interface for neuroimaging researchers to visualize and analyze their data, especially in defining region of interest (ROI) for ROI analysis.

Installation

Currently supports the following systems:

  • ubuntu/debian
  • centos/redhat/fedora
  • mac osx
  • windows

Notes: For Windows users, an exectable version is available. Unzip the package, and store the directory in a place which path has no Chinese characters. Double click freeroi.exe to run the program.

Dependency

  • Python 2.7
  • pip >= 1.4.1
  • Qt4 >= 4.7

Install Qt4

  • On Ubuntu/Debian

    $ apt-get install libqt4-core libqt4-dev libqt4-gui qt4-dev-tools
    
  • On CentOS/Fedora/Fedora

    $ yum install qt4 qt4-devel
    
  • On Mac OSX

    On Mac OSX, the Qt4 could be installed with brew like this

    $ brew install qt --build-from-source
    

If you cannot install Qt4 with above methods, you may need to install it manually. The source code of Qt4.8 could be downloaded from the homepage of Qt.

Install related python module

Then, several python modules should be installed. Here we provide a script quick_start.sh to install them automatically. By default, a new virtual python environment would be generated using virtualenv.

Install SIP and PyQt4

Third, SIP and PyQt4 should be installed.

Untar these packages, and install them like this

# install SIP
$ cd SIP
$ python configure.py
$ make
$ make install
# install PyQt4
$ cd ../PyQt
$ python configure.py
$ make
$ make install

Install FreeROI

After download the source code, you only to execte:

python setup.py install

License

FreeROI is under Revised BSD License. See the LICENSE file for the full license text.

freeroi's People

Contributors

liuzhaoguo avatar moloney avatar sealhuang avatar sunshinedrizzle avatar zetyang avatar zhouguangfu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.