Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ simultaneous radial distortion correction and/or incorporating IMU data.

We use the following convention for the different cases: (1) - single-sided, (e) two-sided and equal, and (2) two-sided.

> [!NOTE]
> New paper to be presented at ICPR 2026. Code is coming soon.

The solvers by Valtonen Örnhag et al. and Wadenbäck et al. are original implementations, the
others are re-implementations. If you use the code in your work, please cite
the respective article:
Expand Down Expand Up @@ -78,6 +81,13 @@ the respective article:
booktitle = {Proceedings of the International Conference on 3D Vision (3DV)},
year = {2026},
}

@InProceedings{valtonen-ornhag-adalbjornsson-2026-icpr,
author = {Valtonen~{\"O}rnhag, Marcus and Adalbj{\"o}rnsson, Stefan},
title = {Radial Distortion Homography Estimation from Affine-Covariant or Orientation-Covariant Features},
booktitle = {Proceedings of the International Conference on Pattern Recognition (ICPR)},
year = {2026},
}
```

## Dependencies
Expand Down
Loading