Skip to content

Commit 957f1df

Browse files
committed
bug fix
1 parent 915af01 commit 957f1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FriedLiver/Source/OnlineBundler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void OnlineBundler::processInput()
201201
// feature detect
202202
if (GlobalBundlingState::get().s_enableGlobalTimings) { cudaDeviceSynchronize(); m_timer.start(); }
203203
m_local->detectFeatures(m_input.d_intensitySIFT, m_input.d_inputDepthFilt);
204-
m_local->storeCachedFrame(m_input.m_inputDepthWidth, m_input.m_inputDepthHeight, m_input.d_inputColor, m_input.m_inputColorHeight, m_input.m_inputColorHeight, m_input.d_inputDepthRaw);
204+
m_local->storeCachedFrame(m_input.m_inputDepthWidth, m_input.m_inputDepthHeight, m_input.d_inputColor, m_input.m_inputColorWidth, m_input.m_inputColorHeight, m_input.d_inputDepthRaw);
205205
const unsigned int curLocalFrame = m_local->getCurrFrameNumber();
206206
if (bIsLastLocal) {
207207
mutex_optLocal.lock();

0 commit comments

Comments
 (0)