Superpixel-wise Region Annotation Tool for Image Segmentation. (My bachelor's thesis in 2018)
- g++
- OpenCV (with contrib)
- Qt5
cd src
qmake
make -j4
./segImg
cd src
add final line in segImg.pro
QMAKE_MACOSX_DEPLOYMENT_TARGET=10.9
qmake
make -j4
./segImg.app/Contents/MacOS/segImg
This software includes the work that is distributed in the Apache License 2.0