Skip to content
Snippets Groups Projects
Commit 54555988 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix float constant

parent 0bae0ce5
No related branches found
No related tags found
1 merge request!228Partial #274 implementation
Pipeline #19042 canceled
......@@ -155,7 +155,7 @@ void ftl::cuda::vuya_to_depth(const cv::cuda::PtrStepSz<float> &depth, const cv:
//float sumY = 0.0f;
//float weights = 0.0f;
float mcost = 1.e100f;
float mcost = 1.e10f;
// 1) In small radius, is there a discontinuity?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment