Package grp25.captcha

The main package for the manual classifier, which helps train classifiers.

This manual classifier is build with JavaFX. There are four classes in this package, including an entrance class Main, a data wrapper ImgWithTag, an app manager ClassifierManager and a UI controller Controller.

As for the functionally of this app, it can segment images into slices while attaching inhabitable/non-inhabitable tags to them in the same time. See our detailed instruction in our GitHub README for this manual image classifier.

This project is a sub-project of UON 2018 Group 25's second year group project -- Missing Maps.

See Also:
Our main project repositiory, Our web application