Skip to content

Commit

Permalink
Typo fixes in documentation thanks to pmoulon
Browse files Browse the repository at this point in the history
Change-Id: Idc48ca5c047c36ddebfc12363970639e6b2e094e
  • Loading branch information
Chris Sweeney committed Oct 27, 2015
1 parent dfd18f9 commit 8cb1cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/sfm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ part of the SfM pipeline.

.. class:: Track

A :class:`Track` represents a feature that has been matached over potentially
A :class:`Track` represents a feature that has been matched over potentially
many images. When a feature appears in multiple images it typically means that
the features correspond to the same 3D point. These 3D points are useful
constraints in SfM reconstruction, as they represent the "structure" in
Expand All @@ -84,7 +84,7 @@ that the calibration matrix is:
where :math:`f` is the focal length (in pixels), :math:`s` is the skew,
:math:`a` is the aspect ratio and :math:`p` is the principle point of the
camera. All of these intrinsics may be accessed with getter and setter methods,
e.g., :code:`double GetFocalLenth()` or :code:`void SetFocalLength(const double
e.g., :code:`double GetFocalLength()` or :code:`void SetFocalLength(const double
focal_length)`. Note that we do additionally allow for up to two radial
distortion parameters, but these are not part of the calibration matrix so they
must be set or retrieved separately from the corresponding getter/setter
Expand Down Expand Up @@ -437,7 +437,7 @@ extractionn, feature matching, which SfM pipeline to use, and more.

.. member:: SiftParameters ReconstructionBuilderOptions::sift_parameters

If the desired descriptor type is SIFT then these are the ift parameters
If the desired descriptor type is SIFT then these are the sift parameters
controlling keypoint detection and description options. See
//theia/image/keypoint_detector/sift_parameters.h

Expand Down

0 comments on commit 8cb1cb6

Please sign in to comment.