- CityLandscapeTree - Class in org.openimaj.classifier.citylandscape
-
Originally written by Ajay Mehta for his third year project.
- CityLandscapeTree(String, String) - Constructor for class org.openimaj.classifier.citylandscape.CityLandscapeTree
-
Default constructor that takes the two categories
to classifier between.
- CityLandscapeTree(String, String, InputStream, int) - Constructor for class org.openimaj.classifier.citylandscape.CityLandscapeTree
-
Constructor that takes the two categories to classify between,
an input stream that points to a training set file and the size
of that training set.
- CityLandscapeUtilities - Class in org.openimaj.classifier.citylandscape
-
Tool for building city/landscape classifiers
- CityLandscapeUtilities() - Constructor for class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
-
- classifyImage(FImage, int) - Method in class org.openimaj.classifier.citylandscape.CityLandscapeTree
-
Classifies the given image.
- classifyImage(ArrayList<Double>, int, int) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
-
Takes query vector to compare with integer k images from the training set