Commit 9365adeb authored by oscar's avatar oscar

去除无用的代码

parent fb4f05fc
......@@ -144,9 +144,6 @@ void Track3D::Predict()
kf_->F_(8, 1) = v_rate;
kf_->F_(9, 2) = v_rate;
BaseTrack::Predict();
kf_->F_(7, 0) = 1.0f;
kf_->F_(8, 1) = 1.0f;
kf_->F_(9, 2) = 1.0f;
}
void Track3D::Update(const std::vector<float>& data)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment