Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanwall committed Feb 8, 2024
1 parent f68453f commit 91038ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## What is lens-reproject?

lens-reproject is a tool to reproject images taken with a known lens to a new
lens. The process is unprojects every pixel coordinate back to the light ray in
lens. The process unprojects every pixel coordinate back to the light ray in
spherical coordinates -- with the origin set to the center of projection --
after which it projects the light ray back onto the sensor using the new lens
parameters. A variety of lenses is supported:
Expand All @@ -15,6 +15,13 @@ parameters. A variety of lenses is supported:
- Equisolid (Fisheye)
- Equidistant (Fisheye)

## Prerequisites

On Linux systems, install libjpeg:
```sh
sudo apt install libjpeg-turbo8-dev
```

## Build
You will need a C++ compiler and CMake. All other dependencies are included as
submodules.
Expand Down

0 comments on commit 91038ec

Please sign in to comment.