Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
/ steriss Public archive

a small utility for automated segmentation of cracks

License

Notifications You must be signed in to change notification settings

emzeat/steriss

Repository files navigation

Steriss (v0.4)

Steriss is a small utility created for automated segmentation of cracks within images obtained using computer tomography.

Building

Steriss has several dependencies:

  • a modern C++ compiler (gcc 4.7+, clang 3.2+ or MSVC 2010)
  • CMake 2.8.8 or later
  • xdispatch 0.7 or later (configured as git submodule)
  • gflags 2.0 (configured as git submodule)
  • boost 1.48+
  • opencv 2.4
  • Qt 4.8+

Make sure your development environment is set up properly. Enter a shell and execute one of the generate scripts found within the 'build' directory or generate the needed project files directly from a unix compatible shell:

cmake -G "Unix Makefiles" && make all

Steriss can be built on Windows accordingly, please see the CMake documentation at www.cmake.org for details.

Usage

Please see the file manual.pdf (German!) for details.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

a small utility for automated segmentation of cracks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published