Skip to content

Commit

Permalink
Merge pull request #442 from kerautret/Release1.3
Browse files Browse the repository at this point in the history
Release 1.3
  • Loading branch information
kerautret authored Dec 2, 2022
2 parents 5beabe7 + 908ef93 commit 938335c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SET(DGTALTOOLS_RANDOMIZED_BUILD_WHITELIST "" CACHE INTERNAL "List of whitelisted
# -----------------------------------------------------------------------------
message(STATUS "-------------------------------------------------------------------------------")
message(STATUS "Checking if DGtal is installed:")
FIND_PACKAGE(DGtal 1.2 REQUIRED)
FIND_PACKAGE(DGtal 1.3 REQUIRED)
INCLUDE_DIRECTORIES(${DGTAL_INCLUDE_DIRS})
LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS})
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
Expand Down Expand Up @@ -61,7 +61,7 @@ include_directories( "${PROJECT_SOURCE_DIR}/ext/" )
SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
SET(DGtalTools_VERSION_MAJOR 1)
SET(DGtalTools_VERSION_MINOR 3)
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
30 changes: 15 additions & 15 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# DGtalTools 1.3 (beta)

- *volumetric*
- criticalKernelsThinning3D: new option to keep the resulting image
domain equal to the input image (instead using the resulting
bouding box set).
(Bertrand Kerautret [#431](https://github.com/DGtal-team/DGtalTools/pull/431))
- criticalKernelsThinning3d: it can now export OBJ files for input surface and
output skeletons
(Jacques-Olivier Lachaud [#414](https://github.com/DGtal-team/DGtalTools/pull/414))
- *build*
- New cmake option (DGTAL_RANDOMIZED_BUILD_THRESHOLD) to set the
(approximated) % of tools build
(Bertrand Kerautret [#416](https://github.com/DGtal-team/DGtal/pull/416))


- *converters*
- heightfield2shading: new option to add a matcap rendering (from normal
Expand All @@ -18,12 +15,11 @@
- mesh2heightfield: automatic object placement and improved usage.
(Bertrand Kerautret & Florian Delconte [#429](https://github.com/DGtal-team/DGtalTools/pull/429))
- vol2slice: fix infinite slices extraction.
(Bertrand Kerautret [#439](https://github.com/DGtal-team/DGtalTools/pull/439))

- *build*
- New cmake option (DGTAL_RANDOMIZED_BUILD_THRESHOLD) to set the
(approximated) % of tools build
(Bertrand Kerautret [#416](https://github.com/DGtal-team/DGtal/pull/416))
(Bertrand Kerautret [#439](https://github.com/DGtal-team/DGtalTools/pull/439))

- *generatos*
- 2dSimplePolygonDigitizer: new tool compute the Gauss Digitization of a simple closed polyline.
(Phuc Ngo [#398](https://github.com/DGtal-team/DGtalTools/pull/398))

- *visualisation*
- 3dImplicitSurfaceExtractorByThickening: adding OBJ export.
Expand All @@ -37,7 +33,11 @@
- volSegment: adding new option to get long int images as output (for
longvol exporting). (Bertrand Kerautret [#420](https://github.com/DGtal-team/DGtalTools/pull/420))
- volInfo: get information from a volumetric file. (David Coeurjolly, [#430](https://github.com/DGtal-team/DGtalTools/pull/430))

- criticalKernelsThinning3D: new option to keep the resulting image
domain equal to the input image (instead using the resulting bouding box set).
(Bertrand Kerautret [#431](https://github.com/DGtal-team/DGtalTools/pull/431))
- criticalKernelsThinning3d: it can now export OBJ files for input surface and
output skeletons (Jacques-Olivier Lachaud [#414](https://github.com/DGtal-team/DGtalTools/pull/414))

# DGtalTools 1.2
- *global*
Expand Down

0 comments on commit 938335c

Please sign in to comment.