Skip to content

Commit

Permalink
Merge pull request #409 from kerautret/rel1.2
Browse files Browse the repository at this point in the history
prepare release 1.2
  • Loading branch information
dcoeurjo authored Jun 2, 2021
2 parents 97e2f11 + 0994ce7 commit b2e3e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
# -----------------------------------------------------------------------------
message(STATUS "-------------------------------------------------------------------------------")
message(STATUS "Checking if DGtal is installed:")
FIND_PACKAGE(DGtal 1.0 REQUIRED)
FIND_PACKAGE(DGtal 1.2 REQUIRED)
INCLUDE_DIRECTORIES(${DGTAL_INCLUDE_DIRS})
LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS})
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
Expand Down Expand Up @@ -58,7 +58,7 @@ include_directories( "${PROJECT_SOURCE_DIR}/ext/" )
SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
SET(DGtalTools_VERSION_MAJOR 1)
SET(DGtalTools_VERSION_MINOR 2)
SET(DGtalTools_VERSION_PATCH beta)
SET(DGtalTools_VERSION_PATCH 0)
SET(DGTALTOOLS_VERSION "${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH}")
SET(PROJECT_VERSION "${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH}")
SET(VERSION ${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH})
Expand Down
2 changes: 1 addition & 1 deletion doc/volumetric.dox
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- @ref homotopicThinning3D : applies an homotopic thinning of a 3d image file (vol,longvol,pgm3d...) with 3D viewer.
- @ref volAddBorder : adds a border of one voxel with value 0 around a vol file.
- @ref volAddNoise : adds Kanungo noise to a binary object with 0 values as background points and values >0 for the foreground ones.
- @ref volCComponentCounter : counts the number of connected component (same values) in a volume (Vol) file image.
- @ref volCComponentCounter : counts the number of connected component (same values) in a volume (Vol) file image.
- @ref volCrop : crops a 3D vol image from domain coordinates.
- @ref volFillInterior : fills the interior of a voxel set.
- @ref volFlip : flips 2D slice image of an 3D vol image (mirror transformation).
Expand Down

0 comments on commit b2e3e71

Please sign in to comment.