Skip to content

Commit

Permalink
React to MVE api change simonfuhrmann/mve@0c55ef92
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoehrle committed May 10, 2017
1 parent 27d6656 commit 4fb2414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tex/generate_texture_views.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ from_images_and_camera_files(std::string const & path, std::vector<TextureView>
if (cam_info.dist[0] != 0.0f) {
mve::ByteImage::Ptr image = mve::image::load_file(img_file);
if (cam_info.dist[1] != 0.0f) {
image = mve::image::image_undistort_bundler<uint8_t>(image,
image = mve::image::image_undistort_k2k4<uint8_t>(image,
cam_info.flen, cam_info.dist[0], cam_info.dist[1]);
} else {
image = mve::image::image_undistort_vsfm<uint8_t>(image,
Expand Down

0 comments on commit 4fb2414

Please sign in to comment.