Skip to content

JoOkuma/segm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEGM

Developed under the supervision of Prof. Alexandre Xavier Falcão at LIDS - University of Campinas

Install

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.