Skip to content

Commit

Permalink
dalai-suite 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-hamel committed Jul 13, 2017
1 parent b732f37 commit 1580b4b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 18 deletions.
4 changes: 2 additions & 2 deletions lib/libcommon/Version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
STATIC=true
4 changes: 2 additions & 2 deletions src/dalai-color/Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
4 changes: 2 additions & 2 deletions src/dalai-filter/Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
4 changes: 2 additions & 2 deletions src/dalai-hash/Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
4 changes: 2 additions & 2 deletions src/dalai-las-uf3/Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
4 changes: 2 additions & 2 deletions src/dalai-ply-uf3/Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
4 changes: 2 additions & 2 deletions src/dalai-uf3-ply/Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
4 changes: 2 additions & 2 deletions src/dalai-vision/Version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VER_MAJ:=0
VER_MIN:=5
VER_REV:=1
VER_MIN:=6
VER_REV:=0
7 changes: 6 additions & 1 deletion src/dalai-vision/src/dalai-vision-model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,12 @@

void ml_ren_frame( void );

/* ... */
/*! \brief display methods
*
* This function displays the estimation points of the highlighted
* surface. It uses the surface method to dumps the points coordinates
* in the terminal.
*/

void ml_dis_point( void );

Expand Down
6 changes: 5 additions & 1 deletion src/dalai-vision/src/dalai-vision-surface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,11 @@

void sf_ren_point( void );

/* ... */
/*! \brief display methods
*
* This function simply displays the surface estimation points. It
* writes the points coordinates in the terminal, line by line.
*/

void sf_dis_point( void );

Expand Down

0 comments on commit 1580b4b

Please sign in to comment.