8000 GitHub - RSIP4SH/python-register at FeatureMatching · GitHub < 7FFF meta name="turbo-body-classes" content="logged-out env-production page-responsive">
[go: up one dir, main page]

Skip to content

RSIP4SH/python-register

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

python-register is a python module for image registration built ontop of scipy and numpy.

It is currently maintained by Nathan Faggian & Stefan Van Der Walt.

Important links

Dependencies

The required dependencies to build the software are python >= 2.5, setuptools, NumPy >= 1.5, SciPy >= 0.9 and a working C++ compiler.

To run the tests you will also need py.test >= 2.0.

Install

This packages uses distutils, which is the default way of installing python modules. To install in your home directory, use:

python setup.py install --home

To install for all users on Unix/Linux:

python setup.py build

sudo python setup.py install

Development

GIT

You can check the latest sources with the command:

git clone git://github.com/nfaggian/python-regsiter.git

Collaborators

Basic rules for commits to the repository:

  • master is our stable "release" branch.
  • feature branches for each ticket on github are merged (into master) after review only.
  • tests for new features using py.test must exist.

Tracking an already formed branch:

git checkout -b localBranch origin/remoteBranch

Forming a new branch and pushing to github:

git checkout -b localFeature

git push origin localFeature

About

64B6

Linear and non-linear image registration methods, using scipy and numpy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 86.3%
  • C++ 8.0%
  • Objective-C 5.7%
0