Skip to content
Snippets Groups Projects
Commit 4c5d54d4 authored by Tim Übelhör's avatar Tim Übelhör
Browse files

fixed default values for dist_coeffs

parent a087368e
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,6 @@ struct CameraIntrinsics ...@@ -34,6 +34,6 @@ struct CameraIntrinsics
/*! The far plane for OpenGL */ /*! The far plane for OpenGL */
float far = 15; float far = 15;
/*! OpenCV rational distortion coefficients */ /*! OpenCV rational distortion coefficients */
float dist_coeffs[8]; float dist_coeffs[8] = {};
}; };
} // namespace scigl_render } // namespace scigl_render
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment