Home
last modified time | relevance | path

Searched refs:distorted_image1 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/base/
H A Dundistortion.cc1006 const UndistortCameraOptions& options, const Bitmap& distorted_image1, in RectifyAndUndistortStereoImages() argument
1012 CHECK_EQ(distorted_camera1.Width(), distorted_image1.Width()); in RectifyAndUndistortStereoImages()
1013 CHECK_EQ(distorted_camera1.Height(), distorted_image1.Height()); in RectifyAndUndistortStereoImages()
1020 distorted_image1.IsRGB()); in RectifyAndUndistortStereoImages()
1021 distorted_image1.CloneMetadata(undistorted_image1); in RectifyAndUndistortStereoImages()
1034 *undistorted_camera, distorted_image1, in RectifyAndUndistortStereoImages()
H A Dundistortion.h218 const UndistortCameraOptions& options, const Bitmap& distorted_image1,