-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from jchevrie/Add_volume_processing
Add volume processing
- Loading branch information
Showing
7 changed files
with
1,232 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
modules/ustk_image_processing/ustk_volume_processing/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
############################################################################# | ||
# | ||
# This file is part of the ustk software. | ||
# Copyright (C) 2016 - 2017 by Inria. All rights reserved. | ||
# | ||
# This software is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# ("GPL") version 2 as published by the Free Software Foundation. | ||
# See the file LICENSE.txt at the root directory of this source | ||
# distribution for additional information about the GNU GPL. | ||
# | ||
# For using ustk with software that can not be combined with the GNU | ||
# GPL, please contact Inria about acquiring a ViSP Professional | ||
# Edition License. | ||
# | ||
# This software was developed at: | ||
# Inria Rennes - Bretagne Atlantique | ||
# Campus Universitaire de Beaulieu | ||
# 35042 Rennes Cedex | ||
# France | ||
# | ||
# If you have questions regarding the use of this file, please contact | ||
# Inria at [email protected] | ||
# | ||
# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | ||
# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
# | ||
# Authors: | ||
# Fabien Spindler | ||
# | ||
############################################################################# | ||
|
||
vp_add_module(ustk_volume_processing visp_core visp_ustk_core) | ||
|
||
vp_glob_module_sources() | ||
vp_module_include_directories() | ||
vp_create_module() | ||
|
||
vp_add_tests(DEPENDS_ON visp_ustk_volume_processing) | ||
|
Oops, something went wrong.