Skip to content
Snippets Groups Projects
Commit 17a19db6 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix tests

parent 55371fcd
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #28102 failed
......@@ -243,9 +243,6 @@ bool ftl::calibration::validate::distortionCoefficients(const Mat &D, Size size)
*/
}
return true;
// TODO: perhaps enable later
int diagonal = sqrt(size.width*size.width+size.height*size.height) + 1.0;
bool is_n = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment