An open API service indexing awesome lists of open source software.

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

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.