Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-12-02 05:15:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-02 05:15:52 +0300
commitfc9505c9c5d513bc756f147dff4509a05123dc71 (patch)
tree8350dee688df8b8ed47cde70c90f86417d008924 /extern/libmv
parent5cbf58ce8b5463a0c3296a753c26615c357aca17 (diff)
Cleanup: warnings & spelling
Diffstat (limited to 'extern/libmv')
-rw-r--r--extern/libmv/libmv/simple_pipeline/camera_intrinsics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h b/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h
index 6a3ade81089..1a8bf7a1c87 100644
--- a/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h
+++ b/extern/libmv/libmv/simple_pipeline/camera_intrinsics.h
@@ -197,7 +197,7 @@ class CameraIntrinsics {
double *normalized_x,
double *normalized_y) const = 0;
- // Distort an image using the current camera instrinsics
+ // Distort an image using the current camera intrinsics
//
// The distorted image is computed in output_buffer using samples from
// input_buffer. Both buffers should be width x height x channels sized.
@@ -226,7 +226,7 @@ class CameraIntrinsics {
int channels,
PixelType *output_buffer);
- // Undistort an image using the current camera instrinsics
+ // Undistort an image using the current camera intrinsics
//
// The undistorted image is computed in output_buffer using samples from
// input_buffer. Both buffers should be width x height x channels sized.