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
-
Class Summary Class Description ClassifierManager The manager of our app.Controller The controller class for the FXML.ImgWithTag A wrapper class for a image and its patches with tags.Main The Main class of the whole app.