Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romainFr authored Feb 1, 2018
1 parent 69b482e commit 2d40c37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# subpixelRegistration
# SubpixelRegistration

[![Build Status](https://travis-ci.org/romainFr/subpixelRegistration.jl.svg?branch=master)](https://travis-ci.org/romainFr/subpixelRegistration.jl)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://romainFr.github.io/subpixelRegistration.jl/latest)
[![Build Status](https://travis-ci.org/romainFr/subpixelRegistration.jl.svg?branch=master)](https://travis-ci.org/romainFr/SubpixelRegistration.jl)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://romainFr.github.io/SubpixelRegistration.jl/latest)

Algorithm modified from the [Matlab code](http://www.mathworks.com/matlabcentral/fileexchange/18401-efficient-subpixel-image-registration-by-cross-correlation) accompanying
[Manuel Guizar-Sicairos, Samuel T. Thurman, and James R. Fienup, "Efficient subpixel image registration algorithms," Opt. Lett. 33, 156-158 (2008)](http://www.opticsinfobase.org/ol/fulltext.cfm?uri=ol-33-2-156&id=148843) . This implementation allows to register arrays of arbitrary dimensions (not just 2d). Functions are written for `AbstractArray`s and should work for `Image`s.

## Example
```julia
julia> using subpixelRegistration
julia> using SubpixelRegistration

## Building a simple 4d array
julia> test4d = zeros(40,40,20,2)
Expand Down

0 comments on commit 2d40c37

Please sign in to comment.