Giter Club home page Giter Club logo

python-register's Introduction

About

imreg, short for image registration, is a python package for image registration built ontop of scipy and numpy.

It is currently maintained by Nathan Faggian, Riaan Van Den Dool and 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

Basic rules for commits to the imreg repository:

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

GIT

You can check the latest sources with the command:

git clone git://github.com/pyimreg/imreg.git

Contributors

Follow: Fork + Pull Model:

http://help.github.com/send-pull-requests/

Maintainers

Follow: Shared Repository Model

Tracking an already formed branch:

git checkout -b localBranch origin/remoteBranch

Forming a new branch and pushing to origin:

git checkout -b localFeature

git push origin localFeature

python-register's People

Contributors

nfaggian avatar riaanvddool avatar stefanv avatar

Watchers

Daniel Worrall 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.