Skip to content

Commit

Permalink
Fix previous commit when OpenCV is used
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 24, 2023
1 parent 44ec8e9 commit 7dd377c
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 556 deletions.
6 changes: 2 additions & 4 deletions modules/tracker/mbt/include/visp3/mbt/vpMbDepthDenseTracker.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/****************************************************************************
*
/*
* ViSP, open source Visual Servoing Platform software.
* Copyright (C) 2005 - 2023 by Inria. All rights reserved.
*
Expand Down Expand Up @@ -30,8 +29,7 @@
*
* Description:
* Model-based tracker using depth dense features.
*
*****************************************************************************/
*/

#ifndef _vpMbDepthDenseTracker_h_
#define _vpMbDepthDenseTracker_h_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/****************************************************************************
*
/*
* ViSP, open source Visual Servoing Platform software.
* Copyright (C) 2005 - 2023 by Inria. All rights reserved.
*
Expand Down Expand Up @@ -30,8 +29,7 @@
*
* Description:
* Model-based tracker using depth normal features.
*
*****************************************************************************/
*/

#ifndef _vpMbDepthNormalTracker_h_
#define _vpMbDepthNormalTracker_h_
Expand Down
Loading

0 comments on commit 7dd377c

Please sign in to comment.