-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.Rmd
34 lines (28 loc) · 1.57 KB
/
Readme.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "ImageAlignR"
date: "`r format(Sys.time(), '%B %d, %Y')`"
bibliography: Refs.bib
output: md_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r, echo=FALSE}
biblio <- bibtex::read.bib("Refs.bib")
```
[](https://cran.r-project.org/package=ImageAlignR)
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://travis-ci.org/srvanderplas/ImageAlignR)
[](https://codecov.io/github/srvanderplas/ImageAlignR?branch=master)
# Image Alignment Methods included in this package:
1. Single-Image Alignment
- [Ellipse-based](https://srvanderplas.github.io/ImageAlignR/articles/ellipse-alignment.html): Align an image so that its main axes are the y and x axis of the cartesian coordinate system. Rotates an image so that it is straight up-and-down.
`r capture.output(print(biblio["gwoShoeprintRetrievalCore2016"]))`
2. Dual-Image Alignment
- [Keypoint Alignment](https://srvanderplas.github.io/ImageAlignR/articles/keypoint-alignment.html): Keypoint detection using the following steps:
1. Harris corner detector
2. Calculate key image orientations
3. Feature detection
4. Point matching using KNN to find similar points
5. RANSAC to get a consistent homology
6. Image transformation