Skip to content

Commit 2cfcd44

Browse files
committed
merge 3d
1 parent 1d30d54 commit 2cfcd44

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

modules/rgbd/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
set(the_description "RGBD algorithms")
22

3-
<<<<<<< HEAD
43
ocv_define_module(rgbd opencv_core opencv_3d opencv_imgproc opencv_dnn OPTIONAL opencv_features2d opencv_viz WRAP python)
5-
=======
6-
ocv_define_module(rgbd opencv_core opencv_3d opencv_imgproc OPTIONAL opencv_viz WRAP python)
7-
>>>>>>> next

modules/rgbd/src/large_kinfu.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ bool LargeKinfuImpl<MatType>::updateT(const MatType& depth, const Mat& img)
244244
else
245245
depth = _depth;
246246

247-
<<<<<<< HEAD
248247
Mat grayImg;
249248
if(!_img.empty())
250249
{
@@ -254,8 +253,6 @@ bool LargeKinfuImpl<MatType>::updateT(const MatType& depth, const Mat& img)
254253
grayImg = _img;
255254
}
256255

257-
=======
258-
>>>>>>> next
259256
cv::Ptr<OdometryFrame> newFrame = icp->makeOdometryFrame(noArray(), depth, noArray());
260257

261258
icp->prepareFrameCache(newFrame, OdometryFrame::CACHE_SRC);
@@ -312,7 +309,6 @@ bool LargeKinfuImpl<MatType>::updateT(const MatType& depth, const Mat& img)
312309
}
313310
//4. Update map
314311
bool isMapUpdated = submapMgr->updateMap(frameCounter, newFrame);
315-
<<<<<<< HEAD
316312

317313
//5. Loop Closure Detection
318314
// Before Optimize the PoseGraph, run loop closure first.
@@ -337,8 +333,6 @@ bool LargeKinfuImpl<MatType>::updateT(const MatType& depth, const Mat& img)
337333
}
338334
}
339335
}
340-
=======
341-
>>>>>>> next
342336

343337
if(isMapUpdated)
344338
{

0 commit comments

Comments
 (0)