mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-11 22:10:21 +08:00
OodmetryF2M: Added getter to last frame
This commit is contained in:
@@ -540,7 +540,7 @@ Transform RegistrationVis::computeTransformationImpl(
|
||||
{
|
||||
// If guess is set, limit the search of matches using optical flow window size
|
||||
bool guessSet = !guess.isIdentity() && !guess.isNull();
|
||||
if(guessSet)
|
||||
if(guessSet && _guessWinSize > 0)
|
||||
{
|
||||
UDEBUG("");
|
||||
UASSERT((int)kptsTo.size() == descriptorsTo.rows);
|
||||
|
||||
Reference in New Issue
Block a user