SuperPoint: updated descriptor normalization process to match exactly the implementation in SuperGlue. generateWords3DMono: use variance at 25% instead of 50% of the sqrd variance vector (to do the same than with PnP), also fixed return camera transform to include local transform of the camera model. rtabmap-matcher: updated default parameters when no depth images are used, added reproj error in title bar.

This commit is contained in:
matlabbe
2020-05-10 14:13:41 -04:00
parent fbdc3780c7
commit cc9fd439fe
4 changed files with 35 additions and 17 deletions
+1 -1
View File
@@ -1351,7 +1351,7 @@ Transform RegistrationVis::computeTransformationImpl(
}
else
{
msg = uFormat("Variance is too high! (max inlier distance=%f, variance=%f)", _epipolarGeometryVar, variance);
msg = uFormat("Variance is too high! (Max %s=%f, variance=%f)", Parameters::kVisEpipolarGeometryVar().c_str(), _epipolarGeometryVar, variance);
UINFO(msg.c_str());
}
}