Skip to content

Commit

Permalink
Project -> Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Sep 13, 2024
1 parent eb4cb44 commit 1c169d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CameraLib

A Python library to perform forward and backward projection of 2D coordinates in camera space to geographic coordinates on [ODM](https://github.com/OpenDroneMap/ODM) projects. In simple terms, with an ODM project at hand you can use this library to ask:
A Python library to perform forward and backward projection of 2D coordinates in camera space to geographic coordinates on [ODM](https://github.com/OpenDroneMap/ODM) datasets. In simple terms, with an ODM dataset at hand you can use this library to ask:

* Given a pixel coordinate in an image, where does it correspond on the map?
* And it's inverse: given a location on the map, which images and pixels correspond to it?
Expand Down
2 changes: 1 addition & 1 deletion cameralib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
CameraLib is a library for performing forward and backward projection of 2D coordinates in camera space to geographic coordinates on ODM projects. It's an official `OpenDroneMap`_ project.
CameraLib is a library for performing forward and backward projection of 2D coordinates in camera space to geographic coordinates on ODM datasets. It's an official `OpenDroneMap`_ project.
Installation:
-------------
Expand Down
2 changes: 1 addition & 1 deletion cameralib/projector.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from cameralib.exceptions import *

class Projector:
"""A projector to perform camera coordinates operations on ODM projects
"""A projector to perform camera coordinates operations on ODM datasets
Args:
project_path (str): Path to ODM project
Expand Down

0 comments on commit 1c169d2

Please sign in to comment.