Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93bd3c1

Browse files
committed
compile
1 parent3b3d90d commit93bd3c1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

‎FriedLiver/Source/FriedLiver.cpp‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include"stdafx.h"
44

55
#include"FriedLiver.h"
6-
#include"RunOpt.h"
76

87
RGBDSensor*getRGBDSensor()
98
{

‎FriedLiver/Source/FriedLiver.h‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
#include"SiftGPU/CUDATimer.h"
5454
#include"SiftGPU/SIFTMatchFilter.h"
5555
#include"CUDAImageManager.h"
56-
#include"testMatching.h"
5756

5857
#include"ConditionManager.h"
5958
#include"DualGPU.h"

‎FriedLiver/Source/SBA.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SBA::SBA()
3434
m_globalWeightsMutex.lock();
3535
m_globalWeightsSparse.resize(maxNumIts,1.0f);
3636
m_globalWeightsDenseDepth.resize(maxNumIts,1.0f);
37-
for (unsignedint i =2; i < maxNumIts; i++) m_globalWeightsDenseDepth[i] = i;
37+
for (unsignedint i =2; i < maxNumIts; i++) m_globalWeightsDenseDepth[i] =(float)i;
3838
m_globalWeightsDenseColor.resize(maxNumIts,0.1f);
3939

4040
m_maxResidual = -1.0f;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp