Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cfo committed Apr 30, 2014
1 parent 5578939 commit 15c45f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svo/src/depth_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ void DepthFilter::updateSeeds(FramePtr frame)
// update only a limited number of seeds, because we don't have time to do it
// for all the seeds in every frame!
size_t n_updates=0, n_failed_matches=0, n_seeds = seeds_.size();
double reproj_thresh = Config::lobaThresh() / frame->cam_->errorMultiplier2();
lock_t lock(seeds_mut_);
list<Seed>::iterator it=seeds_.begin();

Expand Down

0 comments on commit 15c45f5

Please sign in to comment.