Skip to content

Commit 4fb2414

Browse files
committed
React to MVE api change simonfuhrmann/mve@0c55ef92
1 parent 27d6656 commit 4fb2414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/tex/generate_texture_views.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ from_images_and_camera_files(std::string const & path, std::vector<TextureView>
151151
if (cam_info.dist[0] != 0.0f) {
152152
mve::ByteImage::Ptr image = mve::image::load_file(img_file);
153153
if (cam_info.dist[1] != 0.0f) {
154-
image = mve::image::image_undistort_bundler<uint8_t>(image,
154+
image = mve::image::image_undistort_k2k4<uint8_t>(image,
155155
cam_info.flen, cam_info.dist[0], cam_info.dist[1]);
156156
} else {
157157
image = mve::image::image_undistort_vsfm<uint8_t>(image,

0 commit comments

Comments
 (0)