Skip to content

Commit

Permalink
Update tracking.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ydsf16 authored Mar 3, 2019
1 parent 23e1c1a commit bd14d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/tracking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ void Tracking::RGBDThread()
while ( true ) {

if ( checkNewFrame() ) {
RunTimer t;
t.start();

// get current frame.
cur_frame_ = getNewFrame();

RunTimer t;
t.start();

// process current frame.
RGBDProcessing();
Expand Down

0 comments on commit bd14d50

Please sign in to comment.