https://github.com/jookuma/segm
SEGM: Image Segmentation Library
https://github.com/jookuma/segm
cpp image-foresting-transform image-segmentation watershed
Last synced: about 1 year ago
JSON representation
SEGM: Image Segmentation Library
- Host: GitHub
- URL: https://github.com/jookuma/segm
- Owner: JoOkuma
- License: mit
- Created: 2019-01-11T18:32:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T14:48:16.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T18:15:56.313Z (about 1 year ago)
- Topics: cpp, image-foresting-transform, image-segmentation, watershed
- Language: C++
- Size: 979 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SEGM
Developed under the supervision of Prof. Alexandre Xavier Falcão at LIDS - University of Campinas
## Install
```sh
mkdir build
cd build
cmake ..
cmake --build . --config Release
sudo cmake --build . --target install --config Release
```
## Examples
Usage examples can be found on `test` directory.
## TODO
* Fix src & test files for metric-learn algorithms.
* Add tests to anisotropic filter.