Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么在跟踪线程poseoptimization函数的鱼眼相机模式中添加e->mMovingProbability = pMP->GetMovingProbability()? #17

Open
zlthaha opened this issue May 12, 2022 · 0 comments

Comments

@zlthaha
Copy link

zlthaha commented May 12, 2022

在Optimizer.cc的943行,poseoptimization函数中,为何在SLAM with respect a rigid body中添加e->mMovingProbability = pMP->GetMovingProbability(),双目和单目为什么没添加:
//Conventional SLAM
if (!pFrame->mpCamera2) {
// Monocular observation
if (pFrame->mvuRight[i] < 0) {
........
........
........
} else // Stereo observation
{
........
........
........
}
}
//SLAM with respect a rigid body
else {
........
........
........

                    e->mMovingProbability = pMP->GetMovingProbability();
                       ........
                    ........
                    ........
                } else { //Right camera observation
                       ........
                    ........
                    ........
                }
            }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant