]> Creatis software - FrontAlgorithms.git/commit
First commit
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 9 Dec 2014 08:58:31 +0000 (09:58 +0100)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 9 Dec 2014 08:58:31 +0000 (09:58 +0100)
commit9622bd5b833a8845881003228207e0caca59b081
tree253e29e5d6d67e40b9264c7aeefd3d30cb1b5742
First commit
47 files changed:
CMakeLists.txt [new file with mode: 0644]
COMPILATION [new file with mode: 0644]
README [new file with mode: 0644]
appli/CMakeLists.txt [new file with mode: 0644]
appli/examples/CMakeLists.txt [new file with mode: 0644]
appli/examples/example_ImageAlgorithmDijkstra_00.cxx [new file with mode: 0644]
appli/examples/example_ImageAlgorithmDijkstra_01.cxx [new file with mode: 0644]
appli/examples/example_ImageAlgorithmDijkstra_02.cxx [new file with mode: 0644]
appli/examples/example_ImageAlgorithmFastMarching_00.cxx [new file with mode: 0644]
appli/examples/example_ImageAlgorithmFastMarching_01.cxx [new file with mode: 0644]
appli/examples/example_ImageAlgorithmRegionGrow_00.cxx [new file with mode: 0644]
appli/examples/example_ImageAlgorithmRegionGrow_01.cxx [new file with mode: 0644]
appli/examples/example_ImageAlgorithmRegionGrow_MultipleThresholds.cxx [new file with mode: 0644]
cmake/CMakeLists.txt [new file with mode: 0644]
cmake/FrontAlgorithmsConfig.cmake.in [new file with mode: 0644]
data/binary_test_2D_00.png [new file with mode: 0644]
data/ones_image.png [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/fpa/Base/Algorithm.h [new file with mode: 0644]
lib/fpa/Base/Algorithm.hxx [new file with mode: 0644]
lib/fpa/Base/Dijkstra.h [new file with mode: 0644]
lib/fpa/Base/Dijkstra.hxx [new file with mode: 0644]
lib/fpa/Base/Events.h [new file with mode: 0644]
lib/fpa/Base/FastMarching.h [new file with mode: 0644]
lib/fpa/Base/FastMarching.hxx [new file with mode: 0644]
lib/fpa/Base/Functors/InvertCostFunction.h [new file with mode: 0644]
lib/fpa/Base/RegionGrow.h [new file with mode: 0644]
lib/fpa/Base/RegionGrow.hxx [new file with mode: 0644]
lib/fpa/Base/TreeExtractor.h [new file with mode: 0644]
lib/fpa/Base/TreeExtractor.hxx [new file with mode: 0644]
lib/fpa/Common.cxx.in [new file with mode: 0644]
lib/fpa/Common.h [new file with mode: 0644]
lib/fpa/Image/Algorithm.h [new file with mode: 0644]
lib/fpa/Image/Algorithm.hxx [new file with mode: 0644]
lib/fpa/Image/Dijkstra.h [new file with mode: 0644]
lib/fpa/Image/FastMarching.h [new file with mode: 0644]
lib/fpa/Image/Functors/RegionGrowAllBelongsFunction.h [new file with mode: 0644]
lib/fpa/Image/Functors/RegionGrowThresholdFunction.h [new file with mode: 0644]
lib/fpa/Image/RegionGrow.h [new file with mode: 0644]
lib/fpa/Image/RegionGrowWithMultipleThresholds.h [new file with mode: 0644]
lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx [new file with mode: 0644]
lib/fpa/VTK/Image2DObserver.h [new file with mode: 0644]
lib/fpa/VTK/Image2DObserver.hxx [new file with mode: 0644]
lib/fpa/VTK/Image3DObserver.h [new file with mode: 0644]
lib/fpa/VTK/Image3DObserver.hxx [new file with mode: 0644]
lib/fpa/VTK/ImageMPR.cxx [new file with mode: 0644]
lib/fpa/VTK/ImageMPR.h [new file with mode: 0644]