Skip navigation links
C G I L M O R T W 

C

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

G

getImageVector(String) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
Returns an ArrayList of which each index represents one element of a edge direction coherence vector
getOutput(RecordDetail[], int, int) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
Calculates and returns message of given record detail array.

I

isImage(String, boolean) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
Obtains a files MIME type and returns true if it is of type image
isValidDirectory(String) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
Checks whether a given directory contains valid images for classification

L

loadTrainingSet(InputStream, int) - Method in class org.openimaj.classifier.citylandscape.CityLandscapeTree
Loads a training set of a given size from an input stream

M

main(String[]) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeTree
Given an image filename, it will classify it.
main(String[]) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
The main method
main(String[]) - Static method in class org.openimaj.classifier.citylandscape.TrainClassifier
First arg: Number of images in directory to go through Second arg: Directory of images Third arg: File to write to

O

org.openimaj.classifier.citylandscape - package org.openimaj.classifier.citylandscape
 

R

runClassifier(String[]) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
Method to utilize all necessary classification methods in correct order with given mode which specifies the classifier to be used (loads correct training set).

T

TrainClassifier - Class in org.openimaj.classifier.citylandscape
 
TrainClassifier() - Constructor for class org.openimaj.classifier.citylandscape.TrainClassifier
 

W

writeHistograms(int, String, String) - Static method in class org.openimaj.classifier.citylandscape.TrainClassifier
Write histograms to file
C G I L M O R T W 
Skip navigation links