Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

$

$INIT(Object...) - Static method in enum org.openimaj.hardware.gps.NMEASentenceType
 

A

AbbreviationPatternProvider - Class in org.openimaj.text.nlp.patterns
common abbreviation pattern
AbbreviationPatternProvider(EntityPatternProvider) - Constructor for class org.openimaj.text.nlp.patterns.AbbreviationPatternProvider
Using an EntityPatternProvider instance construct the regexes
abort(String, Set<Long>) - Method in class backtype.storm.spout.KestrelThriftClient
 
abort(String, Set<Long>, AsyncMethodCallback<Kestrel.AsyncClient.abort_call>) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
abort(String, Set<Long>, AsyncMethodCallback<Kestrel.AsyncClient.abort_call>) - Method in interface net.lag.kestrel.thrift.Kestrel.AsyncIface
 
abort(String, Set<Long>) - Method in class net.lag.kestrel.thrift.Kestrel.Client
 
abort(String, Set<Long>) - Method in interface net.lag.kestrel.thrift.Kestrel.Iface
 
abort_args() - Constructor for class net.lag.kestrel.thrift.Kestrel.abort_args
 
abort_args(String, Set<Long>) - Constructor for class net.lag.kestrel.thrift.Kestrel.abort_args
 
abort_args(Kestrel.abort_args) - Constructor for class net.lag.kestrel.thrift.Kestrel.abort_args
Performs a deep copy on other.
abort_call(String, Set<Long>, AsyncMethodCallback<Kestrel.AsyncClient.abort_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.abort_call
 
abort_result() - Constructor for class net.lag.kestrel.thrift.Kestrel.abort_result
 
abort_result(int) - Constructor for class net.lag.kestrel.thrift.Kestrel.abort_result
 
abort_result(Kestrel.abort_result) - Constructor for class net.lag.kestrel.thrift.Kestrel.abort_result
Performs a deep copy on other.
about - Variable in class orgrdfs.sioc.ns.ItemImpl
Specifies that this Item is about a particular resource, e.g.
ABOVE - Static variable in class org.openimaj.math.geometry.shape.util.PolygonUtils
ABOVE
abs() - Method in class org.openimaj.image.FImage
Set all pixels to their absolute values, so that all pixel values in the image will be greater than zero.
abs() - Method in class org.openimaj.image.Image
Set all pixels to their absolute values, so that all pixel values in the image will be greater than zero.
abs() - Method in class org.openimaj.image.MultiBandImage
Set all pixels to their absolute values, so that all pixel values in the image will be greater than zero.
abs() - Method in class org.openimaj.image.SVGImage
 
abs(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
Create a new matrix with the absolute values of the input matrix.
abs(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
Return a copy of the input matrix with all elements set to their absolute value.
absoluteCardinality - Variable in class org.openimaj.rdf.owl2java.PropertyDef
The absolute number of occurrences of this property that must occur
AbsoluteValueEigenChooser - Class in org.openimaj.ml.clustering.spectral
Attempts to automatically choose the number of eigen vectors based on the comparative value of the eigen value with the first eigen value seen.
AbsoluteValueEigenChooser(double, double) - Constructor for class org.openimaj.ml.clustering.spectral.AbsoluteValueEigenChooser
 
absSum(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
Compute the absolute sum of values in the matrix
absSumSparse(SparseColumnMatrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
absSumSparse(SparseRowMatrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
AbstractAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation
Abstract base class for objects capable of annotating things.
AbstractAnnotator() - Constructor for class org.openimaj.ml.annotation.AbstractAnnotator
 
AbstractClusterQuantiserOptions - Class in org.openimaj.tools.clusterquantiser
Options for clustering/quantising tool
AbstractClusterQuantiserOptions(String[]) - Constructor for class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
Construct with arguments
AbstractContextAwareInitStrategy<INDEPENDANT,DEPENDANT> - Class in org.openimaj.ml.linear.learner.init
Holds on to the learner and the context variables
AbstractContextAwareInitStrategy() - Constructor for class org.openimaj.ml.linear.learner.init.AbstractContextAwareInitStrategy
 
AbstractDataSource<DATATYPE> - Class in org.openimaj.data
Abstract base class for DataSource implementations.
AbstractDataSource() - Constructor for class org.openimaj.data.AbstractDataSource
 
AbstractDenseSIFT<IMAGE extends Image<?,IMAGE>> - Class in org.openimaj.image.feature.dense.gradient.dsift
Base class for implementations of a dense SIFT feature extractors.
AbstractDenseSIFT() - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
 
AbstractDoGSIFTModeOp(LocalFeatureMode) - Constructor for class org.openimaj.tools.localfeature.options.LocalFeatureMode.AbstractDoGSIFTModeOp
 
AbstractDominantOrientationExtractor - Class in org.openimaj.image.feature.local.detector.dog.extractor
Abstract superclass for objects capable of finding the dominant orientation of a point in scale-space.
AbstractDominantOrientationExtractor() - Constructor for class org.openimaj.image.feature.local.detector.dog.extractor.AbstractDominantOrientationExtractor
 
AbstractFileBackedList<T extends Readable> - Class in org.openimaj.util.list
A (currently) read-only list that iterates over a file.
AbstractFileBackedList(int, boolean, int, int, File, Class<T>) - Constructor for class org.openimaj.util.list.AbstractFileBackedList
 
AbstractFileBackedList(int, boolean, int, int, File, Class<T>, String) - Constructor for class org.openimaj.util.list.AbstractFileBackedList
 
AbstractFMMInpainter<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.processing.restoration.inpainting
Abstract base class for inpainting algorithms based on the Fast Marching Method (FMM) for selecting the order of pixels to paint.
AbstractFMMInpainter() - Constructor for class org.openimaj.image.processing.restoration.inpainting.AbstractFMMInpainter
 
AbstractGetter<T> - Class in org.kohsuke.args4j.spi
An abstract Getter is of the type of the underlying bean and is not multivalued
AbstractGetter(String, Object, Field) - Constructor for class org.kohsuke.args4j.spi.AbstractGetter
 
AbstractImageMaskInpainter<IMAGE extends Image<?,IMAGE>> - Class in org.openimaj.image.processing.restoration.inpainting
Abstract base for Inpainter implementations that consume a mask image (rather than connected components or pixel sets).
AbstractImageMaskInpainter() - Constructor for class org.openimaj.image.processing.restoration.inpainting.AbstractImageMaskInpainter
 
AbstractIPDSIFTEngine<T extends InterestPointData> - Class in org.openimaj.image.feature.local.engine.ipd
Extract SIFT features as defined by David Lowe but located using interest point detectors.
AbstractIPDSIFTEngine(MultiscaleInterestPointDetector<T>) - Constructor for class org.openimaj.image.feature.local.engine.ipd.AbstractIPDSIFTEngine
Initiate the engine with a given detector.
AbstractIRCStreamDataset<T> - Class in org.openimaj.stream.provider.irc
Abstract base class for producing a stream of items from an IRC channel.
AbstractIRCStreamDataset(BlockingDroppingQueue<T>, String, String) - Constructor for class org.openimaj.stream.provider.irc.AbstractIRCStreamDataset
 
AbstractLocalThreshold - Class in org.openimaj.image.processing.threshold
Abstract base class for local thresholding operations.
AbstractLocalThreshold(int) - Constructor for class org.openimaj.image.processing.threshold.AbstractLocalThreshold
Construct the AbstractLocalThreshold with the given patch size (the patch will be square).
AbstractLocalThreshold(int, int) - Constructor for class org.openimaj.image.processing.threshold.AbstractLocalThreshold
Construct the AbstractLocalThreshold with the given patch size.
AbstractLtpDtFeature - Class in org.openimaj.image.processing.face.feature.ltp
Base class for LTP based features using a truncated Euclidean distance transform to estimate the distances within each slice.
AbstractLtpDtFeature(int, int, LTPWeighting, List<List<Pixel>>) - Constructor for class org.openimaj.image.processing.face.feature.ltp.AbstractLtpDtFeature
Construct with given parameters.
AbstractMaskedObject<M extends Image<?,M>> - Class in org.openimaj.image.mask
Abstract base implementation of a MaskedObject.
AbstractMaskedObject() - Constructor for class org.openimaj.image.mask.AbstractMaskedObject
Default constructor with a null mask.
AbstractMaskedObject(M) - Constructor for class org.openimaj.image.mask.AbstractMaskedObject
Construct with the given mask.
AbstractMultiListDataSource<DATATYPE,ELEMENTTYPE> - Class in org.openimaj.data
An abstract DataSource backed by multiple lists of data.
AbstractMultiListDataSource(List<? extends List<ELEMENTTYPE>>) - Constructor for class org.openimaj.data.AbstractMultiListDataSource
Construct with the given lists of data
AbstractMultiListDataSource(List<ELEMENTTYPE>...) - Constructor for class org.openimaj.data.AbstractMultiListDataSource
Construct with the given lists of data
AbstractMultiListDataSource(Map<?, ? extends List<ELEMENTTYPE>>) - Constructor for class org.openimaj.data.AbstractMultiListDataSource
Construct with the given map of data.
AbstractMultiScaleObjectDetector<IMAGE extends Image<?,IMAGE>,DETECTED_OBJECT> - Class in org.openimaj.image.objectdetection
Abstract base class for implementations of MultiScaleObjectDetector.
AbstractMultiScaleObjectDetector() - Constructor for class org.openimaj.image.objectdetection.AbstractMultiScaleObjectDetector
Construct with the initial minimum and maximum size set to zero.
AbstractMultiScaleObjectDetector(int, int) - Constructor for class org.openimaj.image.objectdetection.AbstractMultiScaleObjectDetector
Construct with the given initial minimum and maximum detection sizes.
AbstractMultivariateDistribution - Class in org.openimaj.math.statistics.distribution
A continuous multivariate distribution.
AbstractMultivariateDistribution() - Constructor for class org.openimaj.math.statistics.distribution.AbstractMultivariateDistribution
 
AbstractMultivariateGaussian - Class in org.openimaj.math.statistics.distribution
Abstract base class for MultivariateGaussian implementations
AbstractMultivariateGaussian() - Constructor for class org.openimaj.math.statistics.distribution.AbstractMultivariateGaussian
 
AbstractNEAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
AbstractNEAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.AbstractNEAnnotator
 
AbstractOctaveExtremaFinder<OCTAVE extends GaussianOctave<FImage>> - Class in org.openimaj.image.feature.local.detector.pyramid
Class for finding extrema within Octaves using the approach in Section 4 of Lowe's IJCV paper (minus the bit on using Brown's interpolation approach to improve localisation).
AbstractOctaveExtremaFinder() - Constructor for class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
Construct an AbstractOctaveExtremaFinder with the default Eigenvalue ratio threshold.
AbstractOctaveExtremaFinder(float) - Constructor for class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
Construct an AbstractOctaveExtremaFinder with the given Eigenvalue ratio threshold.
AbstractOctaveInterestPointFinder<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.feature.local.detector.pyramid
Abstract base class for objects capable of detecting interest points within an octave.
AbstractOctaveInterestPointFinder() - Constructor for class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveInterestPointFinder
 
AbstractOctaveLocalFeatureCollector<OCTAVE extends Octave<?,?,IMAGE>,EXTRACTOR extends FeatureVectorExtractor<?,ScaleSpaceImageExtractorProperties<IMAGE>>,FEATURE extends LocalFeature<?,?>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.feature.local.detector.dog.collector
Abstract base class for objects that collate LocalFeatures as they are extracted from Octaves.
AbstractOctaveLocalFeatureCollector(EXTRACTOR) - Constructor for class org.openimaj.image.feature.local.detector.dog.collector.AbstractOctaveLocalFeatureCollector
Construct the AbstractOctaveLocalFeatureCollector with the given feature extractor.
AbstractPhraseAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
AbstractPhraseAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.AbstractPhraseAnnotator
 
AbstractPixelStatisticsModel - Class in org.openimaj.image.pixel.statistics
Abstract base class for models based on pixel statistics of an image.
AbstractPixelStatisticsModel(int) - Constructor for class org.openimaj.image.pixel.statistics.AbstractPixelStatisticsModel
Construct the model with the given number of dimensions
AbstractPoint2d - Class in org.openimaj.math.geometry.point
Abstract base for Point2d implementations that retains the underlying precision.
AbstractPoint2d() - Constructor for class org.openimaj.math.geometry.point.AbstractPoint2d
 
AbstractPOSAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
AbstractPOSAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.AbstractPOSAnnotator
 
AbstractRawTextAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
AbstractRawTextAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.AbstractRawTextAnnotator
 
AbstractRenderer<T> - Class in org.openimaj.image.processor.connectedcomponent.render
An abstract class that defines top-level methods for objects that can render connected components into images.
AbstractRenderer(Image<T, ?>, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.AbstractRenderer
Default constructor that takes the image to write to and the colour to draw in.
AbstractRenderer(int, int, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.AbstractRenderer
Constructor that creates a new image into which to render the connected components and a colour to draw in.
AbstractResidualCalculator<I,D,M extends Model<I,D>> - Class in org.openimaj.math.model.fit.residuals
 
AbstractResidualCalculator() - Constructor for class org.openimaj.math.model.fit.residuals.AbstractResidualCalculator
 
AbstractSentenceAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
AbstractSentenceAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.AbstractSentenceAnnotator
 
AbstractStream<T> - Class in org.openimaj.util.stream
Abstract base implementation of a read-only (i.e.
AbstractStream() - Constructor for class org.openimaj.util.stream.AbstractStream
 
AbstractStreamBackedList<T extends Readable> - Class in org.openimaj.util.list
A list of records that can be consumed from a stream.
AbstractStreamBackedList(InputStream, int, boolean, int, int, Class<T>) - Constructor for class org.openimaj.util.list.AbstractStreamBackedList
Instantiate the list and all instance variables.
AbstractStreamBackedList(InputStream, int, boolean, int, int, Class<T>, String) - Constructor for class org.openimaj.util.list.AbstractStreamBackedList
Instantiate the list and all instance variables.
AbstractStructureTensorIPD - Class in org.openimaj.image.feature.local.interest
Abstract base class for an interest point detector which uses derivatives or the (multiscale) structure tensor.
AbstractStructureTensorIPD(float) - Constructor for class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
Set the scale factor between the integration scale and the detection scale.
AbstractStructureTensorIPD(float, float) - Constructor for class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
Abstract structure tensor detected at a given scale, the first derivatives found and a structure tensor combined from these first derivatives with a gaussian window of sigma = integrationScale
AbstractStructureTensorIPD(float, float, boolean) - Constructor for class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
Abstract structure tensor detected at a given scale, the first derivatives found and a structure tensor combined from these first derivatives with a gaussian window of sigma = integrationScale.
AbstractStructureTensorIPD(float, float, int) - Constructor for class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
Abstract structure tensor detected at a given scale, the first derivatives found and a structure tensor combined from these first derivatives with a gaussian window of sigma = integrationScale.
AbstractStructureTensorIPD(float, float, int, boolean) - Constructor for class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
Abstract structure tensor detected at a given scale, the first derivatives found and a structure tensor combined from these first derivatives with a gaussian window of sigma = integrationScale.
AbstractStructureTensorIPD.Maxima - Class in org.openimaj.image.feature.local.interest
 
AbstractTextPipeAnnotator<INPUT_ANNOTATION extends TextPipeAnnotation> - Class in org.openimaj.text.nlp.textpipe.annotators
 
AbstractTextPipeAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.AbstractTextPipeAnnotator
 
AbstractTokenAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
AbstractTokenAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.AbstractTokenAnnotator
 
AbstractTwitterPreprocessingToolOptions - Class in org.openimaj.tools.twitter.options
An abstract kind of twitter processing tool.
AbstractTwitterPreprocessingToolOptions(String[], boolean) - Constructor for class org.openimaj.tools.twitter.options.AbstractTwitterPreprocessingToolOptions
 
AbstractTwitterPreprocessingToolOptions(String[]) - Constructor for class org.openimaj.tools.twitter.options.AbstractTwitterPreprocessingToolOptions
 
AbstractTwitterSearchDataset<T> - Class in org.openimaj.stream.provider.twitter
Calls the SearchResource.search(Query) function periodically and offers all discovered Status instances with the underlying BlockingDroppingBufferedStream.
AbstractTwitterSearchDataset(TwitterAPIToken, BlockingDroppingQueue<T>, Query) - Constructor for class org.openimaj.stream.provider.twitter.AbstractTwitterSearchDataset
 
AbstractTwitterStatusesFilterDataset<T> - Class in org.openimaj.stream.provider.twitter
Base class for Live twitter streams based on the live Twitter streaming API.
AbstractTwitterStatusesFilterDataset(FilterQuery, TwitterAPIToken, BlockingDroppingQueue<T>) - Constructor for class org.openimaj.stream.provider.twitter.AbstractTwitterStatusesFilterDataset
Construct with the given Twitter API credentials and buffer
AbstractTwitterStreamDataset<T> - Class in org.openimaj.stream.provider.twitter
Base class for Live twitter streams based on the live Twitter streaming API.
AbstractTwitterStreamDataset(TwitterAPIToken, BlockingDroppingQueue<T>) - Constructor for class org.openimaj.stream.provider.twitter.AbstractTwitterStreamDataset
Construct with the given Twitter API credentials and buffer
AbstractValueAnimator<T> - Class in org.openimaj.content.animation.animator
Base class for objects capable of "animating" a value; that is providing a new value everytime AbstractValueAnimator.nextValue() is called, subject to some constraints.
AbstractValueAnimator(T, int, int) - Constructor for class org.openimaj.content.animation.animator.AbstractValueAnimator
Construct with initial value
AbstractWebpageImageCollection - Class in org.openimaj.tools.imagecollection.collection.webpage
 
AbstractWebpageImageCollection() - Constructor for class org.openimaj.tools.imagecollection.collection.webpage.AbstractWebpageImageCollection
 
AbstractWebpageImageCollection.Generic - Class in org.openimaj.tools.imagecollection.collection.webpage
 
Accel - Class in org.openimaj.workinprogress.accel
 
Accel() - Constructor for class org.openimaj.workinprogress.accel.Accel
 
accelerometer_x() - Method in class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state
 
accelerometer_x(short) - Method in class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state
 
accelerometer_y() - Method in class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state
 
accelerometer_y(short) - Method in class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state
 
accelerometer_z() - Method in class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state
 
accelerometer_z(short) - Method in class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state
 
accept(Location) - Method in interface org.openimaj.feature.local.LocationFilter
Test whether a Location should be accepted or rejected.
accept(Path) - Method in class org.openimaj.hadoop.tools.sequencefile.RegexPathFilter
 
accept(Image<T, ?>, Pixel, T, float) - Static method in class org.openimaj.image.analysis.algorithm.FloodFill
 
accepted - Variable in class org.openimaj.tools.imagecollection.collection.ImageCollectionEntry
 
acceptEntry(T) - Method in interface org.openimaj.tools.imagecollection.collection.ImageCollectionEntrySelection
 
acceptEntry(T) - Method in class org.openimaj.tools.imagecollection.collection.ImageCollectionEntrySelection.All
 
acceptEntry(MBFImage) - Method in class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection
 
acceptEntry(MBFImage) - Method in class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection.FramesPerSecond
 
acceptEntry(MBFImage) - Method in class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection.Proxy
 
AcceptingListView<T> - Class in org.openimaj.util.list
A read-only view on a list with a set of indices from the underlying list that must be accepted; all other indices are discarded.
AcceptingListView(List<T>, int...) - Constructor for class org.openimaj.util.list.AcceptingListView
Construct with the underlying list and a set of indices for the view.
accessSecret - Variable in class org.openimaj.util.api.auth.common.TwitterAPIToken
The access secret
accessToken - Variable in class org.openimaj.util.api.auth.common.TwitterAPIToken
The access token
account_of - Variable in class orgrdfs.sioc.ns.UserAccountImpl
Refers to the foaf:Agent or foaf:Person who owns this sioc:UserAccount.
accountKey - Variable in class org.openimaj.util.api.auth.common.BingAPIToken
The account key
accum(MBFImage, int, int) - Method in class org.openimaj.image.pixel.statistics.BlockHistogramModel
 
accum(MBFImage) - Method in class org.openimaj.image.pixel.statistics.HistogramModel
 
accum(MBFImage, int, int) - Method in class org.openimaj.image.pixel.statistics.MaskingBlockHistogramModel
 
accum(MBFImage) - Method in class org.openimaj.image.pixel.statistics.MaskingHistogramModel
 
accumulate(String, NanoTimer) - Static method in class org.openimaj.experiment.agent.TimeTracker
Accumulate the given duration into the statistics with the given identifier
accumulate(String, Timer) - Static method in class org.openimaj.experiment.agent.TimeTracker
Accumulate the given duration into the statistics with the given identifier
accumulate(String, long) - Static method in class org.openimaj.experiment.agent.TimeTracker
Accumulate the given duration into the statistics with the given identifier
accumulate(IntValuePixel) - Method in class org.openimaj.image.analysis.watershed.Component
Add a pixel to the component
accumulate(INPUT) - Method in interface org.openimaj.image.combiner.AccumulatingImageCombiner
Perform processing that combines the two images into a single image.
accumulate(T) - Method in class org.openimaj.image.processing.transform.ProjectionProcessor
Prepare an image to be transformed using the current matrix.
accumulateWith(AccumulatingImageCombiner<I, ?>) - Method in class org.openimaj.image.Image
Accumulate this image the the given AccumulatingImageCombiner.
AccumulatingImageCombiner<INPUT extends Image<?,INPUT>,OUTPUT extends Image<?,OUTPUT>> - Interface in org.openimaj.image.combiner
Interface for classes capable of combining multiple images into one.
AccuracyCheckDoubleDCT - Class in edu.emory.mathcs.jtransforms.dct
Accuracy check of double precision DCT's
AccuracyCheckDoubleDHT - Class in edu.emory.mathcs.jtransforms.dht
Accuracy check of double precision DHT's
AccuracyCheckDoubleDST - Class in edu.emory.mathcs.jtransforms.dst
Accuracy check of double precision DST's
AccuracyCheckDoubleFFT - Class in edu.emory.mathcs.jtransforms.fft
Accuracy check of double precision FFT's
AccuracyCheckFloatDCT - Class in edu.emory.mathcs.jtransforms.dct
Accuracy check of single precision DCT's
AccuracyCheckFloatDHT - Class in edu.emory.mathcs.jtransforms.dht
Accuracy check of single precision DHT's
AccuracyCheckFloatDST - Class in edu.emory.mathcs.jtransforms.dst
Accuracy check of single precision DST's
AccuracyCheckFloatFFT - Class in edu.emory.mathcs.jtransforms.fft
Accuracy check of single precision FFT's
AchantaSaliency - Class in org.openimaj.image.saliency
Implementation of the saliency map algorithm described in: R.
AchantaSaliency(float) - Constructor for class org.openimaj.image.saliency.AchantaSaliency
Construct with the given amount of smoothing.
AchantaSaliency() - Constructor for class org.openimaj.image.saliency.AchantaSaliency
Construct with a smoothing of 1 pixel standard deviation.
ack(Object) - Method in class backtype.storm.spout.KestrelThriftSpout
 
ack(Object) - Method in class backtype.storm.spout.UnreliableKestrelThriftSpout
 
ack(Object) - Method in class org.openimaj.picslurper.LocalTweetSpout
 
AckStats - Class in backtype.storm.spout
 
AckStats(float) - Constructor for class backtype.storm.spout.AckStats
 
action - Variable in class org.openimaj.time.Sequencer.SequencerEvent
The sequenced action
activate() - Method in class org.openimaj.picslurper.LocalTweetSpout
 
ACTIVE_CONTROLLERS - Static variable in class org.openimaj.hardware.kinect.KinectController
 
ActiveShapeModel<I extends Image<?,I>> - Class in org.openimaj.image.model.asm
Implementation of a basic Active Shape Model.
ActiveShapeModel(PointDistributionModel, LandmarkModel<I>[]) - Constructor for class org.openimaj.image.model.asm.ActiveShapeModel
Construct an ActiveShapeModel from a pre-trained PointDistributionModel and set of LandmarkModels.
ActiveShapeModel.IterationResult - Class in org.openimaj.image.model.asm
Class to hold the response of a single iteration of model fitting.
actual - Variable in class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
 
AdaBoost - Class in org.openimaj.ml.classification.boosting
 
AdaBoost() - Constructor for class org.openimaj.ml.classification.boosting.AdaBoost
 
AdaptiveLocalThresholdBernsen - Class in org.openimaj.image.processing.threshold
Bernsen's adaptive local thresholding.
AdaptiveLocalThresholdBernsen(float, int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdBernsen
Construct the thresholding operator with the given patch size (assumed square)
AdaptiveLocalThresholdBernsen(float, int, int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdBernsen
Construct the thresholding operator with the given patch size
AdaptiveLocalThresholdContrast - Class in org.openimaj.image.processing.threshold
Adaptive local thresholding using the local contrast.
AdaptiveLocalThresholdContrast(int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdContrast
Construct the thresholding operator with the given patch size (assumed square)
AdaptiveLocalThresholdContrast(int, int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdContrast
Construct the thresholding operator with the given patch size
AdaptiveLocalThresholdGaussian - Class in org.openimaj.image.processing.threshold
Adaptive local thresholding using the Gaussian weighted sum of the patch and an offset.
AdaptiveLocalThresholdGaussian(float, float) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdGaussian
Construct the thresholding operator with the given Gaussian standard deviation, sigma, and offset
AdaptiveLocalThresholdMean - Class in org.openimaj.image.processing.threshold
Adaptive local thresholding using the mean of the patch and an offset.
AdaptiveLocalThresholdMean(int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMean
Construct the thresholding operator with the given patch size (assumed square)
AdaptiveLocalThresholdMean(int, int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMean
Construct the thresholding operator with the given patch size
AdaptiveLocalThresholdMean(int, float) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMean
Construct the thresholding operator with the given patch size (assumed square) and offset
AdaptiveLocalThresholdMean(int, int, float) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMean
Construct the thresholding operator with the given patch size and offset
AdaptiveLocalThresholdMedian - Class in org.openimaj.image.processing.threshold
Adaptive local thresholding using the median of the patch and an offset.
AdaptiveLocalThresholdMedian(int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMedian
Construct the thresholding operator with the given patch size (assumed square)
AdaptiveLocalThresholdMedian(int, int) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMedian
Construct the thresholding operator with the given patch size
AdaptiveLocalThresholdMedian(int, float) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMedian
Construct the thresholding operator with the given patch size (assumed square) and offset
AdaptiveLocalThresholdMedian(int, int, float) - Constructor for class org.openimaj.image.processing.threshold.AdaptiveLocalThresholdMedian
Construct the thresholding operator with the given patch size and offset
AdaptiveMoGBackgroundEstimator<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.workinprogress
 
AdaptiveMoGBackgroundEstimator(Video<IMAGE>) - Constructor for class org.openimaj.workinprogress.AdaptiveMoGBackgroundEstimator
 
add(int, int, double) - Method in class ch.akuhn.matrix.DenseMatrix
 
add(int, int, double) - Method in class ch.akuhn.matrix.Matrix
Add to the value at the given row/column
add(int, int, double) - Method in class ch.akuhn.matrix.SparseMatrix
 
add(int, double) - Method in class ch.akuhn.matrix.SparseVector
 
add(int, double) - Method in class ch.akuhn.matrix.Vector
Add the given value to the value at the given index
add(double) - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Add the scalar to all the samples
add(Collection<KEY>, OBJECT) - Method in interface org.openimaj.data.dataset.cache.GroupedListCache
Add an object with many keys to the cache
add(KEY, OBJECT) - Method in interface org.openimaj.data.dataset.cache.GroupedListCache
Add an object with a key to the cache
add(KEY, Collection<OBJECT>) - Method in interface org.openimaj.data.dataset.cache.GroupedListCache
Add an collection of objects with the same key to the cache
add(Collection<KEY>, OBJECT) - Method in class org.openimaj.data.dataset.cache.InMemoryGroupedListCache
 
add(KEY, OBJECT) - Method in class org.openimaj.data.dataset.cache.InMemoryGroupedListCache
 
add(KEY, Collection<OBJECT>) - Method in class org.openimaj.data.dataset.cache.InMemoryGroupedListCache
 
add(T) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
add(int, T) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
add(KEY, DATASET) - Method in class org.openimaj.data.dataset.MapBackedDataset
Convenience method for populating a dataset by chaining method calls:
add(DATASET) - Method in class org.openimaj.data.dataset.MapBackedDataset.IdentifiableBuilder
Add the sub-dataset such that it becomes a group in the MapBackedDataset returned by MapBackedDataset.IdentifiableBuilder.build() where the key is the identifier returned by Identifiable.getID().
add(CMResult<CLASS>) - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMAggregator
 
add(List<TargetEstimatePair<CLASS, CLASS>>, Set<CLASS>, Set<CLASS>) - Method in enum org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMAnalyser.Strategy
 
add(RESULT) - Method in interface org.openimaj.experiment.evaluation.ResultAggregator
Add a new result to this aggregation
add(TokenPairCount) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairCount
 
add(FImage) - Method in class org.openimaj.image.FImage
Adds the pixel values of the given FImage to the pixels of this image.
add(Float) - Method in class org.openimaj.image.FImage
Returns a new FImage that contains the pixels of this image increased by the given value.
add(Image<?, ?>) - Method in class org.openimaj.image.FImage
Adds the given image to this image and return new image.
add(Image<?, ?>) - Method in class org.openimaj.image.Image
Adds the given image to this image and return new image.
add(Q) - Method in class org.openimaj.image.Image
Add a value to each pixel and return new image.
add(T) - Method in class org.openimaj.image.MultiBandImage
Add the given scalar to each pixel of each band and return result as a new image.
add(CLQueue, CLImage2D, CLImage2D, CLImage2D) - Method in class org.openimaj.image.processing.CLImageArithmetic
Add two images, storing the result in another image
add(CLQueue, CLImage2D, float[], CLImage2D) - Method in class org.openimaj.image.processing.CLImageArithmetic
Add a constant to an image, storing the result in another image
add(CLImage2D, CLImage2D) - Method in class org.openimaj.image.processing.CLImageArithmetic
Add two images, returning a new image with the result
add(CLImage2D, float[]) - Method in class org.openimaj.image.processing.CLImageArithmetic
Add a constant to an image, returning a new image with the result
add(I, I) - Method in class org.openimaj.image.processing.CLImageArithmetic
Add two images, returning a new image with the result
add(I, float[]) - Method in class org.openimaj.image.processing.CLImageArithmetic
Add a constant to an image, returning a new image with the result
add(String, File) - Method in class org.openimaj.image.processing.face.recognition.benchmarking.dataset.TextFileDataset
Add an instance to the dataset.
add(DATA) - Method in interface org.openimaj.knn.IncrementalNearestNeighbours
Add a single data item
add(OBJECT) - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
 
add(T) - Method in class org.openimaj.knn.ObjectNearestNeighboursExact
 
add(byte[]) - Method in class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
 
add(double[]) - Method in class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
 
add(float[]) - Method in class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
 
add(int[]) - Method in class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
 
add(long[]) - Method in class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
 
add(short[]) - Method in class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
 
add(int, int, double) - Method in class org.openimaj.math.matrix.JamaDenseMatrix
 
add(long, DATA) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
Add an element to this time series
add(String) - Method in class org.openimaj.picslurper.StatusConsumer
Add a URL to process without allowing already seen URLs to be added
add(DiscreteCountBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
add(Integer) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
add(WeightedBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
add(Double) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
add(String) - Method in class org.openimaj.tools.twitter.modes.filter.JavaRegexEngine
 
add(String) - Method in interface org.openimaj.tools.twitter.modes.filter.RegexEngine
 
add(double[], double) - Static method in class org.openimaj.util.array.ArrayUtils
Add a constant to all elements and return the input
add(float[], float) - Static method in class org.openimaj.util.array.ArrayUtils
Add a constant to all elements and return the input
add(int[], int) - Static method in class org.openimaj.util.array.ArrayUtils
Add a constant to all elements and return the input
add(long[], long) - Static method in class org.openimaj.util.array.ArrayUtils
Add a constant to all elements and return the input
add(byte[], byte) - Static method in class org.openimaj.util.array.ArrayUtils
Add a constant to all elements and return the input
add(short[], short) - Static method in class org.openimaj.util.array.ArrayUtils
Add a constant to all elements and return the input
add(SparseByteArray) - Method in class org.openimaj.util.array.SparseByteArray
Add the values in the given vector to a copy of this array and return the result
add(SparseDoubleArray) - Method in class org.openimaj.util.array.SparseDoubleArray
Add the values in the given vector to a copy of this array and return the result
add(SparseFloatArray) - Method in class org.openimaj.util.array.SparseFloatArray
Add the values in the given vector to a copy of this array and return the result
add(SparseIntArray) - Method in class org.openimaj.util.array.SparseIntArray
Add the values in the given vector to a copy of this array and return the result
add(SparseLongArray) - Method in class org.openimaj.util.array.SparseLongArray
Add the values in the given vector to a copy of this array and return the result
add(SparseShortArray) - Method in class org.openimaj.util.array.SparseShortArray
Add the values in the given vector to a copy of this array and return the result
add(E) - Method in class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and throwing an IllegalStateException if this queue is full.
add(E) - Method in interface org.openimaj.util.concurrent.BlockingDroppingQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Predicate<T>) - Method in class org.openimaj.util.function.predicates.And
Add a new predicate to this "and"
add(Predicate<T>) - Method in class org.openimaj.util.function.predicates.Or
Add a new predicate to this "or"
add(int, T) - Method in class org.openimaj.util.list.AbstractFileBackedList
 
add(OBJECT) - Method in interface org.openimaj.util.math.ObjectArithmetic
Add to a copy of this.
add(SCALAR) - Method in interface org.openimaj.util.math.ScalarArithmetic
Add to a copy of this.
add(T) - Method in class org.openimaj.util.set.BoundedTreeSet
 
add(T) - Method in class org.openimaj.util.set.DisjointSetForest
 
add(T, T) - Method in class org.openimaj.util.set.DisjointSetForest
Add an element to the given set.
add_left(double, double) - Method in class org.openimaj.math.geometry.shape.util.polygon.PolygonNode
 
add_local_min(double, double) - Method in class org.openimaj.math.geometry.shape.util.polygon.TopPolygonNode
 
add_right(double, double) - Method in class org.openimaj.math.geometry.shape.util.polygon.PolygonNode
 
add_to_ids(long) - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
add_to_ids(long) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
add_to_items(ByteBuffer) - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
add_to_success(Item) - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
addAlias(String) - Method in class org.openimaj.text.nlp.namedentity.YagoNamedEntity
 
addAll(Collection<? extends T>) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
addAll(int, Collection<? extends T>) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
addAll(List<DATA>) - Method in interface org.openimaj.knn.IncrementalNearestNeighbours
Insert all the given data
addAll(Collection<OBJECT>) - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
Insert data into the tables
addAll(OBJECT[]) - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
Insert data into the tables
addAll(List<OBJECT>) - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
 
addAll(List<T>) - Method in class org.openimaj.knn.ObjectNearestNeighboursExact
 
addAll(List<byte[]>) - Method in class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
 
addAll(List<double[]>) - Method in class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
 
addAll(List<float[]>) - Method in class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
 
addAll(List<int[]>) - Method in class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
 
addAll(List<long[]>) - Method in class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
 
addAll(List<short[]>) - Method in class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
 
addAll(Collection<? extends T>) - Method in class org.openimaj.util.set.BoundedTreeSet
 
addAll(Collection<? extends T>) - Method in class org.openimaj.util.set.DisjointSetForest
Add all the elements in the collection to this disjoint set forest.
addAll(Collection<? extends T>, boolean) - Method in class org.openimaj.util.set.DisjointSetForest
Add all the elements in the collection to this disjoint set forest.
addAllAnnotations(Collection<T>) - Method in class org.openimaj.text.nlp.textpipe.annotations.TextPipeAnnotation
 
addAllTokensMatched(Collection<TokenAnnotation>) - Method in class org.openimaj.text.nlp.textpipe.annotations.NamedEntityAnnotation
Set the TokenAnnotations matched by this NamedEntityAnnotation
addAnalysis(String, T) - Method in class org.openimaj.twitter.GeneralJSON
Add analysis to the analysis object.
addAnalysis(Model, Resource, GeneralJSON) - Method in interface org.openimaj.twitter.RDFAnalysisProvider
When given this analysis, fill the model with triples representing its existence.
addAnimatedVisualisationListener(AnimatedVisualisationListener) - Method in interface org.openimaj.vis.AnimatedVisualisationProvider
Add a visualisation listener to be informed of animation events.
addAnimatedVisualisationListener(AnimatedVisualisationListener) - Method in class org.openimaj.vis.video.VideoBarVisualisation
Add a visualisation listener to be informed of animation events.
addAnimatedVisualisationListener(AnimatedVisualisationListener) - Method in class org.openimaj.vis.Visualisation3D
 
addAnimatedVisualisationListener(AnimatedVisualisationListener) - Method in class org.openimaj.vis.world.WorldMap
Add a visualisation listener to be informed of animation events.
addAnnotation(T) - Method in class org.openimaj.text.nlp.textpipe.annotations.TextPipeAnnotation
 
addAudioEventListener(AudioEventListener) - Method in class org.openimaj.audio.AudioPlayer
Add the given audio event listener to this player.
addAudioGrabberListener(AudioGrabberListener) - Method in class org.openimaj.audio.AudioGrabber
Add an audio grabber listener to this audio grabber.
addBand(S) - Method in class org.openimaj.image.MultiBandImage
Adds a new band image to the multiband image.
addChild(TreeNode<T>) - Method in interface org.openimaj.util.tree.TreeNode
Add a child node.
addChild(TreeNode<T>) - Method in class org.openimaj.util.tree.TreeNodeImpl
 
addColumn() - Method in class ch.akuhn.matrix.SparseMatrix
Add a new column to the end, increasing the number of columns by 1
addComponentStackMergeListener(ComponentStackMergeListener) - Method in class org.openimaj.image.analysis.watershed.WatershedProcessor
Add a component stack merge listener
addComponentStackMergeListener(ComponentStackMergeListener) - Method in class org.openimaj.image.analysis.watershed.WatershedProcessorAlgorithm
Add a component stack merge listener
addConnection(int, int) - Method in class org.openimaj.math.geometry.point.PointListConnections
Add a connection between points with the given indices.
addConnection(PointList, Point2d, Point2d) - Method in class org.openimaj.math.geometry.point.PointListConnections
Add a connection between two points in the given PointList.
addConnection(PointList, Line2d) - Method in class org.openimaj.math.geometry.point.PointListConnections
Add a connection between the two end points of the given line in the given PointList.
addContext(String) - Method in class org.openimaj.text.nlp.namedentity.YagoNamedEntity
 
addDemo(Demos.DemoObject) - Method in class org.openimaj.demos.Demos.DemoRunnerPanel
Add a demo to the list
addDocument(Document) - Method in class org.openimaj.pgm.util.Corpus
 
addDocument(Document) - Method in class org.openimaj.text.nlp.namedentity.QuickIndexer
 
addDocumentFromFields(String[], String[], FieldType[]) - Method in class org.openimaj.text.nlp.namedentity.QuickIndexer
construct a document from names, values and types
addEvent(Sequencer.SequencerEvent) - Method in class org.openimaj.time.Sequencer
Add an event to the sequencer.
addFeature(float, float, float) - Method in class org.openimaj.image.feature.local.detector.dog.collector.ConcreteOctaveLocalFeatureCollector
 
addFeature(float, float, float) - Method in class org.openimaj.image.feature.local.detector.dog.collector.OctaveKeypointCollector
 
addFeature(float, float, float, boolean) - Method in class org.openimaj.image.feature.local.detector.dog.collector.OctaveMinMaxKeypointCollector
 
addFontToAvoid(String) - Method in class org.openimaj.tools.ocr.FontSimulator
Avoid the font with the given name.
addFrame(I) - Method in class org.openimaj.video.VideoCache
Add a frame to the video stream.
addFrame(T) - Method in class org.openimaj.video.VideoWriter
Add a frame to the video stream.
addFrame(MBFImage) - Method in class org.openimaj.video.xuggle.XuggleVideoWriter
Add a frame to the video stream.
addFrequencyListener(FrequencyAudioSource.Listener) - Method in class org.openimaj.audio.FrequencyAudioSource
Add a listener
addFrequencyListener(FrequencyAudioSource.Listener, Pair<Integer>) - Method in class org.openimaj.audio.FrequencyAudioSource
Add a listener
addGaussianNoise(List<Keypoint>, double, double) - Static method in class org.openimaj.image.feature.local.keypoints.Keypoint
Add Gaussian noise the feature vectors of some features.
addHighlightCountry(String) - Method in class org.openimaj.vis.world.WorldMap
Add a country to highlight
addHighlightCountry(String, Float[]) - Method in class org.openimaj.vis.world.WorldMap
Add a country to highlight
addImageComponentListener(DisplayUtilities.ImageComponent.ImageComponentListener) - Method in class org.openimaj.image.DisplayUtilities.ImageComponent
Add the given listener to this image component.
addInnerPolygon(Polygon, boolean) - Method in class org.openimaj.math.geometry.shape.Polygon
Add an inner polygon to this polygon.
addInnerPolygon(Polygon) - Method in class org.openimaj.math.geometry.shape.Polygon
Add an inner polygon to this polygon.
addInplace(FImage) - Method in class org.openimaj.image.FImage
Adds the given image pixel values to the pixel values of this image.
addInplace(Float) - Method in class org.openimaj.image.FImage
Add a scalar to each pixel in this image (side-affects this image).
addInplace(Image<?, ?>) - Method in class org.openimaj.image.FImage
Add the given image to this image (side-affects this image).
addInplace(Image<?, ?>) - Method in class org.openimaj.image.Image
Add the given image to this image (side-affects this image).
addInplace(Q) - Method in class org.openimaj.image.Image
Add a scalar to each pixel in this image (side-affects this image).
addInplace(Image<?, ?>) - Method in class org.openimaj.image.MultiBandImage
Add the given image to this image (side-affects this image).
addInplace(MultiBandImage<?, ?, ?>) - Method in class org.openimaj.image.MultiBandImage
Adds to each pixel the value of the corresponding pixel in the corresponding band in the given image.
addInplace(SingleBandImage<?, ?>) - Method in class org.openimaj.image.MultiBandImage
Adds to each pixel (in all bandS) the value of corresponding pixel in the given image.
addInplace(T) - Method in class org.openimaj.image.MultiBandImage
Add the given value to each pixel in every band.
addInplace(T[]) - Method in class org.openimaj.image.MultiBandImage
Add a scalar to each pixel in this image (side-affects this image).
addInplace(Image<?, ?>) - Method in class org.openimaj.image.SVGImage
 
addInplace(Float[]) - Method in class org.openimaj.image.SVGImage
 
addInplace(DiscreteCountBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
addInplace(Integer) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
addInplace(WeightedBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
addInplace(Double) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
addInplace(SparseByteArray) - Method in class org.openimaj.util.array.SparseByteArray
Add the values in the given vector to this vector and return this
addInplace(SparseDoubleArray) - Method in class org.openimaj.util.array.SparseDoubleArray
Add the values in the given vector to this vector and return this
addInplace(SparseFloatArray) - Method in class org.openimaj.util.array.SparseFloatArray
Add the values in the given vector to this vector and return this
addInplace(SparseIntArray) - Method in class org.openimaj.util.array.SparseIntArray
Add the values in the given vector to this vector and return this
addInplace(SparseLongArray) - Method in class org.openimaj.util.array.SparseLongArray
Add the values in the given vector to this vector and return this
addInplace(SparseShortArray) - Method in class org.openimaj.util.array.SparseShortArray
Add the values in the given vector to this vector and return this
addInplace(OBJECT) - Method in interface org.openimaj.util.math.ObjectArithmetic
Add to this.
addInplace(SCALAR) - Method in interface org.openimaj.util.math.ScalarArithmetic
Add to this.
addInplace(KeyedParameters<KEY>) - Method in class org.openimaj.workinprogress.optimisation.params.KeyedParameters
 
addInplace(KEY, double) - Method in class org.openimaj.workinprogress.optimisation.params.KeyedParameters
 
addInplace(double) - Method in class org.openimaj.workinprogress.optimisation.params.KeyedParameters
 
addInplace(PTYPE) - Method in interface org.openimaj.workinprogress.optimisation.params.Parameters
 
addInplace(double) - Method in interface org.openimaj.workinprogress.optimisation.params.Parameters
 
addInplace(VectorParameters) - Method in class org.openimaj.workinprogress.optimisation.params.VectorParameters
 
addInplace(double) - Method in class org.openimaj.workinprogress.optimisation.params.VectorParameters
 
addIteration(String, Iterable<T>) - Method in class org.openimaj.ml.linear.experiments.sinabill.BilinearLearnerParametersLineSearch
 
addIterationListener(Operation<SphericalKMeans.IterationResult>) - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeans
Add a listener that will be called before every iteration.
addListener(ImageCollectionProcessorJob.ProcessorJobListener) - Method in class org.openimaj.tools.imagecollection.tool.ImageCollectionProcessorJob
 
addListener(AudioSpectrogram.SpectrogramCompleteListener) - Method in class org.openimaj.vis.audio.AudioSpectrogram
Add the given listener
addMarker(long, String) - Method in class org.openimaj.vis.timeline.Timeline
Add a new marker with a label.
addMarker(long) - Method in class org.openimaj.vis.timeline.Timeline
Add a new marker
addMissing(Map<String, SummaryStatistics>) - Static method in class org.openimaj.experiment.agent.TimeTracker
Add any times from the given map that are not present in the internal map to the internal map.
addMixEventListener(AudioMixer.MixEventListener) - Method in class org.openimaj.audio.AudioMixer
Add a mix event listener to this AudioMixer.
addNode(double, double) - Method in class org.openimaj.math.geometry.shape.util.polygon.EdgeTable
 
addObject(int, double, O) - Method in class org.openimaj.vis.general.DiversityAxis
Add an object to the axis at the given position in the given band.
addOverlay(VisualisationImpl<?>) - Method in class org.openimaj.vis.VisualisationImpl
Add an overlay to this visualisation
addPixel(int, int) - Method in class org.openimaj.image.pixel.PixelSet
Add a pixel into this connected component.
addPixel(Pixel) - Method in class org.openimaj.image.pixel.PixelSet
Add a pixel into this connected component.
addPoint(double, double, double) - Method in class org.openimaj.vis.general.DotPlotVisualisation
Adds a default coloured dot with the given size (in red).
addPoint(double, double, double, double) - Method in class org.openimaj.vis.general.DotPlotVisualisation3D
 
addPoint(double, double, O) - Method in class org.openimaj.vis.general.XYPlotVisualisation
Add an object to the plot
addRectangle(Rectangle3D) - Method in class org.openimaj.vis.general.Rectangle3DPlotter
Note that your rectangle may be altered at this point.
addReference(Reference) - Static method in class org.openimaj.citation.ReferenceListener
Register the given Reference
addReference(Class<?>) - Static method in class org.openimaj.citation.ReferenceListener
Register the any Reference or References from the given class.
addReference(Class<?>, String, String) - Static method in class org.openimaj.citation.ReferenceListener
Register the any Reference or References from the given method.
addReferences(Collection<Reference>) - Static method in class org.openimaj.citation.ReferenceListener
Register the given References
addressed_to - Variable in class orgrdfs.sioc.ns.ItemImpl
Refers to who (e.g.
addRow() - Method in class ch.akuhn.matrix.SparseMatrix
Add a new row to the end, increasing the number of rows by 1
addRow(double[]) - Method in class ch.akuhn.matrix.SparseMatrix
 
addSample(IntValuePixel) - Method in interface org.openimaj.image.analysis.watershed.feature.ComponentFeature
Add a pixel to this feature
addSample(IntValuePixel) - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
 
addSample(IntValuePixel) - Method in class org.openimaj.image.analysis.watershed.feature.PixelsFeature
 
addSample(float, float, float, float) - Method in interface org.openimaj.image.feature.local.descriptor.gradient.GradientFeatureProvider
Add a sample to the feature.
addSample(float, float, float, float) - Method in class org.openimaj.image.feature.local.descriptor.gradient.IrregularBinningSIFTFeatureProvider
 
addSample(float, float, float, float) - Method in class org.openimaj.image.feature.local.descriptor.gradient.SIFTFeatureProvider
 
addSerialDataListener(SerialDataListener) - Method in class org.openimaj.hardware.serial.SerialDevice
Add the given SerialDataListener to the listener list.
addSerialDataListener(SerialDataListener) - Method in class org.openimaj.hardware.serial.SerialReader
Add a serial data listener that will be informed of individual tokens that are parsed from the parser.
addShotDetectedListener(ShotDetectedListener<I>) - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Add the given shot detected listener to the list of listeners in this object
addStream(AudioStream, float) - Method in class org.openimaj.audio.AudioMixer
Add an AudioStream to this mixer.
addSynthesizerListener(SynthesizerListener) - Method in class org.openimaj.audio.generation.Synthesizer
Add a synth listener to this synth.
addTimelineObject(Timeline.TimelineTrack, TimelineObject) - Method in class org.openimaj.vis.timeline.Timeline
Add an object to a track.
addTimeSeries(String, INTERNALSERIES) - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
 
addTimeSeries(String, INTERNALSERIES) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
addTitle - Variable in class org.openimaj.web.readability.Readability
 
addToRow(int, Vector) - Method in class ch.akuhn.matrix.SparseMatrix
Add the given values to the given row
addTrack() - Method in class org.openimaj.vis.timeline.Timeline
Add a new track to the timeline.
addTrack(String) - Method in class org.openimaj.vis.timeline.Timeline
Add a track with the given label.
addTrack(Timeline.TimelineTrack) - Method in class org.openimaj.vis.timeline.Timeline
Add a new track to the timeline.
addTrackMarker(long) - Method in class org.openimaj.vis.timeline.Timeline.TimelineTrack
Add a track marker to this time.
addTriple(Statement) - Method in class org.openimaj.rdf.serialize.RDFSerializer
Adds a single triple to some RDF serializer.
addTriple(Statement) - Method in class org.openimaj.rdf.serialize.SysOutRDFSerializer
 
addU(int) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
Expand the U parameters matrix by added a set of rows.
addU(int) - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
Expand the U parameters matrix by added a set of rows.
addUnvalidatedRelation(URI, Object) - Method in class org.openimaj.rdf.owl2java.Something
Add an unvalidated relation to this subgraph.
addUnvalidatedTuple(URI, Value) - Method in class org.openimaj.rdf.owl2java.Something
Add an unvalidated tuple to this subgraph.
addVertex(float, float) - Method in class org.openimaj.math.geometry.shape.Polygon
Add a vertex to the polygon
addVertex(Point2d) - Method in class org.openimaj.math.geometry.shape.Polygon
Add a vertex to the polygon
addVideoDisplayStateListener(VideoDisplayStateListener) - Method in class org.openimaj.video.VideoDisplay
Add a listener for the state of this player.
addVideoListener(VideoDisplayListener<T>) - Method in class org.openimaj.video.VideoDisplay
Add a listener that will get fired as every frame is displayed.
addVideoPositionListener(VideoPositionListener) - Method in class org.openimaj.video.VideoDisplay
Add a video position listener to this display
addVideoShotDetector(VideoShotDetector<MBFImage>, double) - Method in class org.openimaj.video.processing.shotdetector.CombiShotDetector
Add a shot detector that will be used in the evidence gathering.
addW(int) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
Expand the W parameters matrix by added a set of rows.
addW(int) - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
Expand the W parameters matrix by added a set of rows.
addWaitingFor(Object) - Method in class org.openimaj.picslurper.LocalTweetSpout
 
adjRandInd - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexAnalysis
 
adjRandInd - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
 
adjRandInd - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEAnalysis
 
AdjustedRandomIndexAnalysis - Class in org.openimaj.experiment.evaluation.cluster.analyser
The adjsuted random index as described by: http://faculty.washington.edu/kayee/pca/supp.pdf
AdjustedRandomIndexAnalysis() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexAnalysis
 
AdjustedRandomIndexClusterAnalyser - Class in org.openimaj.experiment.evaluation.cluster.analyser
Create an AdjustedRandomIndexAnalysis instance
AdjustedRandomIndexClusterAnalyser() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexClusterAnalyser
 
administrator_of - Variable in class orgrdfs.sioc.ns.UserAccountImpl
A Site that the UserAccount is an administrator of.
Aestheticode - Class in org.openimaj.image.feature.astheticode
A detected Aestheticode
Aestheticode(int[]) - Constructor for class org.openimaj.image.feature.astheticode.Aestheticode
Construct with a code
Aestheticode(Aestheticode) - Constructor for class org.openimaj.image.feature.astheticode.Aestheticode
Construct with another Aestheticode
Aestheticode(Contour) - Constructor for class org.openimaj.image.feature.astheticode.Aestheticode
Construct with a border
AestheticodeDetector - Class in org.openimaj.image.feature.astheticode
Aestheticode detection algorithm.
AestheticodeDetector() - Constructor for class org.openimaj.image.feature.astheticode.AestheticodeDetector
Constructs with the min and max children to the default (both are 5) and max childless children to 0
AestheticodeDetector(int, int, int) - Constructor for class org.openimaj.image.feature.astheticode.AestheticodeDetector
Construct with the given parameters
AetTree - Class in org.openimaj.math.geometry.shape.util.polygon
 
AetTree() - Constructor for class org.openimaj.math.geometry.shape.util.polygon.AetTree
 
affine - Variable in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint.SIFTGeoLocation
affine parameters of the interest point
AffineAdaption - Class in org.openimaj.image.feature.local.interest
Using an underlying feature detector, adapt the ellipse detected to result in a more stable region according to work by http://www.robots.ox.ac.uk/~vgg/research/affine/
AffineAdaption() - Constructor for class org.openimaj.image.feature.local.interest.AffineAdaption
instatiate with a HarrisIPD detector with scales 2.0f and 2.0f * 1.4f.
AffineAdaption(AbstractStructureTensorIPD, IPDSelectionMode) - Constructor for class org.openimaj.image.feature.local.interest.AffineAdaption
specify the internal detector and the selection mode
AffineAdaption(AbstractStructureTensorIPD, AbstractStructureTensorIPD, IPDSelectionMode) - Constructor for class org.openimaj.image.feature.local.interest.AffineAdaption
set both the internal and intitial feature detectors (possibly different settings of the same detector) and a selection mode
AffineAligner - Class in org.openimaj.image.processing.face.alignment
The AffineAligner attempts to find an affine transform that will warp the face to the canonical frame by aligning facial keypoints.
AffineAligner() - Constructor for class org.openimaj.image.processing.face.alignment.AffineAligner
Default Constructor with the default mask (80x80) and default border percentage (0.225).
AffineAligner(FImage) - Constructor for class org.openimaj.image.processing.face.alignment.AffineAligner
Construct with a mask (in the canonical frame) to apply after aligning and default border percentage (0.225).
AffineAligner(FImage, float) - Constructor for class org.openimaj.image.processing.face.alignment.AffineAligner
Construct with a mask (in the canonical frame) to apply after aligning and default border percentage (0.225).
AffineAligner(int, int, float) - Constructor for class org.openimaj.image.processing.face.alignment.AffineAligner
Construct with no mask and the given size and border.
AffineInterestPointFeatureCollector - Class in org.openimaj.image.feature.local.detector.ipd.collector
Use the interest point's local shape to extract features from an affine corrected patch at the interest point.
AffineInterestPointFeatureCollector(InterestPointGradientFeatureExtractor) - Constructor for class org.openimaj.image.feature.local.detector.ipd.collector.AffineInterestPointFeatureCollector
 
AffineInterestPointKeypoint - Class in org.openimaj.image.feature.local.detector.ipd.collector
A keypoint with an elliptical shape from an affine transform.
AffineInterestPointKeypoint(OrientedFeatureVector, EllipticInterestPointData) - Constructor for class org.openimaj.image.feature.local.detector.ipd.collector.AffineInterestPointKeypoint
Construct with the given feature and location/transform
AffineInvariantMoments - Class in org.openimaj.image.connectedcomponent.proc
Affine-invariant moment descriptor for the shape of a connected component.
AffineInvariantMoments() - Constructor for class org.openimaj.image.connectedcomponent.proc.AffineInvariantMoments
 
affineMatrix(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Construct an affine transform using a least-squares fit of the provided point pairs.
affineMatrixND(double[][], double[][]) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Find the affine transform between pairs of matching points in n-dimensional space.
affineMatrixND(List<? extends IndependentPair<? extends Coordinate, ? extends Coordinate>>) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Find the affine transform between pairs of matching points in n-dimensional space.
affineParams - Variable in class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint
The affine simulation parameters of the keypoint
AffineParams - Class in org.openimaj.image.processing.transform
Parameters defining an affine simulation, in terms of a tilt and rotation.
AffineParams(float, float) - Constructor for class org.openimaj.image.processing.transform.AffineParams
Construct with the given rotation and tilt.
AffineParams() - Constructor for class org.openimaj.image.processing.transform.AffineParams
Construct with zero tilt and rotation
AffineSimulation<I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> - Class in org.openimaj.image.processing.transform
Utility methods to simulate affine transformations defined by a rotation and tilt, or series of rotations and tilts.
AffineSimulationExtractor<Q extends List<T>,T extends ScaleSpacePoint,I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> - Class in org.openimaj.image.feature.local.affine
Base class for local feature detectors/extractors that use affine simulations in order to increase detections and improve performance with respect to affine change.
AffineSimulationExtractor() - Constructor for class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
 
AffineSimulationKeypoint - Class in org.openimaj.image.feature.local.affine
An extension of a Keypoint that holds the AffineParams and simulation index of the affine simulation from which it was detected.
AffineSimulationKeypoint(int) - Constructor for class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint
Construct with the given feature vector length.
AffineSimulationKeypoint(Keypoint, AffineParams, int) - Constructor for class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint
Construct from the given parameters
AffineSimulationKeypoint.AffineSimulationKeypointLocation - Class in org.openimaj.image.feature.local.affine
A KeypointLocation extended to hold a rotation, tilt and index corresponding to an affine simulation.
AffineSimulationKeypointListArrayIterator - Class in org.openimaj.tools.clusterquantiser
An iterator over ASIFT keypoints
AffineSimulationKeypointListArrayIterator(LocalFeatureList<? extends Keypoint>) - Constructor for class org.openimaj.tools.clusterquantiser.AffineSimulationKeypointListArrayIterator
Construct with list of features
AffineSimulationKeypointLocation() - Constructor for class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint.AffineSimulationKeypointLocation
Construct with zero tilt and rotation.
AffineSimulationKeypointLocation(float, float, float, float, float, float, int) - Constructor for class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint.AffineSimulationKeypointLocation
Construct with the given parameters
AffineTransformModel - Class in org.openimaj.math.geometry.transforms
Concrete implementation of a model of an Affine transform.
AffineTransformModel() - Constructor for class org.openimaj.math.geometry.transforms.AffineTransformModel
AffineTransformModel(Predicate<AffineTransformModel>) - Constructor for class org.openimaj.math.geometry.transforms.AffineTransformModel
AffineTransformModel3d - Class in org.openimaj.math.geometry.transforms
Concrete implementation of a model of an Affine transform.
AffineTransformModel3d() - Constructor for class org.openimaj.math.geometry.transforms.AffineTransformModel3d
afterPlay(AudioPlayer, SampleChunk) - Method in interface org.openimaj.audio.AudioEventListener
Called after the audio player given has played a sample chunk
afterUpdate(VideoDisplay<MBFImage>) - Method in class org.openimaj.content.slideshow.VideoSlide
 
afterUpdate(VideoDisplay<I>) - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Called when the video display is updated and the next frame is displayed
afterUpdate(VideoDisplay<T>) - Method in class org.openimaj.video.VideoDisplayAdapter
Called when the video display is updated and the next frame is displayed
afterUpdate(VideoDisplay<T>) - Method in interface org.openimaj.video.VideoDisplayListener
Called when the video display is updated and the next frame is displayed
afterUpdate(VideoDisplay<T>) - Method in class org.openimaj.video.VideoPlayer.VideoPlayerComponent.ButtonsPanel
 
Agent - Interface in comxmlns.foaf._0
http://xmlns.com/foaf/0.1/Agent
AgentLoader - Class in org.openimaj.aop.agent
Dynamic agent loader.
AgentLoader() - Constructor for class org.openimaj.aop.agent.AgentLoader
 
agentmain(String, Instrumentation) - Static method in class org.openimaj.citation.CitationAgent
JVM hook to dynamically load javaagent at runtime.
agentmain(String, Instrumentation) - Static method in class org.openimaj.experiment.agent.ExperimentAgent
JVM hook to dynamically load javaagent at runtime.
aggregate(List<? extends LocalFeature<?, ? extends ArrayFeatureVector<T>>>) - Method in class org.openimaj.image.feature.local.aggregate.BagOfVisualWords
 
aggregate(List<? extends LocalFeature<? extends SpatialLocation, ? extends ArrayFeatureVector<T>>>, Rectangle) - Method in class org.openimaj.image.feature.local.aggregate.BlockSpatialAggregator
 
aggregate(List<? extends LocalFeature<?, ? extends ArrayFeatureVector<T>>>) - Method in class org.openimaj.image.feature.local.aggregate.FisherVector
 
aggregate(List<? extends LocalFeature<? extends SpatialLocation, ? extends ArrayFeatureVector<T>>>, Rectangle) - Method in class org.openimaj.image.feature.local.aggregate.PyramidSpatialAggregator
 
aggregate(List<? extends LocalFeature<?, ? extends ArrayFeatureVector<DATATYPE>>>) - Method in class org.openimaj.image.feature.local.aggregate.SoftBagOfVisualWords
 
aggregate(List<? extends LocalFeature<? extends LOCATION, ? extends FEATURE>>, BOUNDS) - Method in interface org.openimaj.image.feature.local.aggregate.SpatialVectorAggregator
Aggregate the given features into a vector.
aggregate(List<? extends LocalFeature<?, ? extends FEATURE>>) - Method in interface org.openimaj.image.feature.local.aggregate.VectorAggregator
Aggregate the given features into a vector.
aggregate(List<? extends LocalFeature<?, ? extends ArrayFeatureVector<T>>>) - Method in class org.openimaj.image.feature.local.aggregate.VLAD
 
aggregate(DoubleSynchronisedTimeSeriesCollection) - Method in class org.openimaj.ml.timeseries.aggregator.MeanSquaredDifferenceAggregator
 
aggregate(DoubleSynchronisedTimeSeriesCollection) - Method in class org.openimaj.ml.timeseries.aggregator.SquaredSummedDifferenceAggregator
 
aggregate(STSCOLLECTION) - Method in interface org.openimaj.ml.timeseries.aggregator.SynchronisedTimeSeriesCollectionAggregator
 
aggregate(TSCOLLECTION) - Method in interface org.openimaj.ml.timeseries.aggregator.TimeSeriesCollectionAggregator
 
aggregate(DoubleSynchronisedTimeSeriesCollection) - Method in class org.openimaj.ml.timeseries.aggregator.WindowedLinearRegressionAggregator
 
AggregatedCMResult<CLASS> - Class in org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix
Aggregated confusion matrix results
AggregatedCMResult() - Constructor for class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult
Default constructor
AggregatedCMResult(List<CMResult<CLASS>>) - Constructor for class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult
Construct with a list of results
AggregatedCMResult.AggregateStatistics - Class in org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix
Aggregated accuracy and error rate.
AggregateStatistics() - Constructor for class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult.AggregateStatistics
 
aggregateVectors(List<? extends ArrayFeatureVector<T>>) - Method in class org.openimaj.image.feature.local.aggregate.BagOfVisualWords
 
aggregateVectors(List<? extends ArrayFeatureVector<T>>) - Method in class org.openimaj.image.feature.local.aggregate.FisherVector
 
aggregateVectors(List<? extends ArrayFeatureVector<DATATYPE>>) - Method in class org.openimaj.image.feature.local.aggregate.SoftBagOfVisualWords
 
aggregateVectors(List<? extends FEATURE>) - Method in interface org.openimaj.image.feature.local.aggregate.VectorAggregator
Aggregate the given features into a vector.
aggregateVectors(List<? extends ArrayFeatureVector<T>>) - Method in class org.openimaj.image.feature.local.aggregate.VLAD
 
aggregateVectorsRaw(List<T>) - Method in class org.openimaj.image.feature.local.aggregate.BagOfVisualWords
Aggregate the given features into a vector.
aggregateVectorsRaw(List<DATATYPE>) - Method in class org.openimaj.image.feature.local.aggregate.SoftBagOfVisualWords
Aggregate the given features into a vector.
Aggregation<PAYLOAD,META> - Class in org.openimaj.util.stream.window
 
Aggregation(PAYLOAD, META) - Constructor for class org.openimaj.util.stream.window.Aggregation
 
AKMeans - Class in org.openimaj.hadoop.tools.fastkmeans
Approximate KMeans mapreduce implementation
AKMeans() - Constructor for class org.openimaj.hadoop.tools.fastkmeans.AKMeans
 
AKMeans.Combine - Class in org.openimaj.hadoop.tools.fastkmeans
for efficiency, combine centroids early, emitting sums and k for centroids combined
AKMeans.Map - Class in org.openimaj.hadoop.tools.fastkmeans
the map for approximate kmeans.
AKMeans.Reduce - Class in org.openimaj.hadoop.tools.fastkmeans
The AKmeans reducer.
AlgebraicResidual2d<M extends Model<Point2d,Point2d> & MatrixTransformProvider> - Class in org.openimaj.math.geometry.transforms.residuals
Compute the algebraic residuals of points mapped by a 2d homogeneous transform (i.e.
AlgebraicResidual2d() - Constructor for class org.openimaj.math.geometry.transforms.residuals.AlgebraicResidual2d
 
algorithm - Variable in class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
 
algorithmEnded(IterativeAlgorithm) - Method in class org.openimaj.ml.neuralnet.HandWritingNeuralNetSANDIA
 
algorithmStarted(IterativeAlgorithm) - Method in class org.openimaj.ml.neuralnet.HandWritingNeuralNetSANDIA
 
aliasList - Variable in class org.openimaj.text.nlp.namedentity.YagoNamedEntity
 
align(KEDetectedFace) - Method in class org.openimaj.image.processing.face.alignment.AffineAligner
 
align(CLMDetectedFace) - Method in class org.openimaj.image.processing.face.alignment.CLMAligner
 
align(T) - Method in interface org.openimaj.image.processing.face.alignment.FaceAligner
For the provided face detection, return an aligned version of the face.
align(T) - Method in class org.openimaj.image.processing.face.alignment.IdentityAligner
 
align(KEDetectedFace) - Method in class org.openimaj.image.processing.face.alignment.MeshWarpAligner
 
align(KEDetectedFace) - Method in class org.openimaj.image.processing.face.alignment.RotateScaleAligner
 
align(DetectedFace) - Method in class org.openimaj.image.processing.face.alignment.ScalingAligner
 
align(List<PointList>) - Method in class org.openimaj.math.geometry.shape.algorithm.GeneralisedProcrustesAnalysis
Align the input shapes to the "mean" shape.
align(PointList) - Method in class org.openimaj.math.geometry.shape.algorithm.ProcrustesAnalysis
Align the given shape to the reference.
Aligners - Class in org.openimaj.tools.faces.recognition.options
Face aligners configuration for the tools.
Aligners() - Constructor for class org.openimaj.tools.faces.recognition.options.Aligners
 
Aligners.AlignerDetectorProvider<FACE extends DetectedFace> - Interface in org.openimaj.tools.faces.recognition.options
Interface for configuration objects that can provide a compatible aligner and detector pair.
Aligners.AnyAligner - Enum in org.openimaj.tools.faces.recognition.options
All types of aligner
alignPoints(List<PointList>, float, int) - Static method in class org.openimaj.math.geometry.shape.algorithm.GeneralisedProcrustesAnalysis
Align the input shapes to the "mean" shape using Generalised Procrustes Analysis.
alignPointsAndAverage(List<PointList>, PointList, double, Point2d) - Static method in class org.openimaj.math.geometry.shape.algorithm.GeneralisedProcrustesAnalysis
 
All() - Constructor for class org.openimaj.image.feature.local.interest.IPDSelectionMode.All
 
ALL - Static variable in enum org.openimaj.image.objectdetection.haar.training.HaarFeatureType
Set of all the features
all(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
 
All() - Constructor for class org.openimaj.tools.imagecollection.collection.ImageCollectionEntrySelection.All
 
All(ImageCollectionConfig) - Constructor for class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection.All
 
AllEigenvalues - Class in ch.akuhn.matrix.eigenvalues
Finds all eigenvalues of a matrix.
AllEigenvalues(Matrix) - Constructor for class ch.akuhn.matrix.eigenvalues.AllEigenvalues
Construct with the given matrix
allHaveAnnotation(List<? extends TextPipeAnnotation>, Class<? extends TextPipeAnnotation>) - Static method in class org.openimaj.text.nlp.textpipe.annotations.AnnotationUtils
Check if a TextPipeAnnotation has been added to all members in a list of TextPipeAnnotation.
allInterestPoints - Variable in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
The list of all detected interest points
ALLOW_CONSOLE_LOGIN - Static variable in class org.openimaj.picslurper.PicSlurper
System property name for whether twitter console login should be allowed
ALLOW_CONSOLE_LOGIN - Static variable in class org.openimaj.picslurper.StormPicSlurper
System property name for whether twitter console login should be allowed
allowMultiple - Variable in class org.openimaj.feature.local.matcher.quantised.BasicQuantisedKeypointMatcher
 
allowNext() - Method in class org.openimaj.hadoop.sequencefile.ExtractionState
 
allRectangles() - Method in class org.openimaj.image.pixel.sampling.QuadtreeSampler
Get all the sampling regions
allRectangles() - Method in class org.openimaj.image.pixel.sampling.RectangleSampler
Get a list of all the rectangles that can be produced by this sampler
allseries() - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
 
allseries() - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
allSuperclasses - Variable in class org.openimaj.rdf.owl2java.ClassDef
List of the all the ancestral superclasses to each of the direct superclasses
allURLs(Document, String, String) - Static method in class org.openimaj.tools.imagecollection.collection.webpage.WebpageUtils
 
alpha - Variable in class org.openimaj.image.feature.global.ModifiedLuoSimplicity
 
alpha - Variable in class org.openimaj.image.feature.global.ROIProportion
 
alpha - Variable in class org.openimaj.pgm.vb.lda.mle.LDAModel
the dirichelet perameter for every dimension of the topic multinomial prior
alphabet - Static variable in class org.openimaj.web.flickr.FlickrBaseEncoder
 
AlphabeticNamingStrategy() - Constructor for class org.openimaj.storm.util.graph.StormGraphCreator.NamingStrategy.AlphabeticNamingStrategy
 
alphabetString - Static variable in class org.openimaj.web.flickr.FlickrBaseEncoder
 
alphaCompositePixel(float[], float[]) - Static method in class org.openimaj.image.ImageUtilities
Alpha composites the pixel p1 with the pixel p2, returning the value in pixel p1
alphaCompositePixel(float[], float, float, float, float, float, float, float, float) - Static method in class org.openimaj.image.ImageUtilities
 
alphaCompositePixel(Float[], Float[]) - Static method in class org.openimaj.image.ImageUtilities
Alpha composites the pixel p1 with the pixel p2, returning the value in pixel p1
ALTDoGSIFTEngine - Class in org.openimaj.image.feature.local.engine
SIFT engine that isn't rotation invariant (using NullOrientationExtractor) and uses the IrregularBinningSIFTFeatureProvider.
ALTDoGSIFTEngine() - Constructor for class org.openimaj.image.feature.local.engine.ALTDoGSIFTEngine
 
AMToolsSampleDataset - Class in org.openimaj.image.model.asm.datasets
Tim Cootes's sample appearance modelling data
AMToolsSampleDataset() - Constructor for class org.openimaj.image.model.asm.datasets.AMToolsSampleDataset
 
analyse(Map<OBJECT, ClassificationResult<CLASS>>, Map<OBJECT, Set<CLASS>>) - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMAnalyser
 
analyse(Map<OBJECT, ClassificationResult<CLASS>>, Map<OBJECT, Set<CLASS>>) - Method in class org.openimaj.experiment.evaluation.classification.analysers.roc.ROCAnalyser
 
analyse(Map<OBJECT, ClassificationResult<CLASS>>, Map<OBJECT, Set<CLASS>>) - Method in interface org.openimaj.experiment.evaluation.classification.ClassificationAnalyser
Analyse the performance of the predicted results against the actual ground-truth results.
analyse(Map<OBJECT, ClassificationResult<CLASS>>) - Method in class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexClusterAnalyser
 
analyse(int[][], int[][]) - Method in interface org.openimaj.experiment.evaluation.cluster.analyser.ClusterAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionClusterAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEClusterAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.NMIClusterAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.PurityClusterAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineClusterAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEClusterAnalyser
 
analyse(int[][], int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEClusterAnalyser
 
analyse(int[][]) - Method in class org.openimaj.experiment.evaluation.cluster.ClusterEvaluator
 
analyse(Map<Double, int[][]>) - Method in class org.openimaj.experiment.evaluation.cluster.RangedDBSCANClusterEvaluator
 
analyse(T) - Method in interface org.openimaj.experiment.evaluation.Evaluator
Analyse the raw data produced by a call to Evaluator.evaluate() and return the analysed data.
analyse(Map<QUERY, List<DOCUMENT>>, Map<QUERY, Set<DOCUMENT>>) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalAnalyser
 
analyse(Map<QUERY, List<DOCUMENT>>, Map<QUERY, Set<DOCUMENT>>) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.PrecisionAtN
 
analyse(Map<QUERY, List<DOCUMENT>>, Map<QUERY, Set<DOCUMENT>>) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.TRECEvalAnalyser
 
analyse(Map<QUERY, List<DOCUMENT>>, Map<QUERY, Set<DOCUMENT>>) - Method in interface org.openimaj.experiment.evaluation.retrieval.RetrievalAnalyser
Analyse ranked results from a RetrievalEngine against a ground-truth set of relevant results and produce an AnalysisResult which can be read by a human.
analyse(Map<QUERY, List<DOCUMENT>>) - Method in class org.openimaj.experiment.evaluation.retrieval.RetrievalEvaluator
 
analyseFrame(T) - Method in class org.openimaj.video.analyser.VideoAnalyser
Analyse the given frame and make no changes to the frame.
analyseFrame(FImage) - Method in class org.openimaj.video.processing.motion.MotionEstimator
Analyse the given frame and make no changes to the frame.
analyseFrame(FImage) - Method in class org.openimaj.video.processing.pixels.FMeanVarianceField
 
analyseFrame(MBFImage) - Method in class org.openimaj.video.processing.pixels.MBFMeanVarianceField
 
analyseImage(I) - Method in interface org.openimaj.image.analyser.ImageAnalyser
Analyse an image.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.EuclideanDistanceTransform
 
analyseImage(I) - Method in class org.openimaj.image.analysis.algorithm.FloodFill
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
Perform template matching.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Computes the bin-map for this image.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.GradientOrientationHistogramExtractor
 
analyseImage(FImage, FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.GradientOrientationHistogramExtractor
Analyse the given image, but construct the internal data such that the gradient magnitudes are multiplied by the given edge map before being accumulated.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.HistogramAnalyser
Computes the Histogram for this image.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
Computes the bin-map for this image.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.HorizontalProjection
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.HoughCircles
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Analyse an image.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.ImageInterpolation
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.SummedAreaTable
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.SummedSqAreaTable
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.SummedSqTiltAreaTable
 
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
Perform template matching.
analyseImage(FImage) - Method in class org.openimaj.image.analysis.algorithm.VerticalProjection
 
analyseImage(IMAGE) - Method in class org.openimaj.image.analysis.pyramid.Pyramid
 
analyseImage(IMAGE) - Method in class org.openimaj.image.analysis.pyramid.SimplePyramid
 
analyseImage(FImage) - Method in class org.openimaj.image.camera.calibration.ChessboardCornerFinder
 
analyseImage(FImage) - Method in class org.openimaj.image.camera.calibration.FastChessboardDetector
 
analyseImage(FImage) - Method in class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
 
analyseImage(FImage) - Method in class org.openimaj.image.connectedcomponent.GreyscaleConnectedComponentLabeler
 
analyseImage(FImage) - Method in class org.openimaj.image.contour.SuzukiContourProcessor
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.dense.binarypattern.BasicLocalBinaryPattern
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.dense.binarypattern.ExtendedLocalBinaryPattern
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.dense.binarypattern.LocalTernaryPattern
 
analyseImage(IMAGE, Rectangle) - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Compute the dense sift descriptors inside the bounds rectangle of the given image.
analyseImage(IMAGE) - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Compute the dense sift descriptors of the given image.
analyseImage(MBFImage, Rectangle) - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
analyseImage(FImage, Rectangle) - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
analyseImage(IMAGE, Rectangle) - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.dense.gradient.HOG
 
analyseImage(FImage, FImage) - Method in class org.openimaj.image.feature.dense.gradient.HOG
Analyse the given image, but construct the internal data such that the gradient magnitudes are multiplied by the given edge map before being accumulated.
analyseImage(FImage) - Method in class org.openimaj.image.feature.dense.gradient.PHOG
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.AvgBrightness
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.ColourContrast
 
analyseImage(IMAGE) - Method in class org.openimaj.image.feature.global.Gist
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.HorizontalIntensityDistribution
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.HueStats
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.LRIntensityBalance
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.LuoSimplicity
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.ModifiedLuoSimplicity
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.Naturalness
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.RGBRMSContrast
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.RMSContrast
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.ROIProportion
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.RuleOfThirds
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.Saturation
 
analyseImage(MBFImage) - Method in class org.openimaj.image.feature.global.SaturationVariation
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.Sharpness
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.SharpnessVariation
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.SharpPixelProportion
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.WeberContrast
 
analyseImage(FImage) - Method in class org.openimaj.image.feature.global.YehBokehEstimator
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.algorithm.MinMaxAnalyser
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.convolution.CLSobel
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.convolution.filterbank.FilterBank
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.convolution.filterbank.LawsTexture
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.convolution.filterbank.MR8FilterBank
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.convolution.FImageGradients
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.convolution.FSobel
 
analyseImage(FImage) - Method in class org.openimaj.image.processing.edges.EdgeFinder
 
analyseImage(MBFImage) - Method in class org.openimaj.image.saliency.AchantaSaliency
 
analyseImage(FImage) - Method in class org.openimaj.image.saliency.DepthOfFieldEstimator
 
analyseImage(FImage) - Method in class org.openimaj.image.saliency.LuoTangSubjectRegion
 
analyseImage(MBFImage) - Method in class org.openimaj.image.saliency.YehSaliency
 
analyseImage(FImage) - Method in class org.openimaj.image.text.extraction.swt.SWTTextDetector
 
analyseImage(FImage, FImage) - Method in class org.openimaj.image.text.extraction.swt.SWTTextDetector
 
analysePixel(Q) - Method in interface org.openimaj.image.analyser.PixelAnalyser
Analyse the given pixel.
analysePixel(Float[]) - Method in class org.openimaj.image.feature.global.Colorfulness
 
analyser - Variable in class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
 
analyser - Variable in class org.openimaj.experiment.evaluation.retrieval.RetrievalEvaluator
 
analyseWith(PixelAnalyser<Float>) - Method in class org.openimaj.image.FImage
Analyse this image with a PixelAnalyser.
analyseWith(ImageAnalyser<I>) - Method in class org.openimaj.image.Image
Analyse this image with an ImageAnalyser.
analyseWith(PixelAnalyser<Q>) - Method in class org.openimaj.image.Image
Analyse this image with a PixelAnalyser.
analyseWithMasked(FImage, PixelAnalyser<Q>) - Method in class org.openimaj.image.Image
Analyse this image with the given PixelAnalyser, only analysing those pixels where the mask is non-zero.
analysis - Variable in class org.openimaj.twitter.GeneralJSON
analysos held in the object
AnalysisOutputMode - Class in org.openimaj.tools.twitter.modes.output
An ouput mode which alters the tweets being outputted
AnalysisOutputMode() - Constructor for class org.openimaj.tools.twitter.modes.output.AnalysisOutputMode
Non selective, output everything
AnalysisResult - Interface in org.openimaj.experiment.evaluation
The result of the analysis of raw data.
analysisResults(DecisionAnalysis) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionClusterAnalyser
Given a DecisionAnalysis, construct an analysis
analysisResults(DecisionAnalysis) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FScoreClusterAnalyser
 
analysisResults(DecisionAnalysis) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomIndexClusterAnalyser
 
analysisToJSON() - Method in class org.openimaj.twitter.GeneralJSON
Get all the Analysis in JSON format.
Anchor - Class in org.openimaj.web.readability
Class to represent a simple HTML anchor tag.
Anchor(String, String) - Constructor for class org.openimaj.web.readability.Anchor
Default constructor with text and a href.
anchorContextQuery(String) - Static method in class org.openimaj.text.nlp.namedentity.YagoQueryUtils
 
and(Matrix...) - Static method in class org.openimaj.math.matrix.MatrixUtils
 
And<T> - Class in org.openimaj.util.function.predicates
"And" together 2 or more predicates
And() - Constructor for class org.openimaj.util.function.predicates.And
Construct an empty "and"
And(Predicate<T>, Predicate<T>) - Constructor for class org.openimaj.util.function.predicates.And
Construct with the given predicates
And(Predicate<T>, Predicate<T>, Predicate<T>) - Constructor for class org.openimaj.util.function.predicates.And
Construct with the given predicates
And(List<Predicate<T>>) - Constructor for class org.openimaj.util.function.predicates.And
Construct with the given predicates
angle - Variable in class org.openimaj.image.processing.edges.EdgeFinder
The direction of each edge as worked out by the angle between the triangle formed by the dx and dy of a pixel
ANGLE - Static variable in class org.openimaj.image.typography.FontStyle
Attribute for rotating the text.
angle - Variable in class org.openimaj.image.typography.FontStyle
Angle in radians for drawing the associated text
animateCountryColour(String, ValueAnimator<Float[]>) - Method in class org.openimaj.vis.world.WorldMap
Animate the colour of a country
AnimatedVideo<I extends Image<?,I>> - Class in org.openimaj.video
A basic abstract implementation of a video that displays an image and provides double-buffering
AnimatedVideo(I) - Constructor for class org.openimaj.video.AnimatedVideo
Default video constructor with a rate of 30 fps using the given image as a basis.
AnimatedVideo(I, double) - Constructor for class org.openimaj.video.AnimatedVideo
Default video constructor with the given rate using the given image as a basis.
AnimatedVisualisationListener - Interface in org.openimaj.vis
An interface for objects that want to listen for animation events from an AnimatedVisualisationProvider.
AnimatedVisualisationProvider - Interface in org.openimaj.vis
An interface for visualisation objects that are able to provide animated visualisations.
AnimatorThread(boolean) - Constructor for class org.openimaj.video.VideoPlayer.VideoPlayerComponent.AnimatorThread
Create a new animator thread.
AnisotropicDiffusion - Class in org.openimaj.image.processing.algorithm
Implementation of Perona & Malik's image filtering by anisotropic diffusion.
AnisotropicDiffusion(int, float, AnisotropicDiffusion.ConductionCoefficientFunction, ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.processing.algorithm.AnisotropicDiffusion
Construct using the given parameters.
AnisotropicDiffusion(int, float, AnisotropicDiffusion.ConductionCoefficientFunction) - Constructor for class org.openimaj.image.processing.algorithm.AnisotropicDiffusion
Construct using the given parameters.
AnisotropicDiffusion.ConductionCoefficientFunction - Interface in org.openimaj.image.processing.algorithm
Interface describing a function that computes the conduction coefficient as a function of space and gradient magnitude.
AnisotropicDiffusion.HighConstrastEdgeFunction - Class in org.openimaj.image.processing.algorithm
The first conduction function proposed by Perona & Malik, that privileges high contrast edges over low constrast ones.
AnisotropicDiffusion.WideRegionFunction - Class in org.openimaj.image.processing.algorithm
The second conduction function proposed by Perona & Malik, that privileges wider regions over smaller ones.
annotate(DoubleFV) - Method in class org.openimaj.audio.AudioAnnotator
Generate annotations for the given object.
annotate(FACE, Collection<PERSON>) - Method in class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
 
annotate(FACE) - Method in class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
 
annotate(FACE, Collection<PERSON>) - Method in class org.openimaj.image.processing.face.recognition.FaceRecogniser
Attempt to recognize the given face, restricting the potential people to coming from the given set.
annotate(FACE) - Method in class org.openimaj.image.processing.face.recognition.FaceRecogniser
Attempt to recognize the given face.
annotate(OBJECT) - Method in interface org.openimaj.ml.annotation.Annotator
Generate annotations for the given object.
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.basic.UniformRandomAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.FeatureCachingIncrementalBatchAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.InstanceCachingIncrementalBatchAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.linear.LiblinearAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.linear.LinearSVMAnnotator
 
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.model.ModelAnnotator
 
annotate(OBJECT, Collection<ANNOTATION>) - Method in interface org.openimaj.ml.annotation.RestrictedAnnotator
Generate annotations for the given object, restricting the potential annotations to coming from the given set.
annotate(OBJECT) - Method in class org.openimaj.ml.annotation.svm.SVMAnnotator
Generate annotations for the given object.
annotate(List<String>) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityCandidateAnnotator
 
annotate(List<String>) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityCompleteAnnotator
 
annotate(List<String>) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityContextAnnotator
 
annotate(String) - Method in class org.openimaj.text.nlp.sentiment.model.wordlist.MPQAToken
 
annotate(List<String>) - Method in class org.openimaj.text.nlp.sentiment.model.wordlist.MPQATokenList
 
annotate(INPUT_ANNOTATION) - Method in class org.openimaj.text.nlp.textpipe.annotators.AbstractTextPipeAnnotator
Annotates the given TextPipeAnnotation.
annotate(RawTextAnnotation) - Method in class org.openimaj.text.nlp.textpipe.annotators.OpenNLPPOSAnnotator
 
annotate(String) - Method in class org.openimaj.text.nlp.textpipe.pipes.YagoEntityPipe
 
annotateBest(FACE, Collection<PERSON>) - Method in class org.openimaj.image.processing.face.recognition.FaceRecogniser
Attempt to recognize the given face, restricting the potential people to coming from the given set.
annotateBest(FACE) - Method in class org.openimaj.image.processing.face.recognition.FaceRecogniser
Attempt to recognize the given face.
Annotated<OBJECT,ANNOTATION> - Interface in org.openimaj.ml.annotation
An object with annotations.
AnnotatedListHelper<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation.utils
Helper class for dealing with lists of annotated objects, and specifically getting objects by class and determining the set of annotations.
AnnotatedListHelper(List<? extends Annotated<OBJECT, ANNOTATION>>) - Constructor for class org.openimaj.ml.annotation.utils.AnnotatedListHelper
Construct the AnnotatedListHelper with the given list.
AnnotatedObject<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation
Basic implementation of Annotated.
AnnotatedObject(OBJECT, Collection<ANNOTATION>) - Constructor for class org.openimaj.ml.annotation.AnnotatedObject
Construct with the given object and its annotations.
AnnotatedObject(OBJECT, ANNOTATION) - Constructor for class org.openimaj.ml.annotation.AnnotatedObject
Construct with the given object and its annotation.
annotation - Variable in class org.openimaj.demos.Demos.DemoObject
 
annotation - Variable in class org.openimaj.ml.annotation.ScoredAnnotation
The annotation
AnnotationEvaluator<OBJECT extends Identifiable,ANNOTATION> - Class in org.openimaj.ml.annotation.evaluation
A class to help evaluate the performance of an Annotator using standardised classification and/or retrieval evaluation methodologies.
AnnotationEvaluator(Annotator<OBJECT, ANNOTATION>, Dataset<? extends Annotated<OBJECT, ANNOTATION>>) - Constructor for class org.openimaj.ml.annotation.evaluation.AnnotationEvaluator
Construct a new AnnotationEvaluator with the given annotator and test data (with ground-truth annotations).
annotationProbability - Variable in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
 
annotations - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013.Record
A set of responses for this image
annotations - Variable in class org.openimaj.ml.annotation.AnnotatedObject
The annotations
annotations - Variable in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
 
annotations - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
annotations - Variable in class org.openimaj.ml.annotation.basic.UniformRandomAnnotator
 
annotationsSet - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
AnnotationUtils - Class in org.openimaj.text.nlp.textpipe.annotations
Currently a collection of static functions required by various parts of the TextPipe.
AnnotationUtils() - Constructor for class org.openimaj.text.nlp.textpipe.annotations.AnnotationUtils
 
annotator - Variable in class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
 
Annotator<OBJECT,ANNOTATION> - Interface in org.openimaj.ml.annotation
Base class for objects capable of annotating things.
AnnotatorFaceRecogniser<FACE extends DetectedFace,PERSON> - Class in org.openimaj.image.processing.face.recognition
A FaceRecogniser built on top of an IncrementalAnnotator.
AnnotatorFaceRecogniser() - Constructor for class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
 
AnnotatorFaceRecogniser(IncrementalAnnotator<FACE, PERSON>) - Constructor for class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
Construct with the given underlying annotator.
anon - Variable in class org.openimaj.stream.provider.WikipediaEditsDataset.WikipediaEdit
Was the edit anonymous?
ANTI_ALIASED - Static variable in class org.openimaj.image.renderer.RenderHints
Anti-aliased drawing
any(Vector) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
 
anyNaNorInf(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
Are any values NaN or Inf?
apikey - Variable in class org.openimaj.util.api.auth.common.FlickrAPIToken
The API key
apiKey - Variable in class org.openimaj.util.api.auth.common.OpenCalaisAPIToken
The OpenCalais API key
apikey - Variable in class org.openimaj.util.auth.web.TumblrAPIToken
The api key
App - Class in org.openimaj.docs.tutorial.adv.advanced.parallel
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.adv.advanced.parallel.App
 
App - Class in org.openimaj.docs.tutorial.adv.faces.eigen
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.adv.faces.eigen.App
 
App - Class in org.openimaj.docs.tutorial.adv.faces.pipeeigen
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.adv.faces.pipeeigen.App
 
App - Class in org.openimaj.docs.tutorial.fund.gettingstarted.maven
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.gettingstarted.maven.App
 
App - Class in org.openimaj.docs.tutorial.fund.images.clustseg
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.images.clustseg.App
 
App - Class in org.openimaj.docs.tutorial.fund.images.datasets
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.images.datasets.App
 
App - Class in org.openimaj.docs.tutorial.fund.images.firstimage
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.images.firstimage.App
 
App - Class in org.openimaj.docs.tutorial.fund.images.imagehist
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.images.imagehist.App
 
App - Class in org.openimaj.docs.tutorial.fund.images.siftmatch
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.images.siftmatch.App
 
App - Class in org.openimaj.docs.tutorial.fund.ml.class101
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.ml.class101.App
 
App - Class in org.openimaj.docs.tutorial.fund.stream.twitterimages
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.stream.twitterimages.App
 
App - Class in org.openimaj.docs.tutorial.fund.video.faces
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.video.faces.App
 
App - Class in org.openimaj.docs.tutorial.fund.video.procvid
OpenIMAJ Hello world!
App() - Constructor for class org.openimaj.docs.tutorial.fund.video.procvid.App
 
append(SampleChunk) - Method in class org.openimaj.audio.SampleChunk
Appends the given samples to the end of this sample chunk.
appendColumn(T, Vector) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
 
appendData(K, V) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Append data to a sequence file.
appendFile(K, FileSystem, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Append data read from a file to the sequence file.
appendFiles(FileSystem, Path, boolean, PathFilter, SequenceFileUtility.KeyProvider<K>) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Append files to a sequenceFile.
appendRow(T, Vector) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
 
application - Variable in class org.openimaj.twitter.USMFStatus
Application used to create this posting
apply(FImage) - Method in class org.openimaj.experiment.gmm.retrieval.DoGSiftFeatureExtractor
 
apply(FImage) - Method in class org.openimaj.experiment.gmm.retrieval.DSiftFeatureExtractor
 
apply(LocalFeatureList<? extends LocalFeature<?, ? extends FeatureVector>>) - Method in class org.openimaj.experiment.gmm.retrieval.GMMFromFeatures
 
apply(Pointer<libfreenectLibrary.freenect_device>, Pointer<?>, int) - Method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_depth_cb
 
apply(Pointer<libfreenectLibrary.freenect_context>, ValuedEnum<libfreenectLibrary.freenect_loglevel>, Pointer<Byte>) - Method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_log_cb
 
apply(Pointer<libfreenectLibrary.freenect_device>, Pointer<?>, int) - Method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_video_cb
 
apply(Pointer<libfreenectLibrary.freenect_device>, Pointer<?>, int) - Method in class org.openimaj.hardware.kinect.KinectVideoStreamCallback
 
apply(float, float[]) - Method in enum org.openimaj.image.colour.ColourMap
Apply a colourmap to a single pixel
apply(float) - Method in enum org.openimaj.image.colour.ColourMap
Apply a colourmap to a single pixel
apply(FImage) - Method in enum org.openimaj.image.colour.ColourMap
Apply a colourmap to an image
apply(Contour) - Method in class org.openimaj.image.feature.astheticode.AestheticodeDetector
 
apply(List<IN>) - Method in interface org.openimaj.image.objectdetection.filtering.DetectionFilter
Perform the filtering operation on the input and return the output.
apply(List<T>) - Method in class org.openimaj.image.objectdetection.filtering.IdentityFilter
 
apply(List<T>) - Method in class org.openimaj.image.objectdetection.filtering.MaxSizeFilter
 
apply(List<Rectangle>) - Method in class org.openimaj.image.objectdetection.filtering.OpenCVGrouping
 
apply(float, int, int) - Method in interface org.openimaj.image.processing.algorithm.AnisotropicDiffusion.ConductionCoefficientFunction
Compute the conduction coefficient given gradient and position.
apply(float, int, int) - Method in class org.openimaj.image.processing.algorithm.AnisotropicDiffusion.HighConstrastEdgeFunction
 
apply(float, int, int) - Method in class org.openimaj.image.processing.algorithm.AnisotropicDiffusion.WideRegionFunction
 
apply(Polyline) - Method in class org.openimaj.math.geometry.path.resample.LinearResampler
 
apply(double[], double[]) - Method in class org.openimaj.math.geometry.shape.PointDistributionModel.BoxConstraint
 
apply(double[], double[]) - Method in interface org.openimaj.math.geometry.shape.PointDistributionModel.Constraint
Apply constraints to a scaling vector so that it will generated a plausible model and return the new constrained vector.
apply(double[], double[]) - Method in class org.openimaj.math.geometry.shape.PointDistributionModel.EllipsoidConstraint
 
apply(double[], double[]) - Method in class org.openimaj.math.geometry.shape.PointDistributionModel.NullConstraint
 
apply(double[]) - Method in class org.openimaj.math.matrix.GramSchmidtProcess
 
apply(List<T>) - Method in class org.openimaj.ml.clustering.spectral.DoubleFVSimilarityFunction
 
apply(IndependentPair<double[], double[][]>) - Method in class org.openimaj.ml.clustering.spectral.SpectralClusteringConf.DefaultClustererFunction
 
apply(IndependentPair<double[], double[]>) - Method in class org.openimaj.ml.linear.kernel.LinearVectorKernel
 
apply(URL) - Method in class org.openimaj.stream.functions.ImageFromURL
 
apply(URL) - Method in class org.openimaj.stream.functions.SiteSpecificURLExtractor
 
apply(Status) - Method in class org.openimaj.stream.functions.twitter.TwitterURLExtractor
 
apply(Context) - Method in class org.openimaj.util.function.context.ContextFunctionAdaptor
 
apply(T) - Method in class org.openimaj.util.function.context.ContextGenerator
 
apply(Context) - Method in class org.openimaj.util.function.context.ContextListFilter
 
apply(Context) - Method in class org.openimaj.util.function.context.ContextListFunction
 
apply(List<Context>) - Method in class org.openimaj.util.function.context.ContextListTransform
 
apply(List<Context>) - Method in class org.openimaj.util.function.context.ContextListTransformFunction
 
apply(Context) - Method in class org.openimaj.util.function.context.ContextTransform
 
apply(IN) - Method in interface org.openimaj.util.function.Function
Apply the function to the input argument and return the result.
apply(List<IN>) - Method in class org.openimaj.util.function.ListFilter
 
apply(List<IN>) - Method in class org.openimaj.util.function.ListFunction
 
apply(IN) - Method in interface org.openimaj.util.function.MultiFunction
Apply the function to the input argument and return the result(s).
apply(IndependentPair<AIN, BIN>) - Method in class org.openimaj.util.stream.combine.CombinedStreamFunction
 
apply(MetaPayload<IndependentPair<AIN, BIN>, IndependentPair<AM, BM>>) - Method in class org.openimaj.util.stream.window.CombinedMetaPayloadFunction
 
apply(Stream<IN>) - Method in class org.openimaj.util.stream.window.ContextRealTimeWindowFunction
 
apply(Stream<IN>) - Method in class org.openimaj.util.stream.window.RealTimeWindowFunction
 
apply(Stream<T>) - Method in class org.openimaj.util.stream.window.SequentialStreamAggregator
 
apply(List<Map<String, Double>>) - Method in class org.openimaj.util.stream.window.WindowAverage
 
apply(Window<IN, META>) - Method in class org.openimaj.util.stream.window.WindowFilter
 
apply(Window<IN, META>) - Method in class org.openimaj.util.stream.window.WindowFunction
 
applyADSREnvelope(SampleBuffer) - Method in class org.openimaj.audio.generation.Synthesizer
Applies the ADSR gain envelope to the samples generated by the generator.
applyCentering() - Method in class ch.akuhn.matrix.Vector
mean-center the vector
applyDistortion(Point2d) - Method in class org.openimaj.image.camera.CameraIntrinsics
Apply the radial and tangential distortion of this camera to the given projected point (presumably computed by projecting a world point through the homography defined by the extrinsic parameters of a camera).
applyMultiplication(double) - Method in class ch.akuhn.matrix.DenseMatrix
Inline multiplication by a constant
applyMultiplication(double) - Method in class org.openimaj.math.matrix.JamaDenseMatrix
Multiply all elements by a constant.
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.ArbitaryRotateSimulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.ArbitaryStretchSimulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.ComboSimulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.CompressSimulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.CropSimulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.GreyscaleSimulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.Rotate90Simulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.Simulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.UniformScaleSimulation
 
applySimulation(MBFImage) - Method in class org.openimaj.image.neardups.sim.WatermarkSimulation
 
ApproximateBBFMedianSplit() - Constructor for class org.openimaj.util.tree.ByteKDTree.ApproximateBBFMedianSplit
Construct with the default maximum number of items per bucket
ApproximateBBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.ByteKDTree.ApproximateBBFMedianSplit
Construct with the given maximum number of items per bucket
ApproximateBBFMedianSplit() - Constructor for class org.openimaj.util.tree.DoubleKDTree.ApproximateBBFMedianSplit
Construct with the default maximum number of items per bucket
ApproximateBBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.DoubleKDTree.ApproximateBBFMedianSplit
Construct with the given maximum number of items per bucket
ApproximateBBFMedianSplit() - Constructor for class org.openimaj.util.tree.FloatKDTree.ApproximateBBFMedianSplit
Construct with the default maximum number of items per bucket
ApproximateBBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.FloatKDTree.ApproximateBBFMedianSplit
Construct with the given maximum number of items per bucket
ApproximateBBFMedianSplit() - Constructor for class org.openimaj.util.tree.IntKDTree.ApproximateBBFMedianSplit
Construct with the default maximum number of items per bucket
ApproximateBBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.IntKDTree.ApproximateBBFMedianSplit
Construct with the given maximum number of items per bucket
ApproximateBBFMedianSplit() - Constructor for class org.openimaj.util.tree.LongKDTree.ApproximateBBFMedianSplit
Construct with the default maximum number of items per bucket
ApproximateBBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.LongKDTree.ApproximateBBFMedianSplit
Construct with the given maximum number of items per bucket
ApproximateBBFMedianSplit() - Constructor for class org.openimaj.util.tree.ShortKDTree.ApproximateBBFMedianSplit
Construct with the default maximum number of items per bucket
ApproximateBBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.ShortKDTree.ApproximateBBFMedianSplit
Construct with the given maximum number of items per bucket
ApproximateDenseSIFT - Class in org.openimaj.image.feature.dense.gradient.dsift
Implementation of an approximate dense SIFT feature extractor.
ApproximateDenseSIFT() - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ApproximateDenseSIFT
Construct with the default configuration: standard SIFT geometry (4x4x8), 5px x 5px spatial bins, 5px step size, gaussian window size of 2 and value threshold of 0.2.
ApproximateDenseSIFT(int, int) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ApproximateDenseSIFT
Construct with the given step size (for both x and y) and binSize.
ApproximateDenseSIFT(int, int, int, int, int, int, int) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ApproximateDenseSIFT
Construct with the given configuration.
ApproximateDenseSIFT(int, int, int, int, int, int, int, float) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ApproximateDenseSIFT
Construct with the given configuration.
ApproximateDenseSIFT(int, int, int, int, int, int, int, float, float) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ApproximateDenseSIFT
Construct with the given configuration.
approximateRotationMatrix(Matrix) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Given an approximate rotation matrix Q (that doesn't necessarily conform properly to a rotation matrix), return the best estimate of a rotation matrix R such that the Frobenius norm is minimised: min||r-Q||^2_F.
ArbitaryRotateSimulation - Class in org.openimaj.image.neardups.sim
 
ArbitaryRotateSimulation(int) - Constructor for class org.openimaj.image.neardups.sim.ArbitaryRotateSimulation
 
ArbitaryStretchSimulation - Class in org.openimaj.image.neardups.sim
 
ArbitaryStretchSimulation(int) - Constructor for class org.openimaj.image.neardups.sim.ArbitaryStretchSimulation
 
area - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The area of the component
areAllCollinear(List<Point2d>) - Static method in class org.openimaj.math.geometry.shape.util.GrahamScan
Returns true iff all Point2ds in Point2ds are collinear.
AreaOfIntersection(Ellipse, Ellipse) - Static method in class org.openimaj.math.geometry.shape.EllipseAreaOfIntersection
Compute area of intersection.
ARGBPlane - Enum in org.openimaj.image
Enumerator for enumerating the planes of an RGB image.
args(String[]) - Method in class org.openimaj.hadoop.mapreduce.SingleStagedJob
 
args(String[]) - Method in class org.openimaj.hadoop.mapreduce.StageRunner
 
args - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
args(String[]) - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingTool
 
ARGS_KEY - Static variable in class org.openimaj.hadoop.tools.downloader.HadoopDownloader
 
ARGS_KEY - Static variable in class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingTool
where arguments are held
ARGS_KEY - Static variable in class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
The key in which command line arguments are held for each mapper to read the options instance
ARGS_KEY - Static variable in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountWordsAcrossTimeperiod
arg key
ARGS_KEY - Static variable in class org.openimaj.hadoop.tools.twitter.token.outputmode.sparsecsv.Values
The index location config option
ArgsUtil - Class in org.kohsuke.args4j.util
 
array - Variable in class org.openimaj.hadoop.tools.fastkmeans.IndexedByteArray
 
ArrayBackedDataSource<T> - Class in org.openimaj.data
A DataSource backed by an array.
ArrayBackedDataSource(T[]) - Constructor for class org.openimaj.data.ArrayBackedDataSource
Construct with data
ArrayBackedDataSource(T[], Random) - Constructor for class org.openimaj.data.ArrayBackedDataSource
Construct with data and a random generator for random sampling
ArrayBackedVideo<T extends Image<?,T>> - Class in org.openimaj.video
A video from an array of frames
ArrayBackedVideo() - Constructor for class org.openimaj.video.ArrayBackedVideo
Default constructor for creating array backed videos with no frames for subclasses.
ArrayBackedVideo(T[]) - Constructor for class org.openimaj.video.ArrayBackedVideo
Construct a video from the provided frames.
ArrayBackedVideo(T[], double) - Constructor for class org.openimaj.video.ArrayBackedVideo
Construct a video from the provided frames.
ArrayBackedVideo(T[], double, boolean) - Constructor for class org.openimaj.video.ArrayBackedVideo
Construct a video from the provided frames.
ArrayBlockingDroppingQueue<E> - Class in org.openimaj.util.concurrent
A bounded variant of a blocking queue backed by an array.
ArrayBlockingDroppingQueue(int) - Constructor for class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
Creates an ArrayBlockingDroppingQueue with the given (fixed) capacity and default access policy.
ArrayBlockingDroppingQueue(int, boolean) - Constructor for class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
Creates an ArrayBlockingDroppingQueue with the given (fixed) capacity and the specified access policy.
ArrayBlockingDroppingQueue(int, boolean, Collection<? extends E>) - Constructor for class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
Creates an ArrayBlockingDroppingQueue with the given (fixed) capacity, the specified access policy and initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ArrayFeatureVector<ARRAYTYPE> - Class in org.openimaj.feature
Abstract base class for all types of FeatureVector that are backed by a native array.
ArrayFeatureVector() - Constructor for class org.openimaj.feature.ArrayFeatureVector
 
ArrayIndexComparator - Class in org.openimaj.ml.linear.experiments.sinabill
 
ArrayIndexComparator(double[]) - Constructor for class org.openimaj.ml.linear.experiments.sinabill.ArrayIndexComparator
 
ArrayIterator<T> - Class in org.openimaj.util.array
A wrapper to make arrays iterable
ArrayIterator(T[]) - Constructor for class org.openimaj.util.array.ArrayIterator
Construct an iterator over the provided array
arrayLength() - Method in class org.openimaj.lsh.sketch.ByteLSHSketcher
Get the length of the output byte array of packed bits.
arrayLength() - Method in class org.openimaj.lsh.sketch.IntLSHSketcher
Get the length of the output int array of packed bits.
arrayLength() - Method in class org.openimaj.lsh.sketch.LongLSHSketcher
Get the length of the output long array of packed bits.
arrayLength() - Method in class org.openimaj.lsh.sketch.ShortLSHSketcher
Get the length of the output short array of packed bits.
ArrayUtils - Class in org.openimaj.util.array
Collection of utilities for primitive arrays.
article_contentType - Variable in class org.openimaj.web.readability.Readability
 
article_date - Variable in class org.openimaj.web.readability.Readability
 
article_date_string - Variable in class org.openimaj.web.readability.Readability
 
articleContent - Variable in class org.openimaj.web.readability.Readability
 
articleTitle - Variable in class org.openimaj.web.readability.Readability
 
asArray() - Method in class ch.akuhn.matrix.Matrix
Get the matrix data as a 2D dense array
asArray() - Method in class org.openimaj.math.matrix.JamaDenseMatrix
 
asArrayList() - Method in class org.openimaj.video.capture.DeviceList
 
ASCENDING_COMPARATOR - Static variable in class org.openimaj.math.graph.SimpleWeightedEdge
Comparator for sorting edges in ascending order
asciiHeader() - Method in class org.openimaj.feature.ByteFV
 
asciiHeader() - Method in class org.openimaj.feature.DoubleFV
 
asciiHeader() - Method in class org.openimaj.feature.EnumFV
 
asciiHeader() - Method in class org.openimaj.feature.FloatFV
 
asciiHeader() - Method in class org.openimaj.feature.IntFV
 
asciiHeader() - Method in class org.openimaj.feature.local.FloatLocalFeatureAdaptor
 
asciiHeader() - Method in class org.openimaj.feature.local.list.FileLocalFeatureList
 
asciiHeader() - Method in class org.openimaj.feature.local.list.MemoryLocalFeatureList
 
asciiHeader() - Method in class org.openimaj.feature.local.list.StreamLocalFeatureList
 
asciiHeader() - Method in class org.openimaj.feature.local.LocalFeatureImpl
 
asciiHeader() - Method in class org.openimaj.feature.local.quantised.QuantisedLocalFeature
 
asciiHeader() - Method in class org.openimaj.feature.local.ScaleSpaceLocation
 
asciiHeader() - Method in class org.openimaj.feature.local.SpatialLocation
 
asciiHeader() - Method in class org.openimaj.feature.LongFV
 
asciiHeader() - Method in class org.openimaj.feature.MultidimensionalByteFV
 
asciiHeader() - Method in class org.openimaj.feature.MultidimensionalDoubleFV
 
asciiHeader() - Method in class org.openimaj.feature.MultidimensionalFloatFV
 
asciiHeader() - Method in class org.openimaj.feature.MultidimensionalIntFV
 
asciiHeader() - Method in class org.openimaj.feature.MultidimensionalLongFV
 
asciiHeader() - Method in class org.openimaj.feature.MultidimensionalShortFV
 
asciiHeader() - Method in class org.openimaj.feature.ShortFV
 
asciiHeader() - Method in class org.openimaj.feature.SparseByteFV
 
asciiHeader() - Method in class org.openimaj.feature.SparseDoubleFV
 
asciiHeader() - Method in class org.openimaj.feature.SparseFloatFV
 
asciiHeader() - Method in class org.openimaj.feature.SparseIntFV
 
asciiHeader() - Method in class org.openimaj.feature.SparseLongFV
 
asciiHeader() - Method in class org.openimaj.feature.SparseShortFV
 
asciiHeader() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairCount
 
asciiHeader() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.WritableEnumCounter
 
asciiHeader() - Method in class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.JacardIndex
 
asciiHeader() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDF
 
asciiHeader() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDFTimeSeries
 
asciiHeader() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDFTimeSeriesCollection
 
asciiHeader() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
asciiHeader() - Method in class org.openimaj.image.feature.local.keypoints.InterestPointKeypoint
 
asciiHeader() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
asciiHeader() - Method in class org.openimaj.image.feature.local.keypoints.KeypointLocation
 
asciiHeader() - Method in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint
 
asciiHeader() - Method in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint.SIFTGeoLocation
 
asciiHeader() - Method in class org.openimaj.image.pixel.ConnectedComponent
 
asciiHeader() - Method in class org.openimaj.image.pixel.Pixel
 
asciiHeader() - Method in class org.openimaj.image.pixel.PixelSet
 
asciiHeader() - Method in class org.openimaj.image.processing.transform.AffineParams
 
asciiHeader() - Method in interface org.openimaj.io.ReadableASCII
Header for ascii input.
asciiHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableByte
 
asciiHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableDouble
 
asciiHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableFloat
 
asciiHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableInt
 
asciiHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableLong
 
asciiHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableShort
 
asciiHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableString
 
asciiHeader() - Method in interface org.openimaj.io.WriteableASCII
Header for ascii output.
asciiHeader() - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
asciiHeader() - Method in class org.openimaj.math.geometry.point.PayloadCoordinate
 
asciiHeader() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
asciiHeader() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
asciiHeader() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
asciiHeader() - Method in class org.openimaj.math.matrix.ReadWriteableMatrix
 
asciiHeader() - Method in class org.openimaj.math.matrix.similarity.SimilarityMatrix
 
asciiHeader() - Method in class org.openimaj.ml.clustering.ByteCentroidsResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.DoubleCentroidsResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.FeatureVectorCentroidsResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.FloatCentroidsResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.IndexClusters
 
asciiHeader() - Method in class org.openimaj.ml.clustering.IntCentroidsResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kdtree.KDTreeClusters
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.LongCentroidsResult
 
asciiHeader() - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
asciiHeader() - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
asciiHeader() - Method in class org.openimaj.ml.clustering.ShortCentroidsResult
 
asciiHeader() - Method in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
 
asciiHeader() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
asciiHeader() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection
 
asciiHeader() - Method in class org.openimaj.picslurper.output.WriteableFailedURL
 
asciiHeader() - Method in class org.openimaj.picslurper.output.WriteableImageOutput
 
asciiHeader() - Method in class org.openimaj.picslurper.StatusConsumption
 
asciiHeader() - Method in class org.openimaj.text.nlp.sentiment.model.wordlist.util.TFF
 
asciiHeader() - Method in class org.openimaj.tools.imagecollection.collection.config.ImageCollectionConfig
 
asciiHeader() - Method in class org.openimaj.tools.imagecollection.collection.ImageCollectionConfig
 
asciiHeader() - Method in class org.openimaj.tools.imagecollection.collection.ImageCollectionState
 
asciiHeader() - Method in class org.openimaj.twitter.collection.ConvertUSMFList
 
asciiHeader() - Method in class org.openimaj.twitter.collection.FileTwitterStatusList
 
asciiHeader() - Method in class org.openimaj.twitter.collection.MemoryTwitterStatusList
 
asciiHeader() - Method in class org.openimaj.twitter.collection.StreamJSONStatusList.ReadableWritableJSON
 
asciiHeader() - Method in class org.openimaj.twitter.collection.StreamTwitterStatusList
 
asciiHeader() - Method in class org.openimaj.twitter.finance.YahooFinanceData
 
asciiHeader() - Method in class org.openimaj.twitter.GeneralJSON
 
asciiHeader() - Method in class org.openimaj.util.array.SparseByteArray
 
asciiHeader() - Method in class org.openimaj.util.array.SparseDoubleArray
 
asciiHeader() - Method in class org.openimaj.util.array.SparseFloatArray
 
asciiHeader() - Method in class org.openimaj.util.array.SparseIntArray
 
asciiHeader() - Method in class org.openimaj.util.array.SparseLongArray
 
asciiHeader() - Method in class org.openimaj.util.array.SparseShortArray
 
asciiHeader() - Method in class org.openimaj.video.tracking.klt.Feature
 
AsciiInterestPoint - Class in org.openimaj.tools.clusterquantiser
Utility functions for reading lowe-style keypoint files and the (similar) files produced by the MSER and oxford tools
AsciiInterestPoint() - Constructor for class org.openimaj.tools.clusterquantiser.AsciiInterestPoint
 
asColumnMajorArray() - Method in class ch.akuhn.matrix.Matrix
Get in col-major format
asDataArray(Q[]) - Method in class org.openimaj.feature.local.list.FileLocalFeatureList
 
asDataArray(Q[]) - Method in interface org.openimaj.feature.local.list.LocalFeatureList
Get the feature-vector data of the list as a two-dimensional array of data.
asDataArray(Q[]) - Method in class org.openimaj.feature.local.list.MemoryLocalFeatureList
 
asDataArray(Q[]) - Method in class org.openimaj.feature.local.list.StreamLocalFeatureList
 
asDenseDoubleDouble() - Method in class ch.akuhn.matrix.SparseMatrix
Convert to a dense 2d double array
asDoubleArray() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns the normalised (0..1) sample buffer data as a double array.
asDoubleArray() - Method in interface org.openimaj.audio.samples.SampleBuffer
Returns the normalised (0..1) sample buffer data as a double array.
asDoubleArray() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Returns the normalised (0..1) sample buffer data as a double array.
asDoubleArray() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Returns the normalised (0..1) sample buffer data as a double array.
asDoubleChannelArray() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns the samples in their channels as normalise (0..1) sample buffer data.
asDoubleChannelArray() - Method in interface org.openimaj.audio.samples.SampleBuffer
Returns the samples in their channels as normalise (0..1) sample buffer data.
asDoubleChannelArray() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Returns the samples in their channels as normalise (0..1) sample buffer data.
asDoubleChannelArray() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Returns the samples in their channels as normalise (0..1) sample buffer data.
asDoubleFV() - Method in class org.openimaj.feature.ByteFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.DoubleFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.EnumFV
 
asDoubleFV() - Method in interface org.openimaj.feature.FeatureVector
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.FloatFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.IntFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.LongFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.MultidimensionalByteFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.MultidimensionalDoubleFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.MultidimensionalFloatFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.MultidimensionalIntFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.MultidimensionalLongFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.MultidimensionalShortFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.ShortFV
Convert the FV to a DoubleFV representation
asDoubleFV() - Method in class org.openimaj.feature.SparseByteFV
 
asDoubleFV() - Method in class org.openimaj.feature.SparseDoubleFV
 
asDoubleFV() - Method in class org.openimaj.feature.SparseFloatFV
 
asDoubleFV() - Method in class org.openimaj.feature.SparseIntFV
 
asDoubleFV() - Method in class org.openimaj.feature.SparseLongFV
 
asDoubleFV() - Method in class org.openimaj.feature.SparseShortFV
 
asDoubleFV() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram
Get the histogram (coherent followed by incoherent) as a double vector.
asDoubleVector() - Method in class org.openimaj.feature.ByteFV
Convert the FV to a 1-dimensional double array representation
asDoubleVector() - Method in class org.openimaj.feature.DoubleFV
Convert the FV to a 1-dimensional double array representation
asDoubleVector() - Method in class org.openimaj.feature.EnumFV
 
asDoubleVector() - Method in interface org.openimaj.feature.FeatureVector
Convert the FV to a 1-dimensional double array representation
asDoubleVector() - Method in class org.openimaj.feature.FloatFV
Convert the FV to a 1-dimensional double array representation
asDoubleVector() - Method in class org.openimaj.feature.IntFV
Convert the FV to a 1-dimensional double array representation
asDoubleVector() - Method in class org.openimaj.feature.LongFV
Convert the FV to a 1-dimensional double array representation
asDoubleVector() - Method in class org.openimaj.feature.ShortFV
Convert the FV to a 1-dimensional double array representation
asDoubleVector() - Method in class org.openimaj.feature.SparseByteFV
 
asDoubleVector() - Method in class org.openimaj.feature.SparseDoubleFV
 
asDoubleVector() - Method in class org.openimaj.feature.SparseFloatFV
 
asDoubleVector() - Method in class org.openimaj.feature.SparseIntFV
 
asDoubleVector() - Method in class org.openimaj.feature.SparseLongFV
 
asDoubleVector() - Method in class org.openimaj.feature.SparseShortFV
 
asFloatArray() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns the normalised (0..1) sample buffer data as a float array.
asFloatArray() - Method in interface org.openimaj.audio.samples.SampleBuffer
Returns the normalised (0..1) sample buffer data as a float array.
asFloatArray() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Returns the normalised (0..1) sample buffer data as a float array.
asFloatArray() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Returns the normalised (0..1) sample buffer data as a float array.
asFloatChannelArray() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns the samples in their channels as normalise (0..1) sample buffer data.
asFloatChannelArray() - Method in interface org.openimaj.audio.samples.SampleBuffer
Returns the samples in their channels as normalise (0..1) sample buffer data.
asFloatChannelArray() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Returns the samples in their channels as normalise (0..1) sample buffer data.
asFloatChannelArray() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Returns the samples in their channels as normalise (0..1) sample buffer data.
asGraph(StormTopology) - Static method in class org.openimaj.storm.util.graph.StormGraphCreator
 
asGraph(StormTopology, StormGraphCreator.NamingStrategy) - Static method in class org.openimaj.storm.util.graph.StormGraphCreator
 
ASIFT<I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> - Class in org.openimaj.image.feature.local.affine
Abstract base implementation of Affine-simulated SIFT (ASIFT).
ASIFT(boolean) - Constructor for class org.openimaj.image.feature.local.affine.ASIFT
A commonly used option, while all others in DoGSIFTEngineOptions are default
ASIFT(DoGSIFTEngineOptions<I>) - Constructor for class org.openimaj.image.feature.local.affine.ASIFT
 
asift - Variable in class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
 
asift - Variable in class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
 
ASIFTEngine - Class in org.openimaj.image.feature.local.engine.asift
An Engine for ASIFT.
ASIFTEngine() - Constructor for class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Construct using 5 tilt levels and no initial double-sizing.
ASIFTEngine(boolean) - Constructor for class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Construct using 5 tilt levels with optional initial double-sizing.
ASIFTEngine(boolean, int) - Constructor for class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Construct using given number of tilt levels with optional initial double-sizing.
ASIFTEngine(DoGSIFTEngineOptions<FImage>) - Constructor for class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Construct using 5 tilt levels and the given parameters for the internal DoGSIFTEngine.
ASIFTEngine(DoGSIFTEngineOptions<FImage>, int) - Constructor for class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Construct using the given numbe of tilt levels and parameters for the internal DoGSIFTEngine.
asJama(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
asList(Dataset<INSTANCE>) - Static method in class org.openimaj.experiment.dataset.util.DatasetAdaptors
Create a List view of the given dataset.
asList() - Method in class org.openimaj.util.set.DisjointSetForest
 
asMap() - Method in class org.openimaj.text.nlp.language.LanguageDetector.WeightedLocale
 
asMap() - Method in class org.openimaj.text.nlp.sentiment.type.BipolarSentiment
 
asMap() - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
asMap() - Method in interface org.openimaj.text.nlp.sentiment.type.Sentiment
 
asMap() - Method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
asMap() - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
asMat(MLArray) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
Convert a matlab MLArray to a Matrix
asMatlab(Matrix) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
 
asMatrix(int, double, double) - Method in class org.openimaj.audio.filters.MelFilterBank
Returns the filters weights as a Matrix, where the rows are the filters and the columns are the frequencies.
asMatrixPair(IndependentPair<Map<String, Map<String, Double>>, Map<String, Double>>, int, int, int) - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
Given a sparse pair of user/words and value construct a pair of matricies using the current mappings of words and users to matrix rows.
asMatrixPair(IndependentPair<Map<String, Map<String, Double>>, Map<String, Double>>) - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
asMatrixPair(Map<String, Map<String, Double>>, Map<String, Double>) - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
asMultidimensionalDoubleFV() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram
Get the histogram as a multidimensional vector, where the coherent and incoherent histograms occupy different dimensions.
asPImage(MBFImage) - Method in class org.openimaj.processing.OpenIMAJ
 
asPoint() - Method in class org.openimaj.vis.ternary.TernaryPlot.TernaryData
 
asPolygon() - Method in class org.openimaj.math.geometry.shape.Circle
 
asPolygon() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
asPolygon() - Method in class org.openimaj.math.geometry.shape.Polygon
Convert the shape to a polygon representation
asPolygon() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
asPolygon() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
asPolygon() - Method in interface org.openimaj.math.geometry.shape.Shape
Convert the shape to a polygon representation
asPolygon() - Method in class org.openimaj.math.geometry.shape.Triangle
 
asPolyline() - Method in class org.openimaj.math.geometry.line.Line2d
 
asPolyline() - Method in interface org.openimaj.math.geometry.path.Path2d
Convert the path to a polyline representation
asPolyline() - Method in class org.openimaj.math.geometry.path.Polyline
 
asReference() - Method in class org.openimaj.citation.annotation.mock.MockReference
 
assertInvariant() - Method in class ch.akuhn.matrix.DenseMatrix
 
assertInvariant() - Method in class ch.akuhn.matrix.SymmetricMatrix
 
assertInvariant() - Method in class org.openimaj.math.matrix.JamaDenseMatrix
 
assign(DATATYPE[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ConstrainedFloatAssigner
 
assign(DATATYPE) - Method in class org.openimaj.ml.clustering.assignment.hard.ConstrainedFloatAssigner
 
assign(byte[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
 
assign(byte[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
 
assign(double[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
 
assign(double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
 
assign(T[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
 
assign(T) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
 
assign(float[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
 
assign(float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
 
assign(int[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
 
assign(int[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
 
assign(long[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
 
assign(long[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
 
assign(short[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
 
assign(short[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
 
assign(byte[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalByteHardAssigner
 
assign(byte[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalByteHardAssigner
 
assign(double[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalDoubleHardAssigner
 
assign(double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalDoubleHardAssigner
 
assign(float[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalFloatHardAssigner
 
assign(float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalFloatHardAssigner
 
assign(int[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalIntHardAssigner
 
assign(int[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalIntHardAssigner
 
assign(long[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalLongHardAssigner
 
assign(long[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalLongHardAssigner
 
assign(short[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalShortHardAssigner
 
assign(short[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalShortHardAssigner
 
assign(byte[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeByteEuclideanAssigner
 
assign(byte[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeByteEuclideanAssigner
 
assign(double[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeDoubleEuclideanAssigner
 
assign(double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeDoubleEuclideanAssigner
 
assign(float[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeFloatEuclideanAssigner
 
assign(float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeFloatEuclideanAssigner
 
assign(int[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeIntEuclideanAssigner
 
assign(int[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeIntEuclideanAssigner
 
assign(long[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeLongEuclideanAssigner
 
assign(long[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeLongEuclideanAssigner
 
assign(short[][]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeShortEuclideanAssigner
 
assign(short[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeShortEuclideanAssigner
 
assign(DATATYPE[]) - Method in interface org.openimaj.ml.clustering.assignment.HardAssigner
Assign data to a cluster.
assign(DATATYPE) - Method in interface org.openimaj.ml.clustering.assignment.HardAssigner
Assign a single point to a cluster.
assign(byte[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
 
assign(byte[]) - Method in class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
 
assign(double[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
 
assign(double[]) - Method in class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
 
assign(float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
 
assign(float[]) - Method in class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
 
assign(byte[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalBytePathAssigner
 
assign(byte[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalBytePathAssigner
 
assign(double[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalDoublePathAssigner
 
assign(double[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalDoublePathAssigner
 
assign(float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalFloatPathAssigner
 
assign(float[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalFloatPathAssigner
 
assign(int[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalIntPathAssigner
 
assign(int[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalIntPathAssigner
 
assign(long[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalLongPathAssigner
 
assign(long[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalLongPathAssigner
 
assign(short[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalShortPathAssigner
 
assign(short[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalShortPathAssigner
 
assign(int[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.IntKNNAssigner
 
assign(int[]) - Method in class org.openimaj.ml.clustering.assignment.soft.IntKNNAssigner
 
assign(long[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.LongKNNAssigner
 
assign(long[]) - Method in class org.openimaj.ml.clustering.assignment.soft.LongKNNAssigner
 
assign(short[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.ShortKNNAssigner
 
assign(short[]) - Method in class org.openimaj.ml.clustering.assignment.soft.ShortKNNAssigner
 
assign(DATATYPE[]) - Method in interface org.openimaj.ml.clustering.assignment.SoftAssigner
Assign data to clusters.
assign(DATATYPE) - Method in interface org.openimaj.ml.clustering.assignment.SoftAssigner
Assign a single point to some clusters.
assign(int[][]) - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
assign(int[]) - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
assign(int[][]) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
assign(int[]) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
Uses the IntRandomForest.assignWord(int[]) function to construct the word representing this data point.
assignBufferedImage(BufferedImage, I) - Static method in class org.openimaj.image.ImageUtilities
Assign the contents of a BufferedImage to an Image.
assignDistance(DATATYPE[], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ConstrainedFloatAssigner
 
assignDistance(DATATYPE) - Method in class org.openimaj.ml.clustering.assignment.hard.ConstrainedFloatAssigner
 
assignDistance(byte[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
 
assignDistance(byte[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
 
assignDistance(double[][], int[], double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
 
assignDistance(double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
 
assignDistance(T[], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
 
assignDistance(T) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
 
assignDistance(float[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
 
assignDistance(float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
 
assignDistance(int[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
 
assignDistance(int[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
 
assignDistance(long[][], int[], double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
 
assignDistance(long[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
 
assignDistance(short[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
 
assignDistance(short[]) - Method in class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
 
assignDistance(byte[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalByteHardAssigner
 
assignDistance(byte[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalByteHardAssigner
 
assignDistance(double[][], int[], double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalDoubleHardAssigner
 
assignDistance(double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalDoubleHardAssigner
 
assignDistance(float[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalFloatHardAssigner
 
assignDistance(float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalFloatHardAssigner
 
assignDistance(int[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalIntHardAssigner
 
assignDistance(int[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalIntHardAssigner
 
assignDistance(long[][], int[], double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalLongHardAssigner
 
assignDistance(long[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalLongHardAssigner
 
assignDistance(short[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalShortHardAssigner
 
assignDistance(short[]) - Method in class org.openimaj.ml.clustering.assignment.hard.HierarchicalShortHardAssigner
 
assignDistance(byte[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeByteEuclideanAssigner
 
assignDistance(byte[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeByteEuclideanAssigner
 
assignDistance(double[][], int[], double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeDoubleEuclideanAssigner
 
assignDistance(double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeDoubleEuclideanAssigner
 
assignDistance(float[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeFloatEuclideanAssigner
 
assignDistance(float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeFloatEuclideanAssigner
 
assignDistance(int[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeIntEuclideanAssigner
 
assignDistance(int[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeIntEuclideanAssigner
 
assignDistance(long[][], int[], double[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeLongEuclideanAssigner
 
assignDistance(long[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeLongEuclideanAssigner
 
assignDistance(short[][], int[], float[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeShortEuclideanAssigner
 
assignDistance(short[]) - Method in class org.openimaj.ml.clustering.assignment.hard.KDTreeShortEuclideanAssigner
 
assignDistance(DATATYPE[], int[], DISTANCES) - Method in interface org.openimaj.ml.clustering.assignment.HardAssigner
Assign data to clusters.
assignDistance(DATATYPE) - Method in interface org.openimaj.ml.clustering.assignment.HardAssigner
Assign a single point to a cluster.
assignDistance(int[][], int[], float[]) - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
assignDistance(int[]) - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
assignDistance(int[][], int[], float[]) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
assignDistance(int[]) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
Assigner<DATATYPE> - Interface in org.openimaj.ml.clustering.assignment
Super interface for all assigners.
assigners - Variable in class org.openimaj.knn.pq.ByteProductQuantiser
 
assigners - Variable in class org.openimaj.knn.pq.DoubleProductQuantiser
 
assigners - Variable in class org.openimaj.knn.pq.FloatProductQuantiser
 
assigners - Variable in class org.openimaj.knn.pq.IntProductQuantiser
 
assigners - Variable in class org.openimaj.knn.pq.LongProductQuantiser
 
assigners - Variable in class org.openimaj.knn.pq.ShortProductQuantiser
 
assigners - Variable in class org.openimaj.ml.clustering.assignment.soft.HierarchicalBytePathAssigner
 
assigners - Variable in class org.openimaj.ml.clustering.assignment.soft.HierarchicalDoublePathAssigner
 
assigners - Variable in class org.openimaj.ml.clustering.assignment.soft.HierarchicalFloatPathAssigner
 
assigners - Variable in class org.openimaj.ml.clustering.assignment.soft.HierarchicalIntPathAssigner
 
assigners - Variable in class org.openimaj.ml.clustering.assignment.soft.HierarchicalLongPathAssigner
 
assigners - Variable in class org.openimaj.ml.clustering.assignment.soft.HierarchicalShortPathAssigner
 
assignLetters(int[][]) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
Push each data point provided to a set of letters, i.e.
assignments - Variable in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
The assignments of the training data to clusters
assignOri(int, int, float, float) - Method in class org.openimaj.image.feature.local.descriptor.gradient.IrregularBinningSIFTFeatureProvider
 
assignWeighted(byte[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
 
assignWeighted(byte[]) - Method in class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
 
assignWeighted(double[][], int[][], double[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
 
assignWeighted(double[]) - Method in class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
 
assignWeighted(float[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
 
assignWeighted(float[]) - Method in class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
 
assignWeighted(byte[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalBytePathAssigner
 
assignWeighted(byte[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalBytePathAssigner
 
assignWeighted(double[][], int[][], double[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalDoublePathAssigner
 
assignWeighted(double[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalDoublePathAssigner
 
assignWeighted(float[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalFloatPathAssigner
 
assignWeighted(float[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalFloatPathAssigner
 
assignWeighted(int[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalIntPathAssigner
 
assignWeighted(int[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalIntPathAssigner
 
assignWeighted(long[][], int[][], double[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalLongPathAssigner
 
assignWeighted(long[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalLongPathAssigner
 
assignWeighted(short[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalShortPathAssigner
 
assignWeighted(short[]) - Method in class org.openimaj.ml.clustering.assignment.soft.HierarchicalShortPathAssigner
 
assignWeighted(int[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.IntKNNAssigner
 
assignWeighted(int[]) - Method in class org.openimaj.ml.clustering.assignment.soft.IntKNNAssigner
 
assignWeighted(long[][], int[][], double[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.LongKNNAssigner
 
assignWeighted(long[]) - Method in class org.openimaj.ml.clustering.assignment.soft.LongKNNAssigner
 
assignWeighted(short[][], int[][], float[][]) - Method in class org.openimaj.ml.clustering.assignment.soft.ShortKNNAssigner
 
assignWeighted(short[]) - Method in class org.openimaj.ml.clustering.assignment.soft.ShortKNNAssigner
 
assignWeighted(DATATYPE[], int[][], DISTANCES[]) - Method in interface org.openimaj.ml.clustering.assignment.SoftAssigner
Assign data to clusters.
assignWeighted(DATATYPE) - Method in interface org.openimaj.ml.clustering.assignment.SoftAssigner
Assign a single point to some clusters.
assignWord(int[]) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
Push a single data point to a set of letters, return the letters as word.
asSparseColumn(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
asSparseRow(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
Convert a Matrix to a SparseRowMatrix
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
ATandTDataset - Class in org.openimaj.image.processing.face.recognition.benchmarking.dataset
A Dataset for Our Database of Faces/The ORL Face Database/The AT&T Face database.
ATandTDataset() - Constructor for class org.openimaj.image.processing.face.recognition.benchmarking.dataset.ATandTDataset
Construct the dataset.
ATandTDataset(File) - Constructor for class org.openimaj.image.processing.face.recognition.benchmarking.dataset.ATandTDataset
Construct with the given path to the dataset
attachment - Variable in class orgrdfs.sioc.ns.ItemImpl
The URI of a file attached to an Item.
Audio - Class in org.openimaj.audio
An abstract class representing some form of audio data.
Audio() - Constructor for class org.openimaj.audio.Audio
 
AudioAnnotator - Class in org.openimaj.audio
A classifier/annotator for audio frames.
AudioAnnotator() - Constructor for class org.openimaj.audio.AudioAnnotator
 
AudioAnnotator.AudioAnnotatorType - Enum in org.openimaj.audio
An enumeration that allows different trainers to be used and specified on the command-line.
AudioConverter - Class in org.openimaj.audio.conversion
A class that will work out which processors to instantiate to provide with a complete conversion from one audio format to another.
AudioConverter(AudioStream, AudioFormat) - Constructor for class org.openimaj.audio.conversion.AudioConverter
Chainable constructor that takes the stream to chain and the output format to convert the stream to.
AudioConverter(AudioFormat, AudioFormat) - Constructor for class org.openimaj.audio.conversion.AudioConverter
Constructor that takes the input and output formats.
AudioDatasetHelper - Class in org.openimaj.audio.analysis.benchmarking
A class for helping to deal with datasets of audio information.
AudioDatasetHelper() - Constructor for class org.openimaj.audio.analysis.benchmarking.AudioDatasetHelper
 
AudioDevice - Class in org.openimaj.audio
Represents an audio device and its capabilities.
AudioDevice(String, String) - Constructor for class org.openimaj.audio.AudioDevice
Create a new audio device.
audioEnded() - Method in class org.openimaj.audio.AudioEventAdapter
Called when the audio stream reaches the end.
audioEnded() - Method in interface org.openimaj.audio.AudioEventListener
Called when the audio stream reaches the end.
AudioEventAdapter - Class in org.openimaj.audio
An adapter for audio events that has no implementation.
AudioEventAdapter() - Constructor for class org.openimaj.audio.AudioEventAdapter
 
AudioEventListener - Interface in org.openimaj.audio
An interface for events that may occur during audio streaming.
AudioFormat - Class in org.openimaj.audio
This class encapsulates the information that determines the format of audio data.
AudioFormat(int, double, int) - Constructor for class org.openimaj.audio.AudioFormat
Construct a new audio format object with the given number of bits and sample rate.
AudioFramePlot - Class in org.openimaj.vis.audio
Allows the drawing of frames of audio onto an interactive line chart (JFreeChart XY plot).
AudioFramePlot() - Constructor for class org.openimaj.vis.audio.AudioFramePlot
 
AudioGrabber - Class in org.openimaj.audio
An abstract class for objects that are able to act as audio grabbers.
AudioGrabber() - Constructor for class org.openimaj.audio.AudioGrabber
 
AudioGrabberListener - Interface in org.openimaj.audio
An interface for objects that wish to be informed that samples are available from an AudioGrabber.
audioHeight - Variable in class org.openimaj.vis.video.VideoBarVisualisation
The height to plot the audio
AudioLooper - Class in org.openimaj.audio
A class used to force a specific number of loops of an audio stream.
AudioLooper(AudioStream, int) - Constructor for class org.openimaj.audio.AudioLooper
Create a new looper that will loop the given stream the given number of times.
AudioLooper(AudioStream, int, boolean) - Constructor for class org.openimaj.audio.AudioLooper
Create a new looper that will loop the given stream the given number of times.
AudioMixer - Class in org.openimaj.audio
A basic audio mixer that takes a number of AudioStreams and mixes then with some gain compensation into a single audio stream.
AudioMixer(AudioFormat) - Constructor for class org.openimaj.audio.AudioMixer
Default constructor that takes the format for the samples.
AudioMixer.MixEventListener - Interface in org.openimaj.audio
A listener for objects that wish to be informed of a mix event.
AudioOverviewGenerator(int, int) - Constructor for class org.openimaj.vis.audio.AudioOverviewVisualisation.AudioOverviewGenerator
Constructor
AudioOverviewVisualisation - Class in org.openimaj.vis.audio
Utilises an audio processor to plot the audio waveform to an image.
AudioOverviewVisualisation(AudioStream) - Constructor for class org.openimaj.vis.audio.AudioOverviewVisualisation
Default constructor
AudioOverviewVisualisation.AudioOverviewGenerator - Class in org.openimaj.vis.audio
Generates an audio overview.
AudioPlay - Class in org.openimaj.workinprogress.audio
 
AudioPlay() - Constructor for class org.openimaj.workinprogress.audio.AudioPlay
 
AudioPlayer - Class in org.openimaj.audio
Wraps the Java Sound APIs into the OpenIMAJ audio core for playing sounds.
AudioPlayer(AudioStream) - Constructor for class org.openimaj.audio.AudioPlayer
Default constructor that takes an audio stream to play.
AudioPlayer(AudioStream, String) - Constructor for class org.openimaj.audio.AudioPlayer
Play the given stream to a specific device.
AudioPlayer.Mode - Enum in org.openimaj.audio
Enumerator for the current state of the audio player.
AudioProcessor - Class in org.openimaj.audio.processor
An interface for objects that are able to process audio sample data.
AudioProcessor() - Constructor for class org.openimaj.audio.processor.AudioProcessor
A default constructor for processing sample chunks or files in an ad-hoc manner.
AudioProcessor(AudioStream) - Constructor for class org.openimaj.audio.processor.AudioProcessor
Construct a new processor based on the given stream.
AudioSpectrogram - Class in org.openimaj.vis.audio
A spectrogram visualisation that scrolls the audio visualisation as the audio is processed.
AudioSpectrogram() - Constructor for class org.openimaj.vis.audio.AudioSpectrogram
Create a spectrogram that can be added to as and when it's necessary.
AudioSpectrogram(int, int) - Constructor for class org.openimaj.vis.audio.AudioSpectrogram
Construct a visualisation of the given size
AudioSpectrogram.SpectrogramCompleteListener - Interface in org.openimaj.vis.audio
A listener for when the spectrogram has completed processing.
AudioStream - Class in org.openimaj.audio
Represents an audio stream that can be read chunk-by-chunk.
AudioStream() - Constructor for class org.openimaj.audio.AudioStream
 
AudioTest - Class in org.openimaj.workinprogress.audio
 
AudioTest() - Constructor for class org.openimaj.workinprogress.audio.AudioTest
 
AudioTimecode - Class in org.openimaj.audio.timecode
A basic audio timecode that represents the number of milliseconds from the start of the audio file.
AudioTimecode(long) - Constructor for class org.openimaj.audio.timecode.AudioTimecode
Default constructor that takes the number of milliseconds into the audio file.
AudioUtils - Class in org.openimaj.audio.util
Various static methods for dealing with audio information and data.
AudioUtils() - Constructor for class org.openimaj.audio.util.AudioUtils
 
AudioVideoSlide - Class in org.openimaj.content.slideshow
Slide with audio and video
AudioVideoSlide(URL, VideoDisplay.EndAction) - Constructor for class org.openimaj.content.slideshow.AudioVideoSlide
Construct with the given video and VideoDisplay.EndAction
AudioWaveform - Class in org.openimaj.vis.audio
A visualisation for signals.
AudioWaveform(int, int) - Constructor for class org.openimaj.vis.audio.AudioWaveform
Create an audio waveform display of the given width and height
AudioWaveform(VisualisationImpl<?>) - Constructor for class org.openimaj.vis.audio.AudioWaveform
Create an audio waveform that overlays the given visualisation.
AudioWaveformDemo - Class in org.openimaj.docs.tutorial.fund.audio
An example that demonstrates getting audio from a file (or URL) and displaying the waveform.
AudioWaveformDemo() - Constructor for class org.openimaj.docs.tutorial.fund.audio.AudioWaveformDemo
 
augmentDocument(Document) - Static method in class org.openimaj.web.readability.Readability
Iterates through all the ELEMENT nodes in a document and gives them ids if they don't already have them.
AustrianWordExperiments - Class in org.openimaj.ml.linear.experiments.sinabill
 
AustrianWordExperiments() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.AustrianWordExperiments
 
author() - Method in class org.openimaj.citation.annotation.mock.MockReference
The name(s) of the author(s)
autoPredicate - Variable in class org.openimaj.rdf.serialize.RDFSerializer
Whether to try to create predicates for unannotated fields
avatar - Variable in class org.openimaj.twitter.USMFStatus.User
Direct href to avatar image
avatar - Variable in class orgrdfs.sioc.ns.UserAccountImpl
An image or depiction used to represent this UserAccount.
AverageBoxFilter - Class in org.openimaj.image.processing.convolution
A rectangular averaging convolution operator (often known as a Box filter).
AverageBoxFilter(int, int) - Constructor for class org.openimaj.image.processing.convolution.AverageBoxFilter
Construct the averaging operator with a kernel of the given dimensions.
AverageBoxFilter(int) - Constructor for class org.openimaj.image.processing.convolution.AverageBoxFilter
Construct the averaging operator with a square kernel of the given dimension.
averageBrightness - Variable in class org.openimaj.image.text.extraction.swt.LetterCandidate
 
AverageBrightnessExtractor - Class in org.openimaj.tools.globalfeature.type
Average brightness
AverageBrightnessExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.AverageBrightnessExtractor
 
averagePrecision() - Method in class org.lemurproject.ireval.RetrievalEvaluator
Returns the average precision of the query.
AvgBrightness - Class in org.openimaj.image.feature.global
Extract the average brightness of an image.
AvgBrightness() - Constructor for class org.openimaj.image.feature.global.AvgBrightness
Construct with the NTSC_LUMINANCE mode and no mask set
AvgBrightness(AvgBrightness.Mode) - Constructor for class org.openimaj.image.feature.global.AvgBrightness
Construct with the given mode and no mask set
AvgBrightness(AvgBrightness.Mode, FImage) - Constructor for class org.openimaj.image.feature.global.AvgBrightness
Construct with the given mode and a mask.
AvgBrightness.Mode - Enum in org.openimaj.image.feature.global
Modes for computing brightness.
ax - Variable in class org.openimaj.hardware.compass.CompassData
ax
ax() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
ax(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
axes - Variable in class org.openimaj.image.feature.local.interest.EllipticKeyPoint
 
AxesRenderer2D<Q,I extends Image<Q,I>> - Class in org.openimaj.vis.general
TODO: javadoc
AxesRenderer2D() - Constructor for class org.openimaj.vis.general.AxesRenderer2D
Default constructor
axesRenderer2D - Variable in class org.openimaj.vis.general.XYPlotVisualisation
The renderer for the axes
AxesRenderer3D - Class in org.openimaj.vis.general
A class for generating X, Y and Z axes in a 3D visualisation and providing data unit transformations.
AxesRenderer3D() - Constructor for class org.openimaj.vis.general.AxesRenderer3D
 
AxisConfig<Q> - Class in org.openimaj.vis.general
Configuration for an axis.
AxisConfig() - Constructor for class org.openimaj.vis.general.AxisConfig
 
AxisConfig.AxisRenderingConfig<Q> - Class in org.openimaj.vis.general
 
axisLength - Variable in class org.openimaj.vis.general.AxisRenderer2D
Desired size of the axis in pixels
AxisRenderer<T> - Class in org.openimaj.image.processor.connectedcomponent.render
A component renderer that will draw into the given image the principle axes of the connected component.
AxisRenderer(Image<T, ?>, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.AxisRenderer
Default constructor that takes an image to draw into and a colour in which to draw the axes.
AxisRenderer(int, int, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.AxisRenderer
Constructor that creates an image of the given size and a colour in which to draw the axes.
AxisRenderer<Q> - Class in org.openimaj.vis.general
A general axis renderer that can be used for rendering an axis into a visualisation.
AxisRenderer() - Constructor for class org.openimaj.vis.general.AxisRenderer
 
AxisRenderer2D<Q> - Class in org.openimaj.vis.general
 
AxisRenderer2D() - Constructor for class org.openimaj.vis.general.AxisRenderer2D
Default constructor
AxisRenderer2D(AxisConfig<Q>) - Constructor for class org.openimaj.vis.general.AxisRenderer2D
Constructor to set the config
AxisRenderer3D - Class in org.openimaj.vis.general
A class for drawing rulers in a 3D world.
AxisRenderer3D() - Constructor for class org.openimaj.vis.general.AxisRenderer3D
Default constructor sets some default axis values
AxisRenderingConfig() - Constructor for class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
ay - Variable in class org.openimaj.hardware.compass.CompassData
ay
ay() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
ay(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
az - Variable in class org.openimaj.hardware.compass.CompassData
az

B

b - Variable in class org.openimaj.lsh.functions.BytePStableFactory.PStableFunction
 
b - Variable in class org.openimaj.lsh.functions.DoublePStableFactory.PStableFunction
 
b - Variable in class org.openimaj.lsh.functions.FloatPStableFactory.PStableFunction
 
b - Variable in class org.openimaj.lsh.functions.IntPStableFactory.PStableFunction
 
b - Variable in class org.openimaj.lsh.functions.LongPStableFactory.PStableFunction
 
b - Variable in class org.openimaj.lsh.functions.ShortPStableFactory.PStableFunction
 
b - Variable in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
 
back_comp1() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
back_comp1(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
back_comp2() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
back_comp2(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
BackgroundEstimator - Class in org.openimaj.workinprogress
 
BackgroundEstimator() - Constructor for class org.openimaj.workinprogress.BackgroundEstimator
 
BackgroundSubtractor - Class in org.openimaj.workinprogress
 
BackgroundSubtractor() - Constructor for class org.openimaj.workinprogress.BackgroundSubtractor
 
backtype.storm.scheme - package backtype.storm.scheme
 
backtype.storm.spout - package backtype.storm.spout
 
BagOfVisualWords<T> - Class in org.openimaj.image.feature.local.aggregate
Implementation of an object capable of extracting basic (hard-assignment) Bag of Visual Words (BoVW) representations of an image given a list of local features and an HardAssigner with an associated codebook.
BagOfVisualWords(HardAssigner<T, ?, ?>) - Constructor for class org.openimaj.image.feature.local.aggregate.BagOfVisualWords
Construct with the given assigner.
BagOfWordsFeatureExtractor - Class in org.openimaj.feature
An extractor which gives SparseFloatFV instances for a list of words.
BagOfWordsFeatureExtractor(List<String>) - Constructor for class org.openimaj.feature.BagOfWordsFeatureExtractor
A set of words which are used for their index and therefore feature vector entry of a given word.
BAND - Static variable in class org.openimaj.image.processing.restoration.inpainting.AbstractFMMInpainter
Flag for pixels on the boundary
bands - Variable in class org.openimaj.image.MultiBandImage
The images for each band in a list
bandSizeKnown(int) - Method in class org.openimaj.vis.general.DiversityAxis
Called once the band size has been calculated
bandSizeKnown(int) - Method in class org.openimaj.vis.timeline.Timeline
Called once the band size has been calculated
Bar(double, double, double, Float[]) - Constructor for class org.openimaj.vis.general.BarVisualisation.Bar
Default constructor
barColour - Variable in class org.openimaj.vis.video.VideoBarVisualisation
The background colour of the bar
BarVisualisation - Class in org.openimaj.vis.general
The BarVisualisation can be used to draw to an image a bar graph of any data set to an RGBA MBFImage.
BarVisualisation(int, int) - Constructor for class org.openimaj.vis.general.BarVisualisation
Create a bar visualisation of the given size
BarVisualisation(int, int, double[]) - Constructor for class org.openimaj.vis.general.BarVisualisation
Creates the given visualisation with the given data
BarVisualisation.Bar - Class in org.openimaj.vis.general
Represents a single bar to draw.
BarVisualisation3D - Class in org.openimaj.vis.general
Plots oneOverDataLength bars in oneOverDataLength 3-dimensional space, which means there are 2 dimensions for representing the coordinate of oneOverDataLength bar.
BarVisualisation3D(int, int) - Constructor for class org.openimaj.vis.general.BarVisualisation3D
 
BarVisualisationBasic - Class in org.openimaj.vis.general
The basic bar visualisation that can be used to draw a bar graph of any data set to an RGBA MBFImage.
BarVisualisationBasic(int, int) - Constructor for class org.openimaj.vis.general.BarVisualisationBasic
Create a bar visualisation of the given size
BarVisualisationBasic(MBFImage) - Constructor for class org.openimaj.vis.general.BarVisualisationBasic
Create a bar visualisation that will draw to the given image.
BarVisualisationBasic(VisualisationImpl<?>) - Constructor for class org.openimaj.vis.general.BarVisualisationBasic
Overlay a bar visualisation on the given vis
BarVisualisationBasic(int, int, double[]) - Constructor for class org.openimaj.vis.general.BarVisualisationBasic
Creates the given visualisation with the given data
Base(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.Base
 
base_count - Static variable in class org.openimaj.web.flickr.FlickrBaseEncoder
 
BaseExtractorOptions - Class in org.openimaj.tools.localfeature.options
Options for the Extractor tool
BaseExtractorOptions() - Constructor for class org.openimaj.tools.localfeature.options.BaseExtractorOptions
 
baseLocation - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
 
BaseTwitterRichBolt - Class in org.openimaj.storm.tools.twitter.bolts
 
BaseTwitterRichBolt() - Constructor for class org.openimaj.storm.tools.twitter.bolts.BaseTwitterRichBolt
 
Basic() - Constructor for class org.openimaj.image.feature.local.engine.ipd.FinderMode.Basic
 
BASIC - Static variable in enum org.openimaj.image.objectdetection.haar.training.HaarFeatureType
Set of the basic features (non tilted edges & lines + HaarFeatureType.X2Y2)
BasicASIFT - Class in org.openimaj.image.feature.local.affine
Standard implementation of Affine-simulated SIFT (ASIFT) for FImages.
BasicASIFT(boolean) - Constructor for class org.openimaj.image.feature.local.affine.BasicASIFT
Construct the ASIFT extractor using the default parameters for the DoGSIFTEngine, with the exception of the option to double the size of the initial image which can be overridden.
BasicASIFT(DoGSIFTEngineOptions<FImage>) - Constructor for class org.openimaj.image.feature.local.affine.BasicASIFT
Construct with the given options for the internal DoGSIFTEngine.
BasicBackgroundSubtract<I extends Image<?,I>> - Class in org.openimaj.image.processing.background
Basic background subtraction
BasicBackgroundSubtract() - Constructor for class org.openimaj.image.processing.background.BasicBackgroundSubtract
Default constructor
BasicBackgroundSubtract(I) - Constructor for class org.openimaj.image.processing.background.BasicBackgroundSubtract
Default constructor
BasicClassificationResult<CLASS> - Class in org.openimaj.experiment.evaluation.classification
A basic implementation of a ClassificationResult that internally maintains a map of classes to confidences.
BasicClassificationResult() - Constructor for class org.openimaj.experiment.evaluation.classification.BasicClassificationResult
Construct with a default threshold of 0.
BasicClassificationResult(double) - Constructor for class org.openimaj.experiment.evaluation.classification.BasicClassificationResult
Construct with the given threshold.
BasicDerivativeKernels - Class in org.openimaj.image.processing.convolution
A set of standard derivative kernels.
BasicDerivativeKernels() - Constructor for class org.openimaj.image.processing.convolution.BasicDerivativeKernels
 
BasicDescriptiveStatisticsModel - Class in org.openimaj.image.pixel.statistics
A model of the all the values of the pixels in an image or set of images, using basic descriptive statistics (mean, mode, median, range, variance).
BasicDescriptiveStatisticsModel(int) - Constructor for class org.openimaj.image.pixel.statistics.BasicDescriptiveStatisticsModel
Construct a BasicDescriptiveStatisticsModel with the given number of dimensions.
BasicDuplicateImageDatabase<T> - Class in org.openimaj.demos
An in-memory image duplicate database.
BasicDuplicateImageDatabase() - Constructor for class org.openimaj.demos.BasicDuplicateImageDatabase
 
BasicGridSIFTEngine - Class in org.openimaj.image.feature.local.engine
Really basic SIFT extraction on a regular grid of interest points.
BasicGridSIFTEngine(boolean) - Constructor for class org.openimaj.image.feature.local.engine.BasicGridSIFTEngine
Default constructor.
BasicGridSIFTEngine(boolean, DoGSIFTEngineOptions<FImage>) - Constructor for class org.openimaj.image.feature.local.engine.BasicGridSIFTEngine
Construct with the given parameters.
BasicIRCStreamDataset - Class in org.openimaj.stream.provider.irc
Basic streaming dataset from IRC messages.
BasicIRCStreamDataset(String, String) - Constructor for class org.openimaj.stream.provider.irc.BasicIRCStreamDataset
Connect to the given host and channel.
BasicIRCStreamDataset(BlockingDroppingQueue<Context>, String, String) - Constructor for class org.openimaj.stream.provider.irc.BasicIRCStreamDataset
Construct with the given buffer, connecting to the given host and channel.
BasicLocalBinaryPattern - Class in org.openimaj.image.feature.dense.binarypattern
Implementation of the original 3x3 form of a local binary pattern.
BasicLocalBinaryPattern() - Constructor for class org.openimaj.image.feature.dense.binarypattern.BasicLocalBinaryPattern
 
BasicMatcher<T extends LocalFeature<?,?>> - Class in org.openimaj.feature.local.matcher
Basic local feature matcher.
BasicMatcher(int) - Constructor for class org.openimaj.feature.local.matcher.BasicMatcher
Initialise the matcher setting the threshold which the difference between the scores of the top two best matches must differ in order to count the first as a good match.
BasicMBFImageObjectTracker - Class in org.openimaj.video.processing.tracking
A tracker that will track one rectangular region using the KLTTracker from MBFImages.
BasicMBFImageObjectTracker() - Constructor for class org.openimaj.video.processing.tracking.BasicMBFImageObjectTracker
 
BasicMedianSplit() - Constructor for class org.openimaj.util.tree.ByteKDTree.BasicMedianSplit
Construct with the default maximum number of items per bucket
BasicMedianSplit(int) - Constructor for class org.openimaj.util.tree.ByteKDTree.BasicMedianSplit
Construct with the given maximum number of items per bucket
BasicMedianSplit() - Constructor for class org.openimaj.util.tree.DoubleKDTree.BasicMedianSplit
Construct with the default maximum number of items per bucket
BasicMedianSplit(int) - Constructor for class org.openimaj.util.tree.DoubleKDTree.BasicMedianSplit
Construct with the given maximum number of items per bucket
BasicMedianSplit() - Constructor for class org.openimaj.util.tree.FloatKDTree.BasicMedianSplit
Construct with the default maximum number of items per bucket
BasicMedianSplit(int) - Constructor for class org.openimaj.util.tree.FloatKDTree.BasicMedianSplit
Construct with the given maximum number of items per bucket
BasicMedianSplit() - Constructor for class org.openimaj.util.tree.IntKDTree.BasicMedianSplit
Construct with the default maximum number of items per bucket
BasicMedianSplit(int) - Constructor for class org.openimaj.util.tree.IntKDTree.BasicMedianSplit
Construct with the given maximum number of items per bucket
BasicMedianSplit() - Constructor for class org.openimaj.util.tree.LongKDTree.BasicMedianSplit
Construct with the default maximum number of items per bucket
BasicMedianSplit(int) - Constructor for class org.openimaj.util.tree.LongKDTree.BasicMedianSplit
Construct with the given maximum number of items per bucket
BasicMedianSplit() - Constructor for class org.openimaj.util.tree.ShortKDTree.BasicMedianSplit
Construct with the default maximum number of items per bucket
BasicMedianSplit(int) - Constructor for class org.openimaj.util.tree.ShortKDTree.BasicMedianSplit
Construct with the given maximum number of items per bucket
BasicMusicTimekeeper - Class in org.openimaj.audio.util
A timekeeper that generates MeasuresBeatsTicksTimecodes that allow the position within a music score to be tracked.
BasicMusicTimekeeper() - Constructor for class org.openimaj.audio.util.BasicMusicTimekeeper
 
BasicObjectTracker - Class in org.openimaj.video.processing.tracking
A tracker that will track one rectangular region using the KLTTracker.
BasicObjectTracker() - Constructor for class org.openimaj.video.processing.tracking.BasicObjectTracker
Default constructor that will use 50 features and an accuracy of 0.5.
BasicObjectTracker(int) - Constructor for class org.openimaj.video.processing.tracking.BasicObjectTracker
Default constructor that takes the number of features to be used.
BasicObjectTracker(double) - Constructor for class org.openimaj.video.processing.tracking.BasicObjectTracker
Constructor that takes the accuracy to use for tracking.
BasicObjectTracker(int, double) - Constructor for class org.openimaj.video.processing.tracking.BasicObjectTracker
Constructor that takes the number of features to use and the accuracy for tracking.
BasicOctaveExtremaFinder - Class in org.openimaj.image.feature.local.detector.pyramid
A basic concrete implementation of an AbstractOctaveExtremaFinder that searches for local extrema in scale space.
BasicOctaveExtremaFinder() - Constructor for class org.openimaj.image.feature.local.detector.pyramid.BasicOctaveExtremaFinder
Default constructor using BasicOctaveExtremaFinder.DEFAULT_MAGNITUDE_THRESHOLD for the magnitude threshold and AbstractOctaveExtremaFinder.DEFAULT_EIGENVALUE_RATIO for the Eigenvalue ratio threshold.
BasicOctaveExtremaFinder(float) - Constructor for class org.openimaj.image.feature.local.detector.pyramid.BasicOctaveExtremaFinder
Construct with the given magnitude threshold and AbstractOctaveExtremaFinder.DEFAULT_EIGENVALUE_RATIO for the Eigenvalue ratio threshold.
BasicOctaveExtremaFinder(float, float) - Constructor for class org.openimaj.image.feature.local.detector.pyramid.BasicOctaveExtremaFinder
Construct with the given magnitude and Eigenvalue thresholds
BasicOctaveGridFinder<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.feature.local.detector.pyramid
An AbstractOctaveInterestPointFinder that detects points on a regular grid.
BasicOctaveGridFinder() - Constructor for class org.openimaj.image.feature.local.detector.pyramid.BasicOctaveGridFinder
 
BasicQuantisedKeypointMatcher<T extends QuantisedLocalFeature<?>> - Class in org.openimaj.feature.local.matcher.quantised
Simple matcher for quantised features.
BasicQuantisedKeypointMatcher(boolean) - Constructor for class org.openimaj.feature.local.matcher.quantised.BasicQuantisedKeypointMatcher
Match quantised keypoints
BasicShapeDescriptor - Class in org.openimaj.image.connectedcomponent.proc
Basic descriptors of the shape of a connected component.
BasicShapeDescriptor() - Constructor for class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
 
BasicShapeDescriptor.BasicShapeDescriptorType - Enum in org.openimaj.image.connectedcomponent.proc
An enum of all the different basic shape descriptors.
BasicTrainingData - Class in org.openimaj.image.objectdetection.haar.training
 
BasicTrainingData(List<SummedSqTiltAreaTable>, List<SummedSqTiltAreaTable>, List<HaarFeature>) - Constructor for class org.openimaj.image.objectdetection.haar.training.BasicTrainingData
 
BasicTwoWayMatcher<T extends LocalFeature<?,?>> - Class in org.openimaj.feature.local.matcher
Matcher that uses minimum Euclidean distance to find matches.
BasicTwoWayMatcher() - Constructor for class org.openimaj.feature.local.matcher.BasicTwoWayMatcher
 
BasicVideoTimeKeeper(boolean) - Constructor for class org.openimaj.video.VideoDisplay.BasicVideoTimeKeeper
Default constructor
basis - Variable in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
 
BATCH_SIZE - Static variable in class backtype.storm.spout.KestrelThriftSpout
 
BatchAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation
An Annotator that is trained in "batch" mode; all training examples are presented at once.
BatchAnnotator() - Constructor for class org.openimaj.ml.annotation.BatchAnnotator
 
BatchExtractor - Class in org.openimaj.tools.localfeature
Tool for extracting local features
BatchExtractor() - Constructor for class org.openimaj.tools.localfeature.BatchExtractor
 
BatchExtractorOptions - Class in org.openimaj.tools.localfeature.options
Options for the BatchExtractor tool.
BatchExtractorOptions() - Constructor for class org.openimaj.tools.localfeature.options.BatchExtractorOptions
 
batchSize - Variable in class org.openimaj.workinprogress.optimisation.SGD
 
BatchTrainer<T> - Interface in org.openimaj.ml.training
Interface describing objects capable of performing training in "batch" mode; all training examples are presented at once.
BBFMedianSplit() - Constructor for class org.openimaj.util.tree.ByteKDTree.BBFMedianSplit
Construct with the default maximum number of items per bucket
BBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.ByteKDTree.BBFMedianSplit
Construct with the given maximum number of items per bucket
BBFMedianSplit() - Constructor for class org.openimaj.util.tree.DoubleKDTree.BBFMedianSplit
Construct with the default maximum number of items per bucket
BBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.DoubleKDTree.BBFMedianSplit
Construct with the given maximum number of items per bucket
BBFMedianSplit() - Constructor for class org.openimaj.util.tree.FloatKDTree.BBFMedianSplit
Construct with the default maximum number of items per bucket
BBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.FloatKDTree.BBFMedianSplit
Construct with the given maximum number of items per bucket
BBFMedianSplit() - Constructor for class org.openimaj.util.tree.IntKDTree.BBFMedianSplit
Construct with the default maximum number of items per bucket
BBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.IntKDTree.BBFMedianSplit
Construct with the given maximum number of items per bucket
BBFMedianSplit() - Constructor for class org.openimaj.util.tree.LongKDTree.BBFMedianSplit
Construct with the default maximum number of items per bucket
BBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.LongKDTree.BBFMedianSplit
Construct with the given maximum number of items per bucket
BBFMedianSplit() - Constructor for class org.openimaj.util.tree.ShortKDTree.BBFMedianSplit
Construct with the default maximum number of items per bucket
BBFMedianSplit(int) - Constructor for class org.openimaj.util.tree.ShortKDTree.BBFMedianSplit
Construct with the given maximum number of items per bucket
bct - Variable in class org.openimaj.workinprogress.LOCKY
 
bean - Variable in class org.kohsuke.args4j.spi.AbstractGetter
 
BEAT_RTIME - Static variable in class org.openimaj.audio.analysis.BeatDetector
Release time of envelope detector in seconds
beatDetected() - Method in class org.openimaj.audio.analysis.BeatDetector
Returns whether a beat was detected within this sample chunk.
BeatDetector - Class in org.openimaj.audio.analysis
A beat detector that uses a 2nd order LP filter, followed by an envelope detector (thanks Bram), feeding a Schmitt trigger.
BeatDetector(AudioFormat) - Constructor for class org.openimaj.audio.analysis.BeatDetector
Default constructor
BeatDetector(AudioStream) - Constructor for class org.openimaj.audio.analysis.BeatDetector
Chainable constructor
BeatDetector(AudioStream, AudioFormat) - Constructor for class org.openimaj.audio.analysis.BeatDetector
Chainable constructor.
beatsPerMeasure - Variable in class org.openimaj.audio.timecode.MeasuresBeatsTicksTimecode
Most western music is in four-time
BED - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
Bottom edge
beforeAxesRender(MBFImage, AxesRenderer2D<Float[], MBFImage>) - Method in class org.openimaj.vis.general.DiversityAxis
A method that can be overridden to plot something prior to the axes being drawn.
beforeAxesRender(MBFImage, AxesRenderer2D<Float[], MBFImage>) - Method in class org.openimaj.vis.general.XYPlotVisualisation
A method that can be overridden to plot something prior to the axes being drawn.
beforeAxesRender(MBFImage, AxesRenderer2D<Float[], MBFImage>) - Method in class org.openimaj.vis.world.WorldMap
A method that can be overridden to plot something prior to the axes being drawn.
beforeBatchTrain(GroupedDataset<PERSON, ListDataset<FACE>, FACE>) - Method in class org.openimaj.image.processing.face.recognition.EigenFaceRecogniser
 
beforeBatchTrain(GroupedDataset<PERSON, ListDataset<FACE>, FACE>) - Method in class org.openimaj.image.processing.face.recognition.FisherFaceRecogniser
 
beforePlay(SampleChunk) - Method in interface org.openimaj.audio.AudioEventListener
Called before a sample chunk has been played.
beforeProcess(OCTAVE) - Method in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
Called at the start of AbstractOctaveExtremaFinder#process(OCTAVE)
beforeProcess(GaussianOctave<FImage>) - Method in class org.openimaj.image.feature.local.detector.pyramid.BasicOctaveExtremaFinder
 
beforeUpdate(MBFImage) - Method in class org.openimaj.content.slideshow.VideoSlide
 
beforeUpdate(I) - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Called when the video is about to update
beforeUpdate(T) - Method in class org.openimaj.video.VideoDisplayAdapter
Called when the video is about to update
beforeUpdate(T) - Method in interface org.openimaj.video.VideoDisplayListener
Called when the video is about to update
beforeUpdate(T) - Method in class org.openimaj.video.VideoPlayer.VideoPlayerComponent.ButtonsPanel
 
begin - Variable in class org.openimaj.math.geometry.line.Line2d
Start point of line
begin() - Method in class org.openimaj.math.geometry.line.Line2d
 
begin() - Method in interface org.openimaj.math.geometry.path.Path2d
Get the beginning of the path
begin() - Method in class org.openimaj.math.geometry.path.Polyline
 
BellFilter - Class in org.openimaj.image.processing.resize.filters
Bell (quadratic) filter for the resample function.
BellFilter() - Constructor for class org.openimaj.image.processing.resize.filters.BellFilter
 
BELOW - Static variable in class org.openimaj.math.geometry.shape.util.PolygonUtils
BELOW
benchmarkComplexForward_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkComplexForward_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkComplexForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkComplexForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkComplexForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkComplexForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkComplexForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkComplexForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkComplexForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkComplexForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
BenchmarkDoubleDCT - Class in edu.emory.mathcs.jtransforms.dct
Benchmark of double precision DCT's
BenchmarkDoubleDHT - Class in edu.emory.mathcs.jtransforms.dht
Benchmark of double precision DHT's
BenchmarkDoubleDST - Class in edu.emory.mathcs.jtransforms.dst
Benchmark of double precision DST's
BenchmarkDoubleFFT - Class in edu.emory.mathcs.jtransforms.fft
Benchmark of double precision FFT's
BenchmarkFloatDCT - Class in edu.emory.mathcs.jtransforms.dct
Benchmark of single precision DCT's
BenchmarkFloatDHT - Class in edu.emory.mathcs.jtransforms.dht
Benchmark of single precision DHT's
BenchmarkFloatDST - Class in edu.emory.mathcs.jtransforms.dst
Benchmark of single precision DST's
BenchmarkFloatFFT - Class in edu.emory.mathcs.jtransforms.fft
Benchmark of single precision FFT's
benchmarkForward_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkDoubleDCT
 
benchmarkForward_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkFloatDCT
 
benchmarkForward_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkDoubleDHT
 
benchmarkForward_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkFloatDHT
 
benchmarkForward_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkDoubleDST
 
benchmarkForward_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkFloatDST
 
benchmarkForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkDoubleDCT
 
benchmarkForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkFloatDCT
 
benchmarkForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkDoubleDHT
 
benchmarkForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkFloatDHT
 
benchmarkForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkDoubleDST
 
benchmarkForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkFloatDST
 
benchmarkForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkDoubleDCT
 
benchmarkForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkFloatDCT
 
benchmarkForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkDoubleDHT
 
benchmarkForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkFloatDHT
 
benchmarkForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkDoubleDST
 
benchmarkForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkFloatDST
 
benchmarkForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkDoubleDCT
 
benchmarkForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkFloatDCT
 
benchmarkForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkDoubleDHT
 
benchmarkForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkFloatDHT
 
benchmarkForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkDoubleDST
 
benchmarkForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkFloatDST
 
benchmarkForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkDoubleDCT
 
benchmarkForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.dct.BenchmarkFloatDCT
 
benchmarkForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkDoubleDHT
 
benchmarkForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.dht.BenchmarkFloatDHT
 
benchmarkForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkDoubleDST
 
benchmarkForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.dst.BenchmarkFloatDST
 
benchmarkRealForward_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkRealForward_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkRealForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkRealForward_2D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkRealForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkRealForward_2D_input_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkRealForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkRealForward_3D_input_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
benchmarkRealForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkDoubleFFT
 
benchmarkRealForward_3D_input_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.BenchmarkFloatFFT
 
bestCols(Eigenvalues) - Method in class org.openimaj.ml.clustering.spectral.PreparedSpectralClustering
 
BestFitStoppingCondition() - Constructor for class org.openimaj.math.model.fit.RANSAC.BestFitStoppingCondition
 
bestModel - Variable in class org.openimaj.math.model.fit.LMedS
 
bestModelInliers - Variable in class org.openimaj.math.model.fit.RANSAC
 
bestModelOutliers - Variable in class org.openimaj.math.model.fit.RANSAC
 
bestSubGraph - Variable in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
 
BG_COLOUR - Static variable in class org.openimaj.vis.ternary.TernaryParams
 
bgThreshold - Variable in class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
 
BH - Static variable in class org.openimaj.math.geometry.shape.util.polygon.HState
Bottom horizontal edge
BIAS - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
whether a bias component is added to w and u.
bias - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
bias - Variable in class org.openimaj.ml.linear.learner.loss.LossFunction
 
bias - Variable in class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
 
bias - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
BIASINITSTRAT - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The initialisation strategy for BIAS.
biasMode - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
biasMode - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
BibtexToReference - Class in org.openimaj.citation.annotation.input
Helper tool to convert bibtex to Reference annotations.
BibtexToReference() - Constructor for class org.openimaj.citation.annotation.input.BibtexToReference
 
BICONVEX_MAXITER - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The maximum number of iterations in the biconvex iterative stage.
BICONVEX_TOL - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The threshold of the ratio between the (sum(new_w - old_w) + sum(new_u - old_u)) / (sum(old_u) + sum(old_w)) i.e.
BiconvexDataGenerator - Class in org.openimaj.ml.linear.data
Data generated from a biconvex system of the form: Y_n,t = U_:,t^T .
BiconvexDataGenerator() - Constructor for class org.openimaj.ml.linear.data.BiconvexDataGenerator
Generates a biconvex data generator.
BiconvexDataGenerator(int, int, int, double, double, boolean, boolean, int, double) - Constructor for class org.openimaj.ml.linear.data.BiconvexDataGenerator
 
BiconvexIncrementalDataGenerator - Class in org.openimaj.ml.linear.data
 
BiconvexIncrementalDataGenerator(int, int, int, double, double, boolean, boolean, int, double) - Constructor for class org.openimaj.ml.linear.data.BiconvexIncrementalDataGenerator
 
bicubicInterp(double, double, double[][]) - Static method in class org.openimaj.math.util.Interpolation
Bicubic interpolation of the value at x,y where 0<=x<=1 and 0<=y<=1 given the values at integer coordinates from (-1,-1) to (3,3).
bicubicInterp(float, float, float[][]) - Static method in class org.openimaj.math.util.Interpolation
Bicubic interpolation of the value at x,y where 0<=x<=1 and 0<=y<=1 given the values at integer coordinates from (-1,-1) to (3,3).
BicubicInterpolation - Class in org.openimaj.image.processing.resize
Bi-cubic interpolation to resize images.
BicubicInterpolation(int, int, float) - Constructor for class org.openimaj.image.processing.resize.BicubicInterpolation
Construct a new bicubic interpolator.
bigStep - Variable in class org.openimaj.image.objectdetection.haar.Detector
 
bigStep() - Method in class org.openimaj.image.objectdetection.haar.Detector
Get the step size the detector will make if there is definitely no detection.
bigStep(int) - Method in class org.openimaj.image.objectdetection.haar.Detector
Set the step size the detector will make if there is definitely no detection.
bilerp(double, double, double, double, double, double) - Static method in class org.openimaj.math.util.Interpolation
Bilinear interpolation of the value at x,y where 0<=x<=1 and 0<=y<=1 given the values at (0,0), (0,1), (1,0) and (1,1).
bilerp(float, float, float, float, float, float) - Static method in class org.openimaj.math.util.Interpolation
Bilinear interpolation of the value at x,y where 0<=x<=1 and 0<=y<=1 given the values at (0,0), (0,1), (1,0) and (1,1).
bilerpf(float, float, float, float, float, float) - Static method in class org.openimaj.math.util.Interpolation
Bilinear interpolation of the value at x,y where 0<=x<=1 and 0<=y<=1 given the values at (0,0), (0,1), (1,0) and (1,1).
BilinearEvaluator - Class in org.openimaj.ml.linear.evaluation
 
BilinearEvaluator() - Constructor for class org.openimaj.ml.linear.evaluation.BilinearEvaluator
 
BilinearExperiment - Class in org.openimaj.ml.linear.experiments.sinabill
 
BilinearExperiment() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.BilinearExperiment
 
BilinearInterpolation - Class in org.openimaj.image.processing.resize
Simple bi-linear interpolation to resize images.
BilinearInterpolation(int, int, float) - Constructor for class org.openimaj.image.processing.resize.BilinearInterpolation
Construct a new bilinear interpolator.
BilinearLearnerParameters - Class in org.openimaj.ml.linear.learner
Parameters used to control a BilinearSparseOnlineLearner
BilinearLearnerParameters() - Constructor for class org.openimaj.ml.linear.learner.BilinearLearnerParameters
sets up the defaults
BilinearLearnerParametersLineSearch - Class in org.openimaj.ml.linear.experiments.sinabill
 
BilinearLearnerParametersLineSearch(BilinearLearnerParameters) - Constructor for class org.openimaj.ml.linear.experiments.sinabill.BilinearLearnerParametersLineSearch
Set the base paramters.
BilinearSparseFISTALearner - Class in org.openimaj.ml.linear.learner
 
BilinearSparseFISTALearner(BilinearLearnerParameters) - Constructor for class org.openimaj.ml.linear.learner.BilinearSparseFISTALearner
 
BilinearSparseFISTALearner() - Constructor for class org.openimaj.ml.linear.learner.BilinearSparseFISTALearner
 
BilinearSparseOnlineLearner - Class in org.openimaj.ml.linear.learner
An implementation of a stochastic gradient decent with proximal perameter adjustment (for regularised parameters).
BilinearSparseOnlineLearner() - Constructor for class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
The default parameters.
BilinearSparseOnlineLearner(BilinearLearnerParameters) - Constructor for class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
BilinearUnmixedSparseOnlineLearner - Class in org.openimaj.ml.linear.learner
An implementation of a stochastic gradient decent with proximal parameter adjustment (for regularised parameters).
BilinearUnmixedSparseOnlineLearner() - Constructor for class org.openimaj.ml.linear.learner.BilinearUnmixedSparseOnlineLearner
 
BillAustrianDampeningExperiments - Class in org.openimaj.ml.linear.experiments.sinabill
 
BillAustrianDampeningExperiments() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.BillAustrianDampeningExperiments
 
BillAustrianExperiments - Class in org.openimaj.ml.linear.experiments.sinabill
 
BillAustrianExperiments() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.BillAustrianExperiments
 
BillAustrianExperimentsNormalised - Class in org.openimaj.ml.linear.experiments.sinabill
 
BillAustrianExperimentsNormalised() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.BillAustrianExperimentsNormalised
 
BillMatlabFileDataGenerator - Class in org.openimaj.ml.linear.data
Read data from bill's matlab file format
BillMatlabFileDataGenerator(File, int, boolean) - Constructor for class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
 
BillMatlabFileDataGenerator(File, String, File, int, boolean) - Constructor for class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
 
BillMatlabFileDataGenerator(File, String, File, int, boolean, List<BillMatlabFileDataGenerator.Fold>) - Constructor for class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
 
BillMatlabFileDataGenerator.Fold - Class in org.openimaj.ml.linear.data
 
BillMatlabFileDataGenerator.Mode - Enum in org.openimaj.ml.linear.data
The modes
BillMPQASentiment - Class in org.openimaj.text.nlp.sentiment
 
BillMPQASentiment() - Constructor for class org.openimaj.text.nlp.sentiment.BillMPQASentiment
 
BillWordInvestigation - Class in org.openimaj.ml.linear.experiments.sinabill
 
BillWordInvestigation() - Constructor for class org.openimaj.ml.linear.experiments.sinabill.BillWordInvestigation
 
Binarize - Class in org.openimaj.tools.similaritymatrix.modes
 
Binarize() - Constructor for class org.openimaj.tools.similaritymatrix.modes.Binarize
 
binary - Variable in class org.openimaj.hadoop.tools.globalfeature.HadoopGlobalFeaturesOptions
 
BINARY_HEADER - Static variable in interface org.openimaj.feature.local.list.LocalFeatureList
The header used when writing LocalFeatureLists to streams and files
BINARY_HEADER - Static variable in class org.openimaj.feature.local.list.LocalFeatureListIndex
The header used when writing LocalFeatureListIndex to streams and files
binaryHeader() - Method in class org.openimaj.feature.ByteFV
 
binaryHeader() - Method in class org.openimaj.feature.DoubleFV
 
binaryHeader() - Method in class org.openimaj.feature.EnumFV
 
binaryHeader() - Method in class org.openimaj.feature.FloatFV
 
binaryHeader() - Method in class org.openimaj.feature.IntFV
 
binaryHeader() - Method in class org.openimaj.feature.local.FloatLocalFeatureAdaptor
 
binaryHeader() - Method in class org.openimaj.feature.local.list.FileLocalFeatureList
 
binaryHeader() - Method in class org.openimaj.feature.local.list.LocalFeatureListIndex
 
binaryHeader() - Method in class org.openimaj.feature.local.list.MemoryLocalFeatureList
 
binaryHeader() - Method in class org.openimaj.feature.local.list.StreamLocalFeatureList
 
binaryHeader() - Method in class org.openimaj.feature.local.LocalFeatureImpl
 
binaryHeader() - Method in class org.openimaj.feature.local.quantised.QuantisedLocalFeature
 
binaryHeader() - Method in class org.openimaj.feature.local.ScaleSpaceLocation
 
binaryHeader() - Method in class org.openimaj.feature.local.SpatialLocation
 
binaryHeader() - Method in class org.openimaj.feature.LongFV
 
binaryHeader() - Method in class org.openimaj.feature.MultidimensionalByteFV
 
binaryHeader() - Method in class org.openimaj.feature.MultidimensionalDoubleFV
 
binaryHeader() - Method in class org.openimaj.feature.MultidimensionalFloatFV
 
binaryHeader() - Method in class org.openimaj.feature.MultidimensionalIntFV
 
binaryHeader() - Method in class org.openimaj.feature.MultidimensionalLongFV
 
binaryHeader() - Method in class org.openimaj.feature.MultidimensionalShortFV
 
binaryHeader() - Method in class org.openimaj.feature.ShortFV
 
binaryHeader() - Method in class org.openimaj.feature.SparseByteFV
 
binaryHeader() - Method in class org.openimaj.feature.SparseDoubleFV
 
binaryHeader() - Method in class org.openimaj.feature.SparseFloatFV
 
binaryHeader() - Method in class org.openimaj.feature.SparseIntFV
 
binaryHeader() - Method in class org.openimaj.feature.SparseLongFV
 
binaryHeader() - Method in class org.openimaj.feature.SparseShortFV
 
binaryHeader() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.TimeFrequencyHolder
 
binaryHeader() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.TimeFrequencyHolder.TimeFrequency
 
binaryHeader() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairCount
 
binaryHeader() - Method in class org.openimaj.hadoop.tools.twitter.utils.TimeperiodTweetCountWordCount
 
binaryHeader() - Method in class org.openimaj.hadoop.tools.twitter.utils.TweetCountWordMap
 
binaryHeader() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDF
 
binaryHeader() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
binaryHeader() - Method in class org.openimaj.image.feature.local.keypoints.InterestPointKeypoint
 
binaryHeader() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
binaryHeader() - Method in class org.openimaj.image.feature.local.keypoints.KeypointLocation
 
binaryHeader() - Method in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint
 
binaryHeader() - Method in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint.SIFTGeoLocation
 
binaryHeader() - Method in class org.openimaj.image.model.EigenImages
 
binaryHeader() - Method in class org.openimaj.image.model.FisherImages
 
binaryHeader() - Method in class org.openimaj.image.pixel.ConnectedComponent
 
binaryHeader() - Method in class org.openimaj.image.pixel.Pixel
 
binaryHeader() - Method in class org.openimaj.image.pixel.PixelSet
 
binaryHeader() - Method in class org.openimaj.image.processing.face.alignment.AffineAligner
 
binaryHeader() - Method in class org.openimaj.image.processing.face.alignment.CLMAligner
 
binaryHeader() - Method in class org.openimaj.image.processing.face.alignment.IdentityAligner
 
binaryHeader() - Method in class org.openimaj.image.processing.face.alignment.MeshWarpAligner
 
binaryHeader() - Method in class org.openimaj.image.processing.face.alignment.RotateScaleAligner
 
binaryHeader() - Method in class org.openimaj.image.processing.face.alignment.ScalingAligner
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.CCDetectedFace
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.CLMFaceDetector
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.DetectedFace
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.IdentityFaceDetector
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.keypoints.FacialKeypoint
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.keypoints.KEDetectedFace
 
binaryHeader() - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.CLMPoseFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.CLMPoseFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.CLMPoseShapeFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.CLMPoseShapeFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.CLMShapeFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.CLMShapeFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.comparison.DoGSIFTFeatureComparator
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.comparison.FaceFVComparator
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.comparison.LtpDtFeatureComparator
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.comparison.ReversedLtpDtFeatureComparator
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.DoGSIFTFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.DoGSIFTFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.EigenFaceFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.EigenFaceFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.FaceImageFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.FaceImageFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature.DetectedFacePart
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.FisherFaceFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.FisherFaceFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.LocalLBPHistogram
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.LocalLBPHistogram.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.ltp.AbstractLtpDtFeature
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.ltp.GaussianWeighting
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.ltp.LtpDtFeature.Extractor
 
binaryHeader() - Method in class org.openimaj.image.processing.face.feature.ltp.TruncatedWeighting
 
binaryHeader() - Method in class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
 
binaryHeader() - Method in class org.openimaj.image.processing.face.recognition.FaceRecognitionEngine
 
binaryHeader() - Method in class org.openimaj.image.processing.transform.AffineParams
 
binaryHeader() - Method in interface org.openimaj.io.ReadableBinary
Header for binary input.
binaryHeader() - Method in class org.openimaj.io.wrappers.Readable2DArrayBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadableArrayBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadableListBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadableMapBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWritableIndependentPair
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableByte
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableDouble
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableFloat
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableInt
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableListBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableLong
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableShort
 
binaryHeader() - Method in class org.openimaj.io.wrappers.ReadWriteableString
 
binaryHeader() - Method in class org.openimaj.io.wrappers.Writeable2DArrayBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.WriteableArrayBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.WriteableListBinary
 
binaryHeader() - Method in class org.openimaj.io.wrappers.WriteableMapBinary
 
binaryHeader() - Method in interface org.openimaj.io.WriteableBinary
Header for binary output.
binaryHeader() - Method in class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
 
binaryHeader() - Method in class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
 
binaryHeader() - Method in class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
 
binaryHeader() - Method in class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
 
binaryHeader() - Method in class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
 
binaryHeader() - Method in class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
 
binaryHeader() - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
binaryHeader() - Method in class org.openimaj.math.geometry.point.PayloadCoordinate
 
binaryHeader() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
binaryHeader() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
binaryHeader() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
binaryHeader() - Method in class org.openimaj.math.matrix.ReadWriteableMatrix
 
binaryHeader() - Method in class org.openimaj.math.matrix.similarity.SimilarityMatrix
 
binaryHeader() - Method in class org.openimaj.ml.clustering.ByteCentroidsResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.DoubleCentroidsResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.FeatureVectorCentroidsResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.FloatCentroidsResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.IndexClusters
 
binaryHeader() - Method in class org.openimaj.ml.clustering.IntCentroidsResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kdtree.KDTreeClusters
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.LongCentroidsResult
 
binaryHeader() - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
binaryHeader() - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
binaryHeader() - Method in class org.openimaj.ml.clustering.ShortCentroidsResult
 
binaryHeader() - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
binaryHeader() - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
binaryHeader() - Method in class org.openimaj.picslurper.output.WriteableFailedURL
 
binaryHeader() - Method in class org.openimaj.picslurper.output.WriteableImageOutput
 
binaryHeader() - Method in class org.openimaj.picslurper.StatusConsumption
 
binaryHeader() - Method in class org.openimaj.text.nlp.language.LanguageModel
 
binaryHeader() - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
 
binaryHeader() - Method in class org.openimaj.twitter.collection.ConvertUSMFList
 
binaryHeader() - Method in class org.openimaj.twitter.collection.FileTwitterStatusList
 
binaryHeader() - Method in class org.openimaj.twitter.collection.MemoryTwitterStatusList
 
binaryHeader() - Method in class org.openimaj.twitter.collection.StreamJSONStatusList.ReadableWritableJSON
 
binaryHeader() - Method in class org.openimaj.twitter.collection.StreamTwitterStatusList
 
binaryHeader() - Method in class org.openimaj.twitter.GeneralJSON
 
binaryHeader() - Method in class org.openimaj.util.array.SparseByteArray
 
binaryHeader() - Method in class org.openimaj.util.array.SparseDoubleArray
 
binaryHeader() - Method in class org.openimaj.util.array.SparseFloatArray
 
binaryHeader() - Method in class org.openimaj.util.array.SparseIntArray
 
binaryHeader() - Method in class org.openimaj.util.array.SparseLongArray
 
binaryHeader() - Method in class org.openimaj.util.array.SparseShortArray
 
binaryHeader() - Method in class org.openimaj.video.tracking.klt.Feature
 
binaryPreference() - Method in class org.lemurproject.ireval.RetrievalEvaluator
The binary preference measure, as presented in Buckley, Voorhees "Retrieval Evaluation with Incomplete Information", SIGIR 2004.
BinaryReader<IMAGE> - Interface in org.openimaj.image.annotation.evaluation.datasets.cifar
Interface for reader objects that convert a raw CIFAR style binary record into an image (or some other format)
BingAPIToken - Class in org.openimaj.util.api.auth.common
An authentication token for the Bing Search API.
BingAPIToken() - Constructor for class org.openimaj.util.api.auth.common.BingAPIToken
Construct an empty token.
BingAPIToken(String) - Constructor for class org.openimaj.util.api.auth.common.BingAPIToken
Construct a token with the given account key.
BingImageDataset<IMAGE extends Image<?,IMAGE>> - Class in org.openimaj.image.dataset
Image datasets dynamically created from the Bing search API.
BingImageDataset(InputStreamObjectReader<IMAGE>, List<BingImageDataset.ImageDataSourceResponse>, BingImageDataset.ImageDataSourceQuery) - Constructor for class org.openimaj.image.dataset.BingImageDataset
 
BingImageDataset.ImageDataSourceQuery - Class in org.openimaj.image.dataset
 
BingImageDataset.ImageDataSourceQuery.Aspect - Enum in org.openimaj.image.dataset
 
BingImageDataset.ImageDataSourceQuery.Color - Enum in org.openimaj.image.dataset
 
BingImageDataset.ImageDataSourceQuery.Freshness - Enum in org.openimaj.image.dataset
 
BingImageDataset.ImageDataSourceQuery.ImageContent - Enum in org.openimaj.image.dataset
Filter images by content
BingImageDataset.ImageDataSourceQuery.ImageType - Enum in org.openimaj.image.dataset
Filter images by image type.
BingImageDataset.ImageDataSourceQuery.License - Enum in org.openimaj.image.dataset
 
BingImageDataset.ImageDataSourceQuery.SafeSearch - Enum in org.openimaj.image.dataset
 
BingImageDataset.ImageDataSourceQuery.Size - Enum in org.openimaj.image.dataset
 
BingImageDataset.ImageDataSourceResponse - Class in org.openimaj.image.dataset
 
binHeight - Variable in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Height of a single bin of the sampling window (in pixels).
binMap - Variable in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
 
BinnedWindowedExtractor - Class in org.openimaj.image.analysis.algorithm.histogram
This class implements a WindowedHistogramExtractor with the primary purpose of of producing efficient access to histograms of arbitrary windows of the image.
BinnedWindowedExtractor(int) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Construct with the given number of bins.
BinnedWindowedExtractor(int, float, float) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Construct with the given number of bins, and range.
binsPerBand - Variable in class org.openimaj.image.feature.global.ModifiedLuoSimplicity
 
binWidth - Variable in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Width of a single bin of the sampling window (in pixels).
bipolar() - Method in interface org.openimaj.text.nlp.sentiment.type.BipolarSentimentProvider
 
bipolar(double) - Method in interface org.openimaj.text.nlp.sentiment.type.BipolarSentimentProvider
 
bipolar() - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
bipolar(double) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
bipolar() - Method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
bipolar(double) - Method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
bipolar(TFF.Clue) - Static method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
bipolar() - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
bipolar(double) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
BipolarSentiment - Class in org.openimaj.text.nlp.sentiment.type
Encapsulate a simple sentiment that something is positive, negative or neutral.
BipolarSentiment() - Constructor for class org.openimaj.text.nlp.sentiment.type.BipolarSentiment
Initialize sentiment as BipolarSentiment.State.NEUTRAL
BipolarSentiment(BipolarSentiment.State) - Constructor for class org.openimaj.text.nlp.sentiment.type.BipolarSentiment
Instantiate the sentiment
BipolarSentiment.State - Enum in org.openimaj.text.nlp.sentiment.type
The states of a bipolar sentiment
BipolarSentimentProvider - Interface in org.openimaj.text.nlp.sentiment.type
A sentiment which can be collapsed into a BipolarSentiment which is either positive or negative
BitDepthConverter - Class in org.openimaj.audio.conversion
An audio processor that converts the bit-depth of an audio stream.
BitDepthConverter(BitDepthConverter.BitDepthConversionAlgorithm, AudioFormat) - Constructor for class org.openimaj.audio.conversion.BitDepthConverter
Default constructor that takes the input conversion
BitDepthConverter(AudioStream, BitDepthConverter.BitDepthConversionAlgorithm, AudioFormat) - Constructor for class org.openimaj.audio.conversion.BitDepthConverter
Chainable constructor.
BitDepthConverter.BitDepthConversionAlgorithm - Enum in org.openimaj.audio.conversion
An enumerator of the different bit-depth conversion algorithms available.
bitLength() - Method in class org.openimaj.lsh.sketch.BitSetLSHSketcher
Get the length of the sketch in bits.
bitLength() - Method in class org.openimaj.lsh.sketch.ByteLSHSketcher
Get the length of the sketch in bits.
bitLength() - Method in class org.openimaj.lsh.sketch.IntLSHSketcher
Get the length of the sketch in bits.
bitLength() - Method in class org.openimaj.lsh.sketch.LongLSHSketcher
Get the length of the sketch in bits.
bitLength() - Method in class org.openimaj.lsh.sketch.ShortLSHSketcher
Get the length of the sketch in bits.
BitSetLSHSketcher<OBJECT> - Class in org.openimaj.lsh.sketch
A Sketcher that produces bit-string sketches encoded as a BitSet.
BitSetLSHSketcher(List<HashFunction<OBJECT>>) - Constructor for class org.openimaj.lsh.sketch.BitSetLSHSketcher
Construct with the given functions.
BitSetLSHSketcher(HashFunction<OBJECT>, HashFunction<OBJECT>...) - Constructor for class org.openimaj.lsh.sketch.BitSetLSHSketcher
Construct with the given functions.
BitSetLSHSketcher(HashFunctionFactory<OBJECT>, int) - Constructor for class org.openimaj.lsh.sketch.BitSetLSHSketcher
Construct with the factory which is used to produce the required number of functions.
BLACK - Static variable in class org.openimaj.image.colour.RGBColour
Black colour as RGB
BLACKLIST_TIME_MS - Static variable in class backtype.storm.spout.KestrelThriftSpout
 
BlackmanFilter - Class in org.openimaj.image.processing.resize.filters
Blackman window function interpolation filter for the resample function
BlackmanFilter() - Constructor for class org.openimaj.image.processing.resize.filters.BlackmanFilter
 
bLearnRate - Variable in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
 
BlobExtractorRenderer<T> - Class in org.openimaj.image.processor.connectedcomponent.render
Renders the pixels from one image into the given image based on the connected components.
BlobExtractorRenderer(Image<T, ?>, Image<T, ?>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BlobExtractorRenderer
Default constructor that takes the image to draw into and the image to copy from.
BlobExtractorRenderer(int, int, Image<T, ?>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BlobExtractorRenderer
Default constructor that takes the image to draw into and the image to copy from.
BlobRenderer<T> - Class in org.openimaj.image.processor.connectedcomponent.render
Draws the connected components as coloured blobs into the given image.
BlobRenderer(Image<T, ?>, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BlobRenderer
Default constructor that takes the image to draw into and the colour in which to draw the blobs.
BlobRenderer(int, int, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BlobRenderer
Default constructor creates the image to draw into and takes the colour in which to draw the blobs.
BLOCK_3x3 - Static variable in class org.openimaj.image.processing.algorithm.FilterSupport
Offsets for using a 3x3 blocked shaped mask to select pixels for computing median.
BlockHistogramModel - Class in org.openimaj.image.pixel.statistics
An array of multidimensional histograms calculated from image pixels (assumes image is in 0-1 range)
BlockHistogramModel(int, int, int...) - Constructor for class org.openimaj.image.pixel.statistics.BlockHistogramModel
Construct with the given parameters
BlockingDroppingBufferedStream<T> - Class in org.openimaj.util.stream
Base for a Stream with an internal buffer based on a BlockingDroppingQueue.
BlockingDroppingBufferedStream(BlockingDroppingQueue<T>) - Constructor for class org.openimaj.util.stream.BlockingDroppingBufferedStream
Construct with the given backing queue
BlockingDroppingQueue<E> - Interface in org.openimaj.util.concurrent
A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and drop the oldest element from the queue when storing a new element if space is not available for the new element.
blockSize - Variable in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
The size of processing blocks for each thread
blocksize_x - Variable in class org.openimaj.image.feature.dense.binarypattern.LocalUniformBinaryPatternHistogram
 
blocksize_y - Variable in class org.openimaj.image.feature.dense.binarypattern.LocalUniformBinaryPatternHistogram
 
BlockSpatialAggregator<T,AGGREGATE extends FeatureVector & Concatenatable<AGGREGATE,AGGREGATE>> - Class in org.openimaj.image.feature.local.aggregate
A BlockSpatialAggregator performs spatial pooling of local features by grouping the local features into non-overlapping, fixed-size spatial blocks, and applying a VectorAggregator (i.e.
BlockSpatialAggregator(VectorAggregator<ArrayFeatureVector<T>, AGGREGATE>, int, int) - Constructor for class org.openimaj.image.feature.local.aggregate.BlockSpatialAggregator
Construct with the given aggregator and number of blocks in the X and Y dimensions.
blocksX - Variable in class org.openimaj.image.feature.local.aggregate.BlockSpatialAggregator
 
blocksY - Variable in class org.openimaj.image.feature.local.aggregate.BlockSpatialAggregator
 
Bloom - Class in org.openimaj.ml.sketch.bloom
The bloom sketch as described by http://lkozma.net/blog/sketching-data-structures/
Bloom(int, int) - Constructor for class org.openimaj.ml.sketch.bloom.Bloom
 
BLUE - Static variable in class org.openimaj.image.colour.RGBColour
Blue colour as RGB
booktitle() - Method in class org.openimaj.citation.annotation.mock.MockReference
The title of the book, if only part of it is being cited
BorderFact - Variable in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
 
borderPixels - Variable in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Number of pixels of border for processors to ignore.
BorderRenderer<T> - Class in org.openimaj.image.processor.connectedcomponent.render
Draws the border of the connected component into the given image.
BorderRenderer(Image<T, ?>, T, ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BorderRenderer
Default constructor that takes the image to draw into, the colour to draw the boundary and the connect mode to use to extract the boundary.
BorderRenderer(int, int, T, ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BorderRenderer
Constructor that creates the image to draw into, and takes the colour to draw the boundary and the connect mode to use to extract the boundary.
borderSkip - Variable in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
bot - Variable in class org.openimaj.math.geometry.shape.util.polygon.EdgeNode
Edge lower (x, y) coordinate
bottomRightMostPixel() - Method in class org.openimaj.image.pixel.PixelSet
Gets the bottom-right most pixel in the connected component.
BoundaryDistanceDescriptor - Class in org.openimaj.image.connectedcomponent.proc
Distance-from-centroid descriptor for convex shapes.
BoundaryDistanceDescriptor() - Constructor for class org.openimaj.image.connectedcomponent.proc.BoundaryDistanceDescriptor
Construct the BoundaryDistanceDescriptor with both scale and orientation normalisation enabled
BoundaryDistanceDescriptor(boolean, boolean) - Constructor for class org.openimaj.image.connectedcomponent.proc.BoundaryDistanceDescriptor
Construct the BoundaryDistanceDescriptor with optional scale and orientation invariance.
boundaryExtension - Variable in class org.openimaj.image.feature.global.Gist
The amount of padding to add before convolving with the Gabor functions
BoundedPriorityQueue<T> - Class in org.openimaj.util.queue
A bounded priority queue based on an InvertedPriorityQueue.
BoundedPriorityQueue(int, Comparator<? super T>) - Constructor for class org.openimaj.util.queue.BoundedPriorityQueue
Creates a BoundedPriorityQueue with the specified initial capacity that orders its elements according to the inverse of the specified comparator.
BoundedPriorityQueue(int) - Constructor for class org.openimaj.util.queue.BoundedPriorityQueue
Creates a BoundedPriorityQueue with the specified initial capacity that orders its elements according to their inverse natural ordering.
BoundedTreeSet<T> - Class in org.openimaj.util.set
Extension of a TreeSet that has a bounded upper size.
BoundedTreeSet(int) - Constructor for class org.openimaj.util.set.BoundedTreeSet
Constructs a new, empty tree set, sorted according to the natural ordering of its elements.
BoundedTreeSet(int, Comparator<? super T>) - Constructor for class org.openimaj.util.set.BoundedTreeSet
Constructs a new, empty tree set, sorted according to the specified comparator.
BoundingBoxRenderer<T> - Class in org.openimaj.image.processor.connectedcomponent.render
Renders the bounding box into the image.
BoundingBoxRenderer(Image<T, ?>, T, boolean) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BoundingBoxRenderer
Default constructor that takes the image to draw into and the colour in which to draw the bounding box.
BoundingBoxRenderer(int, int, T, boolean) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.BoundingBoxRenderer
Constructor that creates an image to draw into and takes the colour in which to draw the bounding box.
bounds - Variable in class org.openimaj.image.processing.face.detection.DetectedFace
The upright bounds of the face in the image in which it was detected
bounds - Variable in class org.openimaj.image.processing.face.feature.DoGSIFTFeature
 
BOX - Static variable in class org.openimaj.image.processing.morphology.StructuringElement
Standard 3x3 box structuring element
BoxConstraint(double) - Constructor for class org.openimaj.math.geometry.shape.PointDistributionModel.BoxConstraint
Construct with the given multiplier of the standard deviation.
BoxFilter - Class in org.openimaj.image.processing.resize.filters
Box filter for the resampling function
BoxFilter() - Constructor for class org.openimaj.image.processing.resize.filters.BoxFilter
 
boxMode - Variable in class org.openimaj.image.feature.global.ModifiedLuoSimplicity
 
bpm - Variable in class org.openimaj.audio.timecode.MeasuresBeatsTicksTimecode
Number of beats per minute
bresenham(Pixel, Pixel) - Static method in class org.openimaj.image.pixel.util.LineIterators
Pixel iterator based on Bresenham's algorithm for a line between two discrete endpoints.
bresenham(int, int, int, int) - Static method in class org.openimaj.image.pixel.util.LineIterators
Pixel iterator based on Bresenham's algorithm for a line between two discrete endpoints.
bresenham(int, int, float, float) - Static method in class org.openimaj.image.pixel.util.LineIterators
Pixel iterator based on Bresenham's algorithm for a line starting at a given point, with an angle given by the provided x and y deltas.
BrightnessClusteringTransform - Class in org.openimaj.workinprogress
Implementation of the Brightness Clustering Transform.
BrightnessClusteringTransform() - Constructor for class org.openimaj.workinprogress.BrightnessClusteringTransform
 
BrowserDelegate - Interface in org.openimaj.web
Delegate for ProgrammaticBrowser to hand javascript messages to.
bside - Variable in class org.openimaj.math.geometry.shape.util.polygon.EdgeNode
Bundle left / right indicators
BSplineFilter - Class in org.openimaj.image.processing.resize.filters
B-Spline (cubic) filter for the resample function.
BSplineFilter() - Constructor for class org.openimaj.image.processing.resize.filters.BSplineFilter
 
bstate - Variable in class org.openimaj.math.geometry.shape.util.polygon.EdgeNode
Edge bundle state
BucketingSampler2d - Class in org.openimaj.math.geometry.transforms.estimation.sampling
Implementation of the bucketing sampling strategy proposed by Zhang et al to try and ensure a good spatial distribution of point-pairs for estimation of geometric transforms and the fundamental matrix.
BucketingSampler2d() - Constructor for class org.openimaj.math.geometry.transforms.estimation.sampling.BucketingSampler2d
Construct the sampler with the default number of buckets in the x and y dimensions (8).
BucketingSampler2d(int, int) - Constructor for class org.openimaj.math.geometry.transforms.estimation.sampling.BucketingSampler2d
Construct the sampler with the given number of buckets in each dimension.
buffer_for_data() - Method in class net.lag.kestrel.thrift.Item
 
buffer_for_head_item() - Method in class net.lag.kestrel.thrift.QueueInfo
 
BufferedReaderStream - Class in org.openimaj.util.stream
 
BufferedReaderStream(BufferedReader) - Constructor for class org.openimaj.util.stream.BufferedReaderStream
Construct with the given collection.
bufferKestrelGet(int) - Method in class backtype.storm.spout.KestrelThriftSpout
 
build() - Method in class org.openimaj.data.dataset.MapBackedDataset.IdentifiableBuilder
Returns a newly-created MapBackedDataset.
build() - Method in class org.openimaj.text.nlp.namedentity.SeedBuilder
 
build(List<String>) - Method in class org.openimaj.text.nlp.sentiment.lexicon.TotalLexBuilder
Builds a Scored Sentiment mapping of adjectives from the corpus.
build_sbt() - Method in class org.openimaj.math.geometry.shape.util.polygon.ScanBeamTreeEntries
 
buildAll(String) - Method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Builds the alias text file and the lucene index in the default root directory.
buildAll(String, String) - Method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Builds the alias text file and the lucene index in the specified root directory.
buildCandidateAliasFile(String) - Method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Builds the alias text file in the default location.
buildCandidateAliasFile(String, String) - Method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Builds the alias text file in the specified location.
buildContextLuceneIndex(String) - Method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Builds the lucene index in the default path.
buildContextLuceneIndex(String, String) - Method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Builds the lucene index at the specified path.
buildDefaultDistanceCheck() - Static method in class org.openimaj.image.processing.face.feature.comparison.DoGSIFTFeatureComparator
Build a DistanceCheck for the spatial layout of matching normalised facial features.
builder() - Static method in class org.openimaj.data.dataset.MapBackedDataset
Returns a new builder.
buildFromCorpus(List<String>) - Method in class org.openimaj.text.nlp.sentiment.lexicon.HMLexiconBuilder
 
buildIndexerData() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerDataBuilder
Build the VLADIndexerData using the information provided at construction time.
buildNormalisedDataMatrix(Matrix) - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Zero-centre the data matrix and return a copy
buildObservedVector() - Method in class org.openimaj.image.camera.calibration.CameraCalibration
Stack the observed image locations of the calibration pattern points into a vector
buildObservedVector() - Method in class org.openimaj.image.camera.calibration.CameraCalibrationZhang
Stack the observed image locations of the calibration pattern points into a vector
buildRectifiedUndistortionMap(int, int, CameraIntrinsics, Matrix) - Method in class org.openimaj.image.camera.CameraIntrinsics
Build the rectified distortion map, which for every un-distorted point in the given size image contains the x and y ordinates of the corresponding rectifed distorted point.
buildRectifiedUndistortionProcessor(int, int, CameraIntrinsics, Matrix) - Method in class org.openimaj.image.camera.CameraIntrinsics
Build a RemapProcessor capable of correcting the radial and tangential distortion of this camera.
buildTopology() - Method in interface org.openimaj.storm.topology.orchestrator.StormTopologyOrchestrator
 
buildUndistortionMap(int, int) - Method in class org.openimaj.image.camera.CameraIntrinsics
Build the distortion map, which for every un-distorted point in the given size image contains the x and y ordinates of the corresponding distorted point.
buildUndistortionMap(int, int, CameraIntrinsics) - Method in class org.openimaj.image.camera.CameraIntrinsics
Build the distortion map, which for every un-distorted point in the given size image contains the x and y ordinates of the corresponding distorted point.
buildUndistortionProcessor() - Method in class org.openimaj.image.camera.CameraIntrinsics
Build a RemapProcessor capable of correcting the radial and tangential distortion of this camera.
buildUndistortionProcessor(int, int) - Method in class org.openimaj.image.camera.CameraIntrinsics
Build a RemapProcessor capable of correcting the radial and tangential distortion of this camera.
buildUndistortionProcessor(int, int, CameraIntrinsics) - Method in class org.openimaj.image.camera.CameraIntrinsics
Build a RemapProcessor capable of correcting the radial and tangential distortion of this camera.
buildURI() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
buildVLAD() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerDataBuilder
Build a VLAD using the information provided at construction time.
BulkIndexer - Interface in org.openimaj.image.indexing
 
bundle - Variable in class org.openimaj.math.geometry.shape.util.polygon.EdgeNode
Bundle edge flags
BUNDLE_HEAD - Static variable in class org.openimaj.math.geometry.shape.util.polygon.BundleState
 
BUNDLE_TAIL - Static variable in class org.openimaj.math.geometry.shape.util.polygon.BundleState
 
BundleState - Class in org.openimaj.math.geometry.shape.util.polygon
Edge bundle state
ButtonsPanel() - Constructor for class org.openimaj.video.VideoPlayer.VideoPlayerComponent.ButtonsPanel
Construct a new buttons panel
buttonValue - Variable in class org.openimaj.video.VideoPlayer.VideoPlayerComponent.AnimatorThread
 
bx() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
bx(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
by() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
by(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
byCountry(String) - Method in class org.openimaj.text.geo.WorldPolygons
 
byCountry(String) - Method in class org.openimaj.vis.world.WorldPolygons
Returns a WorldPlace given a country name.
byCountryCode(String) - Method in class org.openimaj.text.geo.WorldPolygons
 
byCountryCode(String) - Method in class org.openimaj.vis.world.WorldPolygons
Returns a WorldPlace given a country code.
byName(String, ImageCollectionConfig) - Static method in class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection
 
BYTE_TO_FLOAT_LUT - Static variable in class org.openimaj.image.ImageUtilities
Lookup table for byte->float conversion
ByteADCNearestNeighbours - Class in org.openimaj.knn.pq
Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
ByteADCNearestNeighbours(ByteProductQuantiser, byte[][]) - Constructor for class org.openimaj.knn.pq.ByteADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
ByteADCNearestNeighbours(ByteProductQuantiser, byte[][], int) - Constructor for class org.openimaj.knn.pq.ByteADCNearestNeighbours
Construct the ADC with the given quantiser and pre-quantised data .
ByteArrayBackedDataSource - Class in org.openimaj.data
A DataSource backed by a 2D array of bytes.
ByteArrayBackedDataSource(byte[][]) - Constructor for class org.openimaj.data.ByteArrayBackedDataSource
Construct with data
ByteArrayBackedDataSource(byte[][], Random) - Constructor for class org.openimaj.data.ByteArrayBackedDataSource
Construct with data and a random generator for random sampling
ByteArrayConverter - Class in org.openimaj.util.array
Utility methods for converting arrays of (unsigned) bytes to integers and back.
ByteArrayConverter() - Constructor for class org.openimaj.util.array.ByteArrayConverter
 
ByteArrayValueAnimator - Class in org.openimaj.content.animation.animator
A ValueAnimator capable of producing byte arrays from a set of potentially independent underlying ValueAnimators.
ByteArrayValueAnimator(ValueAnimator<Byte>...) - Constructor for class org.openimaj.content.animation.animator.ByteArrayValueAnimator
Construct from an array of ValueAnimators
ByteArrayView - Class in org.openimaj.util.array
A wrapper around a java byte array that allows views onto the array to be created without the overhead of maintaining copies of the data.
ByteArrayView(byte[], int, int) - Constructor for class org.openimaj.util.array.ByteArrayView
Create a view on the given array from l (inclusive) to r (exclusive).
ByteArrayView(byte[]) - Constructor for class org.openimaj.util.array.ByteArrayView
Create a view on the entirety of the given array.
ByteArrayView(int) - Constructor for class org.openimaj.util.array.ByteArrayView
Create a view on an array of length n.
ByteBytePair - Class in org.openimaj.util.pair
A pair of byte and byte types
ByteBytePair(byte, byte) - Constructor for class org.openimaj.util.pair.ByteBytePair
Construct pair with given values
ByteBytePair() - Constructor for class org.openimaj.util.pair.ByteBytePair
Construct empty pair
ByteCauchyFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that use a Cauchy distribution to approximate L1 distance.
ByteCauchyFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.ByteCauchyFactory
Construct the factory with the given parameters.
ByteCentroidsResult - Class in org.openimaj.ml.clustering
The result of a SpatialClusterer that just produces a flat set of centroids.
ByteCentroidsResult() - Constructor for class org.openimaj.ml.clustering.ByteCentroidsResult
 
ByteDoublePair - Class in org.openimaj.util.pair
A pair of byte and double types
ByteDoublePair(byte, double) - Constructor for class org.openimaj.util.pair.ByteDoublePair
Construct pair with given values
ByteDoublePair() - Constructor for class org.openimaj.util.pair.ByteDoublePair
Construct empty pair
ByteDSIFTKeypoint - Class in org.openimaj.image.feature.dense.gradient.dsift
Dense SIFT keypoint with a location and byte feature vector.
ByteDSIFTKeypoint() - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ByteDSIFTKeypoint
Construct with the default feature vector length for SIFT (128).
ByteDSIFTKeypoint(int) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ByteDSIFTKeypoint
Construct with the given feature vector length.
ByteDSIFTKeypoint(float, float, byte[], float) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ByteDSIFTKeypoint
Construct with the given parameters.
ByteDSIFTKeypoint(float, float, float[], float) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ByteDSIFTKeypoint
Construct with the given parameters.
ByteEntropyFilter - Class in org.openimaj.feature.local.filter
Filter LocalFeatures typed on ByteFV by rejecting those that have a low feature entropy.
ByteEntropyFilter() - Constructor for class org.openimaj.feature.local.filter.ByteEntropyFilter
Construct with the default threshold of 4.4 as suggested in the original paper.
ByteEntropyFilter(double) - Constructor for class org.openimaj.feature.local.filter.ByteEntropyFilter
Construct with a custom threshold.
ByteFloatPair - Class in org.openimaj.util.pair
A pair of byte and float types
ByteFloatPair(byte, float) - Constructor for class org.openimaj.util.pair.ByteFloatPair
Construct pair with given values
ByteFloatPair() - Constructor for class org.openimaj.util.pair.ByteFloatPair
Construct empty pair
ByteFV - Class in org.openimaj.feature
Basic byte single-dimensional feature vector implementation
ByteFV() - Constructor for class org.openimaj.feature.ByteFV
Construct an empty feature vector
ByteFV(int) - Constructor for class org.openimaj.feature.ByteFV
Construct empty FV with given number of bins
ByteFV(byte[]) - Constructor for class org.openimaj.feature.ByteFV
Construct from flattened values array and dimensions
ByteFVComparator - Interface in org.openimaj.feature
Comparison/distance methods for ByteFV objects.
ByteFVComparison - Enum in org.openimaj.feature
Comparison/distance methods for ByteFV objects.
ByteGaussianFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions using Gaussian distributions to approximate the Euclidean distance.
ByteGaussianFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.ByteGaussianFactory
Construct with the given parameters.
ByteHammingFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that approximate the Hamming distance.
ByteHammingFactory(int, MersenneTwister, int) - Constructor for class org.openimaj.lsh.functions.ByteHammingFactory
Construct a new factory using the given parameters.
ByteHashFunction - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for hashing byte arrays.
ByteHashFunctionFactory - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for producing hash functions seeded by random numbers.
ByteHashFunctionFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.ByteHashFunctionFactory
 
ByteHyperplaneCosineFactory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate cosine distance using hyperplanes.
ByteHyperplaneCosineFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.ByteHyperplaneCosineFactory
Construct with the given arguments.
ByteHyperplaneL1Factory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate L1 (city-block) distance in closed spaces using random axis-aligned hyperplanes.
ByteHyperplaneL1Factory(int, MersenneTwister, byte, byte) - Constructor for class org.openimaj.lsh.functions.ByteHyperplaneL1Factory
Construct with the given arguments.
ByteIntPair - Class in org.openimaj.util.pair
A pair of byte and int types
ByteIntPair(byte, int) - Constructor for class org.openimaj.util.pair.ByteIntPair
Construct pair with given values
ByteIntPair() - Constructor for class org.openimaj.util.pair.ByteIntPair
Construct empty pair
ByteKDTree - Class in org.openimaj.util.tree
Immutable KD-Tree implementation for byte[] data.
ByteKDTree(byte[][]) - Constructor for class org.openimaj.util.tree.ByteKDTree
Construct with the given data and default splitting strategy (ByteKDTree.BBFMedianSplit)
ByteKDTree(byte[][], ByteKDTree.SplitChooser) - Constructor for class org.openimaj.util.tree.ByteKDTree
Construct with the given data and splitting strategy
ByteKDTree.ApproximateBBFMedianSplit - Class in org.openimaj.util.tree
Approximate best-bin-first median splitting.
ByteKDTree.BasicMedianSplit - Class in org.openimaj.util.tree
Basic median split.
ByteKDTree.BBFMedianSplit - Class in org.openimaj.util.tree
Best-bin-first median splitting.
ByteKDTree.KDTreeNode - Class in org.openimaj.util.tree
An internal node of the KDTree
ByteKDTree.RandomisedBBFMeanSplit - Class in org.openimaj.util.tree
Randomised best-bin-first splitting strategy: Nodes with less than a set number of items become leafs.
ByteKDTree.SplitChooser - Interface in org.openimaj.util.tree
Interface for describing how a branch in the KD-Tree should be created
ByteKDTreeEnsemble - Class in org.openimaj.knn.approximate
Ensemble of Best-Bin-First KDTrees for byte data.
ByteKDTreeEnsemble(byte[][]) - Constructor for class org.openimaj.knn.approximate.ByteKDTreeEnsemble
Construct a ByteKDTreeEnsemble with the provided data, using the default of 8 trees.
ByteKDTreeEnsemble(byte[][], int) - Constructor for class org.openimaj.knn.approximate.ByteKDTreeEnsemble
Construct a ByteKDTreeEnsemble with the provided data and number of trees.
ByteKDTreeEnsemble(byte[][], int, int) - Constructor for class org.openimaj.knn.approximate.ByteKDTreeEnsemble
Construct a ByteKDTreeEnsemble with the provided data and number of trees.
ByteKDTreeEnsemble.ByteKDTreeNode - Class in org.openimaj.knn.approximate
An internal node of the KDTree
ByteKDTreeNode() - Constructor for class org.openimaj.knn.approximate.ByteKDTreeEnsemble.ByteKDTreeNode
Construct a new node
ByteKDTreeNode(byte[][], IntArrayView, Uniform) - Constructor for class org.openimaj.knn.approximate.ByteKDTreeEnsemble.ByteKDTreeNode
Construct a new node with the given data
ByteKMeans - Class in org.openimaj.ml.clustering.kmeans
Fast, parallel implementation of the K-Means algorithm with support for bigger-than-memory data.
ByteKMeans(KMeansConfiguration<ByteNearestNeighbours, byte[]>) - Constructor for class org.openimaj.ml.clustering.kmeans.ByteKMeans
Construct the clusterer with the the given configuration.
ByteKMeans() - Constructor for class org.openimaj.ml.clustering.kmeans.ByteKMeans
A completely default ByteKMeans used primarily as a convenience function for reading.
ByteKMeans.Result - Class in org.openimaj.ml.clustering.kmeans
Result object for ByteKMeans, extending ByteCentroidsResult and ByteNearestNeighboursProvider, as well as giving access to state information from the operation of the K-Means algorithm (i.e.
ByteKMeansInit - Class in org.openimaj.ml.clustering.kmeans
Initialisation for K-Means clustering.
ByteKMeansInit() - Constructor for class org.openimaj.ml.clustering.kmeans.ByteKMeansInit
 
ByteKMeansInit.RANDOM - Class in org.openimaj.ml.clustering.kmeans
Simple kmeans initialized on randomly selected samples.
ByteKMeansInitialisers - Enum in org.openimaj.tools.clusterquantiser.fastkmeans
Initialisation options for k-means.
ByteKMeansInitialisers.Options - Class in org.openimaj.tools.clusterquantiser.fastkmeans
Base options for FastByteKMeansInitialisers types
ByteKNNAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner that picks a fixed number of nearest neighbours.
ByteKNNAssigner(CentroidsProvider<byte[]>, boolean, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
Construct the assigner using the given cluster data.
ByteKNNAssigner(byte[][], boolean, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
Construct the assigner using the given cluster data.
ByteKNNAssigner(CentroidsProvider<byte[]>, ByteFVComparison, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
Construct the assigner using the given cluster data and distance function.
ByteKNNAssigner(byte[][], ByteFVComparison, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.ByteKNNAssigner
Construct the assigner using the given cluster data and distance function.
ByteLongPair - Class in org.openimaj.util.pair
A pair of byte and long types
ByteLongPair(byte, long) - Constructor for class org.openimaj.util.pair.ByteLongPair
Construct pair with given values
ByteLongPair() - Constructor for class org.openimaj.util.pair.ByteLongPair
Construct empty pair
ByteLSHSketcher<OBJECT> - Class in org.openimaj.lsh.sketch
A Sketcher that produces bit-string sketches encoded as byte arrays.
ByteLSHSketcher(List<HashFunction<OBJECT>>) - Constructor for class org.openimaj.lsh.sketch.ByteLSHSketcher
Construct with the given functions.
ByteLSHSketcher(HashFunction<OBJECT>, HashFunction<OBJECT>...) - Constructor for class org.openimaj.lsh.sketch.ByteLSHSketcher
Construct with the given functions.
ByteLSHSketcher(HashFunctionFactory<OBJECT>, int) - Constructor for class org.openimaj.lsh.sketch.ByteLSHSketcher
Construct with the factory which is used to produce the required number of functions.
ByteNearestNeighbours - Class in org.openimaj.knn
Abstract base class for k-nearest-neighbour calculations with byte[] data.
ByteNearestNeighbours() - Constructor for class org.openimaj.knn.ByteNearestNeighbours
 
ByteNearestNeighboursExact - Class in org.openimaj.knn
Exact (brute-force) k-nearest-neighbour implementation.
ByteNearestNeighboursExact(byte[][]) - Constructor for class org.openimaj.knn.ByteNearestNeighboursExact
Construct the ByteNearestNeighboursExact over the provided dataset and using Euclidean distance.
ByteNearestNeighboursExact(byte[][], ByteFVComparator) - Constructor for class org.openimaj.knn.ByteNearestNeighboursExact
Construct the ByteNearestNeighboursExact over the provided dataset with the given distance function.
ByteNearestNeighboursExact.Factory - Class in org.openimaj.knn
ByteNearestNeighboursKDTree - Class in org.openimaj.knn.approximate
Fast Nearest-Neighbours for byte data using an ensemble of Best-Bin-First KDTrees.
ByteNearestNeighboursKDTree(byte[][], int, int) - Constructor for class org.openimaj.knn.approximate.ByteNearestNeighboursKDTree
Construct the ByteNearestNeighboursKDTree with the given options.
ByteNearestNeighboursKDTree.Factory - Class in org.openimaj.knn.approximate
ByteNearestNeighboursProvider - Interface in org.openimaj.knn
Interface for classes able to expose a k-nearest-neighbour object.
ByteObjectPair<Q> - Class in org.openimaj.util.pair
A pair of byte and a generic type
ByteObjectPair(byte, Q) - Constructor for class org.openimaj.util.pair.ByteObjectPair
Construct pair with given values
ByteObjectPair() - Constructor for class org.openimaj.util.pair.ByteObjectPair
Construct empty pair
ByteProductQuantiser - Class in org.openimaj.knn.pq
Implementation of a Product Quantiser for vectors/arrays of bytes.
ByteProductQuantiser(ByteNearestNeighboursExact[]) - Constructor for class org.openimaj.knn.pq.ByteProductQuantiser
Construct a ByteProductQuantiser with the given nearest-neighbour assigners.
ByteProductQuantiserUtilities - Class in org.openimaj.knn.pq
Utility methods for easily creating a ByteProductQuantiser using (Exact) K-Means.
BytePStableFactory - Class in org.openimaj.lsh.functions
Base class for hashing schemes based on P-Stable distributions.
BytePStableFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.BytePStableFactory
Construct with the given parameters.
BytePStableFactory.PStableFunction - Class in org.openimaj.lsh.functions
 
bytes() - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
bytes(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
ByteSDCNearestNeighbours - Class in org.openimaj.knn.pq
Nearest-neighbours using Symmetric Distance Computation (SDC) on Product Quantised vectors.
ByteSDCNearestNeighbours(ByteProductQuantiser, byte[][][], byte[][]) - Constructor for class org.openimaj.knn.pq.ByteSDCNearestNeighbours
Construct the SDC with the given quantiser, centroids (corresponding to the quantiser's internal assigners), and data.
ByteShortPair - Class in org.openimaj.util.pair
A pair of byte and short types
ByteShortPair(byte, short) - Constructor for class org.openimaj.util.pair.ByteShortPair
Construct pair with given values
ByteShortPair() - Constructor for class org.openimaj.util.pair.ByteShortPair
Construct empty pair
byteToInt(byte[]) - Static method in class org.openimaj.util.array.ByteArrayConverter
Convert the given byte array to an array of ints.
byteToInt(byte[][]) - Static method in class org.openimaj.util.array.ByteArrayConverter
Convert the given 2d byte array to a 2d array of ints.

C

c(FImage) - Method in enum org.openimaj.tools.globalfeature.ShapeFeatures
 
C - Variable in class org.openimaj.workinprogress.featlearn.cifarexps.CIFARExperimentFramework
 
Cachable - Interface in org.openimaj.io
A cachable object can identify itself.
CachableASCII - Interface in org.openimaj.io
A Cachable that is capable of being read/written as ASCII.
CachableBinary - Interface in org.openimaj.io
A Cachable that is capable of being read/written as Binary.
Cache - Class in org.openimaj.io
In its simplest form this function constructs an object using the construct found for the objects specified.
Cache() - Constructor for class org.openimaj.io.Cache
 
cached_veclen - Variable in class org.openimaj.feature.local.list.MemoryLocalFeatureList
 
CachedDoubleSpectralClustering - Class in org.openimaj.ml.clustering.spectral
DoubleSpectralClustering extention which knows how to write and read its eigenvectors to disk and therefore not regenerate them when calling the underlying PreparedSpectralClustering
CachedDoubleSpectralClustering(File, SpectralClusteringConf<double[]>) - Constructor for class org.openimaj.ml.clustering.spectral.CachedDoubleSpectralClustering
 
cachedRects - Variable in class org.openimaj.image.objectdetection.haar.HaarFeature
 
CachedTrainingData - Class in org.openimaj.image.objectdetection.haar.training
 
CachedTrainingData(List<SummedSqTiltAreaTable>, List<SummedSqTiltAreaTable>, List<HaarFeature>) - Constructor for class org.openimaj.image.objectdetection.haar.training.CachedTrainingData
 
cacheValues() - Method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
 
cacheVideo(Video<I>) - Static method in class org.openimaj.video.VideoCache
Cache the whole of the given video.
cacheVideo(Video<I>, VideoTimecode, VideoTimecode) - Static method in class org.openimaj.video.VideoCache
Cache the given time range from the given video.
CachingFeatureExtractor<FEATURE,OBJECT extends Identifiable> - Class in org.openimaj.feature
A simple wrapper for a feature extractor that caches the extracted feature to a HashMap.
CachingFeatureExtractor(FeatureExtractor<FEATURE, OBJECT>) - Constructor for class org.openimaj.feature.CachingFeatureExtractor
Construct the cache HashMap.
CachingFeatureExtractor(FeatureExtractor<FEATURE, OBJECT>, boolean) - Constructor for class org.openimaj.feature.CachingFeatureExtractor
Construct the cache HashMap The given extractor will be used to generate the features.
CachingMultivariateGaussian - Class in org.openimaj.math.statistics.distribution
A single multidimensional Gaussian.
CachingMultivariateGaussian() - Constructor for class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
 
CachingMultivariateGaussian(Matrix, Matrix) - Constructor for class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
Construct the Gaussian with the provided center and covariance
CachingMultivariateGaussian(int) - Constructor for class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
Construct the Gaussian with the zero mean and unit variance
calcParams(Matrix, Matrix, Matrix) - Method in class com.jsaragih.PDM
Calculate the PDM parameters
calcShape2D(Matrix, Matrix, Matrix) - Method in class com.jsaragih.PDM
Calculate Shape 2D
calculate(Map<K, A>, Map<K, A>) - Static method in class org.openimaj.experiment.evaluation.agreement.CohensKappaInterraterAgreement
The input should be a Map for each rater where the keys represent all the subjects that were rated by the raters and the values represent the annotations given by the raters.
calculate(List<Map<K, A>>) - Static method in class org.openimaj.experiment.evaluation.agreement.FleissInterraterAgreement
Calculate Fleiss interrater agreement
calculate(Map<K, A>, Map<K, A>) - Static method in class org.openimaj.experiment.evaluation.agreement.PercentageInterraterAgreement
The input should be a Map for each rater where the keys represent all the subjects that were rated by the raters and the values represent the annotations given by the raters.
calculateArea(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.SummedAreaTable
Calculate the sum of pixels in the image used for constructing this SAT within the rectangle defined by (x1,y1) [top-left coordinate] and (x2,y2) [bottom- right coordinate]
calculateArea(Rectangle) - Method in class org.openimaj.image.analysis.algorithm.SummedAreaTable
Calculate the sum of pixels in the image used for constructing this SAT within the given rectangle
calculateArea() - Method in class org.openimaj.image.pixel.PixelSet
Calculate the area of this connected component in pixels.
calculateArea() - Method in class org.openimaj.math.geometry.shape.Circle
 
calculateArea() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
calculateArea() - Method in class org.openimaj.math.geometry.shape.Polygon
 
calculateArea() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
calculateArea() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
calculateArea() - Method in interface org.openimaj.math.geometry.shape.Shape
Calculate the area of the shape
calculateArea() - Method in class org.openimaj.math.geometry.shape.Triangle
 
calculateArea() - Method in class org.openimaj.text.geo.WorldPlace
 
calculateArea() - Method in class org.openimaj.vis.world.WorldPlace
Calculates the area of the country
calculateAreaRatio(ConnectedComponent) - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculate the ratio of the area of the given connected component to the area of the connected component.
calculateAreaRatio(Polygon) - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculate the ratio of the area of the given polygon to the area of this connected component.
calculateAverageHeightWidth(double[]) - Method in class org.openimaj.image.pixel.PixelSet
Calculate the height and width of a box surrounding the component by averaging the distances of pixels above and below the centroid.
calculateAverageHeightWidth() - Method in class org.openimaj.image.pixel.PixelSet
Calculate the height and width of a box surrounding the component by averaging the distances of pixels above and below the centroid.
calculateBasicMajorityVote(List<A>) - Static method in class org.openimaj.experiment.evaluation.agreement.MajorityVoting
Returns the basic majority vote or null if there is no majority within the given list of annotations.
calculateBasicMajorityVote(Map<String, List<A>>) - Static method in class org.openimaj.experiment.evaluation.agreement.MajorityVoting
Calculated the majority vote for a set of subjects, where each subject has a set of answers.
calculateBinaryMask(Image<?, ?>) - Method in class org.openimaj.image.pixel.PixelSet
Returns an image where the connected component is masked in the image.
calculateBoundaryDistanceFromCentre() - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculates the distance from the centroid of every pixel on the 8-connected boundary of this component.
calculateCentroid() - Method in class org.openimaj.image.pixel.PixelSet
Calculate the centroid of the connected component.
calculateCentroid() - Method in interface org.openimaj.math.geometry.GeometricObject2d
Calculate the centroid of the shape
calculateCentroid() - Method in class org.openimaj.math.geometry.line.Line2d
 
calculateCentroid() - Method in class org.openimaj.math.geometry.point.PointList
Get the centre of gravity of the PointList
calculateCentroid() - Method in class org.openimaj.math.geometry.shape.Circle
 
calculateCentroid() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
calculateCentroid() - Method in class org.openimaj.math.geometry.shape.Polygon
Calculate the centroid of the polygon.
calculateCentroid() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
calculateCentroid() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
calculateCentroid() - Method in class org.openimaj.math.geometry.shape.Triangle
 
calculateCentroidPixel() - Method in class org.openimaj.image.pixel.PixelSet
Calculates the centroid pixel of the connected component.
calculateConvexHull() - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculates the convex hull polygon for this connected component using Andrew's montone algorithm.
calculateConvexHull() - Method in class org.openimaj.math.geometry.point.PointList
Calculate the convex hull of the points using the Graham Scan algorithm.
calculateConvexHull_AndrewsMontone() - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculate the convex hull using Andrew's monotone chain 2D convex hull algorithm.
calculateConvexHull_Melkman(List<Pixel>) - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculate convex hull using Melkman's algorithm.
calculateConvexHullMelkman() - Method in class org.openimaj.math.geometry.shape.Polygon
Calculate convex hull using Melkman's algorithm.
calculateDeltaE(double[], double[]) - Static method in class org.openimaj.image.analysis.colour.CIEDE2000
Calculate the colour difference value between two colours in lab space.
calculateDeltaE(float[], float[]) - Static method in class org.openimaj.image.analysis.colour.CIEDE2000
Calculate the colour difference value between two colours in lab space.
calculateDeltaE(Float[], Float[]) - Static method in class org.openimaj.image.analysis.colour.CIEDE2000
Calculate the colour difference value between two colours in lab space.
calculateDeltaE(double, double, double, double, double, double) - Static method in class org.openimaj.image.analysis.colour.CIEDE2000
Calculate the colour difference value between two colours in lab space.
calculateDensestSubgraph() - Method in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
 
calculateDensity(Graph<?, ?>) - Static method in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
Calculate the density of the graph as the number of edges divided by the number of vertices
calculateDirection() - Method in class org.openimaj.image.pixel.PixelSet
Calculates the principle direction of the connected component.
calculateDirection() - Method in class org.openimaj.math.geometry.shape.Polygon
Calculates the principle direction of the connected component.
calculateError() - Method in class org.openimaj.image.camera.calibration.CameraCalibrationZhang
Compute the average per-pixel error (in pixels)
calculateError(List<? extends IndependentPair<double[], Integer>>) - Method in class org.openimaj.ml.linear.learner.perceptron.SimplePerceptron
 
calculateFirstMoment() - Method in class org.openimaj.math.geometry.shape.Polygon
Treating the polygon as a continuous piecewise function, calculate exactly the first moment.
calculateHistograms(int[][], int) - Method in class org.openimaj.image.feature.dense.binarypattern.LocalUniformBinaryPatternHistogram
Compute the histograms for the given pattern image, encoded with the given number of bits.
calculateHomography(Polygon) - Method in class org.openimaj.image.text.extraction.LiuSamarabanduTextExtractorBasic
Calculates the point pairing for a given distorted polygon into orthogonal space.
calculateHorizontalAngle() - Method in class org.openimaj.math.geometry.line.Line2d
Returns the angle (radians) this line makes with a horizontal line
calculateHorizontalProjection() - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Calculates a projection across the accumulator space.
calculateHorizontalProjection(FImage) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Calculates a projection across the given accumulator space.
calculateHue(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Calculate Hue in 0..1 range from a 3-band RGB MBFImage
calculateIntensity(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Calculate intensity by averaging R, G, B planes.
calculateIntensity(MBFImage, float, float, float) - Static method in class org.openimaj.image.colour.Transforms
Calculate Intensity image from an RGB or RGBA MBFImage with given weightings for R, G and B
calculateIntensityNTSC(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Calculate intensity by a weighted average of the R, G, B planes.
calculateIntensityNTSC_LUT(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Calculate intensity by a weighted average of the R, G, B planes.
calculateLBP(FImage) - Static method in class org.openimaj.image.feature.dense.binarypattern.BasicLocalBinaryPattern
Calculate the LBP for every pixel in the image.
calculateLBP(FImage, int, int) - Static method in class org.openimaj.image.feature.dense.binarypattern.BasicLocalBinaryPattern
Calculate the basic LBP for a single point.
calculateLBP(FImage, Pixel) - Static method in class org.openimaj.image.feature.dense.binarypattern.BasicLocalBinaryPattern
Calculate the basic LBP for a single point.
calculateLBP(FImage, float, int) - Static method in class org.openimaj.image.feature.dense.binarypattern.ExtendedLocalBinaryPattern
Calculate the LBP for every pixel in the image.
calculateLBP(FImage, float, int, int, int) - Static method in class org.openimaj.image.feature.dense.binarypattern.ExtendedLocalBinaryPattern
Calculate the extended LBP for a single point.
calculateLBP(FImage, float, int, Pixel) - Static method in class org.openimaj.image.feature.dense.binarypattern.ExtendedLocalBinaryPattern
Calculate the extended LBP for a single point.
calculateLength() - Method in class org.openimaj.math.geometry.line.Line2d
 
calculateLength() - Method in interface org.openimaj.math.geometry.path.Path2d
Calculate the length of the path
calculateLength() - Method in class org.openimaj.math.geometry.path.Polyline
 
calculateLTP(FImage, float, int, float) - Static method in class org.openimaj.image.feature.dense.binarypattern.LocalTernaryPattern
Calculate the LBP for every pixel in the image.
calculateLTP(FImage, float, int, float, int, int) - Static method in class org.openimaj.image.feature.dense.binarypattern.LocalTernaryPattern
Calculate the LTP for a single point.
calculateLTP(FImage, float, int, float, Pixel) - Static method in class org.openimaj.image.feature.dense.binarypattern.LocalTernaryPattern
Calculate the LTP for a single point.
calculateMFCC(SampleBuffer) - Method in class org.openimaj.audio.features.MFCC
Calculate the MFCCs for the given sample buffer.
calculateMoment(int, int, double, double) - Method in class org.openimaj.image.pixel.PixelSet
Calculate the pq moment, μpq around the given centroid.
calculateMoment(int, int) - Method in class org.openimaj.image.pixel.PixelSet
Calculate the pq central moment, μpq for this region.
calculateMomentNormalised(int, int) - Method in class org.openimaj.image.pixel.PixelSet
Calculate the normalized, unscaled, central moments ηpq.
calculateNormal(Point2d, PointList) - Method in class org.openimaj.math.geometry.point.PointListConnections
Calculate the normal vector at a given vertex.
calculateNormal(int, PointList) - Method in class org.openimaj.math.geometry.point.PointListConnections
Calculate the normal vector at a given vertex id.
calculateNormalLine(Point2d, PointList, float) - Method in class org.openimaj.math.geometry.point.PointListConnections
Calculate a normal line for a given vertex.
calculateNormalLine(int, PointList, float) - Method in class org.openimaj.math.geometry.point.PointListConnections
Calculate a normal line for a given vertex.
calculateOrientatedBoundingBox() - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculates the polygon that defines the minimum bounding box that best fits the connected component, at whatever angle that may be.
calculateOrientatedBoundingBoxAspectRatio() - Method in class org.openimaj.image.pixel.ConnectedComponent
Compute the aspect ratio of the oriented bounding box.
calculateOrientedBoundingBox() - Method in class org.openimaj.math.geometry.shape.Ellipse
Calculate the oriented bounding box.
calculateOverlapPercentage(Ellipse, Ellipse, double) - Method in class org.openimaj.image.feature.local.interest.experiment.IPDRepeatability
The overlap of a pair of ellipses (doesn't give the same results as the oxford implementation below, TODO: FIXME :)
calculateOverlapPercentageOxford(Matrix, Matrix, Ellipse, Ellipse, double) - Method in class org.openimaj.image.feature.local.interest.experiment.IPDRepeatability
This is how the original matlab found the difference between two ellipses.
calculateOverlappingEllipses() - Method in class org.openimaj.image.feature.local.interest.experiment.IPDRepeatability
Find pairs of interest points whose ellipses overlap sufficiently and calculate how much they overlap.
calculateOverlappingEllipses(List<Ellipse>, List<Ellipse>, Matrix, double) - Static method in class org.openimaj.image.feature.local.interest.experiment.IPDRepeatability
 
calculatePercentageConvexHullFit() - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculate the ratio of the area of this component's convex hull to the actual area of this connected component.
calculatePerimeter() - Method in class org.openimaj.math.geometry.shape.Circle
 
calculatePerimeter() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
calculatePerimeter() - Method in class org.openimaj.math.geometry.shape.Polygon
 
calculatePerimeter() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
calculatePerimeter() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
calculatePerimeter() - Method in interface org.openimaj.math.geometry.shape.Shape
Calculate the perimeter of the shape
calculatePerimeter() - Method in class org.openimaj.math.geometry.shape.Triangle
 
calculatePosition(D) - Method in interface org.openimaj.vis.DataUnitsTransformer
For a given coordinate in the units of the data, will calculate the render coordinates
calculatePosition(double[]) - Method in class org.openimaj.vis.general.AxesRenderer2D
For a given coordinate in the units of the data, will calculate the render coordinates
calculatePosition(double, double) - Method in class org.openimaj.vis.general.AxesRenderer2D
Helper function to calulate the render position of a data unit
calculatePosition(double[]) - Method in class org.openimaj.vis.general.AxesRenderer3D
 
calculatePosition(Double) - Method in class org.openimaj.vis.general.AxisRenderer2D
For a given coordinate in the units of the data, will calculate the render coordinates
calculatePosition(Double) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
calculatePrevailingAngle() - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the most frequent angle that occurs within the accumulator space by calculating a horizontal projection over the accumulator space and returning the angle with the most votes.
calculatePrevailingAngle(FImage, int, double) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the most frequent angle that occurs within the given accumulator space by calculating a horizontal projection over the accumulator space and returning the angle with the most votes.
calculatePrevailingAngle(float, float) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the most frequent angle that occurs within the given accumulator space with a given range of angles (specified in degrees) by calculating a horizontal projection over the given accumulator space and returning the angle with the most votes.
calculateProcess(AudioFormat, AudioFormat) - Static method in class org.openimaj.audio.conversion.AudioConverter
Calculates the chain of processors that will convert from one format to the other and will return the first in the chain.
calculateRegularBoundingBox() - Method in class org.openimaj.image.pixel.PixelSet
Calculate the regular bounding box of the region by calculating the maximum and minimum x and y coordinates of the pixels contained within the region.
calculateRegularBoundingBox() - Method in interface org.openimaj.math.geometry.GeometricObject2d
Compute the regular (oriented to the axes) bounding box of the shape.
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.line.Line2d
 
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.point.PointList
Compute the regular (oriented to the axes) bounding box of the PointList.
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.shape.Circle
 
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.shape.Polygon
Compute the regular (oriented to the axes) bounding box of the polygon.
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
calculateRegularBoundingBox() - Method in class org.openimaj.math.geometry.shape.Triangle
 
calculateRegularBoundingBoxAspectRatio() - Method in class org.openimaj.image.pixel.PixelSet
Compute the aspect ratio of the regular bounding box.
calculateROI() - Method in class org.openimaj.image.saliency.LuoTangSubjectRegion
 
calculateSaturation(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Calculate Saturation image from a 3-band RGB MBFImage
calculateSecondMoment() - Method in class org.openimaj.math.geometry.shape.Polygon
Treating the polygon as a continuous piecewise function, calculate exactly the second moment.
calculateSecondMomentCentralised() - Method in class org.openimaj.math.geometry.shape.Polygon
Treating the polygon as a continuous piecewise function, calculate exactly the centralised second moment.
calculateSignedArea() - Method in class org.openimaj.math.geometry.shape.Polygon
Calculate the area of the polygon.
calculateSqSumArea(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.SummedSqAreaTable
Calculate the sum of squared pixels in the image used for constructing this SAT within the rectangle defined by (x1,y1) [top-left coordinate] and (x2,y2) [bottom- right coordinate]
calculateSqSumArea(Rectangle) - Method in class org.openimaj.image.analysis.algorithm.SummedSqAreaTable
Calculate the sum of squared pixels in the image used for constructing this SAT within the given rectangle
calculateStability(IndexClusters, IndexClusters, TIntSet) - Method in class org.openimaj.ml.clustering.incremental.IncrementalSparseClusterer
 
calculateStreamLength(ListDataset<List<SampleBuffer>>) - Static method in class org.openimaj.audio.analysis.benchmarking.AudioDatasetHelper
Calculate the length of the stream of samples that will come from the dataset.
calculateSumArea(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.SummedSqAreaTable
Calculate the sum of pixels in the image used for constructing this SAT within the rectangle defined by (x1,y1) [top-left coordinate] and (x2,y2) [bottom- right coordinate]
calculateSumArea(Rectangle) - Method in class org.openimaj.image.analysis.algorithm.SummedSqAreaTable
Calculate the sum of pixels in the image used for constructing this SAT within the given rectangle
calculateThreshold(FImage, int) - Static method in class org.openimaj.image.processing.threshold.OtsuThreshold
Estimate the threshold for the given image.
calculateThreshold(float[], int) - Static method in class org.openimaj.image.processing.threshold.OtsuThreshold
Estimate the threshold for the given data.
calculateThreshold(int[][], int) - Static method in class org.openimaj.ml.clustering.rac.IntRAC
 
calculateThresholdAndVariance(float[], int) - Static method in class org.openimaj.image.processing.threshold.OtsuThreshold
Estimate the threshold and inter-class variance for the given data.
calculateTiltedSumArea(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.SummedSqTiltAreaTable
Calculate the sum of pixels in the image used for constructing this SAT within the 45 degree tilted rectangle.
calculateTiltedSumArea(Rectangle) - Method in class org.openimaj.image.analysis.algorithm.SummedSqTiltAreaTable
Calculate the sum pixels in the image used for constructing this SAT within the given 45-degree tilted rectangle.
calculateUniformPatterns(int) - Static method in class org.openimaj.image.feature.dense.binarypattern.UniformBinaryPattern
 
calculateUnitsAt(U) - Method in interface org.openimaj.vis.DataUnitsTransformer
Calculates the data unit coordinate at the given render coordinates
calculateUnitsAt(int[]) - Method in class org.openimaj.vis.general.AxesRenderer2D
Calculates the data unit coordinate at the given render coordinates
calculateUnitsAt(double[]) - Method in class org.openimaj.vis.general.AxesRenderer3D
 
calculateUnitsAt(double[]) - Method in class org.openimaj.vis.general.AxisRenderer2D
Calculates the data unit coordinate at the given render coordinates
calculateUnitsAt(Double) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
calculateValue(double) - Method in class org.openimaj.content.animation.animator.LinearTimeBasedByteValueAnimator
Calculates the value of the byte based on the start, end and current percentage.
calculateValue(double) - Method in class org.openimaj.content.animation.animator.LinearTimeBasedDoubleValueAnimator
Calculates the value of the double based on the start, end and current percentage.
calculateValue(double) - Method in class org.openimaj.content.animation.animator.LinearTimeBasedFloatValueAnimator
Calculates the value of the float based on the start, end and current percentage.
calculateValue(double) - Method in class org.openimaj.content.animation.animator.LinearTimeBasedIntegerValueAnimator
Calculates the value of the int based on the start, end and current percentage.
calculateValue(double) - Method in class org.openimaj.content.animation.animator.LinearTimeBasedLongValueAnimator
Calculates the value of the long based on the start, end and current percentage.
calculateValue(double) - Method in class org.openimaj.content.animation.animator.LinearTimeBasedShortValueAnimator
Calculates the value of the short based on the start, end and current percentage.
calculateValue(double) - Method in class org.openimaj.content.animation.animator.TimeBasedValueAnimator
Given a percentage value (0 < pc <=1), the method should return a value for the animation.
calculateVerticalAngle() - Method in class org.openimaj.math.geometry.line.Line2d
Returns the angle (radians) this line makes with a vertical line
calibrationMatrix - Variable in class org.openimaj.image.camera.CameraIntrinsics
The camera calibration matrix
call(Object) - Method in enum org.openimaj.hardware.gps.NMEASentenceType
 
callback(Vector) - Method in class ch.akuhn.matrix.eigenvalues.FewEigenvalues
 
Caltech101 - Class in org.openimaj.image.annotation.evaluation.datasets
The CalTech101 image dataset.
Caltech101.Record<IMAGE extends Image<?,IMAGE>> - Class in org.openimaj.image.annotation.evaluation.datasets
A record in the Caltech 101 dataset.
Camera - Class in org.openimaj.image.camera
A model of the extrinsic parameters of a pinhole (projective) camera (translation in 3d space, and 3d rotation matrix), coupled with the camera's intrinsic parameters.
Camera() - Constructor for class org.openimaj.image.camera.Camera
 
camera_serial() - Method in class org.openimaj.hardware.kinect.freenect.freenect_device_attributes
< Serial number of this device's camera subdevice
C type : const char*
camera_serial(Pointer<Byte>) - Method in class org.openimaj.hardware.kinect.freenect.freenect_device_attributes
< Serial number of this device's camera subdevice
C type : const char*
CameraCalibration - Class in org.openimaj.image.camera.calibration
 
CameraCalibration(List<List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>>, int, int) - Constructor for class org.openimaj.image.camera.calibration.CameraCalibration
 
CameraCalibrationZhang - Class in org.openimaj.image.camera.calibration
Implementation of Zhengyou Zhang's camera calibration routine using a planar calibration pattern.
CameraCalibrationZhang(List<List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>>, int, int) - Constructor for class org.openimaj.image.camera.calibration.CameraCalibrationZhang
Calibrate a camera using Zhang's method based on the given model-image point pairs across a number of images.
CameraIntrinsics - Class in org.openimaj.image.camera
The intrinsic parameters of a camera (focal length in x and y; skew; principal point in x and y; 3-term radial distorion; 2-term tangential distortion).
CameraIntrinsics(Matrix, int, int) - Constructor for class org.openimaj.image.camera.CameraIntrinsics
Construct with the given matrix.
cameraPosition - Variable in class org.openimaj.vis.Visualisation3D
Object that provide the camera position over time
CameraPositionProvider - Interface in org.openimaj.vis.general
 
cameras - Variable in class org.openimaj.image.camera.calibration.CameraCalibrationZhang
 
CameraSelector - Class in org.openimaj.content.slideshow
Utility class for getting a preferred camera.
CameraSelector() - Constructor for class org.openimaj.content.slideshow.CameraSelector
 
cameraToWorld(int, int, int) - Method in class org.openimaj.hardware.kinect.KinectController
Compute the world coordinates from the pixel location and registered depth.
cameraToWorld(int, int, int, double) - Method in class org.openimaj.hardware.kinect.KinectController
Compute the world coordinates from the pixel location and registered depth.
cameraToWorld(int, int, int, double, float[]) - Method in class org.openimaj.hardware.kinect.KinectController
Compute the world coordinates from the pixel location and registered depth.
cameraToWorld(FImage, int, int, int, int, int, int) - Method in class org.openimaj.hardware.kinect.KinectController
Compute the world coordinates from the pixel locations in the given registered depth image.
canConsume(URL) - Method in class org.openimaj.web.scraping.images.FacebookConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.ImgurConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.InstagramConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.OwlyImageConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.TmblrPhotoConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.TwipleConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.TwitPicConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.TwitterPhotoConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.images.YfrogConsumer
 
canConsume(URL) - Method in class org.openimaj.web.scraping.SimpleHTMLScrapingConsumer
 
canConsume(URL) - Method in interface org.openimaj.web.scraping.SiteSpecificConsumer
Determine whether the given URL can be handled by this consumer.
candidateFinder - Variable in class org.openimaj.text.nlp.namedentity.YagoEntityExactMatcherFactory.YagoEntityExactMatcher
made public so that you have access to the candidateFinder to setNGrams.
canny - Variable in class org.openimaj.image.text.extraction.swt.SWTTextDetector.Options
The canny edge detector to use for the SWT.
CannyEdgeDetector - Class in org.openimaj.image.processing.edges
Canny edge detector.
CannyEdgeDetector() - Constructor for class org.openimaj.image.processing.edges.CannyEdgeDetector
Default constructor.
CannyEdgeDetector(float) - Constructor for class org.openimaj.image.processing.edges.CannyEdgeDetector
Construct with the give sigma.
CannyEdgeDetector(float, float, float) - Constructor for class org.openimaj.image.processing.edges.CannyEdgeDetector
Construct with all parameters set manually.
CannyEdgeDetector2 - Class in org.openimaj.image.processing.edges
Deprecated.
CannyEdgeDetector2() - Constructor for class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
Default constructor
canRead(InputStream, String) - Method in class org.openimaj.audio.reader.OneSecondClipReader
Returns true if the stream can be read, or false otherwise.
canRead(FileObject, String) - Method in class org.openimaj.data.dataset.VFSListDataset.FileObjectISReader
 
canRead(InputStream, String) - Method in interface org.openimaj.io.InputStreamObjectReader
Returns true if the stream can be read, or false otherwise.
canRead(InputStreamObjectReader<?>, BufferedInputStream, String) - Static method in class org.openimaj.io.IOUtils
Test whether the data in the given InputStream can be read by the given InputStreamObjectReader.
canRead(ObjectReader<?, SRC>, SRC, String) - Static method in class org.openimaj.io.IOUtils
Test whether the data in the given source can be read by the given ObjectReader.
canRead(SOURCE, String) - Method in interface org.openimaj.io.ObjectReader
Returns true if the stream can be read, or false otherwise.
capture() - Method in class org.openimaj.processing.OpenIMAJ
Capture an MBFImage
capture(boolean) - Method in class org.openimaj.processing.OpenIMAJ
 
capturePImage() - Method in class org.openimaj.processing.OpenIMAJ
Given an initialised video capture, capture a PImage
capturePImage(boolean) - Method in class org.openimaj.processing.OpenIMAJ
Given an initialised video capture, capture a PImage
carrier - Variable in class org.openimaj.audio.generation.Synthesizer.FMOptions
The carrier signal
cascade - Variable in class org.openimaj.image.objectdetection.haar.Detector
 
CascadeLearner - Class in org.openimaj.ml.classification.cascade
 
CascadeLearner() - Constructor for class org.openimaj.ml.classification.cascade.CascadeLearner
 
category - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013.Record
The category in which the image was found
category - Variable in class org.openimaj.twitter.USMFStatus
Category of content
CatmullRomFilter - Class in org.openimaj.image.processing.resize.filters
Catmull-Rom (Catrom) interpolation filter for the resample function
CatmullRomFilter() - Constructor for class org.openimaj.image.processing.resize.filters.CatmullRomFilter
 
CBIRMain - Class in org.openimaj.tools.cbir
Main tool entry point
CBIRMain() - Constructor for class org.openimaj.tools.cbir.CBIRMain
 
cc - Variable in class org.openimaj.image.text.extraction.swt.LetterCandidate
 
CCDetectedFace - Class in org.openimaj.image.processing.face.detection
A DetectedFace that is represented/detected by a ConnectedComponent.
CCDetectedFace() - Constructor for class org.openimaj.image.processing.face.detection.CCDetectedFace
Default constructor.
CCDetectedFace(Rectangle, FImage, ConnectedComponent, float) - Constructor for class org.openimaj.image.processing.face.detection.CCDetectedFace
Construct with a bounds rectangle (the bounding box of the face in the detection image),an image patch that describes the contents of the bounds rectangle from the original image, and a ConnectedComponent describing the shape of the detected face.
ccl - Variable in class org.openimaj.workinprogress.LOCKY
 
centeredRotationMatrix(double, int, int) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Construct a rotation about the centre of the rectangle defined by width and height (i.e.
centre - Variable in class org.openimaj.image.feature.local.interest.EllipticKeyPoint
 
centre - Variable in class org.openimaj.math.geometry.shape.Circle
 
centreFrequency - Variable in class org.openimaj.audio.filters.TriangularFilter
The centre (peak) frequency of the filter
centroid - Variable in class org.openimaj.image.text.extraction.swt.LetterCandidate
 
CentroidRenderer<T> - Class in org.openimaj.image.processor.connectedcomponent.render
Renders a connected component's centroid into the given image.
CentroidRenderer(Image<T, ?>, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.CentroidRenderer
Default constructor that takes the image to draw into and the colour to draw the centroid.
CentroidRenderer(int, int, T) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.CentroidRenderer
Constructor that creates the image to draw into and takes the colour to draw the centroid.
centroids - Variable in class org.openimaj.ml.clustering.ByteCentroidsResult
The centroids of the clusters
centroids - Variable in class org.openimaj.ml.clustering.DoubleCentroidsResult
The centroids of the clusters
centroids - Variable in class org.openimaj.ml.clustering.FeatureVectorCentroidsResult
The centroids of the clusters
centroids - Variable in class org.openimaj.ml.clustering.FloatCentroidsResult
The centroids of the clusters
centroids - Variable in class org.openimaj.ml.clustering.IntCentroidsResult
The centroids of the clusters
centroids - Variable in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
The centroids of the clusters
centroids - Variable in class org.openimaj.ml.clustering.LongCentroidsResult
The centroids of the clusters
centroids - Variable in class org.openimaj.ml.clustering.ShortCentroidsResult
The centroids of the clusters
CENTROIDS_EXACT - Static variable in class org.openimaj.hadoop.tools.fastkmeans.AKMeans
Config option where for exact mode or not
CENTROIDS_K - Static variable in class org.openimaj.hadoop.tools.fastkmeans.AKMeans
Config option where for number of centroids K
CENTROIDS_PATH - Static variable in class org.openimaj.hadoop.tools.fastkmeans.AKMeans
Config option where for centroids path
CentroidsProvider<DATATYPE> - Interface in org.openimaj.ml.clustering
Interface for clusterers capable of providing the centroids of the clusters.
CFMatrixMultiplyBenchmark - Class in org.openimaj.ml.benchmark
 
CFMatrixMultiplyBenchmark() - Constructor for class org.openimaj.ml.benchmark.CFMatrixMultiplyBenchmark
 
CFMatrixUtils - Class in org.openimaj.math.matrix
Utility methods for dealing with the cognitive foundry Matrix.
CFMatrixUtils() - Constructor for class org.openimaj.math.matrix.CFMatrixUtils
 
ch.akuhn.matrix - package ch.akuhn.matrix
 
ch.akuhn.matrix.eigenvalues - package ch.akuhn.matrix.eigenvalues
 
change - Variable in class org.openimaj.stream.provider.WikipediaEditsDataset.WikipediaEdit
The change ID
changedCentroidCount - Variable in class org.openimaj.ml.clustering.kmeans.ByteKMeans.Result
 
changedCentroidCount - Variable in class org.openimaj.ml.clustering.kmeans.DoubleKMeans.Result
 
changedCentroidCount - Variable in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans.Result
 
changedCentroidCount - Variable in class org.openimaj.ml.clustering.kmeans.FloatKMeans.Result
 
changedCentroidCount - Variable in class org.openimaj.ml.clustering.kmeans.IntKMeans.Result
 
changedCentroidCount - Variable in class org.openimaj.ml.clustering.kmeans.LongKMeans.Result
 
changedCentroidCount - Variable in class org.openimaj.ml.clustering.kmeans.ShortKMeans.Result
 
ChangeDetectingEigenChooser - Class in org.openimaj.ml.clustering.spectral
Attempts to automatically choose the number of eigen vectors based on the relative gap between eigen values.
ChangeDetectingEigenChooser(double, double) - Constructor for class org.openimaj.ml.clustering.spectral.ChangeDetectingEigenChooser
 
changeTCPyramid(int) - Method in class org.openimaj.video.tracking.klt.TrackingContext
KLTChangeTCPyramid
changeVideo(Video<T>) - Method in class org.openimaj.video.VideoDisplay
Change the video that is being displayed by this video display.
CHANNEL_KEY - Variable in class org.openimaj.stream.provider.irc.BasicIRCStreamDataset
The IRC channel name key
chapter() - Method in class org.openimaj.citation.annotation.mock.MockReference
The chapter number
Characteristic() - Constructor for class org.openimaj.image.feature.local.engine.ipd.FinderMode.Characteristic
 
Characteristic(int, double, double) - Constructor for class org.openimaj.image.feature.local.engine.ipd.FinderMode.Characteristic
 
Characteristic(int) - Constructor for class org.openimaj.image.feature.local.engine.ipd.FinderMode.Characteristic
 
CharacteristicOctaveInterestPointFinder<T extends InterestPointData> - Class in org.openimaj.image.feature.local.detector.ipd.finder
A characteristic octave interest point finder throws InterestPointData away if two instances are similar.
CharacteristicOctaveInterestPointFinder(MultiscaleInterestPointDetector<T>, IPDSelectionMode) - Constructor for class org.openimaj.image.feature.local.detector.ipd.finder.CharacteristicOctaveInterestPointFinder
construct this finder with the detector and selection mode
charAt(int) - Method in class org.openimaj.utils.threads.InterruptibleCharSequence
 
CharikarDensestSubgraph<V,E> - Class in org.openimaj.math.graph.algorithm
Implementation of Charikar's greedy Densest-subgraph algorithm for unweighted, undirected graphs.
CharikarDensestSubgraph(UndirectedGraph<V, E>) - Constructor for class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
Compute the densest subgraph of a graph.
charPattern() - Method in class org.openimaj.text.nlp.patterns.PunctuationPatternProvider
 
charset - Variable in class org.openimaj.util.list.AbstractFileBackedList
 
check(int, FImage, Matrix) - Method in class com.jsaragih.MFCheck
Check the whether its actually a face
check(double) - Method in interface org.openimaj.math.util.distance.DistanceCheck
Test the distance
check(double) - Method in class org.openimaj.math.util.distance.ModelDistanceCheck
 
check(double) - Method in class org.openimaj.math.util.distance.ThresholdDistanceCheck
 
checkAccuracyComplexFFT_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckDoubleFFT
 
checkAccuracyComplexFFT_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckFloatFFT
 
checkAccuracyComplexFFT_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckDoubleFFT
 
checkAccuracyComplexFFT_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckFloatFFT
 
checkAccuracyComplexFFT_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckDoubleFFT
 
checkAccuracyComplexFFT_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckFloatFFT
 
checkAccuracyDCT_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.AccuracyCheckDoubleDCT
 
checkAccuracyDCT_1D() - Static method in class edu.emory.mathcs.jtransforms.dct.AccuracyCheckFloatDCT
 
checkAccuracyDCT_2D() - Static method in class edu.emory.mathcs.jtransforms.dct.AccuracyCheckDoubleDCT
 
checkAccuracyDCT_2D() - Static method in class edu.emory.mathcs.jtransforms.dct.AccuracyCheckFloatDCT
 
checkAccuracyDCT_3D() - Static method in class edu.emory.mathcs.jtransforms.dct.AccuracyCheckDoubleDCT
 
checkAccuracyDCT_3D() - Static method in class edu.emory.mathcs.jtransforms.dct.AccuracyCheckFloatDCT
 
checkAccuracyDHT_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.AccuracyCheckDoubleDHT
 
checkAccuracyDHT_1D() - Static method in class edu.emory.mathcs.jtransforms.dht.AccuracyCheckFloatDHT
 
checkAccuracyDHT_2D() - Static method in class edu.emory.mathcs.jtransforms.dht.AccuracyCheckDoubleDHT
 
checkAccuracyDHT_2D() - Static method in class edu.emory.mathcs.jtransforms.dht.AccuracyCheckFloatDHT
 
checkAccuracyDHT_3D() - Static method in class edu.emory.mathcs.jtransforms.dht.AccuracyCheckDoubleDHT
 
checkAccuracyDHT_3D() - Static method in class edu.emory.mathcs.jtransforms.dht.AccuracyCheckFloatDHT
 
checkAccuracyDST_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.AccuracyCheckDoubleDST
 
checkAccuracyDST_1D() - Static method in class edu.emory.mathcs.jtransforms.dst.AccuracyCheckFloatDST
 
checkAccuracyDST_2D() - Static method in class edu.emory.mathcs.jtransforms.dst.AccuracyCheckDoubleDST
 
checkAccuracyDST_2D() - Static method in class edu.emory.mathcs.jtransforms.dst.AccuracyCheckFloatDST
 
checkAccuracyDST_3D() - Static method in class edu.emory.mathcs.jtransforms.dst.AccuracyCheckDoubleDST
 
checkAccuracyDST_3D() - Static method in class edu.emory.mathcs.jtransforms.dst.AccuracyCheckFloatDST
 
checkAccuracyRealFFT_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckDoubleFFT
 
checkAccuracyRealFFT_1D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckFloatFFT
 
checkAccuracyRealFFT_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckDoubleFFT
 
checkAccuracyRealFFT_2D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckFloatFFT
 
checkAccuracyRealFFT_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckDoubleFFT
 
checkAccuracyRealFFT_3D() - Static method in class edu.emory.mathcs.jtransforms.fft.AccuracyCheckFloatFFT
 
checkForMatch(T, List<T>) - Method in class org.openimaj.feature.local.matcher.BasicMatcher
This searches through the keypoints in klist for the two closest matches to key.
checkSameSize(Image<?, ?>...) - Static method in class org.openimaj.image.ImageUtilities
Checks whether the width and height of all the given images match.
checkSampleEquality - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
checkSampleEquality(String, HadoopFastKMeansOptions) - Static method in class org.openimaj.hadoop.tools.fastkmeans.SampleEqualityChecker
 
checkSampleEqualityThreshold - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
checkSingularity() - Method in class org.openimaj.feature.local.matcher.VotingKeypointMatcher
 
checkSize(int, int, Image<?, ?>...) - Static method in class org.openimaj.image.ImageUtilities
Checks whether the width and height of all the given images match the given width and height.
checkSize(int, int, Iterable<? extends Image<?, ?>>) - Static method in class org.openimaj.image.ImageUtilities
Checks whether the width and height of all the given images match the given width and height.
checksum - Variable in class org.openimaj.hardware.gps.NMEAMessage
 
ChessboardCornerFinder - Class in org.openimaj.image.camera.calibration
This is a port/reworking of the OpenCV chessboard corner finder algorithm to OpenIMAJ.
ChessboardCornerFinder(int, int, ChessboardCornerFinder.Options...) - Constructor for class org.openimaj.image.camera.calibration.ChessboardCornerFinder
Construct with the given pattern size and options set.
ChessboardCornerFinder.Options - Enum in org.openimaj.image.camera.calibration
Options for controlling how the corner finder works
chessboardDetected() - Method in class org.openimaj.image.camera.calibration.FastChessboardDetector
Check whether the last image analysed with FastChessboardDetector.analyseImage(FImage) was likely to contain a suitable chessboard pattern.
chfit - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The ratio of the area of the component to the area of its convex hull
children - Variable in class org.openimaj.image.contour.Contour
sub contours
children - Variable in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult.Node
Node children (if any)
children - Variable in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult.Node
Node children (if any)
children - Variable in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult.Node
Node children (if any)
children - Variable in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult.Node
Node children (if any)
children - Variable in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult.Node
Node children (if any)
children - Variable in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult.Node
Node children (if any)
children - Variable in class org.openimaj.util.tree.TreeNodeImpl
The list of child nodes.
choldowndate(double[]) - Method in class org.openimaj.math.matrix.UpdateableCholeskyDecomposition
 
choldowndate(double[], boolean) - Method in class org.openimaj.math.matrix.UpdateableCholeskyDecomposition
choldowndate(double[][], double[]) - Static method in class org.openimaj.math.matrix.UpdateableCholeskyDecomposition
Updates L such that the matrix A where: A = LL* becomes A = A - xx*
cholupdate(double[]) - Method in class org.openimaj.math.matrix.UpdateableCholeskyDecomposition
cholupdate(double[], boolean) - Method in class org.openimaj.math.matrix.UpdateableCholeskyDecomposition
cholupdate(double[][], double[]) - Static method in class org.openimaj.math.matrix.UpdateableCholeskyDecomposition
Updates L such that the matrix A where: A = LL* becomes A = A + xx*
chooseOptimalParameterisation(Matrix, double[]) - Static method in enum org.openimaj.math.geometry.transforms.FundamentalRefinement.Parameterisation
Choose the optimal parameterisation of F that preserves the rank-2 constraint by re-writing one of the rows as a weighted combination of the other two.
chooseSplit(byte[][], IntArrayView, int, byte[], byte[]) - Method in class org.openimaj.util.tree.ByteKDTree.ApproximateBBFMedianSplit
 
chooseSplit(byte[][], IntArrayView, int, byte[], byte[]) - Method in class org.openimaj.util.tree.ByteKDTree.BasicMedianSplit
 
chooseSplit(byte[][], IntArrayView, int, byte[], byte[]) - Method in class org.openimaj.util.tree.ByteKDTree.BBFMedianSplit
 
chooseSplit(byte[][], IntArrayView, int, byte[], byte[]) - Method in class org.openimaj.util.tree.ByteKDTree.RandomisedBBFMeanSplit
 
chooseSplit(byte[][], IntArrayView, int, byte[], byte[]) - Method in interface org.openimaj.util.tree.ByteKDTree.SplitChooser
Choose the dimension and discriminant on which to split the data.
chooseSplit(double[][], IntArrayView, int, double[], double[]) - Method in class org.openimaj.util.tree.DoubleKDTree.ApproximateBBFMedianSplit
 
chooseSplit(double[][], IntArrayView, int, double[], double[]) - Method in class org.openimaj.util.tree.DoubleKDTree.BasicMedianSplit
 
chooseSplit(double[][], IntArrayView, int, double[], double[]) - Method in class org.openimaj.util.tree.DoubleKDTree.BBFMedianSplit
 
chooseSplit(double[][], IntArrayView, int, double[], double[]) - Method in class org.openimaj.util.tree.DoubleKDTree.RandomisedBBFMeanSplit
 
chooseSplit(double[][], IntArrayView, int, double[], double[]) - Method in interface org.openimaj.util.tree.DoubleKDTree.SplitChooser
Choose the dimension and discriminant on which to split the data.
chooseSplit(float[][], IntArrayView, int, float[], float[]) - Method in class org.openimaj.util.tree.FloatKDTree.ApproximateBBFMedianSplit
 
chooseSplit(float[][], IntArrayView, int, float[], float[]) - Method in class org.openimaj.util.tree.FloatKDTree.BasicMedianSplit
 
chooseSplit(float[][], IntArrayView, int, float[], float[]) - Method in class org.openimaj.util.tree.FloatKDTree.BBFMedianSplit
 
chooseSplit(float[][], IntArrayView, int, float[], float[]) - Method in class org.openimaj.util.tree.FloatKDTree.RandomisedBBFMeanSplit
 
chooseSplit(float[][], IntArrayView, int, float[], float[]) - Method in interface org.openimaj.util.tree.FloatKDTree.SplitChooser
Choose the dimension and discriminant on which to split the data.
chooseSplit(int[][], IntArrayView, int, int[], int[]) - Method in class org.openimaj.util.tree.IntKDTree.ApproximateBBFMedianSplit
 
chooseSplit(int[][], IntArrayView, int, int[], int[]) - Method in class org.openimaj.util.tree.IntKDTree.BasicMedianSplit
 
chooseSplit(int[][], IntArrayView, int, int[], int[]) - Method in class org.openimaj.util.tree.IntKDTree.BBFMedianSplit
 
chooseSplit(int[][], IntArrayView, int, int[], int[]) - Method in class org.openimaj.util.tree.IntKDTree.RandomisedBBFMeanSplit
 
chooseSplit(int[][], IntArrayView, int, int[], int[]) - Method in interface org.openimaj.util.tree.IntKDTree.SplitChooser
Choose the dimension and discriminant on which to split the data.
chooseSplit(long[][], IntArrayView, int, long[], long[]) - Method in class org.openimaj.util.tree.LongKDTree.ApproximateBBFMedianSplit
 
chooseSplit(long[][], IntArrayView, int, long[], long[]) - Method in class org.openimaj.util.tree.LongKDTree.BasicMedianSplit
 
chooseSplit(long[][], IntArrayView, int, long[], long[]) - Method in class org.openimaj.util.tree.LongKDTree.BBFMedianSplit
 
chooseSplit(long[][], IntArrayView, int, long[], long[]) - Method in class org.openimaj.util.tree.LongKDTree.RandomisedBBFMeanSplit
 
chooseSplit(long[][], IntArrayView, int, long[], long[]) - Method in interface org.openimaj.util.tree.LongKDTree.SplitChooser
Choose the dimension and discriminant on which to split the data.
chooseSplit(short[][], IntArrayView, int, short[], short[]) - Method in class org.openimaj.util.tree.ShortKDTree.ApproximateBBFMedianSplit
 
chooseSplit(short[][], IntArrayView, int, short[], short[]) - Method in class org.openimaj.util.tree.ShortKDTree.BasicMedianSplit
 
chooseSplit(short[][], IntArrayView, int, short[], short[]) - Method in class org.openimaj.util.tree.ShortKDTree.BBFMedianSplit
 
chooseSplit(short[][], IntArrayView, int, short[], short[]) - Method in class org.openimaj.util.tree.ShortKDTree.RandomisedBBFMeanSplit
 
chooseSplit(short[][], IntArrayView, int, short[], short[]) - Method in interface org.openimaj.util.tree.ShortKDTree.SplitChooser
Choose the dimension and discriminant on which to split the data.
ChronologicalScrollingBarVisualisation3D - Class in org.openimaj.vis.general
A chronological bar chart, where each time you add a data point, the visualisation is moved along and another set of data is added to the 3D visualisation.
ChronologicalScrollingBarVisualisation3D(int, int, int, int) - Constructor for class org.openimaj.vis.general.ChronologicalScrollingBarVisualisation3D
Default constructor
ChunkGetter() - Constructor for class org.openimaj.video.xuggle.XuggleAudio.ChunkGetter
 
CIEDE2000 - Class in org.openimaj.image.analysis.colour
Implementation of the CIE 2000 colour difference equation, and a ImageCombiner to calculate a colour disparity map between two images.
CIEDE2000() - Constructor for class org.openimaj.image.analysis.colour.CIEDE2000
 
CIELab_TO_CIEXYZ(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert CIELab to CIEXYZ.
CIELab_TO_RGB(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert CIE Lab to RGB.
CIELabNormalised_TO_RGB(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert normalised CIE Lab to RGB.
CIELUV_TO_CIEXYZ(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert CIELUV to CIEXYZ.
CIELUV_TO_RGB(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert CIE LUV to RGB.
CIEXYZ_TO_CIELab(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert CIEXYZ to CIELab.
CIEXYZ_TO_CIELab(MBFImage, boolean) - Static method in class org.openimaj.image.colour.Transforms
Convert CIEXYZ to CIELab.
CIEXYZ_TO_CIELUV(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert CIEXYZ to CIELUV (CIE 1976) See http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_Lab.html
CIEXYZ_TO_CIELUV(MBFImage, boolean) - Static method in class org.openimaj.image.colour.Transforms
Convert CIEXYZ to CIELUV (CIE 1976) See http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_Lab.html
CIEXYZ_TO_RGB(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
CIE_XYZ color space transform to RGB.
CIEXYZ_TO_RGB(MBFImage, boolean) - Static method in class org.openimaj.image.colour.Transforms
CIE_XYZ color space transform to RGB.
CIFAR100Dataset - Class in org.openimaj.image.annotation.evaluation.datasets
CIFAR-100 Dataset.
CIFAR10Dataset - Class in org.openimaj.image.annotation.evaluation.datasets
CIFAR-10 Dataset.
CIFARDataset - Class in org.openimaj.image.annotation.evaluation.datasets
Base class for CIFAR-10 and CIFAR-100, which both contain 32x32 pixel images.
CIFARDataset() - Constructor for class org.openimaj.image.annotation.evaluation.datasets.CIFARDataset
 
CIFARExperimentFramework - Class in org.openimaj.workinprogress.featlearn.cifarexps
 
CIFARExperimentFramework() - Constructor for class org.openimaj.workinprogress.featlearn.cifarexps.CIFARExperimentFramework
 
Circle - Class in org.openimaj.math.geometry.shape
A circle shape
Circle(float, float, float) - Constructor for class org.openimaj.math.geometry.shape.Circle
Construct a circle with the given position and radius
Circle(Point2d, float) - Constructor for class org.openimaj.math.geometry.shape.Circle
Construct a circle with the given position and radius
Circle(Circle) - Constructor for class org.openimaj.math.geometry.shape.Circle
Construct a circle with the given circle
CircularInterestPointFeatureCollector - Class in org.openimaj.image.feature.local.detector.ipd.collector
Ignore the local shape of interest points, instead extracting a patch dependent on scale.
CircularInterestPointFeatureCollector(InterestPointGradientFeatureExtractor) - Constructor for class org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointFeatureCollector
 
CircularInterestPointKeypoint - Class in org.openimaj.image.feature.local.detector.ipd.collector
A keypoint with circular support
CircularInterestPointKeypoint(int) - Constructor for class org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointKeypoint
Construct with a feature vector of the given length
CircularInterestPointKeypoint(OrientedFeatureVector, InterestPointData) - Constructor for class org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointKeypoint
Construct with the given feature and circle
circularSmooth(float[]) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor
Smooth the values in a circular buffer with a (1/3)[1,1,1] kernel.
CitationAgent - Class in org.openimaj.citation
Java instrumentation agent for extracting references.
CitationAgent() - Constructor for class org.openimaj.citation.CitationAgent
 
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
 
clamp - Variable in class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
Number of standard deviations from the mean face to allow in the model
clamp - Variable in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Number of standard deviations from the mean face to allow in the model
ClassDef - Class in org.openimaj.rdf.owl2java
Represents the definition of an ontology class.
ClassDef() - Constructor for class org.openimaj.rdf.owl2java.ClassDef
 
classFile() - Method in enum org.openimaj.image.processing.face.detection.HaarCascadeDetector.BuiltInCascade
 
ClassFinder - Class in org.openimaj.util.reflection
Utility methods for finding classes.
ClassFinder() - Constructor for class org.openimaj.util.reflection.ClassFinder
 
ClassificationAnalyser<RESULT extends AnalysisResult,CLASS,OBJECT> - Interface in org.openimaj.experiment.evaluation.classification
A ClassificationAnalyser is used to analyse the raw results from a Classifier in the context of a ClassificationEvaluator and to produce an AnalysisResult describing the performance of the ClassificationEvaluator.
ClassificationEvaluator<RESULT extends AnalysisResult,CLASS,OBJECT> - Class in org.openimaj.experiment.evaluation.classification
Implementation of an Evaluator for the evaluation of classification experiments.
ClassificationEvaluator(Classifier<CLASS, OBJECT>, Collection<OBJECT>, Map<OBJECT, Set<CLASS>>, ClassificationAnalyser<RESULT, CLASS, OBJECT>) - Constructor for class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
Construct a new ClassificationEvaluator with the given classifier, set of objects to classify, ground truth ("actual") data and an ClassificationAnalyser.
ClassificationEvaluator(Classifier<CLASS, OBJECT>, Map<OBJECT, Set<CLASS>>, ClassificationAnalyser<RESULT, CLASS, OBJECT>) - Constructor for class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
Construct a new ClassificationEvaluator with the given classifier, ground truth ("actual") data and an ClassificationAnalyser.
ClassificationEvaluator(Classifier<CLASS, OBJECT>, GroupedDataset<CLASS, ? extends ListDataset<OBJECT>, OBJECT>, ClassificationAnalyser<RESULT, CLASS, OBJECT>) - Constructor for class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
Construct a new ClassificationEvaluator with the given classifier, ground truth ("actual") data and an ClassificationAnalyser.
ClassificationEvaluator(Map<OBJECT, ClassificationResult<CLASS>>, Map<OBJECT, Set<CLASS>>, ClassificationAnalyser<RESULT, CLASS, OBJECT>) - Constructor for class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
Construct a new ClassificationEvaluator with the given pre-classified results, the ground truth ("actual") data and an ClassificationAnalyser.
ClassificationResult<CLASS> - Interface in org.openimaj.experiment.evaluation.classification
The result of a Classifier.
ClassificationResultUtils - Class in org.openimaj.experiment.evaluation.classification
Utility methods for working with ClassificationResults
classifier - Variable in class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
 
Classifier<CLASS,OBJECT> - Interface in org.openimaj.experiment.evaluation.classification
Interface describing a classifier.
Classifier - Interface in org.openimaj.image.objectdetection.haar
Interface for an individual Haar-like classifier.
classifier - Variable in class org.openimaj.image.objectdetection.hog.HOGDetector
 
classify(OBJECT) - Method in interface org.openimaj.experiment.evaluation.classification.Classifier
Classify an object.
classify(SummedSqTiltAreaTable, float, int, int) - Method in interface org.openimaj.image.objectdetection.haar.Classifier
Get the classification score for the window at (x, y) with the size defined by scale.
classify(SummedSqTiltAreaTable, float, int, int) - Method in class org.openimaj.image.objectdetection.haar.HaarFeatureClassifier
 
classify(SummedSqTiltAreaTable, int, int) - Method in class org.openimaj.image.objectdetection.haar.StageTreeClassifier
Apply the classifier to the given image at the given position.
classify(SummedSqTiltAreaTable, float, int, int) - Method in class org.openimaj.image.objectdetection.haar.ValueClassifier
 
classify(Rectangle) - Method in class org.openimaj.image.objectdetection.hog.HOGClassifier
 
classify(OBJECT) - Method in class org.openimaj.ml.annotation.AbstractAnnotator
 
classify(float[], List<ObjectFloatPair<StumpClassifier>>) - Static method in class org.openimaj.ml.classification.boosting.AdaBoost
 
classify(float[], List<ObjectFloatPair<StumpClassifier>>, float) - Static method in class org.openimaj.ml.classification.boosting.AdaBoost
 
classify(float[]) - Method in class org.openimaj.ml.classification.StumpClassifier
 
classify(float) - Method in class org.openimaj.ml.classification.StumpClassifier
 
classify(double[], double[]) - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
Determine if two features are from the same class or different classes.
classify(String) - Method in class org.openimaj.text.nlp.language.LanguageDetector
Classify the language using a naive-bayes model
classify(FImage) - Method in class org.openimaj.tools.ocr.KNNCharacterClassifier
Classify the given image with the nearest neighbour classifier.
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
classifyImage(T) - Method in interface org.openimaj.image.model.ImageClassificationModel
Classify the given image and return the corresponding probability map
classifyImage(T) - Method in class org.openimaj.image.model.patch.PatchClassificationModel
 
classifyImage(T) - Method in class org.openimaj.image.model.pixel.PixelClassificationModel
 
classifyPatch(MBFImage) - Method in class org.openimaj.image.model.patch.HistogramPatchModel
 
classifyPatch(T) - Method in class org.openimaj.image.model.patch.PatchClassificationModel
Classify a patch, returning the probability of the central pixel belonging to the class.
classifyPixel(Float[]) - Method in class org.openimaj.image.model.pixel.HistogramPixelModel
 
classifyPixel(Float[]) - Method in class org.openimaj.image.model.pixel.OrthotopePixelModel
 
classifyPixel(Q) - Method in class org.openimaj.image.model.pixel.PixelClassificationModel
 
classifyPixel(Float[]) - Method in class org.openimaj.image.model.pixel.SingleGaussianPixelModel
 
ClassLoaderTransform - Class in org.openimaj.aop.classloader
ClassLoaderTransform provides an alternative to using a java agent to perform byte-code manipulation by providing a classloader that will automatically transform classes as they are loaded.
ClassLoaderTransform() - Constructor for class org.openimaj.aop.classloader.ClassLoaderTransform
 
classMap - Variable in class org.openimaj.ml.annotation.svm.SVMAnnotator
Stores the mapping between the positive and negative class and the annotation
ClassTransformer - Interface in org.openimaj.aop
An interface for objects capable of performing modifications to a class before it's loaded.
CLConvolve2D<I extends Image<?,I>> - Class in org.openimaj.image.processing.convolution
Simple 2D convolution.
CLConvolve2D(CLContext, float[][]) - Constructor for class org.openimaj.image.processing.convolution.CLConvolve2D
Construct the convolution operator with the given kernel and OpenCL context
clean(Element, String) - Method in class org.openimaj.web.readability.Readability
Clean a node of all elements of type "tag".
cleanConditionally(Element, String) - Method in class org.openimaj.web.readability.Readability
Clean an element of all tags of type "tag" if they look fishy.
cleanHeaders(Element) - Method in class org.openimaj.web.readability.Readability
Clean out spurious headers from an Element.
cleanStyles() - Method in class org.openimaj.web.readability.Readability
 
cleanStyles(Element) - Method in class org.openimaj.web.readability.Readability
Remove the style attribute on every e and under.
cleanup(Mapper<LongWritable, Text, Text, BytesWritable>.Context) - Method in class org.openimaj.hadoop.tools.downloader.DownloadMapper
 
cleanup(Mapper<Text, BytesWritable, IntWritable, BytesWritable>.Context) - Method in class org.openimaj.hadoop.tools.fastkmeans.FeatureSelect.Map
 
cleanup(Mapper<Text, BytesWritable, Text, BytesWritable>.Context) - Method in class org.openimaj.hadoop.tools.fastkmeans.ImageFeatureSelect.Map
 
cleanup(Mapper<LongWritable, Text, LongWritable, BytesWritable>.Context) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod.Map
 
cleanup(Reducer<LongWritable, BytesWritable, LongWritable, BytesWritable>.Context) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod.TimeIndexReducer
 
cleanup(Mapper<LongWritable, Text, NullWritable, Text>.Context) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.match.TokenRegexMapper
 
cleanup() - Method in class org.openimaj.picslurper.DownloadBolt
 
cleanup() - Method in class org.openimaj.picslurper.PrintBolt
 
cleanup() - Method in class org.openimaj.storm.bolt.PrintingBolt
 
clear() - Method in class net.lag.kestrel.thrift.Item
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
clear() - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
clear() - Method in class net.lag.kestrel.thrift.QueueInfo
 
clear() - Method in class org.openimaj.data.dataset.ListBackedDataset
 
clear(Class<T>, Object...) - Static method in class org.openimaj.io.Cache
Clear the cache entry for a given clazz and a set of constructors
clear(Cachable) - Static method in class org.openimaj.io.Cache
Clear the cache entry for a given cachable object
clear() - Method in class org.openimaj.math.util.RunningStat
Reset the running stats
clear() - Method in class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class org.openimaj.util.set.DisjointSetForest
 
clearBeforeDraw - Variable in class org.openimaj.vis.VisualisationImpl
Whether to clear the image before redrawing
clearData() - Method in class org.openimaj.vis.general.XYPlotVisualisation
Clear the data list.
clearData() - Method in class org.openimaj.vis.world.WorldMap
 
clearHistograms() - Method in class org.openimaj.image.saliency.DepthOfFieldEstimator
 
clearIterator() - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Remove the temporary objects created during iteration.
Client(TProtocol) - Constructor for class net.lag.kestrel.thrift.Kestrel.Client
 
Client(TProtocol, TProtocol) - Constructor for class net.lag.kestrel.thrift.Kestrel.Client
 
CLImageAnalyser<I extends Image<?,I>> - Class in org.openimaj.image.processing
Base ImageAnalyser for GPGPU accelerated analysis.
CLImageAnalyser(CLProgram) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct with the given OpenCL program
CLImageAnalyser(String...) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct with the given OpenCL program source, given in the form of Strings.
CLImageAnalyser(URL) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct with the program sourcecode at the given URL.
CLImageAnalyser(InputStream) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct by reading the program source from a stream
CLImageAnalyser(CLContext, CLProgram) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct with the given OpenCL program
CLImageAnalyser(CLContext, String...) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct with the given OpenCL program source, given in the form of Strings.
CLImageAnalyser(CLKernel) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct with the given OpenCL kernel
CLImageAnalyser(CLContext, URL) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct with the program sourcecode at the given URL.
CLImageAnalyser(CLContext, InputStream) - Constructor for class org.openimaj.image.processing.CLImageAnalyser
Construct by reading the program source from a stream
CLImageArithmetic - Class in org.openimaj.image.processing
Simple image arithmetic functions implemented using OpenCL.
CLImageArithmetic() - Constructor for class org.openimaj.image.processing.CLImageArithmetic
Default constructor.
CLImageArithmetic(CLContext) - Constructor for class org.openimaj.image.processing.CLImageArithmetic
Construct with the given context.
CLImageConversion - Class in org.openimaj.image
Utility methods for converting between OpenIMAJ Image types and CLImage2Ds for GPGPU acceleration.
CLImageProcessor<I extends Image<?,I>> - Class in org.openimaj.image.processing
Base ImageProcessor for GPGPU accelerated processing.
CLImageProcessor(CLProgram) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct with the given OpenCL program
CLImageProcessor(String...) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct with the given OpenCL program source, given in the form of Strings.
CLImageProcessor(URL) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct with the program sourcecode at the given URL.
CLImageProcessor(InputStream) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct by reading the program source from a stream
CLImageProcessor(CLContext, CLProgram) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct with the given OpenCL program
CLImageProcessor(CLContext, String...) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct with the given OpenCL program source, given in the form of Strings.
CLImageProcessor(CLKernel) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct with the given OpenCL kernel
CLImageProcessor(CLContext, URL) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct with the program sourcecode at the given URL.
CLImageProcessor(CLContext, InputStream) - Constructor for class org.openimaj.image.processing.CLImageProcessor
Construct by reading the program source from a stream
clip(Float, Float) - Method in class org.openimaj.image.FImage
Sets any pixels that are below min to zero or above max to the highest normal value that the image allows (usually 1 for floating-point images).
clip(Q, Q) - Method in class org.openimaj.image.Image
Sets any pixels that are below min to zero or above max to the highest normal value that the image allows (usually 1 for floating-point images).
clip(T, T) - Method in class org.openimaj.image.MultiBandImage
Sets any pixels that are below min to zero or above max to the highest normal value that the image allows (usually 1 for floating-point images).
clip(T[], T[]) - Method in class org.openimaj.image.MultiBandImage
Sets any pixels that are below min to zero or above max to the highest normal value that the image allows (usually 1 for floating-point images).
clip(Float[], Float[]) - Method in class org.openimaj.image.SVGImage
 
CLIP - Static variable in class org.openimaj.math.geometry.shape.util.PolygonUtils
CLIP
clipMax(Float) - Method in class org.openimaj.image.FImage
Set all values greater than the given value to the highest normal value that the image allows (usually 1 for floating-point images).
clipMax(Q) - Method in class org.openimaj.image.Image
Set all values greater than the given value to the highest normal value that the image allows (usually 1 for floating-point images).
clipMax(T) - Method in class org.openimaj.image.MultiBandImage
For all bands, sets any values above the given threshold to zero.
clipMax(T[]) - Method in class org.openimaj.image.MultiBandImage
Set all values greater than the given value to the highest normal value that the image allows (usually 1 for floating-point images).
clipMax(Float[]) - Method in class org.openimaj.image.SVGImage
 
clipMaxInplace(double) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
clipMin(Float) - Method in class org.openimaj.image.FImage
Set all values less than the given value to zero.
clipMin(Q) - Method in class org.openimaj.image.Image
Set all values less than the given value to zero.
clipMin(T) - Method in class org.openimaj.image.MultiBandImage
Sets all pixels in all bands that have a value below the given threshold to zero.
clipMin(T[]) - Method in class org.openimaj.image.MultiBandImage
Set all values less than the given value to zero.
clipMin(Float[]) - Method in class org.openimaj.image.SVGImage
 
CLM - Class in com.jsaragih
Constrained Local Model
CLM(PDM, Matrix, Matrix[], Matrix[], MPatch[][]) - Constructor for class com.jsaragih.CLM
Construct CLM
clm - Variable in class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
The constrained local model
clm - Variable in class org.openimaj.image.processing.face.tracking.clm.MultiTracker.TrackedFace
The constrained local model
clm - Variable in class org.openimaj.image.processing.face.tracking.clm.MultiTracker.TrackerVars
The constrained local model
CLMAligner - Class in org.openimaj.image.processing.face.alignment
An aligner that warps a CLMDetectedFace to the neutral pose (reference shape) of the CLMFaceDetector.Configuration.
CLMAligner() - Constructor for class org.openimaj.image.processing.face.alignment.CLMAligner
Construct a new CLMAligner using the default CLMFaceDetector.Configuration and default size of 100 pixels.
CLMAligner(int) - Constructor for class org.openimaj.image.processing.face.alignment.CLMAligner
Construct a new CLMAligner using the default CLMFaceDetector.Configuration and given size for the aligned output image.
CLMAligner(int, CLMFaceDetector.Configuration) - Constructor for class org.openimaj.image.processing.face.alignment.CLMAligner
Construct a new CLMAligner using the provided CLMFaceDetector.Configuration and default size of 100 pixels.
CLMDetectedFace - Class in org.openimaj.image.processing.face.detection
A constrained local model detected face.
CLMDetectedFace() - Constructor for class org.openimaj.image.processing.face.detection.CLMDetectedFace
 
CLMDetectedFace(MultiTracker.TrackedFace, FImage) - Constructor for class org.openimaj.image.processing.face.detection.CLMDetectedFace
Construct a CLMDetectedFace by copying the state from a MultiTracker.TrackedFace
CLMDetectedFace(Rectangle, Matrix, Matrix, Matrix, Matrix, FImage) - Constructor for class org.openimaj.image.processing.face.detection.CLMDetectedFace
Construct with the given bounds, shape and pose parameters and detection image.
CLMDetectedFaceRenderer - Class in org.openimaj.image.processing.face.util
Renderer for drawing CLMDetectedFaces
CLMDetectedFaceRenderer() - Constructor for class org.openimaj.image.processing.face.util.CLMDetectedFaceRenderer
Loads the triangles and connections used to render
CLMFaceDetector - Class in org.openimaj.image.processing.face.detection
Face detector based on a constrained local model.
CLMFaceDetector() - Constructor for class org.openimaj.image.processing.face.detection.CLMFaceDetector
Default constructor
CLMFaceDetector.Configuration - Class in org.openimaj.image.processing.face.detection
Configuration for the face detector
CLMFaceTracker - Class in org.openimaj.image.processing.face.tracking.clm
CLM-based face tracker
CLMFaceTracker() - Constructor for class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Instantiates a tracker for tracking faces based on some default values and models.
CLMPoseFeature - Class in org.openimaj.image.processing.face.feature
A feature-vector that describes the pose of a face in 3D space in terms of its pitch, yaw and roll.
CLMPoseFeature() - Constructor for class org.openimaj.image.processing.face.feature.CLMPoseFeature
 
CLMPoseFeature(DoubleFV) - Constructor for class org.openimaj.image.processing.face.feature.CLMPoseFeature
Construct the CLMPoseFeature with the given feature vector.
CLMPoseFeature.Extractor - Class in org.openimaj.image.processing.face.feature
CLMPoseShapeFeature - Class in org.openimaj.image.processing.face.feature
A feature-vector that describes the pose and shape of a face.
CLMPoseShapeFeature() - Constructor for class org.openimaj.image.processing.face.feature.CLMPoseShapeFeature
 
CLMPoseShapeFeature(DoubleFV) - Constructor for class org.openimaj.image.processing.face.feature.CLMPoseShapeFeature
Construct the CLMPoseShapeFeature with the given feature vector.
CLMPoseShapeFeature.Extractor - Class in org.openimaj.image.processing.face.feature
CLMShapeFeature - Class in org.openimaj.image.processing.face.feature
A feature-vector that describes the shape of a face through a list of eigen-weights on a point distribution model.
CLMShapeFeature() - Constructor for class org.openimaj.image.processing.face.feature.CLMShapeFeature
 
CLMShapeFeature(DoubleFV) - Constructor for class org.openimaj.image.processing.face.feature.CLMShapeFeature
Construct the CLMShapeFeature with the given feature vector.
CLMShapeFeature.Extractor - Class in org.openimaj.image.processing.face.feature
clone() - Method in class org.openimaj.audio.AudioFormat
clone() - Method in class org.openimaj.audio.SampleChunk
clone() - Method in class org.openimaj.audio.timecode.AudioTimecode
Clone this timecode.
clone() - Method in class org.openimaj.feature.ByteFV
 
clone() - Method in class org.openimaj.feature.DoubleFV
 
clone() - Method in class org.openimaj.feature.FloatFV
 
clone() - Method in class org.openimaj.feature.IntFV
 
clone() - Method in class org.openimaj.feature.local.ScaleSpaceLocation
 
clone() - Method in class org.openimaj.feature.local.SpatialLocation
 
clone() - Method in class org.openimaj.feature.LongFV
 
clone() - Method in class org.openimaj.feature.MultidimensionalByteFV
 
clone() - Method in class org.openimaj.feature.MultidimensionalDoubleFV
 
clone() - Method in class org.openimaj.feature.MultidimensionalFloatFV
 
clone() - Method in class org.openimaj.feature.MultidimensionalIntFV
 
clone() - Method in class org.openimaj.feature.MultidimensionalLongFV
 
clone() - Method in class org.openimaj.feature.MultidimensionalShortFV
 
clone() - Method in class org.openimaj.feature.ShortFV
 
clone() - Method in class org.openimaj.image.analysis.watershed.Component
 
clone() - Method in interface org.openimaj.image.analysis.watershed.feature.ComponentFeature
Create a clone of this feature
clone() - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
 
clone() - Method in class org.openimaj.image.analysis.watershed.feature.PixelsFeature
 
clone() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
 
clone() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ApproximateDenseSIFT
 
clone() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
clone() - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
clone() - Method in class org.openimaj.image.feature.local.interest.EllipticInterestPointData
 
clone() - Method in class org.openimaj.image.feature.local.interest.HarrisIPD
 
clone() - Method in class org.openimaj.image.feature.local.interest.HessianIPD
 
clone() - Method in class org.openimaj.image.feature.local.interest.InterestPointData
 
clone() - Method in class org.openimaj.image.feature.local.interest.LaplaceIPD
 
clone() - Method in class org.openimaj.image.feature.local.interest.QuadratureIPD
 
clone() - Method in class org.openimaj.image.feature.local.interest.RidgeIPD
 
clone() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
clone() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
clone() - Method in class org.openimaj.image.FImage
Deep copy of an image (internal image buffers copied).
clone() - Method in class org.openimaj.image.Image
Deep copy of an image (internal image buffers copied).
clone() - Method in interface org.openimaj.image.model.ImageClassificationModel
 
clone() - Method in class org.openimaj.image.model.patch.HistogramPatchModel
 
clone() - Method in class org.openimaj.image.model.patch.PatchClassificationModel
 
clone() - Method in class org.openimaj.image.model.pixel.HistogramPixelModel
 
clone() - Method in class org.openimaj.image.model.pixel.OrthotopePixelModel
 
clone() - Method in class org.openimaj.image.model.pixel.PixelClassificationModel
 
clone() - Method in class org.openimaj.image.model.pixel.SingleGaussianPixelModel
 
clone() - Method in class org.openimaj.image.MultiBandImage
Deep copy of an image (internal image buffers copied).
clone() - Method in class org.openimaj.image.pixel.ConnectedComponent
Performs a deep copy on the connected component; that is, all pixels are also cloned.
clone() - Method in class org.openimaj.image.pixel.Pixel
clone() - Method in class org.openimaj.image.pixel.statistics.BlockHistogramModel
 
clone() - Method in class org.openimaj.image.pixel.statistics.HistogramModel
 
clone() - Method in class org.openimaj.image.renderer.SVGRenderer
 
clone() - Method in class org.openimaj.image.SingleBandImage
Deep copy of an image (internal image buffers copied).
clone() - Method in class org.openimaj.image.SVGImage
 
clone() - Method in class org.openimaj.math.geometry.line.Line2d
 
clone() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
clone() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
clone() - Method in class org.openimaj.math.geometry.point.PointList
 
clone() - Method in class org.openimaj.math.geometry.shape.Circle
 
clone() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
clone() - Method in class org.openimaj.math.geometry.shape.Polygon
clone() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
clone() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
clone() - Method in interface org.openimaj.math.geometry.shape.Shape
 
clone() - Method in class org.openimaj.math.geometry.shape.Triangle
 
clone() - Method in class org.openimaj.math.geometry.transforms.AffineTransformModel
 
clone() - Method in class org.openimaj.math.geometry.transforms.AffineTransformModel3d
 
clone() - Method in class org.openimaj.math.geometry.transforms.FundamentalModel
Clone the model
clone() - Method in class org.openimaj.math.geometry.transforms.HomographyModel
 
clone() - Method in class org.openimaj.math.geometry.transforms.NullModel
 
clone() - Method in class org.openimaj.math.geometry.transforms.RigidTransformModel3d
 
clone() - Method in class org.openimaj.math.matrix.similarity.SimilarityMatrix
 
clone() - Method in interface org.openimaj.math.model.EstimatableModel
Clone the model
clone() - Method in class org.openimaj.math.model.GaussianVectorNaiveBayesModel
 
clone() - Method in class org.openimaj.math.model.LeastSquaresLinearModel
 
clone() - Method in class org.openimaj.math.model.UnivariateGaussianNaiveBayesModel
 
clone() - Method in class org.openimaj.math.statistics.distribution.Histogram
 
clone() - Method in class org.openimaj.math.statistics.distribution.MultidimensionalHistogram
 
clone() - Method in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
 
clone() - Method in class org.openimaj.ml.gmm.GaussianMixtureModelEM
 
clone() - Method in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
 
clone() - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
clone() - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
clone() - Method in class org.openimaj.ml.linear.learner.perceptron.SimplePerceptron
 
clone() - Method in class org.openimaj.ml.regression.LinearRegression
 
clone() - Method in class org.openimaj.picslurper.output.WriteableImageOutput
 
clone() - Method in class org.openimaj.rdf.owl2java.Generator.GeneratorOptions
 
clone() - Method in class org.openimaj.text.nlp.sentiment.model.wordlist.util.TFF
 
clone() - Method in class org.openimaj.text.nlp.sentiment.model.wordlist.util.TFF.Clue
 
clone() - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
clone() - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
clone() - Method in interface org.openimaj.time.Timecode
Clone this timecode.
clone() - Method in class org.openimaj.twitter.USMFStatus
 
clone(Class<T>) - Method in class org.openimaj.twitter.USMFStatus
Clones the tweet to the given class.
clone() - Method in class org.openimaj.util.array.ByteArrayView
 
clone() - Method in class org.openimaj.util.array.DoubleArrayView
 
clone() - Method in class org.openimaj.util.array.FloatArrayView
 
clone() - Method in class org.openimaj.util.array.IntArrayView
 
clone() - Method in class org.openimaj.util.array.LongArrayView
 
clone() - Method in class org.openimaj.util.array.ShortArrayView
 
clone() - Method in class org.openimaj.util.data.Context
 
clone() - Method in class org.openimaj.video.processing.shotdetector.VideoKeyframe
clone() - Method in class org.openimaj.video.timecode.FrameNumberVideoTimecode
Clone this timecode.
clone() - Method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
Clone this timecode.
clone() - Method in class org.openimaj.video.timecode.VideoTimecode
Clone this timecode.
clone() - Method in class org.openimaj.video.tracking.klt.Feature
 
clone() - Method in class org.openimaj.video.tracking.klt.FeatureList
 
clone() - Method in class org.openimaj.workinprogress.sgdsvm.SvmSgd
 
close() - Method in class backtype.storm.spout.KestrelThriftClient
 
close() - Method in class backtype.storm.spout.KestrelThriftSpout
 
close() - Method in class backtype.storm.spout.UnreliableKestrelThriftSpout
 
close() - Method in class org.openimaj.content.slideshow.AudioVideoSlide
 
close() - Method in class org.openimaj.content.slideshow.PictureSlide
 
close() - Method in interface org.openimaj.content.slideshow.Slide
Close the current slide.
close() - Method in class org.openimaj.content.slideshow.VideoSlide
 
close() - Method in class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileRecordReader
 
close() - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Close the underlying writer.
close() - Method in class org.openimaj.hardware.kinect.KinectController
Close the device.
close() - Method in class org.openimaj.hardware.serial.SerialDevice
Close the connection to the serial port.
close() - Method in class org.openimaj.hardware.serial.SerialReader
 
close() - Method in class org.openimaj.hardware.turntable.Turntable
Close the connection to the turntable.
Close - Class in org.openimaj.image.processing.morphology
Morphological closing of connected components and (assumed binary) FImages.
Close(StructuringElement) - Constructor for class org.openimaj.image.processing.morphology.Close
Construct the close operator with the given structuring element
Close() - Constructor for class org.openimaj.image.processing.morphology.Close
Construct the close operator with a BOX structuring element
close() - Method in class org.openimaj.kestrel.KestrelServerSpec
 
close() - Method in class org.openimaj.kestrel.SimpleKestrelClient
 
close() - Method in class org.openimaj.math.geometry.shape.Polygon
Close the polygon if it's not already closed
close() - Method in class org.openimaj.picslurper.LocalTweetSpout
 
close() - Method in class org.openimaj.tools.clusterquantiser.FeatureFile
close any connection to the underlying file
close() - Method in class org.openimaj.tools.clusterquantiser.MemoryFeatureFile
 
close() - Method in class org.openimaj.tools.clusterquantiser.StreamedFeatureFile
 
close() - Method in class org.openimaj.util.stream.BlockingDroppingBufferedStream
Close the stream (make hasNext return false)
close() - Method in class org.openimaj.video.capture.VideoCapture
 
close() - Method in class org.openimaj.video.Video
Close the video object
close() - Method in class org.openimaj.video.VideoDisplay
Close the video display.
close() - Method in class org.openimaj.video.xuggle.XuggleAudio
Close the audio stream.
close() - Method in class org.openimaj.video.xuggle.XuggleVideo
Close the video object
close() - Method in class org.openimaj.video.xuggle.XuggleVideoWriter
Close the video stream
close() - Method in class org.openimaj.vis.general.JOGLWindow
Closes the window and cleans up.
closestPoint(Point2d) - Method in class org.openimaj.math.geometry.shape.Polygon
Find the closest point on the polygon to the given point
CLSobel - Class in org.openimaj.image.processing.convolution
OpenCL implementation of a 3x3 Sobel operator.
CLSobel() - Constructor for class org.openimaj.image.processing.convolution.CLSobel
Default Constructor
CLSobel(CLContext) - Constructor for class org.openimaj.image.processing.convolution.CLSobel
Construct with context.
Clue() - Constructor for class org.openimaj.text.nlp.sentiment.model.wordlist.util.TFF.Clue
 
cluster(DATA) - Method in interface org.openimaj.ml.clustering.DataClusterer
 
cluster(SparseMatrix) - Method in class org.openimaj.ml.clustering.dbscan.DistanceDBSCAN
 
cluster(double[][]) - Method in class org.openimaj.ml.clustering.dbscan.DoubleNNDBSCAN
 
cluster(DataSource<double[]>) - Method in class org.openimaj.ml.clustering.dbscan.DoubleNNDBSCAN
 
cluster(SparseMatrix) - Method in class org.openimaj.ml.clustering.dbscan.SimilarityDBSCAN
 
cluster(SparseMatrix) - Method in class org.openimaj.ml.clustering.incremental.IncrementalSparseClusterer
 
cluster(double[][]) - Method in class org.openimaj.ml.clustering.kdtree.DoubleKDTreeClusterer
 
cluster(DataSource<double[]>) - Method in class org.openimaj.ml.clustering.kdtree.DoubleKDTreeClusterer
 
cluster(byte[][]) - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
 
cluster(DataSource<byte[]>, int) - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Initiate clustering with the given data and number of clusters.
cluster(byte[][], ByteKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Main clustering algorithm.
cluster(DataSource<byte[]>, ByteKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Main clustering algorithm.
cluster(DataSource<byte[]>) - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
 
cluster(double[][]) - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
 
cluster(DataSource<double[]>, int) - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Initiate clustering with the given data and number of clusters.
cluster(double[][], DoubleKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Main clustering algorithm.
cluster(DataSource<double[]>, DoubleKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Main clustering algorithm.
cluster(DataSource<double[]>) - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
 
cluster(List<T>) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Perform clustering on the given data.
cluster(T[]) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
 
cluster(DataSource<T>, int) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Initiate clustering with the given data and number of clusters.
cluster(T[], FeatureVectorKMeans.Result<T>) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Main clustering algorithm.
cluster(DataSource<T>, FeatureVectorKMeans.Result<T>) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Main clustering algorithm.
cluster(DataSource<T>) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
 
cluster(float[][]) - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
 
cluster(DataSource<float[]>, int) - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Initiate clustering with the given data and number of clusters.
cluster(float[][], FloatKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Main clustering algorithm.
cluster(DataSource<float[]>, FloatKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Main clustering algorithm.
cluster(DataSource<float[]>) - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
 
cluster(byte[][]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeans
 
cluster(DataSource<byte[]>) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeans
 
cluster(double[][]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeans
 
cluster(DataSource<double[]>) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeans
 
cluster(float[][]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeans
 
cluster(DataSource<float[]>) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeans
 
cluster(int[][]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeans
 
cluster(DataSource<int[]>) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeans
 
cluster(long[][]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeans
 
cluster(DataSource<long[]>) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeans
 
cluster(short[][]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeans
 
cluster(DataSource<short[]>) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeans
 
cluster(int[][]) - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans
 
cluster(DataSource<int[]>, int) - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Initiate clustering with the given data and number of clusters.
cluster(int[][], IntKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Main clustering algorithm.
cluster(DataSource<int[]>, IntKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Main clustering algorithm.
cluster(DataSource<int[]>) - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans
 
cluster(long[][]) - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans
 
cluster(DataSource<long[]>, int) - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Initiate clustering with the given data and number of clusters.
cluster(long[][], LongKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Main clustering algorithm.
cluster(DataSource<long[]>, LongKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Main clustering algorithm.
cluster(DataSource<long[]>) - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans
 
cluster(short[][]) - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
 
cluster(DataSource<short[]>, int) - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Initiate clustering with the given data and number of clusters.
cluster(short[][], ShortKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Main clustering algorithm.
cluster(DataSource<short[]>, ShortKMeans.Result) - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Main clustering algorithm.
cluster(DataSource<short[]>) - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
 
cluster(double[][]) - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeans
 
cluster(DataSource<double[]>) - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeans
 
cluster(int[][]) - Method in class org.openimaj.ml.clustering.rac.ClusterLimitedIntRAC
 
cluster(int[][]) - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
cluster(DataSource<int[]>) - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
cluster(byte[][]) - Method in class org.openimaj.ml.clustering.random.RandomByteClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<byte[]>) - Method in class org.openimaj.ml.clustering.random.RandomByteClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(SparseMatrix) - Method in class org.openimaj.ml.clustering.random.RandomClusterer
 
cluster(double[][]) - Method in class org.openimaj.ml.clustering.random.RandomDoubleClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<double[]>) - Method in class org.openimaj.ml.clustering.random.RandomDoubleClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(float[][]) - Method in class org.openimaj.ml.clustering.random.RandomFloatClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<float[]>) - Method in class org.openimaj.ml.clustering.random.RandomFloatClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(int[][]) - Method in class org.openimaj.ml.clustering.random.RandomIntClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<int[]>) - Method in class org.openimaj.ml.clustering.random.RandomIntClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(long[][]) - Method in class org.openimaj.ml.clustering.random.RandomLongClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<long[]>) - Method in class org.openimaj.ml.clustering.random.RandomLongClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(byte[][]) - Method in class org.openimaj.ml.clustering.random.RandomSetByteClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<byte[]>) - Method in class org.openimaj.ml.clustering.random.RandomSetByteClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(double[][]) - Method in class org.openimaj.ml.clustering.random.RandomSetDoubleClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<double[]>) - Method in class org.openimaj.ml.clustering.random.RandomSetDoubleClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(float[][]) - Method in class org.openimaj.ml.clustering.random.RandomSetFloatClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<float[]>) - Method in class org.openimaj.ml.clustering.random.RandomSetFloatClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(int[][]) - Method in class org.openimaj.ml.clustering.random.RandomSetIntClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<int[]>) - Method in class org.openimaj.ml.clustering.random.RandomSetIntClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(long[][]) - Method in class org.openimaj.ml.clustering.random.RandomSetLongClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<long[]>) - Method in class org.openimaj.ml.clustering.random.RandomSetLongClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(short[][]) - Method in class org.openimaj.ml.clustering.random.RandomSetShortClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<short[]>) - Method in class org.openimaj.ml.clustering.random.RandomSetShortClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(short[][]) - Method in class org.openimaj.ml.clustering.random.RandomShortClusterer
Selects K elements from the provided data as the centroids of the clusters.
cluster(DataSource<short[]>) - Method in class org.openimaj.ml.clustering.random.RandomShortClusterer
Selects K elements from the provided DataSource as the centroids of the clusters.
cluster(int[][]) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
cluster(DataSource<int[]>) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
cluster(DATATYPE[]) - Method in interface org.openimaj.ml.clustering.SpatialClusterer
Perform clustering on the given data.
cluster(DataSource<DATATYPE>) - Method in interface org.openimaj.ml.clustering.SpatialClusterer
Perform clustering with data from a data source.
cluster(List<SparseMatrix>) - Method in class org.openimaj.ml.clustering.spectral.DoubleMultiviewSpectralClustering
 
cluster(SparseMatrix) - Method in class org.openimaj.ml.clustering.spectral.DoubleSpectralClustering
 
cluster(Eigenvalues) - Method in class org.openimaj.ml.clustering.spectral.PreparedSpectralClustering
 
Cluster - Class in org.openimaj.workinprogress
 
Cluster() - Constructor for class org.openimaj.workinprogress.Cluster
 
CLUSTER_HEADER - Static variable in interface org.openimaj.ml.clustering.Clusters
The default cluster header
ClusterAnalyser<T extends AnalysisResult> - Interface in org.openimaj.experiment.evaluation.cluster.analyser
 
ClusterAnalyserUtils - Class in org.openimaj.experiment.evaluation.cluster.analyser
Tools for ClusterAnalyser instances
ClusterAnalyserUtils() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.ClusterAnalyserUtils
 
clusterClass - Variable in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
clusterDistance(SparseMatrix) - Method in class org.openimaj.ml.clustering.dbscan.DistanceDBSCAN
 
clusterDistance(SparseMatrix) - Method in interface org.openimaj.ml.clustering.DistanceClusterer
 
Clusterer<DATA> - Interface in org.openimaj.experiment.evaluation.cluster.processor
Something which wraps the functionality of producing clusters
ClusterEvalDataset - Class in org.openimaj.experiment.dataset.cluster
Reads datasets of items and cluster labels from the clustereval tool: http://chris.de-vries.id.au/2013/06/clustereval-10-release.html The general format of clustereval is: item cluster_label*
ClusterEvalDataset(String) - Constructor for class org.openimaj.experiment.dataset.cluster.ClusterEvalDataset
Read from this file location
ClusterEvalDataset(File) - Constructor for class org.openimaj.experiment.dataset.cluster.ClusterEvalDataset
Load this file as a dataset
ClusterEvalDataset(InputStream) - Constructor for class org.openimaj.experiment.dataset.cluster.ClusterEvalDataset
Read the clusters from this stream
ClusterEvaluator<D,T extends AnalysisResult> - Class in org.openimaj.experiment.evaluation.cluster
 
ClusterEvaluator(Clusterer<D>, D, int[][], ClusterAnalyser<T>) - Constructor for class org.openimaj.experiment.evaluation.cluster.ClusterEvaluator
 
ClusterEvaluator(Clusterer<D>, D, Map<A, ? extends List<B>>, ClusterAnalyser<T>) - Constructor for class org.openimaj.experiment.evaluation.cluster.ClusterEvaluator
 
ClusterEvaluator(Clusterer<D>, D, Function<B, Integer>, Map<A, ? extends List<B>>, ClusterAnalyser<T>) - Constructor for class org.openimaj.experiment.evaluation.cluster.ClusterEvaluator
 
ClusterEvaluator(Clusterer<D>, Map<A, ? extends List<B>>, Function<List<B>, D>, ClusterAnalyser<T>) - Constructor for class org.openimaj.experiment.evaluation.cluster.ClusterEvaluator
 
ClusterLimitedIntRAC - Class in org.openimaj.ml.clustering.rac
Similar to IntRAC but explicitly specify the limit the number of clusters.
ClusterLimitedIntRAC() - Constructor for class org.openimaj.ml.clustering.rac.ClusterLimitedIntRAC
Sets the expected number of clusters to 100 and radius to 128.
ClusterLimitedIntRAC(double) - Constructor for class org.openimaj.ml.clustering.rac.ClusterLimitedIntRAC
Set the number of clusters to 100.
ClusterLimitedIntRAC(int[][], int, int) - Constructor for class org.openimaj.ml.clustering.rac.ClusterLimitedIntRAC
Attempt to learn the threshold and uses this as an expected number of clusters.
ClusterQuantiser - Class in org.openimaj.tools.clusterquantiser
A tool for clustering and quantising local features.
ClusterQuantiser() - Constructor for class org.openimaj.tools.clusterquantiser.ClusterQuantiser
 
ClusterQuantiserOptions - Class in org.openimaj.tools.clusterquantiser
Options for ClusterQuantiser tool.
ClusterQuantiserOptions(String[]) - Constructor for class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
Construct with arguments
ClusterQuantiserOptions() - Constructor for class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
Construct with defaults
Clusters - Interface in org.openimaj.ml.clustering
Interface to represent the result of a clustering operation
clusters - Variable in class org.openimaj.ml.clustering.IndexClusters
 
clusters() - Method in class org.openimaj.ml.clustering.IndexClusters
Get the number of clusters.
clusterSimilarity(SparseMatrix) - Method in class org.openimaj.ml.clustering.dbscan.SimilarityDBSCAN
 
clusterSimilarity(SparseMatrix) - Method in interface org.openimaj.ml.clustering.SimilarityClusterer
 
clusterSimilarity(SparseMatrix) - Method in class org.openimaj.ml.clustering.spectral.DoubleSpectralClustering
 
ClusterStatsAnalyser - Class in org.openimaj.experiment.evaluation.cluster.analyser
Analysers extracts stats of the correct and estimated clusterings
ClusterStatsAnalyser() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalyser
 
ClusterStatsAnalysis - Class in org.openimaj.experiment.evaluation.cluster.analyser
Counts some overall statistics of cluster evaluation such as min, max and average cluster length
ClusterStatsAnalysis() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalysis
 
ClusterTest - Class in org.openimaj.demos
 
ClusterTest() - Constructor for class org.openimaj.demos.ClusterTest
 
ClusterTestDataLoader - Class in org.openimaj.ml.clustering.kdtree
Load clusters from http://people.cs.nctu.edu.tw/~rsliang/dbscan/testdatagen.html
ClusterTestDataLoader() - Constructor for class org.openimaj.ml.clustering.kdtree.ClusterTestDataLoader
 
ClusterTestDataLoader(int, boolean) - Constructor for class org.openimaj.ml.clustering.kdtree.ClusterTestDataLoader
 
ClusterTestDataLoader.TestStats - Class in org.openimaj.ml.clustering.kdtree
Test details
ClusterType - Enum in org.openimaj.tools.clusterquantiser
Different clustering algorithms
ClusterType.ClusterTypeOp - Class in org.openimaj.tools.clusterquantiser
Options for each ClusterType.
clusterTypeOp - Variable in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
ClusterTypeOp() - Constructor for class org.openimaj.tools.clusterquantiser.ClusterType.ClusterTypeOp
 
clz - Variable in class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
 
clz - Variable in class org.openimaj.util.list.AbstractFileBackedList
 
clz - Variable in class org.openimaj.util.list.AbstractStreamBackedList
The class from which to generate an instance of items held in the list
cm - Variable in class org.openimaj.tools.localfeature.options.LocalFeatureMode.AbstractDoGSIFTModeOp
 
CMAggregator<CLASS> - Class in org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix
A ResultAggregator for collecting multiple CMResults and producing a single unified report.
CMAggregator() - Constructor for class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMAggregator
 
CMAnalyser<OBJECT,CLASS> - Class in org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix
A ClassificationAnalyser that creates Confusion Matrices.
CMAnalyser(CMAnalyser.Strategy) - Constructor for class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMAnalyser
Construct with the given strategy for building the confusion matrix
CMAnalyser.Strategy - Enum in org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix
Strategies for building confusion matrices
CmdLineOptionsProvider - Interface in org.kohsuke.args4j
Interface for objects that have associated objects that can provide args4j options and arguments.
cmOp - Variable in class org.openimaj.tools.localfeature.options.LocalFeatureMode.AbstractDoGSIFTModeOp
 
CMResult<CLASS> - Class in org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix
Results of a confusion matrix analysis using the CMAnalyser.
CMResult(ConfusionMatrix<CLASS>) - Constructor for class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMResult
Construct with a ConfusionMatrix.
code - Variable in class org.openimaj.image.feature.astheticode.Aestheticode
The actual code
code4(Pixel, Pixel) - Method in class org.openimaj.image.pixel.ConnectedComponent
For the two pixels, determines the 4-connected chain code that will move from the first pixel to the next.
code8(Pixel, Pixel) - Method in class org.openimaj.image.pixel.ConnectedComponent
For the two pixels, determines the 8-connected chain code that will move from the first pixel to the next.
codebook - Variable in class org.openimaj.ml.clustering.rac.IntRAC
 
CohensKappaInterraterAgreement - Class in org.openimaj.experiment.evaluation.agreement
Calculates the interrater agreement for a given dataset between two (and only two) raters.
CohensKappaInterraterAgreement() - Constructor for class org.openimaj.experiment.evaluation.agreement.CohensKappaInterraterAgreement
 
coherentHistogram - Variable in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram
The coherent part of the histogram
collectionByNames(String...) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
collectionByNames(Collection<String>) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
CollectionComparisonTool - Class in org.openimaj.tools.globalfeature
This is a stand-alone tool that provides a means for comparing a collection of images against each other.
CollectionComparisonTool() - Constructor for class org.openimaj.tools.globalfeature.CollectionComparisonTool
 
CollectionSampler<T> - Interface in org.openimaj.util
Interface defining an object capable of sampling a collection.
CollectionStream<T> - Class in org.openimaj.util.stream
Stream based on any Collection of items.
CollectionStream(Collection<T>) - Constructor for class org.openimaj.util.stream.CollectionStream
Construct with the given collection.
Collector<OCTAVE extends Octave<?,?,IMAGE>,FEATURE extends LocalFeature<?,?>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Interface in org.openimaj.image.feature.local.detector.dog.collector
A Collector gathers all the local features from the interest points detected in a single Octave.
collector - Variable in class org.openimaj.picslurper.LocalTweetSpout
 
collector - Variable in class org.openimaj.storm.spout.SimpleSpout
 
ColloquialismPatternProvider - Class in org.openimaj.text.nlp.patterns
Common colloquial statments (e.g.
ColloquialismPatternProvider() - Constructor for class org.openimaj.text.nlp.patterns.ColloquialismPatternProvider
 
colMean(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
colmodel - Variable in class org.openimaj.image.connectedcomponent.proc.ColourDescriptor
 
Colorfulness - Class in org.openimaj.image.feature.global
Implementation of Hasler and Susstruck's Colorfulness metric http://infoscience.epfl.ch/record/33994/files/HaslerS03.pdf?version=1
Colorfulness() - Constructor for class org.openimaj.image.feature.global.Colorfulness
 
Colorfulness.ColorfulnessAttr - Enum in org.openimaj.image.feature.global
Classes of colourfulness
colour - Variable in class org.openimaj.image.processor.connectedcomponent.render.AbstractRenderer
The colour the connected component will be written in
COLOUR - Static variable in class org.openimaj.image.typography.FontStyle
Attribute for stroke colour.
colour - Variable in class org.openimaj.image.typography.FontStyle
Stroke colour for drawing the associated text
colour - Variable in class org.openimaj.vis.general.BarVisualisation.Bar
The colour of the bar
colour - Variable in class org.openimaj.vis.general.DotPlotVisualisation.ColouredDot
The colour of the dot
colour - Variable in class org.openimaj.vis.timeline.Timeline.TimelineMarker
The colour of the marker
COLOUR_MAP - Static variable in class org.openimaj.vis.ternary.TernaryParams
 
ColourASIFT - Class in org.openimaj.image.feature.local.affine
Colour Affine-simulated SIFT (CASIFT).
ColourASIFT(DoGSIFTEngineOptions<MBFImage>) - Constructor for class org.openimaj.image.feature.local.affine.ColourASIFT
Construct with the given options for the internal DoGSIFTEngine.
ColourASIFT(boolean) - Constructor for class org.openimaj.image.feature.local.affine.ColourASIFT
Construct the ASIFT extractor using the default parameters for the DoGSIFTEngine, with the exception of the option to double the size of the initial image which can be overridden.
ColourASIFTEngine - Class in org.openimaj.image.feature.local.engine.asift
An Engine for Colour ASIFT.
ColourASIFTEngine() - Constructor for class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Construct using 5 tilt levels and no initial double-sizing.
ColourASIFTEngine(boolean) - Constructor for class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Construct using 5 tilt levels with optional initial double-sizing.
ColourASIFTEngine(boolean, int) - Constructor for class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Construct using given number of tilt levels with optional initial double-sizing.
ColourASIFTEngine(DoGSIFTEngineOptions<MBFImage>) - Constructor for class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Construct using 5 tilt levels and the given parameters for the internal DoGSIFTEngine.
ColourASIFTEngine(DoGSIFTEngineOptions<MBFImage>, int) - Constructor for class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Construct using the given numbe of tilt levels and parameters for the internal DoGSIFTEngine.
colourAverage(int) - Method in class org.openimaj.image.pixel.statistics.HistogramModel
For a given index, get the average colour which would map to it
ColourContrast - Class in org.openimaj.image.feature.global
Implementation of a color contrast feature.
ColourContrast() - Constructor for class org.openimaj.image.feature.global.ColourContrast
Construct the ColourContrast feature extractor using the default settings for the FelzenszwalbHuttenlocherSegmenter.
ColourContrast(float, float, int) - Constructor for class org.openimaj.image.feature.global.ColourContrast
Construct the ColourContrast feature extractor with the given parameters for the underlying FelzenszwalbHuttenlocherSegmenter.
ColourContrastExtractor - Class in org.openimaj.tools.globalfeature.type
Colour contrast
ColourContrastExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.ColourContrastExtractor
 
ColourDenseSIFT - Class in org.openimaj.image.feature.dense.gradient.dsift
Implementation of colour dense-sift.
ColourDenseSIFT(DenseSIFT, ColourSpace) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
Construct with the given internal DenseSIFT extractor to apply to each band of the image created by converting the input to #analyseImage(MBFImage) or ColourDenseSIFT.analyseImage(MBFImage, Rectangle) to the given ColourSpace.
ColourDescriptor - Class in org.openimaj.image.connectedcomponent.proc
Descriptors based on the first-order statistics of the colour of pixel values in an image.
ColourDescriptor() - Constructor for class org.openimaj.image.connectedcomponent.proc.ColourDescriptor
Construct with no image.
ColourDescriptor(MBFImage) - Constructor for class org.openimaj.image.connectedcomponent.proc.ColourDescriptor
Construct with the given image.
ColourDescriptor.ColourDescriptorType - Enum in org.openimaj.image.connectedcomponent.proc
The different types of statistic available.
ColouredDot(double, Float[]) - Constructor for class org.openimaj.vis.general.DotPlotVisualisation.ColouredDot
 
ColourFacesExtractor - Class in org.openimaj.tools.globalfeature.type
Sandeep faces
ColourFacesExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.ColourFacesExtractor
 
ColourfulnessExtractor - Class in org.openimaj.tools.globalfeature.type
Colorfulness
ColourfulnessExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.ColourfulnessExtractor
 
ColourGradientFeatureExtractor - Class in org.openimaj.image.feature.local.detector.dog.extractor
Class capable of extracting local descriptors from a circular region in an image defined by its scale and centre.
ColourGradientFeatureExtractor(AbstractDominantOrientationExtractor, GradientFeatureProviderFactory) - Constructor for class org.openimaj.image.feature.local.detector.dog.extractor.ColourGradientFeatureExtractor
Construct with the given orientation extractor and gradient feature provider.
ColourGradientFeatureExtractor(AbstractDominantOrientationExtractor, GradientFeatureProviderFactory, float) - Constructor for class org.openimaj.image.feature.local.detector.dog.extractor.ColourGradientFeatureExtractor
Construct with the given orientation extractor, gradient feature provider and magnification factor determining the size of the sampling region relative to the scale of the interest point.
ColourMap - Enum in org.openimaj.image.colour
Colour maps
ColourMap.Mode - Enum in org.openimaj.image.colour
Colour map modes.
ColourMap.Type - Enum in org.openimaj.image.colour
Types of colour map.
colourRange(int) - Method in class org.openimaj.image.pixel.statistics.HistogramModel
For a given index, map to the range of colours which could map to it
coloursFromMap(ColourMap, int) - Static method in class org.openimaj.image.colour.RGBColour
Generate a range of colours from a ColourMap.
ColourSpace - Enum in org.openimaj.image.colour
Different colour space types with conversion methods.
colourSpace - Variable in class org.openimaj.image.MultiBandImage
The colour-space of this image
colourSpace - Variable in class org.openimaj.image.segmentation.KMColourSegmenter
 
ColourSpaceAnimator - Class in org.openimaj.vis.animators
An animator that moves through a colour space from one colour to another.
ColourSpaceAnimator(Float[], Float[], long) - Constructor for class org.openimaj.vis.animators.ColourSpaceAnimator
Construct the animator using the start and end colours and a duration (milliseconds)
colourTemperatureCorrection(MBFImage, double, double) - Static method in class org.openimaj.image.colour.Transforms
Correct colour temperature using the method documented at Tanner Helland.
colSparcity(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
Compute the proportion of completely zero columns to columns with non-zero values
colSum(double[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the sum of values in each column of a 2d array
colSum(float[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the sum of values in each column of a 2d array
colSum(int[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the sum of values in each column of a 2d array
colSum(long[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the sum of values in each column of a 2d array
colSum(byte[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the sum of values in each column of a 2d array
colSum(short[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the sum of values in each column of a 2d array
column(int) - Method in class ch.akuhn.matrix.Matrix
Get the given column as a vector
columnCount() - Method in class ch.akuhn.matrix.DenseMatrix
 
columnCount() - Method in class ch.akuhn.matrix.Matrix
Get the number of columns
columnCount() - Method in class ch.akuhn.matrix.SparseMatrix
 
columnCount() - Method in class ch.akuhn.matrix.SymmetricMatrix
 
columnCount() - Method in class org.openimaj.math.matrix.DiagonalMatrix
 
columnCount() - Method in class org.openimaj.math.matrix.JamaDenseMatrix
 
columns() - Method in class ch.akuhn.matrix.Matrix
Get an Iterable over the columns
com.jsaragih - package com.jsaragih
 
com.thebuzzmedia.exiftool - package com.thebuzzmedia.exiftool
 
Combine() - Constructor for class org.openimaj.hadoop.tools.fastkmeans.AKMeans.Combine
 
combine(TimeFrequencyHolder.TimeFrequency) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.TimeFrequencyHolder.TimeFrequency
Given a TimeFrequencyHolder.TimeFrequency instance, keep count of cumulative frequency and set the periodFrequency to the one furthest along in time
combine(long, long) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.TimeFrequencyHolder.TimeFrequency
 
combine(TweetCountWordMap) - Method in class org.openimaj.hadoop.tools.twitter.utils.TweetCountWordMap
Add values from "that" to those in this if they exist, otherwise create the element and start a new count
combine(MBFImage, MBFImage) - Method in class org.openimaj.image.analysis.colour.CIEDE2000
 
combine() - Method in interface org.openimaj.image.combiner.AccumulatingImageCombiner
Combine the accumulated images and produce the output.
combine(I1, I2) - Method in interface org.openimaj.image.combiner.ImageCombiner
Perform processing that combines the two images into a single image.
combine(FImage, FImage) - Method in class org.openimaj.image.processing.edges.NonMaximumSuppression
Perform non-maximum suppression.
combine(FImage, FImage) - Method in class org.openimaj.image.processing.edges.NonMaximumSuppressionTangent
Perform non-maximum suppression.
combine() - Method in class org.openimaj.image.processing.transform.ProjectionProcessor
 
combine(Histogram...) - Method in class org.openimaj.math.statistics.distribution.Histogram
Create a new histogram by concatenating this one with the given ones.
combine(PatternProvider) - Method in class org.openimaj.text.nlp.patterns.ColloquialismPatternProvider
 
combine(PatternProvider) - Method in class org.openimaj.text.nlp.patterns.EmoticonPatternProvider
 
combine(PatternProvider) - Method in class org.openimaj.text.nlp.patterns.PatternProvider
 
combine(Context, String, String) - Method in class org.openimaj.util.data.Context
Combine this Context with another context by modifying any shared keys of both contexts to be prefixed with the given prefixes and then copying all the data from the given Context into this one.
combine(Stream<Context>, Stream<Context>) - Static method in class org.openimaj.util.stream.combine.ContextStreamCombiner
Utility method to combine two streams.
combine(Stream<A>, Stream<B>) - Static method in class org.openimaj.util.stream.combine.StreamCombiner
Create a new StreamCombiner from the given streams
combine(Stream<? extends MetaPayload<AP, AM>>, Stream<? extends MetaPayload<BP, BM>>) - Static method in class org.openimaj.util.stream.window.MetaPayloadStreamCombiner
 
combine(List<T>) - Method in class org.openimaj.util.stream.window.SequentialStreamAggregator
Called when a window of identical items needs to be combined
CombinedMetaPayloadFunction<AIN,AOUT,BIN,BOUT,AM,BM> - Class in org.openimaj.util.stream.window
Given a combined stream (i.e.
CombinedMetaPayloadFunction(Function<MetaPayload<AIN, AM>, MetaPayload<AOUT, AM>>, Function<MetaPayload<BIN, BM>, MetaPayload<BOUT, BM>>) - Constructor for class org.openimaj.util.stream.window.CombinedMetaPayloadFunction
 
CombinedPatternProvider - Class in org.openimaj.text.nlp.patterns
Combine multiple matterns with a RegexUtil.regex_or_match(java.util.List)
CombinedPatternProvider(PatternProvider, PatternProvider) - Constructor for class org.openimaj.text.nlp.patterns.CombinedPatternProvider
 
CombinedStreamFunction<AIN,AOUT,BIN,BOUT> - Class in org.openimaj.util.stream.combine
Given a combined stream (i.e.
CombinedStreamFunction(Function<AIN, AOUT>, Function<BIN, BOUT>) - Constructor for class org.openimaj.util.stream.combine.CombinedStreamFunction
Construct with the given functions to apply to the first and second elements of the pairs in the input stream respectively.
combiner() - Method in class org.openimaj.hadoop.mapreduce.stage.Stage
By default this method returns the IdentityReducer class.
combiner() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.PairMutualInformation
 
CombineSequenceFileInputFormat<K,V> - Class in org.openimaj.hadoop.sequencefile.combine
 
CombineSequenceFileInputFormat() - Constructor for class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileInputFormat
 
CombineSequenceFileRecordReader<K,V> - Class in org.openimaj.hadoop.sequencefile.combine
Proxy RecordReader that CombineFileRecordReader can instantiate, which itself translates a CombineFileSplit into a FileSplit.
CombineSequenceFileRecordReader(CombineFileSplit, TaskAttemptContext, Integer) - Constructor for class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileRecordReader
 
combineWith(ImageCombiner<I, OTHER, OUT>, OTHER) - Method in class org.openimaj.image.Image
Combine this image with another using an ImageCombiner.
CombiShotDetector - Class in org.openimaj.video.processing.shotdetector
A shot detector that uses evidence from a number of shot detectors to determine if a shot has been detected.
CombiShotDetector() - Constructor for class org.openimaj.video.processing.shotdetector.CombiShotDetector
If you use this constructor, your timecodes will be messed up unless you call VideoShotDetector.setFPS(double) before you process any frames.
CombiShotDetector(Video<MBFImage>) - Constructor for class org.openimaj.video.processing.shotdetector.CombiShotDetector
Default constructor that takes the video to be processed
ComboSimulation - Class in org.openimaj.image.neardups.sim
 
ComboSimulation(int, Simulation...) - Constructor for class org.openimaj.image.neardups.sim.ComboSimulation
 
comment - Variable in class org.openimaj.rdf.owl2java.ClassDef
The description of the class from the RDF comment
comment - Variable in class org.openimaj.rdf.owl2java.PropertyDef
The comment on this property
comment - Variable in class org.openimaj.stream.provider.WikipediaEditsDataset.WikipediaEdit
The edit comment
COMMENT_KEY - Static variable in class org.openimaj.hadoop.sequencefile.MetadataConfiguration
Standard key for a comment metadata item
comments - Variable in class org.openimaj.twitter.USMFStatus
Number of users who "commented" this
CommonHTMLConsumers - Class in org.openimaj.web.scraping.images
HTML based consumers for common sites
Community - Interface in orgrdfs.sioc.ns
Community is a high-level concept that defines an online community and what it consists of.
compact() - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
compact() - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
compact() - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
compact() - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
compact() - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
compact() - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
compact() - Method in class org.openimaj.util.array.SparseByteArray
Compact the space being used by the array if possible.
compact() - Method in class org.openimaj.util.array.SparseDoubleArray
Compact the space being used by the array if possible.
compact() - Method in class org.openimaj.util.array.SparseFloatArray
Compact the space being used by the array if possible.
compact() - Method in class org.openimaj.util.array.SparseHashedByteArray
 
compact() - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
compact() - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
compact() - Method in class org.openimaj.util.array.SparseHashedIntArray
 
compact() - Method in class org.openimaj.util.array.SparseHashedLongArray
 
compact() - Method in class org.openimaj.util.array.SparseHashedShortArray
 
compact() - Method in class org.openimaj.util.array.SparseIntArray
Compact the space being used by the array if possible.
compact() - Method in class org.openimaj.util.array.SparseLongArray
Compact the space being used by the array if possible.
compact() - Method in class org.openimaj.util.array.SparseShortArray
Compact the space being used by the array if possible.
compactness - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The compactness of the component.
ComparableComparator<T extends Comparable<T>> - Class in org.openimaj.util.comparator
A natural ordering Comparator for Comparable objects.
ComparableComparator() - Constructor for class org.openimaj.util.comparator.ComparableComparator
 
comparator() - Method in class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
 
comparator - Variable in class org.openimaj.math.model.fit.residuals.DistanceComparatorResidual
 
comparator - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
compare(ByteFV, ByteFVComparison) - Method in class org.openimaj.feature.ByteFV
Compare this FV to another with the given method.
compare(byte[], byte[]) - Method in interface org.openimaj.feature.ByteFVComparator
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(ByteFV, ByteFV) - Method in enum org.openimaj.feature.ByteFVComparison
 
compare(byte[], byte[]) - Method in enum org.openimaj.feature.ByteFVComparison
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(DoubleFV, DoubleFVComparison) - Method in class org.openimaj.feature.DoubleFV
Compare this FV to another with the given method.
compare(double[], double[]) - Method in interface org.openimaj.feature.DoubleFVComparator
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(DoubleFV, DoubleFV) - Method in enum org.openimaj.feature.DoubleFVComparison
 
compare(double[], double[]) - Method in enum org.openimaj.feature.DoubleFVComparison
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(FloatFV, FloatFVComparison) - Method in class org.openimaj.feature.FloatFV
Compare this FV to another with the given method.
compare(float[], float[]) - Method in interface org.openimaj.feature.FloatFVComparator
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(FloatFV, FloatFV) - Method in enum org.openimaj.feature.FloatFVComparison
 
compare(float[], float[]) - Method in enum org.openimaj.feature.FloatFVComparison
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(IntFV, IntFVComparison) - Method in class org.openimaj.feature.IntFV
Compare this FV to another with the given method.
compare(int[], int[]) - Method in interface org.openimaj.feature.IntFVComparator
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(IntFV, IntFV) - Method in enum org.openimaj.feature.IntFVComparison
 
compare(int[], int[]) - Method in enum org.openimaj.feature.IntFVComparison
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(LongFV, LongFVComparison) - Method in class org.openimaj.feature.LongFV
Compare this FV to another with the given method.
compare(long[], long[]) - Method in interface org.openimaj.feature.LongFVComparator
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(LongFV, LongFV) - Method in enum org.openimaj.feature.LongFVComparison
 
compare(long[], long[]) - Method in enum org.openimaj.feature.LongFVComparison
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(MultidimensionalByteFV, ByteFVComparison) - Method in class org.openimaj.feature.MultidimensionalByteFV
Compare this FV to another with the given method.
compare(MultidimensionalDoubleFV, DoubleFVComparison) - Method in class org.openimaj.feature.MultidimensionalDoubleFV
Compare this FV to another with the given method.
compare(MultidimensionalFloatFV, FloatFVComparison) - Method in class org.openimaj.feature.MultidimensionalFloatFV
Compare this FV to another with the given method.
compare(MultidimensionalIntFV, IntFVComparison) - Method in class org.openimaj.feature.MultidimensionalIntFV
Compare this FV to another with the given method.
compare(MultidimensionalLongFV, LongFVComparison) - Method in class org.openimaj.feature.MultidimensionalLongFV
Compare this FV to another with the given method.
compare(MultidimensionalShortFV, ShortFVComparison) - Method in class org.openimaj.feature.MultidimensionalShortFV
Compare this FV to another with the given method.
compare(ShortFV, ShortFVComparison) - Method in class org.openimaj.feature.ShortFV
Compare this FV to another with the given method.
compare(short[], short[]) - Method in interface org.openimaj.feature.ShortFVComparator
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(ShortFV, ShortFV) - Method in enum org.openimaj.feature.ShortFVComparison
 
compare(short[], short[]) - Method in enum org.openimaj.feature.ShortFVComparison
Compare two feature vectors in the form of native arrays, returning a score or distance.
compare(SparseByteFV, SparseByteFV) - Method in enum org.openimaj.feature.SparseByteFVComparison
 
compare(SparseByteArray, SparseByteArray) - Method in enum org.openimaj.feature.SparseByteFVComparison
Compare two feature vectors in the form of sparse arrays, returning a score or distance.
compare(SparseDoubleFV, SparseDoubleFV) - Method in enum org.openimaj.feature.SparseDoubleFVComparison
 
compare(SparseDoubleArray, SparseDoubleArray) - Method in enum org.openimaj.feature.SparseDoubleFVComparison
Compare two feature vectors in the form of sparse arrays, returning a score or distance.
compare(SparseFloatFV, SparseFloatFV) - Method in enum org.openimaj.feature.SparseFloatFVComparison
 
compare(SparseFloatArray, SparseFloatArray) - Method in enum org.openimaj.feature.SparseFloatFVComparison
Compare two feature vectors in the form of sparse arrays, returning a score or distance.
compare(SparseIntFV, SparseIntFV) - Method in enum org.openimaj.feature.SparseIntFVComparison
 
compare(SparseIntArray, SparseIntArray) - Method in enum org.openimaj.feature.SparseIntFVComparison
Compare two feature vectors in the form of sparse arrays, returning a score or distance.
compare(SparseLongFV, SparseLongFV) - Method in enum org.openimaj.feature.SparseLongFVComparison
 
compare(SparseLongArray, SparseLongArray) - Method in enum org.openimaj.feature.SparseLongFVComparison
Compare two feature vectors in the form of sparse arrays, returning a score or distance.
compare(SparseShortFV, SparseShortFV) - Method in enum org.openimaj.feature.SparseShortFVComparison
 
compare(SparseShortArray, SparseShortArray) - Method in enum org.openimaj.feature.SparseShortFVComparison
Compare two feature vectors in the form of sparse arrays, returning a score or distance.
compare(WritableComparable, WritableComparable) - Method in class org.openimaj.hadoop.tools.image.indexing.HadoopSiftLSHExtractor.LSHGroupingComparator
 
compare(BytesWritable, BytesWritable) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairKeyComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairKeyComparator
 
compare(BytesWritable, BytesWritable) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairValueGroupingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairValueGroupingComparator
 
compare(BytesWritable, BytesWritable) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.sort.PMISortKeyComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.sort.PMISortKeyComparator
 
compare(BytesWritable, BytesWritable) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.sort.PMISortValueGroupingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.sort.PMISortValueGroupingComparator
 
compare - Variable in class org.openimaj.image.model.patch.HistogramPatchModel
 
compare(FValuePixel, FValuePixel) - Method in class org.openimaj.image.pixel.FValuePixel.ReverseValueComparator
 
compare(FValuePixel, FValuePixel) - Method in class org.openimaj.image.pixel.FValuePixel.ValueComparator
 
compare(DoGSIFTFeature, DoGSIFTFeature) - Method in class org.openimaj.image.processing.face.feature.comparison.DoGSIFTFeatureComparator
 
compare(T, T) - Method in class org.openimaj.image.processing.face.feature.comparison.FaceFVComparator
 
compare(LtpDtFeature, LtpDtFeature) - Method in class org.openimaj.image.processing.face.feature.comparison.LtpDtFeatureComparator
 
compare(LtpDtFeature, LtpDtFeature) - Method in class org.openimaj.image.processing.face.feature.comparison.ReversedLtpDtFeatureComparator
 
compare(MultivariateGaussian, MultivariateGaussian) - Method in class org.openimaj.math.statistics.distribution.metrics.GaussianKLDivergence
 
compare(MultivariateDistribution, MultivariateDistribution) - Method in class org.openimaj.math.statistics.distribution.metrics.SampledMultivariateDistanceComparator
 
compare(Integer, Integer) - Method in class org.openimaj.ml.linear.experiments.sinabill.ArrayIndexComparator
 
compare(T, T) - Method in class org.openimaj.util.comparator.ComparableComparator
 
compare(T, T) - Method in interface org.openimaj.util.comparator.DistanceComparator
Compare two objects, returning a score or distance.
compare(T, T) - Method in class org.openimaj.util.comparator.InverseComparableComparator
 
compareTo(Item) - Method in class net.lag.kestrel.thrift.Item
 
compareTo(Kestrel.abort_args) - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
compareTo(Kestrel.abort_result) - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
compareTo(Kestrel.confirm_args) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
compareTo(Kestrel.confirm_result) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
compareTo(Kestrel.delete_queue_args) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
compareTo(Kestrel.delete_queue_result) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
compareTo(Kestrel.flush_all_queues_args) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
compareTo(Kestrel.flush_all_queues_result) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
compareTo(Kestrel.flush_queue_args) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
compareTo(Kestrel.flush_queue_result) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
compareTo(Kestrel.get_args) - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
compareTo(Kestrel.get_result) - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
compareTo(Kestrel.get_version_args) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
compareTo(Kestrel.get_version_result) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
compareTo(Kestrel.peek_args) - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
compareTo(Kestrel.peek_result) - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
compareTo(Kestrel.put_args) - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
compareTo(Kestrel.put_result) - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
compareTo(QueueInfo) - Method in class net.lag.kestrel.thrift.QueueInfo
 
compareTo(HadoopSiftLSHExtractor.MapperOut) - Method in class org.openimaj.hadoop.tools.image.indexing.HadoopSiftLSHExtractor.MapperOut
 
compareTo(WordDFIDF) - Method in class org.openimaj.hadoop.tools.twitter.token.outputmode.correlation.WordDFIDFValue
 
compareTo(WordDFIDF) - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDF
 
compareTo(HoughCircles.WeightedCircle) - Method in class org.openimaj.image.analysis.algorithm.HoughCircles.WeightedCircle
 
compareTo(IPDRepeatability.ScoredPair<B, T>) - Method in class org.openimaj.image.feature.local.interest.experiment.IPDRepeatability.ScoredPair
 
compareTo(ReadWriteableByte) - Method in class org.openimaj.io.wrappers.ReadWriteableByte
 
compareTo(ReadWriteableDouble) - Method in class org.openimaj.io.wrappers.ReadWriteableDouble
 
compareTo(ReadWriteableFloat) - Method in class org.openimaj.io.wrappers.ReadWriteableFloat
 
compareTo(ReadWriteableInt) - Method in class org.openimaj.io.wrappers.ReadWriteableInt
 
compareTo(ReadWriteableLong) - Method in class org.openimaj.io.wrappers.ReadWriteableLong
 
compareTo(ReadWriteableShort) - Method in class org.openimaj.io.wrappers.ReadWriteableShort
 
compareTo(ScoredAnnotation<ANNOTATION>) - Method in class org.openimaj.ml.annotation.ScoredAnnotation
 
compareTo(Status) - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
compareTo(Sequencer.SequencerEvent) - Method in class org.openimaj.time.Sequencer.SequencerEvent
compareTo(VideoTimecode) - Method in class org.openimaj.video.timecode.FrameNumberVideoTimecode
comparisonEvaluation(SetRetrievalEvaluator, SetRetrievalEvaluator, String, String) - Static method in class org.lemurproject.ireval.IREval
Compare two sets of retrieval results.
compass - Variable in class org.openimaj.hardware.compass.CompassData
Compass angle in degrees
Compass0() - Constructor for class org.openimaj.image.processing.convolution.CompassOperators.Compass0
Default constructor
Compass135() - Constructor for class org.openimaj.image.processing.convolution.CompassOperators.Compass135
Default constructor
Compass45() - Constructor for class org.openimaj.image.processing.convolution.CompassOperators.Compass45
Default constructor
Compass90() - Constructor for class org.openimaj.image.processing.convolution.CompassOperators.Compass90
Default constructor
CompassData - Class in org.openimaj.hardware.compass
A structure for storing compass data.
CompassData() - Constructor for class org.openimaj.hardware.compass.CompassData
 
CompassOperators - Class in org.openimaj.image.processing.convolution
Compass operators that are used by the Liu and Samarabandu text extraction.
CompassOperators() - Constructor for class org.openimaj.image.processing.convolution.CompassOperators
 
CompassOperators.Compass0 - Class in org.openimaj.image.processing.convolution
The Compass0 operator
CompassOperators.Compass135 - Class in org.openimaj.image.processing.convolution
The Compass135 operator
CompassOperators.Compass45 - Class in org.openimaj.image.processing.convolution
The Compass45 operator
CompassOperators.Compass90 - Class in org.openimaj.image.processing.convolution
The Compass90 operator
CompassSerialReader - Class in org.openimaj.hardware.compass
This class is used to read data from the Ocean Server serial compass.
CompassSerialReader(String) - Constructor for class org.openimaj.hardware.compass.CompassSerialReader
Constructor that takes the serial port name on which the compass is putting its data.
complete() - Method in class org.openimaj.content.animation.animator.AbstractValueAnimator
 
complete() - Method in class org.openimaj.content.animation.animator.LinearByteValueAnimator
 
complete() - Method in class org.openimaj.content.animation.animator.LinearDoubleValueAnimator
 
complete() - Method in class org.openimaj.content.animation.animator.LinearFloatValueAnimator
 
complete() - Method in class org.openimaj.content.animation.animator.LinearIntegerValueAnimator
 
complete() - Method in class org.openimaj.content.animation.animator.LinearLongValueAnimator
 
complete() - Method in class org.openimaj.content.animation.animator.LinearShortValueAnimator
 
completeCentroids(String, String, HadoopFastKMeansOptions) - Static method in class org.openimaj.hadoop.tools.fastkmeans.AKMeans
Given the location of a binary dump of centroids on the HDFS, load the binary dump and construct a proper ByteKMeans instance
Complex - Class in org.openimaj.math.util
Data structure for a complex number with real and imaginary parts.
Complex() - Constructor for class org.openimaj.math.util.Complex
Create a complex number with real and imaginary parts set to 0.
Complex(double, double) - Constructor for class org.openimaj.math.util.Complex
Create a complex number with the specified real and imaginary values.
complexForward(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(double[], int) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D forward DFT of complex data leaving the result in a.
complexForward(double[][]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D forward DFT of complex data leaving the result in a.
complexForward(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D forward DFT of complex data leaving the result in a.
complexForward(double[][][]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D forward DFT of complex data leaving the result in a.
complexForward(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(float[], int) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D forward DFT of complex data leaving the result in a.
complexForward(float[][]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D forward DFT of complex data leaving the result in a.
complexForward(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D forward DFT of complex data leaving the result in a.
complexForward(float[][][]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D forward DFT of complex data leaving the result in a.
complexInverse(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(double[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D inverse DFT of complex data leaving the result in a.
complexInverse(double[][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D inverse DFT of complex data leaving the result in a.
complexInverse(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D inverse DFT of complex data leaving the result in a.
complexInverse(double[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D inverse DFT of complex data leaving the result in a.
complexInverse(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(float[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D inverse DFT of complex data leaving the result in a.
complexInverse(float[][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D inverse DFT of complex data leaving the result in a.
complexInverse(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D inverse DFT of complex data leaving the result in a.
complexInverse(float[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D inverse DFT of complex data leaving the result in a.
ComplicatedNumberPatternProvider - Class in org.openimaj.text.nlp.patterns
Regex for numbers with a decimal point or command separated.
ComplicatedNumberPatternProvider() - Constructor for class org.openimaj.text.nlp.patterns.ComplicatedNumberPatternProvider
 
Component - Class in org.openimaj.image.analysis.watershed
Represents a region or set of pixels (the name is based on the Microsoft paper)
Component(IntValuePixel, Class<? extends ComponentFeature>...) - Constructor for class org.openimaj.image.analysis.watershed.Component
Default constructor.
ComponentFeature - Interface in org.openimaj.image.analysis.watershed.feature
Interface for objects that represent the features of a region (Component) Note: ALL classes implementing this interface MUST have a default constructor with NO arguments.
componentHidden(ComponentEvent) - Method in class org.openimaj.vis.VisualisationImpl
 
componentMap - Variable in class org.openimaj.image.saliency.YehSaliency
 
componentMoved(ComponentEvent) - Method in class org.openimaj.vis.VisualisationImpl
 
componentPromoted(Component) - Method in interface org.openimaj.image.analysis.watershed.event.ComponentStackMergeListener
Called when the given component c1 is upwardly promoted to a higher intensity value.
componentPromoted(Component) - Method in class org.openimaj.image.analysis.watershed.MergeTreeBuilder
Called when the given component c1 is upwardly promoted to a higher intensity value.
componentResized(ComponentEvent) - Method in class org.openimaj.vis.VisualisationImpl
 
components - Variable in class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
 
componentShown(ComponentEvent) - Method in class org.openimaj.vis.VisualisationImpl
 
componentsMerged(Component, Component) - Method in interface org.openimaj.image.analysis.watershed.event.ComponentStackMergeListener
Called when component c2 is merged into component c1.
componentsMerged(Component, Component) - Method in class org.openimaj.image.analysis.watershed.MergeTreeBuilder
Called when component c2 is merged into component c1.
ComponentStackMergeListener - Interface in org.openimaj.image.analysis.watershed.event
 
ComponentUtils - Class in org.openimaj.image.feature.local.detector.mser.gui
 
ComponentUtils() - Constructor for class org.openimaj.image.feature.local.detector.mser.gui.ComponentUtils
 
compressionType - Variable in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
 
CompressSimulation - Class in org.openimaj.image.neardups.sim
 
CompressSimulation(int) - Constructor for class org.openimaj.image.neardups.sim.CompressSimulation
 
CompressSimulation(int, float, float) - Constructor for class org.openimaj.image.neardups.sim.CompressSimulation
 
computeBounds(List<LetterCandidate>) - Static method in class org.openimaj.image.text.extraction.swt.LetterCandidate
Compute the regular bounding rectangle of the given list of letter candidates
computeBrightness(MBFImage, FImage) - Method in enum org.openimaj.image.feature.global.AvgBrightness.Mode
Compute the average brightness of the given image (applying the mask if it's not null).
computeCost(FImage, Point2d, PointList) - Method in class org.openimaj.image.model.landmark.FNormalLandmarkModel
 
computeCost(FImage, Point2d, PointList) - Method in class org.openimaj.image.model.landmark.FPatchLandmarkModel
 
computeCost(I, Point2d, PointList) - Method in interface org.openimaj.image.model.landmark.LandmarkModel
Evaluate the cost function using the given image and point.
computeCost(FImage, Line2d) - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
computeCost(MBFImage, Line2d) - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
computeCost(I, Line2d) - Method in interface org.openimaj.image.pixel.statistics.PixelProfileModel
Compute the cost of a vector of samples extracted along a line in the given image to the internal model.
computeCovariance(float[][]) - Static method in class org.openimaj.math.statistics.MeanAndCovariance
Get the covariance of the data
computeCovariance(double[][]) - Static method in class org.openimaj.math.statistics.MeanAndCovariance
Get the covariance of the data
computeCovariance(Matrix) - Static method in class org.openimaj.math.statistics.MeanAndCovariance
Get the covariance of the data
computeDistance(byte[], byte[]) - Method in class org.openimaj.knn.ByteNearestNeighboursExact
Compute the distance between two vectors using the underlying distance comparison used by this class.
computeDistance(double[], double[]) - Method in class org.openimaj.knn.DoubleNearestNeighboursExact
Compute the distance between two vectors using the underlying distance comparison used by this class.
computeDistance(float[], float[]) - Method in class org.openimaj.knn.FloatNearestNeighboursExact
Compute the distance between two vectors using the underlying distance comparison used by this class.
computeDistance(int[], int[]) - Method in class org.openimaj.knn.IntNearestNeighboursExact
Compute the distance between two vectors using the underlying distance comparison used by this class.
computeDistance(long[], long[]) - Method in class org.openimaj.knn.LongNearestNeighboursExact
Compute the distance between two vectors using the underlying distance comparison used by this class.
computeDistance(short[], short[]) - Method in class org.openimaj.knn.ShortNearestNeighboursExact
Compute the distance between two vectors using the underlying distance comparison used by this class.
computeDistances(byte[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.ByteADCNearestNeighbours
 
computeDistances(byte[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.ByteSDCNearestNeighbours
 
computeDistances(double[], BoundedPriorityQueue<IntDoublePair>, IntDoublePair) - Method in class org.openimaj.knn.pq.DoubleADCNearestNeighbours
 
computeDistances(double[], BoundedPriorityQueue<IntDoublePair>, IntDoublePair) - Method in class org.openimaj.knn.pq.DoubleSDCNearestNeighbours
 
computeDistances(float[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.FloatADCNearestNeighbours
 
computeDistances(float[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.FloatSDCNearestNeighbours
 
computeDistances(byte[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
 
computeDistances(double[], BoundedPriorityQueue<IntDoublePair>, IntDoublePair) - Method in class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
 
computeDistances(float[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
 
computeDistances(int[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
 
computeDistances(long[], BoundedPriorityQueue<IntDoublePair>, IntDoublePair) - Method in class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
 
computeDistances(short[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
 
computeDistances(int[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.IntADCNearestNeighbours
 
computeDistances(int[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.IntSDCNearestNeighbours
 
computeDistances(long[], BoundedPriorityQueue<IntDoublePair>, IntDoublePair) - Method in class org.openimaj.knn.pq.LongADCNearestNeighbours
 
computeDistances(long[], BoundedPriorityQueue<IntDoublePair>, IntDoublePair) - Method in class org.openimaj.knn.pq.LongSDCNearestNeighbours
 
computeDistances(short[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.ShortADCNearestNeighbours
 
computeDistances(short[], BoundedPriorityQueue<IntFloatPair>, IntFloatPair) - Method in class org.openimaj.knn.pq.ShortSDCNearestNeighbours
 
computeDTScore(List<? extends Pair<? extends Point2d>>) - Static method in class org.openimaj.demos.DTConsistency
 
computeError(Matrix, List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Method in enum org.openimaj.math.geometry.transforms.HomographyRefinement
Compute the error value being optimised between the two point sets.
computeGradients(FImage, float, FImage, FImage) - Method in class org.openimaj.video.tracking.klt.TrackingContext
_KLTComputeGradients
computeHashCode(OBJECT) - Method in class org.openimaj.lsh.composition.PolyHashComposition
 
computeHashCode(OBJECT) - Method in class org.openimaj.lsh.composition.RandomProjectionHashComposition
 
computeHashCode(ByteFV) - Method in class org.openimaj.lsh.functions.ByteHashFunction
Compute the hash code for the feature vector.
computeHashCode(SparseByteArray) - Method in class org.openimaj.lsh.functions.ByteHashFunction
Compute the hash code for the sparse array.
computeHashCode(SparseByteFV) - Method in class org.openimaj.lsh.functions.ByteHashFunction
Compute the hash code for the sparse feature vector.
computeHashCode(byte[]) - Method in class org.openimaj.lsh.functions.BytePStableFactory.PStableFunction
 
computeHashCode(SparseByteArray) - Method in class org.openimaj.lsh.functions.BytePStableFactory.PStableFunction
 
computeHashCode(DoubleFV) - Method in class org.openimaj.lsh.functions.DoubleHashFunction
Compute the hash code for the feature vector.
computeHashCode(SparseDoubleArray) - Method in class org.openimaj.lsh.functions.DoubleHashFunction
Compute the hash code for the sparse array.
computeHashCode(SparseDoubleFV) - Method in class org.openimaj.lsh.functions.DoubleHashFunction
Compute the hash code for the sparse feature vector.
computeHashCode(double[]) - Method in class org.openimaj.lsh.functions.DoublePStableFactory.PStableFunction
 
computeHashCode(SparseDoubleArray) - Method in class org.openimaj.lsh.functions.DoublePStableFactory.PStableFunction
 
computeHashCode(FloatFV) - Method in class org.openimaj.lsh.functions.FloatHashFunction
Compute the hash code for the feature vector.
computeHashCode(SparseFloatArray) - Method in class org.openimaj.lsh.functions.FloatHashFunction
Compute the hash code for the sparse array.
computeHashCode(SparseFloatFV) - Method in class org.openimaj.lsh.functions.FloatHashFunction
Compute the hash code for the sparse feature vector.
computeHashCode(float[]) - Method in class org.openimaj.lsh.functions.FloatPStableFactory.PStableFunction
 
computeHashCode(SparseFloatArray) - Method in class org.openimaj.lsh.functions.FloatPStableFactory.PStableFunction
 
computeHashCode(IntFV) - Method in class org.openimaj.lsh.functions.IntHashFunction
Compute the hash code for the feature vector.
computeHashCode(SparseIntArray) - Method in class org.openimaj.lsh.functions.IntHashFunction
Compute the hash code for the sparse array.
computeHashCode(SparseIntFV) - Method in class org.openimaj.lsh.functions.IntHashFunction
Compute the hash code for the sparse feature vector.
computeHashCode(int[]) - Method in class org.openimaj.lsh.functions.IntPStableFactory.PStableFunction
 
computeHashCode(SparseIntArray) - Method in class org.openimaj.lsh.functions.IntPStableFactory.PStableFunction
 
computeHashCode(LongFV) - Method in class org.openimaj.lsh.functions.LongHashFunction
Compute the hash code for the feature vector.
computeHashCode(SparseLongArray) - Method in class org.openimaj.lsh.functions.LongHashFunction
Compute the hash code for the sparse array.
computeHashCode(SparseLongFV) - Method in class org.openimaj.lsh.functions.LongHashFunction
Compute the hash code for the sparse feature vector.
computeHashCode(long[]) - Method in class org.openimaj.lsh.functions.LongPStableFactory.PStableFunction
 
computeHashCode(SparseLongArray) - Method in class org.openimaj.lsh.functions.LongPStableFactory.PStableFunction
 
computeHashCode(ShortFV) - Method in class org.openimaj.lsh.functions.ShortHashFunction
Compute the hash code for the feature vector.
computeHashCode(SparseShortArray) - Method in class org.openimaj.lsh.functions.ShortHashFunction
Compute the hash code for the sparse array.
computeHashCode(SparseShortFV) - Method in class org.openimaj.lsh.functions.ShortHashFunction
Compute the hash code for the sparse feature vector.
computeHashCode(short[]) - Method in class org.openimaj.lsh.functions.ShortPStableFactory.PStableFunction
 
computeHashCode(SparseShortArray) - Method in class org.openimaj.lsh.functions.ShortPStableFactory.PStableFunction
 
computeHashCode(OBJECT) - Method in class org.openimaj.util.hash.composition.SimpleComposition
 
computeHashCode(OBJECT) - Method in interface org.openimaj.util.hash.HashFunction
Compute the hash code for the object
computeHashCode(O) - Method in class org.openimaj.util.hash.modifier.ModuloModifier
 
computeHashCode(String) - Method in class org.openimaj.util.hash.StringMurmurHashFunction
 
computeHistogram(Rectangle) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
 
computeHistogram(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
 
computeHistogram(Rectangle, FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Compute the histogram for the given window.
computeHistogram(int, int, int, int, FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Compute the histogram for the given window.
computeHistogram(int, int, FImage, FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Compute the histogram for the given window.
computeHistogram(Rectangle, Histogram) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
 
computeHistogram(int, int, int, int, Histogram) - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
 
computeHistogram(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
 
computeHistogram(int, int, int, int, FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
 
computeHistogram(int, int, FImage, FImage) - Method in class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
 
computeHistogram(Rectangle) - Method in class org.openimaj.image.analysis.algorithm.histogram.SATWindowedExtractor
 
computeHistogram(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.histogram.SATWindowedExtractor
 
computeHistogram(int, int, int, int, Histogram) - Method in class org.openimaj.image.analysis.algorithm.histogram.SATWindowedExtractor
 
computeHistogram(Rectangle, Histogram) - Method in class org.openimaj.image.analysis.algorithm.histogram.SATWindowedExtractor
 
computeHistogram(Rectangle) - Method in interface org.openimaj.image.analysis.algorithm.histogram.WindowedHistogramExtractor
Compute the histogram for the given window.
computeHistogram(int, int, int, int) - Method in interface org.openimaj.image.analysis.algorithm.histogram.WindowedHistogramExtractor
Compute the histogram for the given window.
computeHistogram(Rectangle, Histogram) - Method in interface org.openimaj.image.analysis.algorithm.histogram.WindowedHistogramExtractor
Compute the histogram for the given window, storing the output in the given Histogram object, which must have the same length as given by WindowedHistogramExtractor.getNumBins().
computeHistogram(int, int, int, int, Histogram) - Method in interface org.openimaj.image.analysis.algorithm.histogram.WindowedHistogramExtractor
Compute the histogram for the given window, storing the output in the given Histogram object, which must have the same length as given by WindowedHistogramExtractor.getNumBins().
computeHomography() - Method in class org.openimaj.image.camera.Camera
Compute the homography of this camera to the z=0 plane based on it's parameters: H = KA, where A = [r1 r2 t] and r1 and r2 are the first and second columns of the rotation matrix, and K is the calibration matrix.
computeHyperplanePoint(double[]) - Method in class org.openimaj.ml.linear.learner.perceptron.SimplePerceptron
Compute NaN-coordinate of a point on the hyperplane given non-NaN-coordinates.
computeInitialFeasibleSolution() - Method in class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
Compute an initial feasible solution by assigning zero labels to the workers and by assigning to each job a label equal to the minimum cost among its incident edges.
computeIntensity(float[]) - Method in enum org.openimaj.image.colour.ColourSpace
Compute the intensity of the given pixel in this colourspace.
computeIntrinsicScale() - Method in class org.openimaj.math.geometry.point.PointList
Calculate the intrinsic scale of the shape.
computeLevels(int) - Method in class org.openimaj.image.analysis.pyramid.SimplePyramid
compute the number of levels such that the minimum size is at least 8.
computeLikelihood(Document, LDAVariationlState) - Method in class org.openimaj.pgm.vb.lda.mle.LDALearner
Calculates a lower bound for the log liklihood of a document given current parameters.
ComputeLSHDistribution - Class in org.openimaj.hadoop.tools.image.indexing
 
ComputeLSHDistribution() - Constructor for class org.openimaj.hadoop.tools.image.indexing.ComputeLSHDistribution
 
computeMahalanobis(float[]) - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
Compute the Mahalanobis distance of the given vector to the internal model.
computeMahalanobis(FImage, Line2d) - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
Compute the Mahalanobis distance of a vector of samples extracted along a line in the given image to the internal model.
computeMahalanobis(float[]) - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
Compute the Mahalanobis distance of the given vector to the internal model.
computeMahalanobis(MBFImage, Line2d) - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
Compute the Mahalanobis distance of a vector of samples extracted along a line in the given image to the internal model.
computeMahalanobisWindowed(FImage, Line2d, int) - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
Extract numSamples samples from the line in the image and then compare this model at each overlapping position starting from the first sample at the beginning of the line.
computeMahalanobisWindowed(float[]) - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
Compare this model at each overlapping position of the given vector starting from the first sample and return the distance for each overlap.
computeMahalanobisWindowed(MBFImage, Line2d, int) - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
Extract numSamples samples from the line in the image and then compare this model at each overlapping position starting from the first sample at the beginning of the line.
computeMahalanobisWindowed(float[][]) - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
Compare this model at each overlapping position of the given vector starting from the first sample and return the distance for each overlap.
computeMatchScore(FImage, FImage, int, int, Object) - Method in enum org.openimaj.image.analysis.algorithm.TemplateMatcher.Mode
Compute the matching score between the image and template, with the top-left of the template at (x, y) in the image.
computeMatchScore(float[][], int, int, float[][], int, int, int, int) - Method in enum org.openimaj.image.analysis.algorithm.TemplateMatcher.Mode
Compute the matching score between the image and template, with the top-left of the template at (x, y) in the image.
computeMean(Collection<PointList>) - Static method in class org.openimaj.math.geometry.point.PointList
Compute the mean of a set of PointLists.
computeMean(float[][]) - Static method in class org.openimaj.math.statistics.MeanAndCovariance
Get the mean of the data
computeMean(double[][]) - Static method in class org.openimaj.math.statistics.MeanAndCovariance
Get the mean of the data
computeMean(Matrix) - Static method in class org.openimaj.math.statistics.MeanAndCovariance
Get the mean of the data
computeMeanShift(double[]) - Method in class org.openimaj.ml.clustering.meanshift.ExactMeanShift
 
computeMovementDistance(FImage, Line2d, int, Point2d) - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
computeMovementDistance(MBFImage, Line2d, int, Point2d) - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
computeMovementDistance(I, Line2d, int, Point2d) - Method in interface org.openimaj.image.pixel.statistics.PixelProfileModel
Compute the distance between the centre of the given line and the given point, normalised as a function of the length of the sampling line.
computeNewBest(FImage, Line2d, int) - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
computeNewBest(MBFImage, Line2d, int) - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
computeNewBest(I, Line2d, int) - Method in interface org.openimaj.image.pixel.statistics.PixelProfileModel
Extract numSamples samples from the line in the image and then compare this model at each overlapping position starting from the first sample at the beginning of the line.
computeNumberOfSamplingBlocks() - Method in class org.openimaj.image.feature.global.Gist
Compute the number of sampling blocks that are used for every filter.
computeProcrustesDistance(PointList, PointList) - Static method in class org.openimaj.math.geometry.shape.algorithm.ProcrustesAnalysis
Compute the Procrustes Distance between two PointLists.
computeQuantisedFeatures(HardAssigner<T, ?, ?>, List<? extends LocalFeature<L, ? extends ArrayFeatureVector<T>>>) - Static method in class org.openimaj.image.feature.local.aggregate.BagOfVisualWords
Utility method to construct a list of quantised local features (local features with visual word assignments) from a list of features and a HardAssigner.
computeResidual(IndependentPair<Point2d, Point2d>) - Method in class org.openimaj.math.geometry.transforms.FundamentalModel.EpipolarResidual
 
computeResidual(IndependentPair<Point2d, Point2d>) - Method in class org.openimaj.math.geometry.transforms.FundamentalModel.Fundamental8PtResidual
 
computeResidual(IndependentPair<Point2d, Point2d>) - Method in class org.openimaj.math.geometry.transforms.FundamentalModel.SampsonGeometricResidual
 
computeResidual(IndependentPair<Point2d, Point2d>) - Method in class org.openimaj.math.geometry.transforms.residuals.AlgebraicResidual2d
 
computeResidual(IndependentPair<Point2d, Point2d>) - Method in class org.openimaj.math.geometry.transforms.residuals.SingleImageTransferResidual2d
 
computeResidual(IndependentPair<Point2d, Point2d>) - Method in class org.openimaj.math.geometry.transforms.residuals.SymmetricTransferResidual2d
 
computeResidual(IndependentPair<Point2d, Point2d>) - Method in class org.openimaj.math.geometry.transforms.residuals.TransformedSITR2d
 
computeResidual(IndependentPair<I, D>) - Method in class org.openimaj.math.model.fit.residuals.DistanceComparatorResidual
 
computeResidual(IndependentPair<I, D>) - Method in interface org.openimaj.math.model.fit.residuals.ResidualCalculator
Compute the residual for a single point
computeResiduals(List<? extends IndependentPair<Point2d, Point2d>>, double[]) - Method in class org.openimaj.math.geometry.transforms.residuals.AlgebraicResidual2d
 
computeResiduals(List<? extends IndependentPair<Point2d, Point2d>>, double[]) - Method in class org.openimaj.math.geometry.transforms.residuals.SingleImageTransferResidual2d
 
computeResiduals(List<? extends IndependentPair<Point2d, Point2d>>, double[]) - Method in class org.openimaj.math.geometry.transforms.residuals.SymmetricTransferResidual2d
 
computeResiduals(List<? extends IndependentPair<Point2d, Point2d>>, double[]) - Method in class org.openimaj.math.geometry.transforms.residuals.TransformedSITR2d
 
computeResiduals(List<? extends IndependentPair<I, D>>, double[]) - Method in class org.openimaj.math.model.fit.residuals.AbstractResidualCalculator
 
computeResiduals(List<? extends IndependentPair<I, D>>, double[]) - Method in interface org.openimaj.math.model.fit.residuals.ResidualCalculator
Compute the residual for a set of data points
computeResponse(SummedSqTiltAreaTable, int, int) - Method in class org.openimaj.image.objectdetection.haar.HaarFeature
Compute the response of this feature at the given location.
computeRotSqSumIntegralImages(FImage) - Method in class org.openimaj.image.analysis.algorithm.SummedSqTiltAreaTable
 
computeSATs(FImage[]) - Method in class org.openimaj.image.analysis.algorithm.histogram.SATWindowedExtractor
 
computeScale(PointList, double, double) - Static method in class org.openimaj.math.geometry.shape.algorithm.ProcrustesAnalysis
 
computeScalingFactor() - Method in class org.openimaj.hardware.kinect.KinectController
Compute the scaling factor for computing world coordinates.
computeScore(float[]) - Method in enum org.openimaj.ml.clustering.assignment.hard.HierarchicalByteHardAssigner.ScoringScheme
 
computeScore(double[]) - Method in enum org.openimaj.ml.clustering.assignment.hard.HierarchicalDoubleHardAssigner.ScoringScheme
 
computeScore(float[]) - Method in enum org.openimaj.ml.clustering.assignment.hard.HierarchicalFloatHardAssigner.ScoringScheme
 
computeScore(float[]) - Method in enum org.openimaj.ml.clustering.assignment.hard.HierarchicalIntHardAssigner.ScoringScheme
 
computeScore(double[]) - Method in enum org.openimaj.ml.clustering.assignment.hard.HierarchicalLongHardAssigner.ScoringScheme
 
computeScore(float[]) - Method in enum org.openimaj.ml.clustering.assignment.hard.HierarchicalShortHardAssigner.ScoringScheme
 
computeSqSumIntegralImages(FImage) - Method in class org.openimaj.image.analysis.algorithm.SummedSqTiltAreaTable
 
computeStatistics() - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult
Compute the current aggregate statistics of the accumulated results.
computeSuppressed(FImage, FImage) - Static method in class org.openimaj.image.processing.edges.NonMaximumSuppression
Perform non-maximum suppression.
computeSuppressed(FImage, FImage) - Static method in class org.openimaj.image.processing.edges.NonMaximumSuppressionTangent
Perform non-maximum suppression.
computeSuppressed(FImage, FImage, FImage) - Static method in class org.openimaj.image.processing.edges.NonMaximumSuppressionTangent
Perform non-maximum suppression.
computeTable(FImage) - Method in class org.openimaj.image.analysis.algorithm.SummedAreaTable
 
computeTable(FImage) - Method in class org.openimaj.image.analysis.algorithm.SummedSqAreaTable
 
computeThresholdAndVarianceFromHistogram(int[], int) - Static method in class org.openimaj.image.processing.threshold.OtsuThreshold
Estimate the threshold and inter-class variance for the given histogram.
computeThresholdFromHistogram(int[], int) - Static method in class org.openimaj.image.processing.threshold.OtsuThreshold
Estimate the threshold for the given histogram.
computeTriangulationInfo(List<? extends Pair<? extends Point2d>>) - Static method in class org.openimaj.demos.DTConsistency
 
computeVoronoiEdges(List<? extends Point2d>) - Static method in class org.openimaj.math.geometry.triangulation.Voronoi
Compute the Voronoi diagram as a list of its edges
computeVoronoiEdges(List<? extends Point2d>, double, double) - Static method in class org.openimaj.math.geometry.triangulation.Voronoi
Compute the Voronoi diagram as a list of its edges
computeVoronoiGraph(List<? extends Point2d>) - Static method in class org.openimaj.math.geometry.triangulation.Voronoi
Compute the Voronoi diagram as a graph of its vertices
computeVoronoiGraph(List<? extends Point2d>, double, double) - Static method in class org.openimaj.math.geometry.triangulation.Voronoi
Compute the Voronoi diagram as a graph of its vertices
computeWeightedLogProb(double[][]) - Method in class org.openimaj.math.statistics.distribution.MixtureOfGaussians
 
comxmlns.foaf._0 - package comxmlns.foaf._0
 
Concatenatable<IN,OUT> - Interface in org.openimaj.util.concatenate
Interface for objects that can be concatenated together to form a new object.
concatenate(ByteFV...) - Method in class org.openimaj.feature.ByteFV
 
concatenate(List<ByteFV>) - Method in class org.openimaj.feature.ByteFV
 
concatenate(DoubleFV...) - Method in class org.openimaj.feature.DoubleFV
 
concatenate(List<DoubleFV>) - Method in class org.openimaj.feature.DoubleFV
 
concatenate(FloatFV...) - Method in class org.openimaj.feature.FloatFV
 
concatenate(List<FloatFV>) - Method in class org.openimaj.feature.FloatFV
 
concatenate(IntFV...) - Method in class org.openimaj.feature.IntFV
 
concatenate(List<IntFV>) - Method in class org.openimaj.feature.IntFV
 
concatenate(LongFV...) - Method in class org.openimaj.feature.LongFV
 
concatenate(List<LongFV>) - Method in class org.openimaj.feature.LongFV
 
concatenate(ShortFV...) - Method in class org.openimaj.feature.ShortFV
 
concatenate(List<ShortFV>) - Method in class org.openimaj.feature.ShortFV
 
concatenate(SparseByteFV...) - Method in class org.openimaj.feature.SparseByteFV
 
concatenate(List<SparseByteFV>) - Method in class org.openimaj.feature.SparseByteFV
 
concatenate(SparseDoubleFV...) - Method in class org.openimaj.feature.SparseDoubleFV
 
concatenate(List<SparseDoubleFV>) - Method in class org.openimaj.feature.SparseDoubleFV
 
concatenate(SparseFloatFV...) - Method in class org.openimaj.feature.SparseFloatFV
 
concatenate(List<SparseFloatFV>) - Method in class org.openimaj.feature.SparseFloatFV
 
concatenate(SparseIntFV...) - Method in class org.openimaj.feature.SparseIntFV
 
concatenate(List<SparseIntFV>) - Method in class org.openimaj.feature.SparseIntFV
 
concatenate(SparseLongFV...) - Method in class org.openimaj.feature.SparseLongFV
 
concatenate(List<SparseLongFV>) - Method in class org.openimaj.feature.SparseLongFV
 
concatenate(SparseShortFV...) - Method in class org.openimaj.feature.SparseShortFV
 
concatenate(List<SparseShortFV>) - Method in class org.openimaj.feature.SparseShortFV
 
concatenate(T[]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(double[]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(float[]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(int[]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(long[]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(byte[]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(short[]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(double[][]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(float[][]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(int[][]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(long[][]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(byte[][]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(short[][]...) - Static method in class org.openimaj.util.array.ArrayUtils
Concatenate multiple arrays into a single new array.
concatenate(SparseByteArray...) - Method in class org.openimaj.util.array.SparseByteArray
 
concatenate(List<SparseByteArray>) - Method in class org.openimaj.util.array.SparseByteArray
 
concatenate(SparseDoubleArray...) - Method in class org.openimaj.util.array.SparseDoubleArray
 
concatenate(List<SparseDoubleArray>) - Method in class org.openimaj.util.array.SparseDoubleArray
 
concatenate(SparseFloatArray...) - Method in class org.openimaj.util.array.SparseFloatArray
 
concatenate(List<SparseFloatArray>) - Method in class org.openimaj.util.array.SparseFloatArray
 
concatenate(SparseIntArray...) - Method in class org.openimaj.util.array.SparseIntArray
 
concatenate(List<SparseIntArray>) - Method in class org.openimaj.util.array.SparseIntArray
 
concatenate(SparseLongArray...) - Method in class org.openimaj.util.array.SparseLongArray
 
concatenate(List<SparseLongArray>) - Method in class org.openimaj.util.array.SparseLongArray
 
concatenate(SparseShortArray...) - Method in class org.openimaj.util.array.SparseShortArray
 
concatenate(List<SparseShortArray>) - Method in class org.openimaj.util.array.SparseShortArray
 
concatenate(IN...) - Method in interface org.openimaj.util.concatenate.Concatenatable
Concatenate all the inputs with this, returning a new object that is the result of the concatenation.
concatenate(List<IN>) - Method in interface org.openimaj.util.concatenate.Concatenatable
Concatenate all the inputs with this, returning a new object that is the result of the concatenation.
concatenateArrays(SparseByteArray...) - Static method in class org.openimaj.util.array.SparseByteArray
Concatenate multiple arrays into a single new array.
concatenateArrays(SparseDoubleArray...) - Static method in class org.openimaj.util.array.SparseDoubleArray
Concatenate multiple arrays into a single new array.
concatenateArrays(SparseFloatArray...) - Static method in class org.openimaj.util.array.SparseFloatArray
Concatenate multiple arrays into a single new array.
concatenateArrays(SparseIntArray...) - Static method in class org.openimaj.util.array.SparseIntArray
Concatenate multiple arrays into a single new array.
concatenateArrays(SparseLongArray...) - Static method in class org.openimaj.util.array.SparseLongArray
Concatenate multiple arrays into a single new array.
concatenateArrays(SparseShortArray...) - Static method in class org.openimaj.util.array.SparseShortArray
Concatenate multiple arrays into a single new array.
ConcatenatedIterable<T> - Class in org.openimaj.util.iterator
An Iterable that chains together other Iterables or Iterators.
ConcatenatedIterable(Iterable<T>...) - Constructor for class org.openimaj.util.iterator.ConcatenatedIterable
Construct with Iterables.
ConcatenatedIterable(Collection<? extends Iterable<T>>) - Constructor for class org.openimaj.util.iterator.ConcatenatedIterable
Construct with Iterables.
ConcatenatedIterable(Iterator<T>...) - Constructor for class org.openimaj.util.iterator.ConcatenatedIterable
Construct with Iterators.
ConcatenatedList<T> - Class in org.openimaj.util.list
A read-only List view built on top of a list of underlying lists.
ConcatenatedList(List<List<T>>) - Constructor for class org.openimaj.util.list.ConcatenatedList
Construct with the given list of lists.
ConcatenatedList(List<T>, List<T>) - Constructor for class org.openimaj.util.list.ConcatenatedList
Construct with the given lists.
ConcatenatedList(List<T>, List<T>, List<T>) - Constructor for class org.openimaj.util.list.ConcatenatedList
Construct with the given lists.
ConcatenatedList(List<T>, List<T>, List<T>, List<T>) - Constructor for class org.openimaj.util.list.ConcatenatedList
Construct with the given lists.
ConcreteOctaveLocalFeatureCollector<OCTAVE extends Octave<?,?,IMAGE>,FE extends FeatureVectorExtractor<?,ScaleSpaceImageExtractorProperties<IMAGE>>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.feature.local.detector.dog.collector
Concrete implementation of an AbstractOctaveLocalFeatureCollector that collects LocalFeatures in the form of LocalFeatureImpl with the feature vector provided by the given feature extractor, and the Location provided by a ScaleSpaceLocation with an x, y and scale coordinates.
ConcreteOctaveLocalFeatureCollector(FE) - Constructor for class org.openimaj.image.feature.local.detector.dog.collector.ConcreteOctaveLocalFeatureCollector
Construct with the given feature extractor.
ConcreteTimeSeries<DATA,TS extends ConcreteTimeSeries<DATA,TS>> - Class in org.openimaj.ml.timeseries.series
A generic though inefficient time series which can be used by any data type.
ConcreteTimeSeries() - Constructor for class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
Initialise the backing treemap
concurrency - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
ConcurrencyUtils - Class in edu.emory.mathcs.utils
Concurrency utilities.
conf - Variable in class org.openimaj.ml.clustering.spectral.DoubleSpectralClustering
 
conf - Variable in class org.openimaj.storm.spout.SimpleSpout
 
confidence - Variable in class org.openimaj.image.processing.face.detection.DetectedFace
The confidence of the detection; higher numbers mean higher confidence.
confidence - Variable in class org.openimaj.ml.annotation.ScoredAnnotation
The confidence of the annotation
confidence - Variable in class org.openimaj.text.nlp.language.LanguageDetector.WeightedLocale
Naive bayesian probability
config - Variable in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
 
config - Variable in class org.openimaj.image.processing.face.alignment.CLMAligner
 
config - Variable in class org.openimaj.stream.provider.twitter.AbstractTwitterSearchDataset
 
config - Variable in class org.openimaj.vis.general.AxisRenderer
The axis configuration
ConfigurableRendererMono - Class in org.openimaj.image.processor.connectedcomponent.render
This renderer encapsulates various other renderers in an easy to configure class, allowing multiple renderers to be called in one go.
ConfigurableRendererMono(EnumSet<ConfigurableRenderOptions>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererMono
Protected constructor that takes a set of options to draw.
ConfigurableRendererMono(FImage, EnumSet<ConfigurableRenderOptions>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererMono
Constructor that takes an image to draw into and a set of options to draw.
ConfigurableRendererMono(int, int, EnumSet<ConfigurableRenderOptions>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererMono
Constructor that creates an image to draw into and takes a set of options to draw.
ConfigurableRendererRGB - Class in org.openimaj.image.processor.connectedcomponent.render
This renderer encapsulates various other renderers in an easy to configure class, allowing multiple renderers to be called in one go.
ConfigurableRendererRGB(EnumSet<ConfigurableRenderOptions>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererRGB
Protected constructor that takes a set of options to draw.
ConfigurableRendererRGB(MBFImage, EnumSet<ConfigurableRenderOptions>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererRGB
Constructor that takes an image to draw into and a set of options to draw.
ConfigurableRendererRGB(int, int, EnumSet<ConfigurableRenderOptions>) - Constructor for class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererRGB
Constructor that creates an image to draw into and takes a set of options to draw.
ConfigurableRenderOptions - Enum in org.openimaj.image.processor.connectedcomponent.render
An enumerator for the ConfigurableRendererMono and ConfigurableRendererRGB classes.
Configuration() - Constructor for class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
Construct with the default model parameters
confirm(String, Set<Long>) - Method in class backtype.storm.spout.KestrelThriftClient
 
confirm(String, Set<Long>, AsyncMethodCallback<Kestrel.AsyncClient.confirm_call>) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
confirm(String, Set<Long>, AsyncMethodCallback<Kestrel.AsyncClient.confirm_call>) - Method in interface net.lag.kestrel.thrift.Kestrel.AsyncIface
 
confirm(String, Set<Long>) - Method in class net.lag.kestrel.thrift.Kestrel.Client
 
confirm(String, Set<Long>) - Method in interface net.lag.kestrel.thrift.Kestrel.Iface
 
confirm_args() - Constructor for class net.lag.kestrel.thrift.Kestrel.confirm_args
 
confirm_args(String, Set<Long>) - Constructor for class net.lag.kestrel.thrift.Kestrel.confirm_args
 
confirm_args(Kestrel.confirm_args) - Constructor for class net.lag.kestrel.thrift.Kestrel.confirm_args
Performs a deep copy on other.
confirm_call(String, Set<Long>, AsyncMethodCallback<Kestrel.AsyncClient.confirm_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.confirm_call
 
confirm_result() - Constructor for class net.lag.kestrel.thrift.Kestrel.confirm_result
 
confirm_result(int) - Constructor for class net.lag.kestrel.thrift.Kestrel.confirm_result
 
confirm_result(Kestrel.confirm_result) - Constructor for class net.lag.kestrel.thrift.Kestrel.confirm_result
Performs a deep copy on other.
ConnectedComponent - Class in org.openimaj.image.pixel
This class represents a connected region within an image and provides methods for accessing and manipulating that region.
ConnectedComponent() - Constructor for class org.openimaj.image.pixel.ConnectedComponent
Default constructor.
ConnectedComponent(Shape) - Constructor for class org.openimaj.image.pixel.ConnectedComponent
Construct a new connected component from the given shape.
ConnectedComponent(Polygon) - Constructor for class org.openimaj.image.pixel.ConnectedComponent
Construct a new connected component from the given polygon.
ConnectedComponent(int, int, int, int) - Constructor for class org.openimaj.image.pixel.ConnectedComponent
Construct a rectangular ConnectedComponent.
ConnectedComponent(int[][]) - Constructor for class org.openimaj.image.pixel.ConnectedComponent
Constructs a connected component from a mask image.
ConnectedComponent(FImage, float) - Constructor for class org.openimaj.image.pixel.ConnectedComponent
Constructs a connected component from a mask image.
ConnectedComponent(Set<Pixel>) - Constructor for class org.openimaj.image.pixel.ConnectedComponent
Construct a connected component from the given set of Pixels.
ConnectedComponent.ConnectMode - Enum in org.openimaj.image.pixel
For boundary representations of ConnectedComponents, this enum determines and specifies how the boundary is calculated; either using a 4-connected rule, or an 8-connected rule.
ConnectedComponentLabeler - Class in org.openimaj.image.connectedcomponent
A connected component labeler.
ConnectedComponentLabeler(ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
Construct using the default (two-pass) algorithm, background pixels having a value of 0 or less, and the given ConnectedComponent.ConnectMode.
ConnectedComponentLabeler(ConnectedComponentLabeler.Algorithm, ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
Construct using the given algorithm, background pixels having a value of 0 or less, and the given ConnectedComponent.ConnectMode.
ConnectedComponentLabeler(ConnectedComponentLabeler.Algorithm, float, ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
Construct using the given algorithm, background pixel threshold, and the given ConnectedComponent.ConnectMode.
ConnectedComponentLabeler.Algorithm - Enum in org.openimaj.image.connectedcomponent
Different algorithms for finding ConnectedComponents.
ConnectedComponentProcessor - Interface in org.openimaj.image.processor.connectedcomponent
Interface for objects that can perform processing on a ConnectedComponent.
ConnectedComponents - Class in org.openimaj.tools.similaritymatrix.modes
 
ConnectedComponents() - Constructor for class org.openimaj.tools.similaritymatrix.modes.ConnectedComponents
 
connectedDevices() - Static method in class org.openimaj.hardware.kinect.KinectController
Get the number of connected devices.
ConnectedThresholdSegmenter - Class in org.openimaj.image.segmentation
Simple wrapper to make thresholding algorithms into Segmenters by applying the thresholding operation and then applying connected component labeling.
ConnectedThresholdSegmenter(Processor<FImage>, ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.segmentation.ConnectedThresholdSegmenter
Construct with the given thresholding algorithm implementation and connection mode.
ConnectedThresholdSegmenter(Processor<FImage>, ConnectedComponentLabeler.Algorithm, ConnectedComponent.ConnectMode) - Constructor for class org.openimaj.image.segmentation.ConnectedThresholdSegmenter
Construct with the given thresholding algorithm implementation.
connections - Variable in class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
The face connections
connections - Variable in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
The face connections
connectNewBolt(TopologyBuilder) - Static method in class org.openimaj.storm.StormPlayground.JoinBolt
 
ConsistentLocalFeatureMatcher2d<T extends LocalFeature<?,?> & Point2d> - Class in org.openimaj.feature.local.matcher.consistent
Object to attempt to find a consistent geometric mapping of two sets of local features according to a given model.
ConsistentLocalFeatureMatcher2d(LocalFeatureMatcher<T>) - Constructor for class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
Default constructor
ConsistentLocalFeatureMatcher2d(LocalFeatureMatcher<T>, RobustModelFitting<Point2d, Point2d, ?>) - Constructor for class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
Default constructor
consistentMatches - Variable in class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
 
ConsoleMetaMapper - Class in org.openimaj.tools.imagecollection.metamapper
 
ConsoleMetaMapper() - Constructor for class org.openimaj.tools.imagecollection.metamapper.ConsoleMetaMapper
 
const_shift() - Method in class org.openimaj.hardware.kinect.freenect.freenect_registration
 
const_shift(double) - Method in class org.openimaj.hardware.kinect.freenect.freenect_registration
 
ConstrainedFloatAssigner<DATATYPE> - Class in org.openimaj.ml.clustering.assignment.hard
An assigner that wraps another hard assigner and only produces valid assignments if the closest cluster is within (or outside) of a given threshold distance.
ConstrainedFloatAssigner(HardAssigner<DATATYPE, float[], IntFloatPair>, float) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ConstrainedFloatAssigner
Construct the ConstrainedFloatAssigner with the given assigner and threshold.
ConstrainedFloatAssigner(HardAssigner<DATATYPE, float[], IntFloatPair>, float, boolean) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ConstrainedFloatAssigner
Construct the ConstrainedFloatAssigner with the given assigner and threshold.
constraint - Variable in class org.openimaj.math.geometry.shape.PointDistributionModel
 
construct(String, String, String, String, String) - Method in class org.openimaj.stream.provider.irc.AbstractIRCStreamDataset
Called by PircBot.onMessage(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
construct(String, String, String, String, String) - Method in class org.openimaj.stream.provider.irc.BasicIRCStreamDataset
 
construct(String, String, String, String, String) - Method in class org.openimaj.stream.provider.WikipediaEditsDataset
 
constructCollector(InterestPointGradientFeatureExtractor) - Method in class org.openimaj.image.feature.local.engine.ipd.AbstractIPDSIFTEngine
Given an extractor, construct an InterestPointFeatureCollector
constructCollector(InterestPointGradientFeatureExtractor) - Method in class org.openimaj.image.feature.local.engine.ipd.EllipticIPDSIFTEngine
 
constructCollector(InterestPointGradientFeatureExtractor) - Method in class org.openimaj.image.feature.local.engine.ipd.IPDSIFTEngine
 
constructEngine(DoGSIFTEngineOptions<I>) - Method in class org.openimaj.image.feature.local.affine.ASIFT
An engine which can process images of type and output keypoints
constructEngine(DoGSIFTEngineOptions<FImage>) - Method in class org.openimaj.image.feature.local.affine.BasicASIFT
 
constructEngine(DoGSIFTEngineOptions<MBFImage>) - Method in class org.openimaj.image.feature.local.affine.ColourASIFT
 
constructIndexPath(Path) - Static method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod
 
constructPQ(String, Model) - Static method in class org.openimaj.rdf.utils.PQUtils
Construct a ParameterizedSparqlString
constructSlices(List<List<Pixel>>, int, int) - Method in class org.openimaj.image.processing.face.feature.ltp.AbstractLtpDtFeature
 
constructTopology() - Method in class org.openimaj.storm.tool.StormToolOptions
 
consume(Status) - Method in class org.openimaj.picslurper.StatusConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.HTMLScrapingSiteSpecificConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.FacebookConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.ImgurConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.InstagramConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.OwlyImageConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.TmblrPhotoConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.TwitPicConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.TwitterPhotoConsumer
 
consume(URL) - Method in class org.openimaj.web.scraping.images.YfrogConsumer
 
consume(URL) - Method in interface org.openimaj.web.scraping.SiteSpecificConsumer
Get the data urls at the given URL.
consumed - Variable in class org.openimaj.util.list.AbstractStreamBackedList
Number of bytes read
consumed() - Method in class org.openimaj.util.list.AbstractStreamBackedList
Get the number of records consumed so far
consumeFrequency(float[], float[], int, int) - Method in interface org.openimaj.audio.FrequencyAudioSource.Listener
Called when new frequency data is available.
consumerKey - Variable in class org.openimaj.util.api.auth.common.TwitterAPIToken
The consumer key
consumerSecret - Variable in class org.openimaj.util.api.auth.common.TwitterAPIToken
The consumer secret
container - Variable in class org.openimaj.content.slideshow.Slideshow
 
Container - Interface in orgrdfs.sioc.ns
An area in which content Items are contained.
container_of - Variable in class orgrdfs.sioc.ns.ContainerImpl
An Item that this Container contains.
ContainerImpl - Class in orgrdfs.sioc.ns
An area in which content Items are contained.
ContainerImpl() - Constructor for class orgrdfs.sioc.ns.ContainerImpl
 
contains(Object) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
contains(Object) - Method in class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface org.openimaj.util.concurrent.BlockingDroppingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class org.openimaj.util.list.AbstractFileBackedList
 
contains(Object) - Method in class org.openimaj.util.set.DisjointSetForest
 
contains(KEY) - Method in class org.openimaj.workinprogress.optimisation.params.KeyedParameters
 
containsAll(Collection<?>) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
containsAll(Collection<?>) - Method in class org.openimaj.util.list.AbstractFileBackedList
 
containsAll(Collection<?>) - Method in class org.openimaj.util.set.DisjointSetForest
 
containsCategoryDepiction - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013.Response
Whether the image contains a depicition of the category subject
containsInfinity(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
containsNaN(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
containsNaN(Vector) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
containsNaN() - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
containsValid(String) - Method in class org.openimaj.tools.imagecollection.collection.config.ImageCollectionConfig
 
containsValid(String) - Method in class org.openimaj.tools.imagecollection.collection.ImageCollectionConfig
 
ContectedComponentSimilarityClusterer - Class in org.openimaj.ml.clustering.dbscan
Cluster based on connected components.
ContectedComponentSimilarityClusterer(double, int) - Constructor for class org.openimaj.ml.clustering.dbscan.ContectedComponentSimilarityClusterer
 
content - Variable in class orgrdfs.sioc.ns.ItemImpl
The content of the Item in plain text format.
content_encoded - Variable in class orgrdfs.sioc.ns.PostImpl
The encoded content of the Post, contained in CDATA areas.
CONTENT_TYPE_KEY - Static variable in class org.openimaj.hadoop.sequencefile.MetadataConfiguration
Standard key for a storing an indicator of the mime-type of the value fields
CONTEXT - Static variable in class org.openimaj.hardware.kinect.KinectController
 
context - Variable in class org.openimaj.image.processing.CLImageAnalyser
 
context - Variable in class org.openimaj.image.processing.CLImageProcessor
 
context - Variable in class org.openimaj.storm.spout.SimpleSpout
 
Context - Class in org.openimaj.util.data
A Context is a Map which can give typed elements and can fail gracefully when elements don't exist.
Context() - Constructor for class org.openimaj.util.data.Context
Default constructor to make an empty Context.
Context(Object...) - Constructor for class org.openimaj.util.data.Context
A conveniance function where nameval.length % 2 is assumed to == 0 and nameval contains pairs of "key" : value instances
Context(boolean) - Constructor for class org.openimaj.util.data.Context
Construct an empty Context.
ContextAdaptor<ADAPTED,IN,OUT> - Class in org.openimaj.util.function.context
Base class that holds the elements required to adapt something (i.e.
ContextAdaptor(ADAPTED, ContextExtractor<IN>, ContextInsertor<OUT>) - Constructor for class org.openimaj.util.function.context.ContextAdaptor
Construct with the given options.
ContextAdaptor(ADAPTED, String, String) - Constructor for class org.openimaj.util.function.context.ContextAdaptor
Construct with the given object to adapt.
ContextAwareInitStrategy<INDEPENDANT,DEPENDANT> - Interface in org.openimaj.ml.linear.learner.init
A ContextAwareInitStrategy is told the learner it is initialising against and the current INDEPENDANT and DEPENDANT variables at init time.
ContextExtractor<T> - Interface in org.openimaj.util.function.context
Given a context, extract an element of type T.
ContextFunctionAdaptor<IN,OUT> - Class in org.openimaj.util.function.context
An adaptor that allows a Function to be applied to a single element of a Context, and store its output in a (potentially) different slot of the Context.
ContextFunctionAdaptor(Function<IN, OUT>, ContextExtractor<IN>, ContextInsertor<OUT>) - Constructor for class org.openimaj.util.function.context.ContextFunctionAdaptor
 
ContextFunctionAdaptor(Function<IN, OUT>, String, String) - Constructor for class org.openimaj.util.function.context.ContextFunctionAdaptor
Construct ContextFunctionAdaptor that reads data from a given key, applies a function and sets the result in a different key.
ContextFunctionAdaptor(String, Function<IN, OUT>) - Constructor for class org.openimaj.util.function.context.ContextFunctionAdaptor
Construct ContextFunctionAdaptor that reads data from a given key, applies a function and sets the result with the same key.
ContextGenerator<T> - Class in org.openimaj.util.function.context
Generate a context stream from a stream of other objects.
ContextGenerator(ContextInsertor<T>) - Constructor for class org.openimaj.util.function.context.ContextGenerator
Construct with the given insertor.
ContextGenerator(String) - Constructor for class org.openimaj.util.function.context.ContextGenerator
Construct with the given key, which is used to create a KeyContextInsertor.
ContextInsertor<T> - Interface in org.openimaj.util.function.context
Given a context, insert an object of type T
ContextListFilter<IN> - Class in org.openimaj.util.function.context
Filter a list of items belonging to a single Context entry using a predicate
ContextListFilter(Predicate<IN>, ContextExtractor<List<IN>>, ContextInsertor<List<IN>>) - Constructor for class org.openimaj.util.function.context.ContextListFilter
Construct with the given options.
ContextListFilter(Predicate<IN>, String, String) - Constructor for class org.openimaj.util.function.context.ContextListFilter
Construct with the given predicate.
ContextListFilter(Predicate<IN>, String) - Constructor for class org.openimaj.util.function.context.ContextListFilter
Construct with the given predicate.
ContextListFunction<IN,OUT> - Class in org.openimaj.util.function.context
Apply a Function to a list held within a single element of a Context, writing the resultant list back to the Context, potentially with a different key.
ContextListFunction(Function<IN, OUT>, ContextExtractor<List<IN>>, ContextInsertor<List<OUT>>) - Constructor for class org.openimaj.util.function.context.ContextListFunction
Construct with the given options.
ContextListFunction(Function<IN, OUT>, String, String) - Constructor for class org.openimaj.util.function.context.ContextListFunction
Construct with the function.
ContextListFunction(Function<IN, OUT>, String) - Constructor for class org.openimaj.util.function.context.ContextListFunction
Construct with the given function.
ContextListTransform<T> - Class in org.openimaj.util.function.context
Transform a List of Context instances to a stream of List of T.
ContextListTransform(ContextExtractor<T>) - Constructor for class org.openimaj.util.function.context.ContextListTransform
Construct with the given extractor.
ContextListTransform(String) - Constructor for class org.openimaj.util.function.context.ContextListTransform
Construct using a KeyContextExtractor with the given key.
ContextListTransformFunction<IN,OUT> - Class in org.openimaj.util.function.context
Transform a List of Context instances to a List of IN and immediately hand this list to an internal function.
ContextListTransformFunction(ContextExtractor<IN>, Function<List<IN>, OUT>) - Constructor for class org.openimaj.util.function.context.ContextListTransformFunction
 
ContextListTransformFunction(String, Function<List<IN>, OUT>) - Constructor for class org.openimaj.util.function.context.ContextListTransformFunction
 
ContextOperationAdaptor<T> - Class in org.openimaj.util.function.context
An adaptor that allows an Operation to be applied to a single element of the Context.
ContextOperationAdaptor(Operation<T>, ContextExtractor<T>) - Constructor for class org.openimaj.util.function.context.ContextOperationAdaptor
Construct with the given operation and extractor
ContextOperationAdaptor(Operation<T>, String) - Constructor for class org.openimaj.util.function.context.ContextOperationAdaptor
Construct with the given operation.
ContextPredicateAdaptor<T> - Class in org.openimaj.util.function.context
An adaptor that allows a Predicate to be applied to a Context , based on a single element of the Context.
ContextPredicateAdaptor(Predicate<T>, ContextExtractor<T>, ContextInsertor<T>) - Constructor for class org.openimaj.util.function.context.ContextPredicateAdaptor
Construct with the given options.
ContextPredicateAdaptor(Predicate<T>, String, String) - Constructor for class org.openimaj.util.function.context.ContextPredicateAdaptor
Construct with the given predicate.
ContextPredicateAdaptor(Predicate<T>, String) - Constructor for class org.openimaj.util.function.context.ContextPredicateAdaptor
Construct with the given predicate.
ContextRealTimeWindowFunction<IN> - Class in org.openimaj.util.stream.window
Given a period of time to wait in milliseconds, this function consumes a stream for that period of time and produces a new stream of lists representing windows of that time period
ContextRealTimeWindowFunction(long) - Constructor for class org.openimaj.util.stream.window.ContextRealTimeWindowFunction
 
ContextRoundRobinTwitterSearchAPIDataset - Class in org.openimaj.stream.provider.twitter
Extends the TwitterSearchDataset to support multiple queries.
ContextRoundRobinTwitterSearchAPIDataset(List<Query>, TwitterAPIToken, BlockingDroppingQueue<Context>) - Constructor for class org.openimaj.stream.provider.twitter.ContextRoundRobinTwitterSearchAPIDataset
 
ContextStreamCombiner - Class in org.openimaj.util.stream.combine
A stream combiner takes two streams of Context objects and produces a new stream of Contexts which contain the stream values from both input streams.
ContextStreamCombiner(Stream<Context>, Stream<Context>) - Constructor for class org.openimaj.util.stream.combine.ContextStreamCombiner
Construct the combiner to consume the two given streams.
ContextStreamCombiner(Stream<Context>, Stream<Context>, String, String) - Constructor for class org.openimaj.util.stream.combine.ContextStreamCombiner
Construct the combiner to consume the two given streams, using the given prefixes to modify the keys from the respective streams.
ContextTransform<T> - Class in org.openimaj.util.function.context
Transform a context into a stream of another type based on items extracted from the context
ContextTransform(ContextExtractor<T>) - Constructor for class org.openimaj.util.function.context.ContextTransform
Construct with the given extractor
ContextTransform(String) - Constructor for class org.openimaj.util.function.context.ContextTransform
Construct with a KeyContextExtractor using the given key.
Contour - Class in org.openimaj.image.contour
A contour or hierarchical set of contours within an image.
Contour(ContourType) - Constructor for class org.openimaj.image.contour.Contour
Construct a contour with the given type and start at the origin
Contour(ContourType, int, int) - Constructor for class org.openimaj.image.contour.Contour
Construct a contour with the given type and start pixel
Contour(ContourType, Pixel) - Constructor for class org.openimaj.image.contour.Contour
Construct a contour with the given type and start pixel
Contour(int, int) - Constructor for class org.openimaj.image.contour.Contour
Construct a contour with the given starting coordinate and a null type.
contour(FImage, Pixel, Pixel) - Method in class org.openimaj.image.contour.ContourFollowingStrategy
Follow the contour, adding each pixel to a list.
contour(FImage, Pixel, Pixel, Operation<Pixel>) - Method in class org.openimaj.image.contour.ContourFollowingStrategy
Given some starting pixel in an image on a contour and the direction of a non starting image, return each pixel on a contour from the start pixel in the image.
contour(FImage, Pixel, Pixel, Operation<Pixel>) - Method in class org.openimaj.image.contour.MooreNeighborStrategy
 
contour(FImage, Pixel, Pixel, Operation<Pixel>) - Method in class org.openimaj.image.contour.SuzukiNeighborStrategy
 
ContourFollowingStrategy - Class in org.openimaj.image.contour
A contour Following strategy implements a Contour Tracing algorithm that extracts a boundary from an image
ContourFollowingStrategy() - Constructor for class org.openimaj.image.contour.ContourFollowingStrategy
 
contourIterable() - Method in class org.openimaj.image.contour.Contour
Get an Iterable over all the contours belonging to this root (including the root itself)
contourIterator() - Method in class org.openimaj.image.contour.Contour
Get an iterator over the complete set of contours (including the root itself)
ContourRenderer - Class in org.openimaj.image.contour
ContourRenderer(MBFImage) - Constructor for class org.openimaj.image.contour.ContourRenderer
Construct with the given target image.
ContourType - Enum in org.openimaj.image.contour
The contour type
convert(ELEMENTTYPE) - Method in class org.openimaj.data.AbstractMultiListDataSource
Convert an item's type
convert(T) - Method in class org.openimaj.feature.local.data.LocalFeatureListDataSource
 
convert(CLContext, MBFImage) - Static method in class org.openimaj.image.CLImageConversion
Convert an MBFImage to an RGBA CLImage2D.
convert(CLContext, FImage) - Static method in class org.openimaj.image.CLImageConversion
Convert an FImage to CLImage2D.
convert(CLContext, I) - Static method in class org.openimaj.image.CLImageConversion
Convert an Image to CLImage2D.
convert(CLQueue, CLEvent, CLImage2D, MBFImage) - Static method in class org.openimaj.image.CLImageConversion
Convert a CLImage2D to an MBFImage.
convert(CLQueue, CLEvent, CLImage2D, FImage) - Static method in class org.openimaj.image.CLImageConversion
Convert a CLImage2D to an FImage.
convert(CLQueue, CLEvent, CLImage2D, I) - Static method in class org.openimaj.image.CLImageConversion
Convert a CLImage2D to an Image.
convert(MBFImage) - Method in enum org.openimaj.image.colour.ColourSpace
Convert the image to this colour space
convert(MBFImage, ColourSpace) - Static method in enum org.openimaj.image.colour.ColourSpace
Convert the image to the given colour space
convert(List<? extends Keypoint>) - Static method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
Convert a list of Keypoints to FloatKeypoints.
convert(List<MultiTracker.TrackedFace>, MBFImage) - Static method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Helper method to convert a list of MultiTracker.TrackedFaces to CLMDetectedFaces.
convert(List<MultiTracker.TrackedFace>, FImage) - Static method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Helper method to convert a list of MultiTracker.TrackedFaces to CLMDetectedFaces.
convert() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Helper method that converts this CLMDetectedFace into a MultiTracker.TrackedFace.
convert(DenseMatrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
Convert a DenseMatrix to a Matrix.
convert(DenseMatrix, int, int) - Static method in class org.openimaj.math.matrix.MatrixUtils
Convert a DenseMatrix to a Matrix.
convert(FeatureVector, double) - Static method in class org.openimaj.ml.annotation.utils.LiblinearHelper
Convert a FeatureVector to an array of Features.
convert(INPUTTS) - Method in class org.openimaj.ml.timeseries.converter.DoubleProviderTimeSeriesConverter
 
convert(INPUTTS, TimeSeriesProcessor<double[], Double, DoubleTimeSeries>) - Method in class org.openimaj.ml.timeseries.converter.DoubleProviderTimeSeriesConverter
 
convert(INPUTTS) - Method in interface org.openimaj.ml.timeseries.converter.TimeSeriesConverter
 
convert(INPUTTS, TimeSeriesProcessor<OUTPUTALL, OUTPUTSINGLE, OUTPUTTS>) - Method in interface org.openimaj.ml.timeseries.converter.TimeSeriesConverter
convert and process a time series
convert(TimeSeriesConverter<DATA, SINGLE_TYPE, RETURNTYPE, OUTDATA, OUTSING, OUTRET>) - Method in class org.openimaj.ml.timeseries.TimeSeries
Convert a TimeSeries
convert(TimeSeriesConverter<DATA, SINGLE_TYPE, RETURNTYPE, OUTDATA, OUTSING, OUTRET>, TimeSeriesProcessor<OUTDATA, OUTSING, OUTRET>) - Method in class org.openimaj.ml.timeseries.TimeSeries
Convert a TimeSeries
convert(Double[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Double[] to double[].
convert(double[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Double[] to Double[].
convert(Float[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Float[] to float[].
convert(float[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Float[] to Float[].
convert(Integer[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Integer[] to int[].
convert(int[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Int[] to Integer[].
convert(Long[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Long[] to long[].
convert(long[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Long[] to Long[].
convert(Byte[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Byte[] to byte[].
convert(byte[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Byte[] to Byte[].
convert(Short[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Short[] to short[].
convert(short[]) - Method in class org.openimaj.util.array.ArrayUtils
Convert from Short[] to Short[].
convertDense(FeatureVector, double) - Static method in class org.openimaj.ml.annotation.utils.LiblinearHelper
Convert a FeatureVector to an array of doubles using FeatureVector.asDoubleVector().
convertFromFB(FloatBuffer, int, int, MBFImage) - Static method in class org.openimaj.image.CLImageConversion
Convert packed RGBA pixels in a FloatBuffer back into an MBFImage.
convertFromFB(FloatBuffer, int, int, FImage) - Static method in class org.openimaj.image.CLImageConversion
Convert packed intensity pixels in a FloatBuffer back into an FImage.
convertFromRGB(MBFImage) - Method in enum org.openimaj.image.colour.ColourSpace
Convert the given RGB image to the current colour space
convertFromRGB(Float[]) - Method in enum org.openimaj.image.colour.ColourSpace
Convert the given RGB image to the current colour space
convertInternal(TimeSeriesConverter<ALLINPUT, SINGLEINPUT, INTERNALSERIES, OUTPUTALL, OUTPUTSINGLE, OUTPUTTS>, OUTPUTTSC) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
convertInternal(TimeSeriesConverter<ALLINPUT, SINGLEINPUT, INTERNALSERIES, OUTPUTALL, OUTPUTSINGLE, OUTPUTTS>, TimeSeriesProcessor<OUTPUTALL, OUTPUTSINGLE, OUTPUTTS>, OUTPUTTSC) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
convertRelevant(Map<Q, Set<D>>) - Static method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalAnalyser
 
convertResults(Map<Q, List<D>>) - Static method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalAnalyser
 
convertToDouble(double[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a double array to a double array.
convertToDouble(double[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a double array to a double array.
convertToDouble(float[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a float array to a double array.
convertToDouble(float[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a float array to a double array.
convertToDouble(int[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a int array to a double array.
convertToDouble(int[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a int array to a double array.
convertToDouble(long[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a long array to a double array.
convertToDouble(long[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a long array to a double array.
convertToDouble(byte[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a byte array to a double array.
convertToDouble(byte[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a byte array to a double array.
convertToDouble(short[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a short array to a double array.
convertToDouble(short[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a short array to a double array.
convertToFB(MBFImage, ByteOrder) - Static method in class org.openimaj.image.CLImageConversion
Converts an MBFImage to a FloatBuffer containing packed RGBA pixels.
convertToFB(FImage, ByteOrder) - Static method in class org.openimaj.image.CLImageConversion
Converts an FImage to a FloatBuffer containing packed intensity pixels.
convertToFloat(double[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a double array to a float array.
convertToFloat(double[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a double array to a float array.
convertToFloat(float[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a float array to a float array.
convertToFloat(float[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a float array to a float array.
convertToFloat(int[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a int array to a float array.
convertToFloat(int[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a int array to a float array.
convertToFloat(long[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a long array to a float array.
convertToFloat(long[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a long array to a float array.
convertToFloat(byte[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a byte array to a float array.
convertToFloat(byte[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a byte array to a float array.
convertToFloat(short[]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a short array to a float array.
convertToFloat(short[][]) - Static method in class org.openimaj.util.array.ArrayUtils
Convert a short array to a float array.
convertToOutputFormat(USMFStatus) - Method in class org.openimaj.tools.twitter.options.AbstractTwitterPreprocessingToolOptions
Provides the functionality to convert to the required output format as specified by -ot
convertToRGB(Float[]) - Method in enum org.openimaj.image.colour.ColourSpace
Convert the given RGB image to the current colour space
convertToRGB(MBFImage) - Method in enum org.openimaj.image.colour.ColourSpace
Convert the image in this color space to RGB
convertToType(BufferedImage, int) - Static method in class org.openimaj.video.xuggle.XuggleVideoWriter
Convert a BufferedImage of any type, to BufferedImage of a specified type.
convertToURI(String) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Converts a string representing a file or uri to a uri object.
ConvertUSMFList - Class in org.openimaj.twitter.collection
This wrapper allows the writing of a list such that each element is converted using a conversion function
ConvertUSMFList(TwitterStatusList<? extends USMFStatus>, Class<? extends GeneralJSON>) - Constructor for class org.openimaj.twitter.collection.ConvertUSMFList
 
CONVEX_CORNERS - Static variable in class org.openimaj.image.processing.morphology.HitAndMiss
Hit and miss operator for detecting convex corners
ConvexityCheck2D<M extends Model<Point2d,Point2d> & MatrixTransformProvider> - Class in org.openimaj.math.geometry.transforms.check
Test that a 2d transform model preserves convexity
ConvexityCheck2D() - Constructor for class org.openimaj.math.geometry.transforms.check.ConvexityCheck2D
 
ConvexityDefect - Class in org.openimaj.math.geometry.shape.algorithm
Class representing a convexity defect of a polygon, with methods for finding said defects.
convolve(FImage, float[][], boolean) - Static method in class org.openimaj.image.processing.convolution.FourierConvolve
Convolve an image with a kernel using an FFT.
convolveBuffer(float[], float[]) - Static method in class org.openimaj.image.processing.convolution.FImageConvolveSeparable
 
convolveHorizontal(FImage, float[]) - Static method in class org.openimaj.image.processing.convolution.FImageConvolveSeparable
Convolve the image in the horizontal direction with the kernel.
convolveHorizontal(double[], double[]) - Static method in class org.openimaj.ml.timeseries.processor.GaussianTimeSeriesProcessor
Convolve a double array
convolvePrepared(FImage, FImage, boolean) - Static method in class org.openimaj.image.processing.convolution.FourierConvolve
Convolve an image with a pre-prepared frequency domain filter.
convolveVertical(FImage, float[]) - Static method in class org.openimaj.image.processing.convolution.FImageConvolveSeparable
Convolve the image in the vertical direction with the kernel.
Coordinate - Interface in org.openimaj.math.geometry.point
Generic interface to get the distance along a dimension of an object representing a point in an n-dimensional space
CoordinateBruteForce<T extends Coordinate> - Class in org.openimaj.knn
Implementation of a CoordinateIndex that performs searching by brute-force comparison over the indexed coordinates.
CoordinateBruteForce() - Constructor for class org.openimaj.knn.CoordinateBruteForce
Default constructor.
CoordinateBruteForce(List<T>) - Constructor for class org.openimaj.knn.CoordinateBruteForce
Construct the index and populate it with the given data.
CoordinateIndex<T extends Coordinate> - Interface in org.openimaj.knn
Interface representing an index of Coordinates that can have points added to it and can be searched in a variety of ways.
CoordinateKDTree<T extends Coordinate> - Class in org.openimaj.knn
Implementation of a simple KDTree with range search.
CoordinateKDTree() - Constructor for class org.openimaj.knn.CoordinateKDTree
Create an empty KDTree object
CoordinateKDTree(Collection<T>) - Constructor for class org.openimaj.knn.CoordinateKDTree
Create a KDTree object and populate it with the given data.
coordinateRadiusSearch(byte[], byte) - Method in class org.openimaj.util.tree.ByteKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(byte[], byte, TObjectFloatProcedure<byte[]>) - Method in class org.openimaj.util.tree.ByteKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(double[], double) - Method in class org.openimaj.util.tree.DoubleKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(double[], double, TObjectDoubleProcedure<double[]>) - Method in class org.openimaj.util.tree.DoubleKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(float[], float) - Method in class org.openimaj.util.tree.FloatKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(float[], float, TObjectFloatProcedure<float[]>) - Method in class org.openimaj.util.tree.FloatKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(int[], int) - Method in class org.openimaj.util.tree.IntKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(int[], int, TObjectFloatProcedure<int[]>) - Method in class org.openimaj.util.tree.IntKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(long[], long) - Method in class org.openimaj.util.tree.LongKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(long[], long, TObjectDoubleProcedure<long[]>) - Method in class org.openimaj.util.tree.LongKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(short[], short) - Method in class org.openimaj.util.tree.ShortKDTree
Find all the points within the given radius of the given point.
coordinateRadiusSearch(short[], short, TObjectFloatProcedure<short[]>) - Method in class org.openimaj.util.tree.ShortKDTree
Find all the points within the given radius of the given point.
coordinateRangeSearch(byte[], byte[]) - Method in class org.openimaj.util.tree.ByteKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
coordinateRangeSearch(double[], double[]) - Method in class org.openimaj.util.tree.DoubleKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
coordinateRangeSearch(float[], float[]) - Method in class org.openimaj.util.tree.FloatKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
coordinateRangeSearch(int[], int[]) - Method in class org.openimaj.util.tree.IntKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
coordinateRangeSearch(long[], long[]) - Method in class org.openimaj.util.tree.LongKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
coordinateRangeSearch(short[], short[]) - Method in class org.openimaj.util.tree.ShortKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
coordinates - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
copy(double[], int, int) - Static method in class ch.akuhn.matrix.Vector
Copy a range from an array into a vector.
copy() - Method in class com.jsaragih.CLM
Makes a copy of this CLM.
copy() - Method in class com.jsaragih.MPatch
Returns a copy of this MPatch
copy() - Method in class com.jsaragih.Patch
Returns a copy of this patch
copy() - Method in class com.jsaragih.PDM
Returns a copy of this PDM.
copy() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
copy() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
copy() - Method in class org.openimaj.image.feature.local.keypoints.quantised.QuantisedKeypoint
 
copy() - Method in class org.openimaj.image.pixel.Pixel
 
copy() - Method in class org.openimaj.math.geometry.point.DoublePoint2dImpl
 
copy() - Method in interface org.openimaj.math.geometry.point.Point2d
Clone the point
copy() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
copy() - Method in interface org.openimaj.math.geometry.point.Point3d
Clone the point
copy() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
copy(T) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
Copy a matrix
copy() - Method in class org.openimaj.math.matrix.similarity.SimilarityMatrix
 
copy() - Method in class org.openimaj.ml.timeseries.TimeSeries
 
copy() - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
copy() - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
copy() - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
copy() - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
copy() - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
copy() - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
copy() - Method in class org.openimaj.util.array.SparseByteArray
Deep copy the array.
copy() - Method in class org.openimaj.util.array.SparseDoubleArray
Deep copy the array.
copy() - Method in class org.openimaj.util.array.SparseFloatArray
Deep copy the array.
copy() - Method in class org.openimaj.util.array.SparseHashedByteArray
 
copy() - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
copy() - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
copy() - Method in class org.openimaj.util.array.SparseHashedIntArray
 
copy() - Method in class org.openimaj.util.array.SparseHashedLongArray
 
copy() - Method in class org.openimaj.util.array.SparseHashedShortArray
 
copy() - Method in class org.openimaj.util.array.SparseIntArray
Deep copy the array.
copy() - Method in class org.openimaj.util.array.SparseLongArray
Deep copy the array.
copy() - Method in class org.openimaj.util.array.SparseShortArray
Deep copy the array.
copy() - Method in class org.openimaj.video.tracking.klt.Feature
 
copyFrom(Point2d) - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
copyFrom(Point2d) - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
copyFrom(Point2d) - Method in class org.openimaj.image.feature.local.keypoints.quantised.QuantisedKeypoint
 
copyFrom(Point2d) - Method in class org.openimaj.image.pixel.Pixel
Copy the values of the given point into this point.
copyFrom(Point2d) - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
copyFrom(Point2d) - Method in interface org.openimaj.math.geometry.point.Point2d
Copy the values of the given point into this point.
copyFrom(Point2d) - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
copyFrom(Point3d) - Method in interface org.openimaj.math.geometry.point.Point3d
Copy the values of the given point into this point.
copyFrom(Point3d) - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
copyFrom(Point2d) - Method in class org.openimaj.video.tracking.klt.Feature
 
copyStreamToFile(InputStream, File) - Static method in class org.openimaj.io.FileUtils
Helper function for writing a text stream to a file.
copyStreamToFileBinary(InputStream, File) - Static method in class org.openimaj.io.FileUtils
Helper function for writing a binary stream to a file.
CORE - Static variable in enum org.openimaj.image.objectdetection.haar.training.HaarFeatureType
Set of the core features (all but tilted features)
Corel5kDataset - Class in org.openimaj.image.annotation.evaluation.dataset
 
Corel5kDataset() - Constructor for class org.openimaj.image.annotation.evaluation.dataset.Corel5kDataset
 
Corel5kDataset.HistogramExtractor - Class in org.openimaj.image.annotation.evaluation.dataset
 
CorelAnnotatedImage - Class in org.openimaj.image.annotation.evaluation.dataset
 
CorelAnnotatedImage(String, File, File) - Constructor for class org.openimaj.image.annotation.evaluation.dataset.CorelAnnotatedImage
 
cornerEst - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The estimated number of corners of the component
cornerness - Variable in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint.SIFTGeoLocation
The saliency of the interest point
Corpus - Class in org.openimaj.pgm.util
A corpus holds a list of documents
Corpus(int) - Constructor for class org.openimaj.pgm.util.Corpus
 
CorpusReader - Interface in org.openimaj.pgm.util
 
correct - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalysis
Stats regarding the correct or baseline clusters
correct - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEAnalysis
The correct clustering
correct(double[]) - Method in class org.openimaj.ml.linear.learner.perceptron.MeanCenteredKernelPerceptron
 
correct(double[]) - Method in class org.openimaj.ml.linear.learner.perceptron.MeanCenteredProjectron
 
correct(double[]) - Method in class org.openimaj.ml.linear.learner.perceptron.PlusOneDoubleArrayKernelPerceptron
 
correctEdges(String) - Method in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider
 
correctEdges(String) - Method in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider.Left
 
correctEdges(String) - Method in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider.Right
 
correctNaN(double) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
correlate(FImage, FImage, boolean) - Static method in class org.openimaj.image.processing.algorithm.FourierCorrelation
Correlate an image with a kernel using an FFT.
CORRELATE_WORDTIME - Static variable in class org.openimaj.hadoop.tools.twitter.token.outputmode.correlation.CorrelateWordTimeSeries
the directory this stage will output
CorrelateWordSort - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.correlation
 
CorrelateWordSort(double) - Constructor for class org.openimaj.hadoop.tools.twitter.token.outputmode.correlation.CorrelateWordSort
 
CorrelateWordTimeSeries - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.correlation
 
CorrelateWordTimeSeries(String, IndependentPair<Long, Long>) - Constructor for class org.openimaj.hadoop.tools.twitter.token.outputmode.correlation.CorrelateWordTimeSeries
 
CorrelationOutputMode - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.correlation
 
CorrelationOutputMode() - Constructor for class org.openimaj.hadoop.tools.twitter.token.outputmode.correlation.CorrelationOutputMode
 
correspondance(List<Pair<Keypoint>>, Matrix) - Static method in class org.openimaj.feature.local.matcher.KeypointCorrespondenceTestHelper
Provide simplistic check of correspondence between the keypoints extracted and a given transform.
correspondance(List<Pair<Keypoint>>, Matrix, float) - Static method in class org.openimaj.feature.local.matcher.KeypointCorrespondenceTestHelper
Provide simplistic check of correspondence between the keypoints extracted and a given transform.
cosine(DenseVector) - Method in class ch.akuhn.matrix.DenseVector
Cosine of angle between this and another vector
count(double[][]) - Static method in class ch.akuhn.matrix.Util
Count
Count(int) - Constructor for class org.openimaj.image.feature.local.interest.IPDSelectionMode.Count
 
count - Variable in class org.openimaj.text.nlp.sentiment.lexicon.TotalLexBuilder.Counter
 
count_contours() - Method in class org.openimaj.math.geometry.shape.util.polygon.TopPolygonNode
 
countActive() - Method in class org.openimaj.image.processing.morphology.StructuringElement
Count the total (positive and negative) number of pixels in this structuring element
countActiveLeafNodes() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Count number of active leaf nodes.
countActiveLeafNodes() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Count number of active leaf nodes.
countActiveLeafNodes() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Count number of active leaf nodes.
countActiveLeafNodes() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Count number of active leaf nodes.
countActiveLeafNodes() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Count number of active leaf nodes.
countActiveLeafNodes() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Count number of active leaf nodes.
countBaselineBetter() - Method in class org.lemurproject.ireval.SetRetrievalComparator
 
countBipolarSentiment() - Method in interface org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentimentProvider
 
countBipolarSentiment() - Method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
countEqual() - Method in class org.lemurproject.ireval.SetRetrievalComparator
 
Counter() - Constructor for class org.openimaj.text.nlp.sentiment.lexicon.TotalLexBuilder.Counter
 
CounterMapper() - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopCounterTest.CounterMapper
 
CounterMapper() - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopLZOTest.CounterMapper
 
CounterReducer() - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopCounterTest.CounterReducer
 
CounterReducer() - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopLZOTest.CounterReducer
 
countFrames() - Method in class org.openimaj.hardware.kinect.KinectStream
 
countFrames() - Method in class org.openimaj.video.AnimatedVideo
 
countFrames() - Method in class org.openimaj.video.ArrayBackedVideo
 
countFrames() - Method in class org.openimaj.video.capture.VideoCapture
 
countFrames() - Method in class org.openimaj.video.FileBackedVideo
 
countFrames() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
countFrames() - Method in class org.openimaj.video.processor.VideoProcessor
Return the number of frames in the whole video.
countFrames() - Method in class org.openimaj.video.translator.VideoTranslator
 
countFrames() - Method in class org.openimaj.video.Video
Return the number of frames in the whole video.
countFrames() - Method in class org.openimaj.video.xuggle.XuggleVideo
Return the number of frames in the whole video.
countFrames() - Method in class org.openimaj.web.video.VGetVideo
 
countImages() - Method in interface org.openimaj.tools.imagecollection.collection.ImageCollection
 
countImages() - Method in class org.openimaj.tools.imagecollection.collection.video.XuggleVideoImageCollection
 
countImages() - Method in class org.openimaj.tools.imagecollection.collection.video.YouTubeVideoImageCollection
 
countImages() - Method in class org.openimaj.tools.imagecollection.collection.webpage.AbstractWebpageImageCollection
 
CountingEmittingBolt - Class in org.openimaj.storm.bolt
A simple Storm IBasicBolt whose purpose is to increment a count on the reciept of a tuple followed by an emit of the same tuple.
CountingEmittingBolt(Fields) - Constructor for class org.openimaj.storm.bolt.CountingEmittingBolt
 
countLeafs() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Total number of leaves assuming leaves = K^depth
countLeafs() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Total number of leaves assuming leaves = K^depth
countLeafs() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Total number of leaves assuming leaves = K^depth
countLeafs() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Total number of leaves assuming leaves = K^depth
countLeafs() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Total number of leaves assuming leaves = K^depth
countLeafs() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Total number of leaves assuming leaves = K^depth
countLines(File) - Static method in class org.openimaj.io.FileUtils
Count the number of newlines in the given file
CountMin - Class in org.openimaj.ml.sketch.countmin
CountMin as described in the reference below
CountMin(int, int) - Constructor for class org.openimaj.ml.sketch.countmin.CountMin
 
countMSERs(TreeNode<Component>) - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
Returns a count of the number of components in the tree that are marked as MSERs.
countRemainingFeatures() - Method in class org.openimaj.video.tracking.klt.FeatureList
KLTCountRemainingFeatures
country_code - Variable in class org.openimaj.twitter.USMFStatus
the ISO A2 country code
countryCode(String) - Method in class org.openimaj.text.nlp.geocode.ReverseGeoCode
 
CountryCodeMode - Class in org.openimaj.tools.twitter.modes.preprocessing
Use the twokeniser to tokenise tweets
CountryCodeMode() - Constructor for class org.openimaj.tools.twitter.modes.preprocessing.CountryCodeMode
 
CountSplitMode - Class in org.openimaj.tools.reddit
The count split mode fills each file with an equal number of items.
CountSplitMode() - Constructor for class org.openimaj.tools.reddit.CountSplitMode
 
countTreatmentBetter() - Method in class org.lemurproject.ireval.SetRetrievalComparator
 
CountTweetsInTimeperiod - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
A mapper/reducer whose purpose is to do the following: function(timePeriodLength) So a word in a tweet can happen in the time period between t - 1 and t.
CountTweetsInTimeperiod(String[], long) - Constructor for class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod
 
CountTweetsInTimeperiod(String[], boolean, long) - Constructor for class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod
 
CountTweetsInTimeperiod.InMemoryCombiningReducer - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
reduce input: ,...,]> reduce output: ,,,...>
CountTweetsInTimeperiod.Map - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
map input: tweetstatus # json twitter status with JSONPath to words map output: , -1: >
CountTweetsInTimeperiod.TimeIndexReducer - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
Identical to the IdentityReducer but constructs a time index found in CountTweetsInTimeperiod.TIMEINDEX_FILE
countUniqueWords() - Method in class org.openimaj.pgm.util.Document
 
CountWordsAcrossTimeperiod - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
A Stage provider wrapping the functionality of CountWordsAcrossTimeperiod.Map and CountWordsAcrossTimeperiod.Reduce.
CountWordsAcrossTimeperiod(String[]) - Constructor for class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountWordsAcrossTimeperiod
 
CountWordsAcrossTimeperiod(String[], boolean) - Constructor for class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountWordsAcrossTimeperiod
 
CountWordsAcrossTimeperiod.Map - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
function(timePeriodLength) map input: ,,,...> map output: [ word: , word: , ...
CountWordsAcrossTimeperiod.NonCombinedTimesReducer - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
reduce input: , ,...
CountWordsAcrossTimeperiod.Reduce - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
reduce input: , ,...
covar - Variable in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
 
covar - Variable in class org.openimaj.math.statistics.distribution.FullMultivariateGaussian
The covariance matrix
covar - Variable in class org.openimaj.math.statistics.MeanAndCovariance
The covariance matrix (NxN)
covariance(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
Compute the covariance matrix of the given samples (assumed each sample is a row).
CovarPrincipalComponentAnalysis - Class in org.openimaj.math.matrix.algorithm.pca
Naive Principle Component Analysis performed by directly calculating the covariance matrix and then performing an Eigen decomposition.
CovarPrincipalComponentAnalysis() - Constructor for class org.openimaj.math.matrix.algorithm.pca.CovarPrincipalComponentAnalysis
Construct a CovarPrincipalComponentAnalysis that will extract all the eigenvectors.
CovarPrincipalComponentAnalysis(int) - Constructor for class org.openimaj.math.matrix.algorithm.pca.CovarPrincipalComponentAnalysis
Construct a CovarPrincipalComponentAnalysis that will extract the n best eigenvectors.
create(String, Field, Object) - Static method in class org.kohsuke.args4j.spi.Getters
 
create(TreeMap<String, ArrayList<RetrievalEvaluator.Document>>, TreeMap<String, ArrayList<RetrievalEvaluator.Judgment>>) - Static method in class org.lemurproject.ireval.IREval
Creates a SetRetrievalEvaluator from data from loadRanking and loadJudgments.
create(EXTRACTOR) - Static method in class org.openimaj.feature.FVProviderExtractor
Create a new FVProviderExtractor with the given extractor.
create(InputStreamObjectReader<IMAGE>, BingImageDataset.ImageDataSourceQuery, int) - Static method in class org.openimaj.image.dataset.BingImageDataset
Perform a search with the given query.
create(InputStreamObjectReader<IMAGE>, BingAPIToken, BingImageDataset.ImageDataSourceQuery, int) - Static method in class org.openimaj.image.dataset.BingImageDataset
Perform a search with the given query.
create(InputStreamObjectReader<IMAGE>, BingAPIToken, String, int) - Static method in class org.openimaj.image.dataset.BingImageDataset
Perform a search with the given query string.
create(InputStreamObjectReader<IMAGE>, FlickrAPIToken, URL) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from the flickr gallery, photoset or collection at the given url.
create(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset by searching flickr with the given search terms.
create(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String, int) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset by searching flickr with the given search terms.
create(InputStreamObjectReader<IMAGE>, FlickrAPIToken, URL, int) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from the flickr gallery, photoset or collection at the given url.
create(List<IndependentPair<PointList, IMAGE>>, PointListConnections) - Static method in class org.openimaj.image.model.asm.datasets.ShapeModelDatasets
Create a dataset with the given data.
create(List<WeightedRectangle>, boolean) - Static method in class org.openimaj.image.objectdetection.haar.HaarFeature
Create a feature from the given data.
create(boolean, int, int, int, int, float, int, int, int, int, float) - Static method in class org.openimaj.image.objectdetection.haar.HaarFeature
Construct a feature with the given parameters.
create(boolean, int, int, int, int, float, int, int, int, int, float, int, int, int, int, float) - Static method in class org.openimaj.image.objectdetection.haar.HaarFeature
Construct a feature with the given parameters.
create(int, int, int, int, int, int) - Method in enum org.openimaj.image.objectdetection.haar.training.HaarFeatureType
Create a feature.
create(IncrementalAnnotator<FACE, PERSON>) - Static method in class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
Convenience method to create AnnotatorFaceRecogniser instances from an annotator.
create(GroupedDataset<PERSON, ? extends ListDataset<FACE>, FACE>) - Method in interface org.openimaj.image.processing.face.recognition.benchmarking.FaceRecogniserProvider
Create and train a new recogniser instance based on the given dataset
create(int, FaceAligner<FACE>, int, DoubleFVComparator, float) - Static method in class org.openimaj.image.processing.face.recognition.EigenFaceRecogniser
Convenience method to create an EigenFaceRecogniser with a standard KNN classifier, incorporating a threshold on the maximum distance (or minimum similarity) to allow a match.
create(int, FaceAligner<FACE>, int, DoubleFVComparator) - Static method in class org.openimaj.image.processing.face.recognition.EigenFaceRecogniser
Convenience method to create an EigenFaceRecogniser with a standard KNN classifier.
create(FaceDetector<FACE, FImage>, FaceRecogniser<FACE, PERSON>) - Static method in class org.openimaj.image.processing.face.recognition.FaceRecognitionEngine
Create a FaceRecognitionEngine with the given face detector and recogniser.
create(int, FaceAligner<FACE>, int, DoubleFVComparator) - Static method in class org.openimaj.image.processing.face.recognition.FisherFaceRecogniser
Convenience method to create an FisherFaceRecogniser with a standard KNN classifier.
create(int, FaceAligner<FACE>, int, DoubleFVComparator, float) - Static method in class org.openimaj.image.processing.face.recognition.FisherFaceRecogniser
Convenience method to create an FisherFaceRecogniser with a standard KNN classifier, incorporating a threshold on the maximum distance (or minimum similarity) to allow a match.
create(FaceDetector<D, I>, FacialFeatureExtractor<F, D>, FacialFeatureComparator<F>) - Static method in class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
Create a new FaceSimilarityEngine from the specified detector, extractor and comparator.
create(byte[][]) - Method in class org.openimaj.knn.approximate.ByteNearestNeighboursKDTree.Factory
 
create(double[][]) - Method in class org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree.Factory
 
create(float[][]) - Method in class org.openimaj.knn.approximate.FloatNearestNeighboursKDTree.Factory
 
create(int[][]) - Method in class org.openimaj.knn.approximate.IntNearestNeighboursKDTree.Factory
 
create(long[][]) - Method in class org.openimaj.knn.approximate.LongNearestNeighboursKDTree.Factory
 
create(short[][]) - Method in class org.openimaj.knn.approximate.ShortNearestNeighboursKDTree.Factory
 
create(byte[][]) - Method in class org.openimaj.knn.ByteNearestNeighboursExact.Factory
 
create(double[][]) - Method in class org.openimaj.knn.DoubleNearestNeighboursExact.Factory
 
create(float[][]) - Method in class org.openimaj.knn.FloatNearestNeighboursExact.Factory
 
create(int[][]) - Method in class org.openimaj.knn.IntNearestNeighboursExact.Factory
 
create(long[][]) - Method in class org.openimaj.knn.LongNearestNeighboursExact.Factory
 
create(DATA[]) - Method in interface org.openimaj.knn.NearestNeighboursFactory
Create a NearestNeighbours object that works over the provided data.
create(T[]) - Method in class org.openimaj.knn.ObjectNearestNeighboursExact.Factory
 
create(short[][]) - Method in class org.openimaj.knn.ShortNearestNeighboursExact.Factory
 
create() - Method in class org.openimaj.lsh.functions.ByteCauchyFactory
 
create() - Method in class org.openimaj.lsh.functions.ByteGaussianFactory
 
create() - Method in class org.openimaj.lsh.functions.ByteHammingFactory
 
create() - Method in class org.openimaj.lsh.functions.ByteHyperplaneCosineFactory
 
create() - Method in class org.openimaj.lsh.functions.ByteHyperplaneL1Factory
 
create() - Method in class org.openimaj.lsh.functions.DoubleCauchyFactory
 
create() - Method in class org.openimaj.lsh.functions.DoubleGaussianFactory
 
create() - Method in class org.openimaj.lsh.functions.DoubleHammingFactory
 
create() - Method in class org.openimaj.lsh.functions.DoubleHyperplaneCosineFactory
 
create() - Method in class org.openimaj.lsh.functions.DoubleHyperplaneL1Factory
 
create() - Method in class org.openimaj.lsh.functions.FloatCauchyFactory
 
create() - Method in class org.openimaj.lsh.functions.FloatGaussianFactory
 
create() - Method in class org.openimaj.lsh.functions.FloatHammingFactory
 
create() - Method in class org.openimaj.lsh.functions.FloatHyperplaneCosineFactory
 
create() - Method in class org.openimaj.lsh.functions.FloatHyperplaneL1Factory
 
create() - Method in class org.openimaj.lsh.functions.IntCauchyFactory
 
create() - Method in class org.openimaj.lsh.functions.IntGaussianFactory
 
create() - Method in class org.openimaj.lsh.functions.IntHammingFactory
 
create() - Method in class org.openimaj.lsh.functions.IntHyperplaneCosineFactory
 
create() - Method in class org.openimaj.lsh.functions.IntHyperplaneL1Factory
 
create() - Method in class org.openimaj.lsh.functions.LongCauchyFactory
 
create() - Method in class org.openimaj.lsh.functions.LongGaussianFactory
 
create() - Method in class org.openimaj.lsh.functions.LongHammingFactory
 
create() - Method in class org.openimaj.lsh.functions.LongHyperplaneCosineFactory
 
create() - Method in class org.openimaj.lsh.functions.LongHyperplaneL1Factory
 
create() - Method in class org.openimaj.lsh.functions.ShortCauchyFactory
 
create() - Method in class org.openimaj.lsh.functions.ShortGaussianFactory
 
create() - Method in class org.openimaj.lsh.functions.ShortHammingFactory
 
create() - Method in class org.openimaj.lsh.functions.ShortHyperplaneCosineFactory
 
create() - Method in class org.openimaj.lsh.functions.ShortHyperplaneL1Factory
 
create(OBJECT, Collection<ANNOTATION>) - Static method in class org.openimaj.ml.annotation.AnnotatedObject
Create an AnnotatedObject with the given object and its annotations.
create(OBJECT, ANNOTATION) - Static method in class org.openimaj.ml.annotation.AnnotatedObject
Create an AnnotatedObject with the given object and its annotation.
create(EXTRACTOR, DistanceComparator<FEATURE>, float) - Static method in class org.openimaj.ml.annotation.basic.KNNAnnotator
Create a new KNNAnnotator with the given extractor, comparator and threshold.
create(EXTRACTOR, DistanceComparator<FEATURE>) - Static method in class org.openimaj.ml.annotation.basic.KNNAnnotator
Create a new KNNAnnotator with the given extractor and comparator.
create(EXTRACTOR, DistanceComparator<FEATURE>, int) - Static method in class org.openimaj.ml.annotation.basic.KNNAnnotator
Create a new KNNAnnotator with the given extractor, comparator and number of neighbours.
create(EXTRACTOR, DistanceComparator<FEATURE>, int, float) - Static method in class org.openimaj.ml.annotation.basic.KNNAnnotator
Create a new KNNAnnotator with the given extractor, comparator, number of neighbours and threshold.
create(NaiveBayesAnnotator.Mode) - Static method in class org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator
Convenience method to construct a NaiveBayesAnnotator in the case where the raw objects are themselves the feature and thus an IdentityFeatureExtractor can be used.
create(Status, String, Query) - Static method in class org.openimaj.stream.provider.twitter.QueryHoldingStatus
 
create(byte[][]) - Method in class org.openimaj.tools.clusterquantiser.ClusterType.ClusterTypeOp
Create clusters from data
create(List<SampleBatch>) - Method in class org.openimaj.tools.clusterquantiser.ClusterType.ClusterTypeOp
Create clusters from data
create() - Static method in class org.openimaj.twitter.utils.Twitter4jUtil
 
create(String, String, Function<IN, OUT>) - Static method in class org.openimaj.util.function.context.ContextFunctionAdaptor
Create a new ContextFunctionAdaptor that reads data from a given key, applies a function and sets the result in a different key.
create(Operation<IN>, String) - Static method in class org.openimaj.util.function.context.ContextOperationAdaptor
Helper to create a new ContextOperationAdaptor.
create() - Method in interface org.openimaj.util.hash.HashFunctionFactory
Construct a new HashFunction.
create() - Method in class org.openimaj.util.hash.StringMurmurHashFunctionFactory
 
create(A, B) - Static method in class org.openimaj.util.stream.window.MetaPayload
Create a new MetaPayload created from the given payload and metadata
create(URL) - Static method in class org.openimaj.web.flickr.FlickrImage
Parses a Flickr URL and updates this object.
createAgentJar(File, Class<?>) - Static method in class org.openimaj.aop.agent.AgentLoader
Create an agent jar file with the required manifest entries.
createArray(int, int, int) - Static method in class org.openimaj.image.FImage
Convenience method to initialise an array of FImages
createAudioPlayer(AudioStream) - Static method in class org.openimaj.audio.AudioPlayer
Create a new audio player in a separate thread for playing audio.
createAudioPlayer(AudioStream, String) - Static method in class org.openimaj.audio.AudioPlayer
Create a new audio player in a separate thread for playing audio.
createBlockSupport(int, int) - Static method in class org.openimaj.image.processing.algorithm.FilterSupport
Create a a rectangular support.
createBufferedImage(Image<?, ?>) - Static method in class org.openimaj.image.ImageUtilities
Convert any image to a BufferedImage.
createBufferedImage(Image<?, ?>, BufferedImage) - Static method in class org.openimaj.image.ImageUtilities
Convert any image to a BufferedImage.
createBufferedImage(FImage) - Static method in class org.openimaj.image.ImageUtilities
Efficiently create a TYPE_BYTE_GRAY for display.
createBufferedImage(FImage, BufferedImage) - Static method in class org.openimaj.image.ImageUtilities
Efficiently create a TYPE_BYTE_GRAY for display.
createBufferedImageForDisplay(Image<?, ?>) - Static method in class org.openimaj.image.ImageUtilities
Convert any image to a BufferedImage.
createBufferedImageForDisplay(Image<?, ?>, BufferedImage) - Static method in class org.openimaj.image.ImageUtilities
Convert any image to a BufferedImage.
createBufferedImageForDisplay(MBFImage) - Static method in class org.openimaj.image.ImageUtilities
Efficiently create a TYPE_3BYTE_BGR for display if possible.
createBufferedImageForDisplay(MBFImage, BufferedImage) - Static method in class org.openimaj.image.ImageUtilities
Efficiently create a TYPE_3BYTE_BGR for display if possible.
createCrossValidationData(GroupedDataset<KEY, ? extends ListDataset<INSTANCE>, INSTANCE>, int, int, int) - Static method in class org.openimaj.experiment.dataset.split.GroupedRandomSplitter
Create a CrossValidationIterable from the dataset.
created_at - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
created_at - Variable in class orgrdfs.sioc.ns.PostImpl
When this was created, in ISO 8601 format.
createdAt() - Method in class org.openimaj.twitter.USMFStatus
 
createdContextQuery(String) - Static method in class org.openimaj.text.nlp.namedentity.YagoQueryUtils
 
createEmpty(int) - Method in class org.openimaj.io.wrappers.ReadableArrayBinary
 
createEmptyLocation() - Method in class org.openimaj.image.feature.local.detector.ipd.collector.AffineInterestPointKeypoint
 
createEmptyLocation() - Method in class org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointKeypoint
 
createEmptyLocation() - Method in class org.openimaj.image.feature.local.keypoints.InterestPointKeypoint
 
createExact(int) - Static method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Convenience method to quickly create an exact ByteKMeans.
createExact(int, int) - Static method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Convenience method to quickly create an exact ByteKMeans.
createExact(int) - Static method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Convenience method to quickly create an exact DoubleKMeans.
createExact(int, int) - Static method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Convenience method to quickly create an exact DoubleKMeans.
createExact(int, DistanceComparator<? super T>) - Static method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Convenience method to quickly create an exact ByteKMeans.
createExact(int, DistanceComparator<? super T>, int) - Static method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Convenience method to quickly create an exact ByteKMeans.
createExact(int) - Static method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Convenience method to quickly create an exact FloatKMeans.
createExact(int, int) - Static method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Convenience method to quickly create an exact FloatKMeans.
createExact(int) - Static method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Convenience method to quickly create an exact IntKMeans.
createExact(int, int) - Static method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Convenience method to quickly create an exact IntKMeans.
createExact(int) - Static method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Convenience method to quickly create an exact LongKMeans.
createExact(int, int) - Static method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Convenience method to quickly create an exact LongKMeans.
createExact(int) - Static method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Convenience method to quickly create an exact ShortKMeans.
createExact(int, int) - Static method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Convenience method to quickly create an exact ShortKMeans.
createFeature(float) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.ColourGradientFeatureExtractor
 
createFeature(float) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.GradientFeatureExtractor
 
createFeature(InterestPointImageExtractorProperties<Float, FImage>, float) - Method in class org.openimaj.image.feature.local.detector.ipd.extractor.InterestPointGradientFeatureExtractor
 
createFeatureVector() - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature
 
createFilterBank() - Method in class org.openimaj.audio.filters.MelFilterBank
Instantiate the filter bank, if it's not already instantiated.
createFImage(BufferedImage) - Static method in class org.openimaj.image.ImageUtilities
Create an FImage from a buffered image.
createFromAliasFile(String) - Static method in class org.openimaj.text.nlp.namedentity.YagoEntityCandidateFinderFactory
Returns a YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder given a path Yago Entity Alias textfile
createFromCollection(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String, String) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr collection with the specified parameters.
createFromCollection(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String, String, int) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr collection with the specified parameters.
createFromFImage(FImage) - Static method in class org.openimaj.vis.general.HeightMap3D
Create a height map from an FImage.
createFromGallery(InputStreamObjectReader<IMAGE>, FlickrAPIToken, Gallery) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr gallery with the specified parameters.
createFromGallery(InputStreamObjectReader<IMAGE>, FlickrAPIToken, Gallery, int) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr gallery with the specified parameters.
createFromGallery(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr gallery with the specified parameters.
createFromGallery(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String, int) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr gallery with the specified parameters.
createFromIndexFile(String) - Static method in class org.openimaj.text.nlp.namedentity.YagoEntityContextScorerFactory
Create from a lucene index file.
createFromPhotoset(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr photoset.
createFromPhotoset(InputStreamObjectReader<IMAGE>, FlickrAPIToken, String, int) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr photoset.
createFromSearch(InputStreamObjectReader<IMAGE>, FlickrAPIToken, SearchParameters) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr search with the specified parameters.
createFromSearch(InputStreamObjectReader<IMAGE>, FlickrAPIToken, SearchParameters, int) - Static method in class org.openimaj.image.dataset.FlickrImageDataset
Create an image dataset from a flickr search with the specified parameters.
createGaborJets(int, int, int...) - Static method in class org.openimaj.image.processing.convolution.GaborFilters
Create a jet of (multiscale) Gabor filters in the frequency domain.
createGaussianBlur(float) - Method in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Create a SinglebandImageProcessor that performs a Gaussian blurring with a standard deviation given by sigma.
createGaussianPyramid(T, float, int) - Static method in class org.openimaj.image.analysis.pyramid.SimplePyramid
Convenience method to create a gaussian pyramid from an image.
createGaussians(int, int) - Method in enum org.openimaj.ml.gmm.GaussianMixtureModelEM.CovarianceType
 
createIncrementalIndex() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Create an IncrementalFloatADCNearestNeighbours pre-prepared to index data
createInterestPointMap() - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
createInterestPointMap() - Method in class org.openimaj.image.feature.local.interest.HarrisIPD
 
createInterestPointMap() - Method in class org.openimaj.image.feature.local.interest.HessianIPD
 
createInterestPointMap() - Method in class org.openimaj.image.feature.local.interest.LaplaceIPD
 
createInterestPointMap() - Method in class org.openimaj.image.feature.local.interest.QuadratureIPD
 
createInterestPointMap() - Method in class org.openimaj.image.feature.local.interest.RidgeIPD
 
createIterable(DATASET) - Method in interface org.openimaj.experiment.validation.cross.CrossValidator
Create the iterable from the dataset.
createIterable(GroupedDataset<KEY, ListDataset<INSTANCE>, INSTANCE>) - Method in class org.openimaj.experiment.validation.cross.GroupedKFold
 
createIterable(GroupedDataset<KEY, ListDataset<INSTANCE>, INSTANCE>) - Method in class org.openimaj.experiment.validation.cross.GroupedLeaveOneOut
 
createIterable(ListDataset<INSTANCE>) - Method in class org.openimaj.experiment.validation.cross.KFold
 
createIterable(ListDataset<INSTANCE>) - Method in class org.openimaj.experiment.validation.cross.LeaveOneOut
 
createIterable(GroupedDataset<KEY, ListDataset<INSTANCE>, INSTANCE>) - Method in class org.openimaj.experiment.validation.cross.StratifiedGroupedKFold
 
createJob(String, String, Map<String, String>, Configuration) - Static method in class org.openimaj.hadoop.mapreduce.TextBytesJobUtil
 
createJob(Collection<String>, String, Map<String, String>, Configuration) - Static method in class org.openimaj.hadoop.mapreduce.TextBytesJobUtil
 
createJob(Path, Path, Map<String, String>, Configuration) - Static method in class org.openimaj.hadoop.mapreduce.TextBytesJobUtil
 
createJob(Collection<Path>, Path, Map<String, String>, Configuration) - Static method in class org.openimaj.hadoop.mapreduce.TextBytesJobUtil
 
createJob(Path[], Path, Map<String, String>, Configuration) - Static method in class org.openimaj.hadoop.mapreduce.TextBytesJobUtil
 
createKDTreeEnsemble(int) - Static method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Convenience method to quickly create an approximate ByteKMeans using an ensemble of KD-Trees to perform nearest-neighbour lookup.
createKDTreeEnsemble(int) - Static method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Convenience method to quickly create an approximate DoubleKMeans using an ensemble of KD-Trees to perform nearest-neighbour lookup.
createKDTreeEnsemble(int) - Static method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Convenience method to quickly create an approximate FloatKMeans using an ensemble of KD-Trees to perform nearest-neighbour lookup.
createKDTreeEnsemble(int) - Static method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Convenience method to quickly create an approximate IntKMeans using an ensemble of KD-Trees to perform nearest-neighbour lookup.
createKDTreeEnsemble(int) - Static method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Convenience method to quickly create an approximate LongKMeans using an ensemble of KD-Trees to perform nearest-neighbour lookup.
createKDTreeEnsemble(int) - Static method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Convenience method to quickly create an approximate ShortKMeans using an ensemble of KD-Trees to perform nearest-neighbour lookup.
createKernel1D(int) - Static method in class org.openimaj.image.processing.convolution.FTriangleFilter
Construct a triangular kernel of the given size.
createKernelImage(int) - Static method in class org.openimaj.image.processing.convolution.Disk
Makes a disk averaging filter with the given radius.
createKernelImage(int, float) - Static method in class org.openimaj.image.processing.convolution.Gaussian2D
Create a kernel image with given kernel size and standard deviation.
createKernelImage(int, int, float) - Static method in class org.openimaj.image.processing.convolution.Gaussian2D
Create a kernel image with given kernel size and standard deviation.
createKernelImage(int, float) - Static method in class org.openimaj.image.processing.convolution.LaplacianOfGaussian2D
Create a kernel image with given kernel size and variance.
createKernelImage(int, int, float) - Static method in class org.openimaj.image.processing.convolution.LaplacianOfGaussian2D
Create a kernel image with given kernel size and variance.
createLandmarkModel() - Method in class org.openimaj.image.model.landmark.FNormalLandmarkModel.Factory
 
createLandmarkModel(float) - Method in class org.openimaj.image.model.landmark.FNormalLandmarkModel.Factory
 
createLandmarkModel() - Method in class org.openimaj.image.model.landmark.FPatchLandmarkModel.Factory
 
createLandmarkModel(float) - Method in class org.openimaj.image.model.landmark.FPatchLandmarkModel.Factory
 
createLandmarkModel() - Method in interface org.openimaj.image.model.landmark.LandmarkModelFactory
Create a new pre-configured LandmarkModel.
createLandmarkModel(float) - Method in interface org.openimaj.image.model.landmark.LandmarkModelFactory
Create a new pre-configured LandmarkModel.
createLazyFeatureDataset(ListDataset<OBJECT>, FeatureExtractor<FEATURE, OBJECT>) - Static method in class org.openimaj.feature.DatasetExtractors
Create a ListDataset of features from the given ListDataset of objects by extracting the features from the objects with the given feature extractor.
createLazyFeatureDataset(GroupedDataset<KEY, ? extends ListDataset<OBJECT>, OBJECT>, FeatureExtractor<FEATURE, OBJECT>) - Static method in class org.openimaj.feature.DatasetExtractors
Create a GroupedDataset of keys to ListDataset of features from the given GroupedDataset of keys to ListDatasets of objects by extracting the features from the objects with the given feature extractor.
createList(GroupedDataset<ANNOTATION, ? extends ListDataset<OBJECT>, OBJECT>) - Static method in class org.openimaj.ml.annotation.AnnotatedObject
Convert a grouped dataset to a list of annotated objects.
createList(OBJECT[], ANNOTATION[]) - Static method in class org.openimaj.ml.annotation.AnnotatedObject
Convert parallel arrays of objects and annotations to a list of AnnotatedObject.
createList(OBJECT[], ANNOTATION[][]) - Static method in class org.openimaj.ml.annotation.AnnotatedObject
Convert parallel arrays of objects and annotations to a list of AnnotatedObject.
createMBFImage(BufferedImage, boolean) - Static method in class org.openimaj.image.ImageUtilities
Create an MBFImage from a buffered image.
createMBFImage() - Method in class org.openimaj.image.SVGImage
 
createMesh(FacialKeypoint[]) - Method in class org.openimaj.image.processing.face.alignment.MeshWarpAligner
 
createNamedWindow(String) - Static method in class org.openimaj.image.DisplayUtilities
Create a named window with a title that is also the name
createNamedWindow(String, String) - Static method in class org.openimaj.image.DisplayUtilities
Create a named window with a title
createNamedWindow(String, String, boolean) - Static method in class org.openimaj.image.DisplayUtilities
Create a named window that auto resizes
createNote(String) - Static method in class org.openimaj.audio.util.WesternScaleNote
Given a note string, returns a new WesternScaleNote from which other information can be garnered.
createNote(String, int) - Static method in class org.openimaj.audio.util.WesternScaleNote
Given a note name and octave, returns a WesternScaleNote from which other information can be garnered.
createNote(float) - Static method in class org.openimaj.audio.util.WesternScaleNote
Create a WesternScaleNote given a frequency.
createNote(int) - Static method in class org.openimaj.audio.util.WesternScaleNote
Given a note number, returns a WesternScaleNote from which other information can be garnered.
createOffscreenVideoDisplay(Video<T>) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in a new window.
createPixelArray(int) - Method in class org.openimaj.image.MBFImage
 
createPixelArray(int) - Method in class org.openimaj.image.MultiBandImage
Create an array of n pixels
createRandomPoint() - Static method in class org.openimaj.math.geometry.point.Point2dImpl
Create a random point in ([0..1], [0..1]).
createRandomPoint(Random) - Static method in class org.openimaj.math.geometry.point.Point2dImpl
Create a random point in ([0..1], [0..1]) with the given random number generator.
createRandomPoint() - Static method in class org.openimaj.math.geometry.point.Point3dImpl
Create a random point in ([0..1], [0..1], [0..1]).
createRecognitionEngine() - Method in interface org.openimaj.tools.faces.recognition.options.RecognitionEngineProvider
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileInputFormat
 
createRenderer() - Method in class org.openimaj.image.FImage
 
createRenderer(RenderHints) - Method in class org.openimaj.image.FImage
 
createRenderer() - Method in class org.openimaj.image.Image
Create a ImageRenderer capable of drawing into this image.
createRenderer(RenderHints) - Method in class org.openimaj.image.Image
Create a ImageRenderer capable of drawing into this image.
createRenderer() - Method in class org.openimaj.image.MBFImage
 
createRenderer(RenderHints) - Method in class org.openimaj.image.MBFImage
 
createRenderer() - Method in class org.openimaj.image.SVGImage
 
createRenderer(RenderHints) - Method in class org.openimaj.image.SVGImage
 
createRGB(FImage) - Static method in class org.openimaj.image.MBFImage
Convenience method to create an RGB MBFImage from an FImage by cloning the FImage for each of the R, G and B bands.
createSampleBuffer(AudioFormat, int) - Static method in class org.openimaj.audio.samples.SampleBufferFactory
Create a SampleBuffer.
createSampleBuffer(SampleChunk, AudioFormat) - Static method in class org.openimaj.audio.samples.SampleBufferFactory
Create a SampleBuffer.
createSketch(OBJECT) - Method in class org.openimaj.lsh.sketch.BitSetLSHSketcher
 
createSketch(OBJECT) - Method in class org.openimaj.lsh.sketch.ByteLSHSketcher
 
createSketch(OBJECT) - Method in class org.openimaj.lsh.sketch.IntLSHSketcher
 
createSketch(OBJECT) - Method in class org.openimaj.lsh.sketch.LongLSHSketcher
 
createSketch(OBJECT) - Method in class org.openimaj.lsh.sketch.ShortLSHSketcher
 
createSketch(IN) - Method in interface org.openimaj.util.sketch.Sketcher
Create a sketch for the given object.
createStyle(ImageRenderer<T, ?>) - Method in interface org.openimaj.image.typography.Font
Create an instance of a FontStyle with the default parameters for the given image.
createStyle(ImageRenderer<T, ?>) - Method in class org.openimaj.image.typography.general.GeneralFont
Create an instance of a FontStyle with the default parameters for the given image.
createStyle(ImageRenderer<T, ?>) - Method in enum org.openimaj.image.typography.hershey.HersheyFont
 
createStyle(ImageRenderer<T, ?>) - Method in class org.openimaj.image.typography.mathml.MathMLFont
 
createTemporaryArray(int) - Method in class org.openimaj.data.AbstractMultiListDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.data.ArrayBackedDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.data.ByteArrayBackedDataSource
 
createTemporaryArray(int) - Method in interface org.openimaj.data.DataSource
Create a temporary array suitable for use with the DataSource.getRandomRows(Object[]) and DataSource.getData(int, int, Object[]) methods.
createTemporaryArray(int) - Method in class org.openimaj.data.DoubleArrayBackedDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.data.FloatArrayBackedDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.data.IndexedViewDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.data.IntArrayBackedDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.data.LongArrayBackedDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.data.ShortArrayBackedDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchByteDataSource
 
createTemporaryArray(int) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchIntDataSource
 
createVideoDisplay(FImage[]) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from an array of images
createVideoDisplay(Video<T>) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in a new window.
createVideoDisplay(Video<T>, AudioStream) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in a new window.
createVideoDisplay(Video<T>, JFrame) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in a new window.
createVideoDisplay(Video<T>, AudioStream, JFrame) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in a new window.
createVideoDisplay(Video<T>, DisplayUtilities.ImageComponent) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in a new window.
createVideoDisplay(Video<T>, JComponent) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in an existing component.
createVideoDisplay(Video<T>, AudioStream, JComponent) - Static method in class org.openimaj.video.VideoDisplay
Convenience function to create a VideoDisplay from a video in an existing component.
createVideoPlayer(Video<T>) - Static method in class org.openimaj.video.VideoPlayer
Creates a new video player in a new thread and starts it running (initially in pause mode).
createVideoPlayer(Video<T>, AudioStream) - Static method in class org.openimaj.video.VideoPlayer
Creates a new video player in a new thread and starts it running (initially in pause mode).
createWorkingImage(BufferedImage) - Static method in class org.openimaj.image.ImageUtilities
Returns a ARGB BufferedImage, even if the input BufferedImage is not ARGB format.
createWorkingSpace() - Method in interface org.openimaj.image.analysis.algorithm.ImageInterpolation.Interpolator
Create the working space required for interpolation
createWrappedExtractor(FeatureExtractor<? extends FeatureVector, T>) - Method in class org.openimaj.ml.kernel.HomogeneousKernelMap
Construct a new HomogeneousKernelMap.ExtractorWrapper that applies the map to features extracted by an internal extractor.
creator_of - Variable in class orgrdfs.sioc.ns.UserAccountImpl
A resource that the UserAccount is a creator of.
crop(MBFImage, boolean) - Method in class org.openimaj.image.pixel.PixelSet
Returns an image containing just the connected component cropped from the original image.
cropping_lines() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_pad_info
 
cropping_lines(short) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_pad_info
 
CropSimulation - Class in org.openimaj.image.neardups.sim
 
CropSimulation(int) - Constructor for class org.openimaj.image.neardups.sim.CropSimulation
 
CropSimulation(int, float, float) - Constructor for class org.openimaj.image.neardups.sim.CropSimulation
 
CROSS - Static variable in class org.openimaj.image.processing.morphology.StructuringElement
Standard 3x3 cross structuring element
CROSS_3x3 - Static variable in class org.openimaj.image.processing.algorithm.FilterSupport
Offsets for using a 3x3 cross shaped mask to select pixels for computing median.
crossValidation(List<? extends Annotated<OBJECT, ANNOTATION>>, int) - Method in class org.openimaj.ml.annotation.svm.SVMAnnotator
Performs cross-validation on the SVM.
crossValidation(svm_problem, svm_parameter, int) - Static method in class org.openimaj.ml.annotation.svm.SVMAnnotator
Performs cross-validation on the SVM.
CrossValidationBenchmark<PERSON,IMAGE extends Image<?,IMAGE>,FACE extends DetectedFace> - Class in org.openimaj.image.processing.face.recognition.benchmarking
An RunnableExperiment for performing cross-validation experiments on face recognisers & classifiers.
CrossValidationBenchmark(CrossValidator<GroupedDataset<PERSON, ListDataset<FACE>, FACE>>, GroupedDataset<PERSON, ? extends ListDataset<IMAGE>, IMAGE>, FaceDetector<FACE, IMAGE>, FaceRecogniserProvider<FACE, PERSON>) - Constructor for class org.openimaj.image.processing.face.recognition.benchmarking.CrossValidationBenchmark
Construct the CrossValidationBenchmark experiment with the given dependent variables.
CrossValidationIterable<DATASET extends Dataset<?>> - Interface in org.openimaj.experiment.validation.cross
Interface for cross-validation schemes.
CrossValidator<DATASET extends Dataset<?>> - Interface in org.openimaj.experiment.validation.cross
Interface for cross-validation schemes.
crossValidator - Variable in class org.openimaj.image.processing.face.recognition.benchmarking.CrossValidationBenchmark
 
cssSelect() - Method in class org.openimaj.web.scraping.HTMLScrapingSiteSpecificConsumer
 
cssSelect() - Method in class org.openimaj.web.scraping.images.TwipleConsumer
 
cssSelect() - Method in class org.openimaj.web.scraping.SimpleHTMLScrapingConsumer
 
cubicInterp(double, double, double, double, double) - Static method in class org.openimaj.math.util.Interpolation
Cubic interpolation of y at x (in 0..1) given y at x=[-1, 0, 1, 2]
cubicInterp(float, float, float, float, float) - Static method in class org.openimaj.math.util.Interpolation
Cubic interpolation of y at x (in 0..1) given y at x=[-1, 0, 1, 2]
cubicInterp(double, double[]) - Static method in class org.openimaj.math.util.Interpolation
Cubic interpolation of y at x (in 0..1) given y at x=[-1, 0, 1, 2]
cubicInterp(float, float[]) - Static method in class org.openimaj.math.util.Interpolation
Cubic interpolation of y at x (in 0..1) given y at x=[-1, 0, 1, 2]
CumulativeJacardReducer - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.jacard
A cumulative jacard reducer designed to work as a single reducer.
CumulativeJacardReducer() - Constructor for class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.CumulativeJacardReducer
 
cumulativeSum(double[]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the cumulative sum of values in an array
cumulativeSum(float[]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the cumulative sum of values in an array
cumulativeSum(int[]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the cumulative sum of values in an array
cumulativeSum(long[]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the cumulative sum of values in an array
cumulativeSum(byte[]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the cumulative sum of values in an array
cumulativeSum(short[]) - Static method in class org.openimaj.util.array.ArrayUtils
Compute the cumulative sum of values in an array
CumulativeTimeWord - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.jacard
Count word instances (not occurences) across times.
CumulativeTimeWord(long, long) - Constructor for class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.CumulativeTimeWord
 
CumulativeTimeWord.IntersectionUnionMap - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.jacard
For every word occurrence, emit for its time period, and for every time period from timePeriod + delta until eldestTime.
CumulativeTimeWord.IntersectionUnionReduce - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.jacard
Recieve every word-time either from the current time period or from past time periods.
CumulativeTimeWord.JacardReduce - Class in org.openimaj.hadoop.tools.twitter.token.outputmode.jacard
 
currentAngleTicks - Variable in class org.openimaj.hardware.turntable.Turntable
 
currentFrame - Variable in class org.openimaj.video.Video
The current frame being displayed
currentMatrix - Variable in class org.openimaj.image.processing.transform.ProjectionProcessor
 
currentScaleIndex - Variable in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveInterestPointFinder
The index of the scale currently being processed within the octave.
currentSlide - Variable in class org.openimaj.content.slideshow.Slideshow
 
currentSlideComp - Variable in class org.openimaj.content.slideshow.Slideshow
 
currentSlideIndex - Variable in class org.openimaj.content.slideshow.Slideshow
 
currentState - Variable in class org.openimaj.video.tracking.klt.FeatureHistory
The feature history.
CurrentUMean - Class in org.openimaj.ml.linear.learner.init
Useable only with BilinearSparseOnlineLearner instances.
CurrentUMean() - Constructor for class org.openimaj.ml.linear.learner.init.CurrentUMean
 
CurrentValueMean - Class in org.openimaj.ml.linear.learner.init
Given a matrix considered its "current value" this init strategy takes the current value and averages the columns (creating the mean row).
CurrentValueMean() - Constructor for class org.openimaj.ml.linear.learner.init.CurrentValueMean
 
CurrentWMean - Class in org.openimaj.ml.linear.learner.init
Useable only with BilinearSparseOnlineLearner instances.
CurrentWMean() - Constructor for class org.openimaj.ml.linear.learner.init.CurrentWMean
 
customData() - Method in class org.openimaj.citation.annotation.mock.MockReference
A list of custom key value data pairs.
cx() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
cx(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
cx - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The x coordinate of the component centroid
cx - Variable in class org.openimaj.image.processing.morphology.Dilate
 
cx - Variable in class org.openimaj.image.processing.morphology.Erode
 
cx - Variable in class org.openimaj.image.processing.morphology.HitAndMiss
 
cx - Variable in class org.openimaj.math.geometry.shape.RotatedRectangle
The x-ordinate of the centroid
cy() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
cy(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
cy - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The y coordinate of the component centroid
cy - Variable in class org.openimaj.image.processing.morphology.Dilate
 
cy - Variable in class org.openimaj.image.processing.morphology.Erode
 
cy - Variable in class org.openimaj.image.processing.morphology.HitAndMiss
 
cy - Variable in class org.openimaj.math.geometry.shape.RotatedRectangle
The y-ordinate of the centroid
CYAN - Static variable in class org.openimaj.image.colour.RGBColour
Cyan colour as RGB

D

DaemonThreadFactory() - Constructor for class org.openimaj.util.parallel.GlobalExecutorPool.DaemonThreadFactory
 
damped - Variable in class org.openimaj.ml.clustering.kmeans.SphericalKMeans
 
DAMPENING - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The value of w, u and beta are updated each time data is added s.t.
DARK_GRAY - Static variable in class org.openimaj.image.colour.RGBColour
Dark gray colour as RGB
data - Variable in class org.openimaj.data.AbstractMultiListDataSource
 
data - Variable in class org.openimaj.data.ArrayBackedDataSource
 
data - Variable in class org.openimaj.data.ByteArrayBackedDataSource
 
data - Variable in class org.openimaj.data.dataset.ListBackedDataset
 
data - Variable in class org.openimaj.data.DoubleArrayBackedDataSource
 
data - Variable in class org.openimaj.data.FloatArrayBackedDataSource
 
data - Variable in class org.openimaj.data.identity.IdentifiableObject
The data
data - Variable in class org.openimaj.data.IntArrayBackedDataSource
 
data - Variable in class org.openimaj.data.LongArrayBackedDataSource
 
data - Variable in class org.openimaj.data.ShortArrayBackedDataSource
 
data - Variable in class org.openimaj.image.analysis.algorithm.SummedAreaTable
The SAT data
data - Variable in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
data - Variable in enum org.openimaj.image.typography.hershey.HersheyFont
 
data - Variable in class org.openimaj.knn.lsh.LSHNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.ByteADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.DoubleADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.FloatADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.IntADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.LongADCNearestNeighbours
 
data - Variable in class org.openimaj.knn.pq.ShortADCNearestNeighbours
 
data - Variable in class org.openimaj.ml.clustering.dbscan.DoubleDBSCANClusters
The data
data - Variable in class org.openimaj.tools.clusterquantiser.FeatureFileFeature
the feature vector
data - Variable in class org.openimaj.util.tree.ByteKDTree
The underlying data array
data - Variable in class org.openimaj.util.tree.DoubleKDTree
The underlying data array
data - Variable in class org.openimaj.util.tree.FloatKDTree
The underlying data array
data - Variable in class org.openimaj.util.tree.IntKDTree
The underlying data array
data - Variable in class org.openimaj.util.tree.LongKDTree
The underlying data array
data - Variable in class org.openimaj.util.tree.ShortKDTree
The underlying data array
data - Variable in class org.openimaj.vis.Visualisation3D
The data!
data - Variable in class org.openimaj.vis.VisualisationImpl
The data to be visualised
data_bits_per_pixel() - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
data_bits_per_pixel(byte) - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
DATA_ROOT() - Method in class org.openimaj.ml.linear.experiments.sinabill.BilinearExperiment
 
database - Variable in class org.openimaj.demos.BasicDuplicateImageDatabase
 
DatabaseFeederStatus(String, XMLGregorianCalendar) - Constructor for class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
DatabaseStatusFeeder - Class in org.openimaj.picslurper
This class is a status feeder for picslurper that takes statuses from a database.
DatabaseStatusFeeder(String, String, String, String) - Constructor for class org.openimaj.picslurper.DatabaseStatusFeeder
Create a database status feeder using the database, table, username and password provided.
DatabaseStatusFeeder(String, String, String, String, Map<String, String>) - Constructor for class org.openimaj.picslurper.DatabaseStatusFeeder
Create a database status feeder using the database, table, username and password provided with the given column mapping
DatabaseStatusFeeder.DatabaseFeederStatus - Class in org.openimaj.picslurper
 
DataClusterer<DATA,CLUSTER extends IndexClusters> - Interface in org.openimaj.ml.clustering
Clusterers can extract clusters from data types and return the data in a clustered form
dataFromRoot(String) - Static method in class org.openimaj.ml.linear.experiments.sinabill.LambdaSearchAustrian
 
DataGenerator<I,D> - Interface in org.openimaj.ml.linear.data
 
dataReceived(String) - Method in interface org.openimaj.hardware.serial.SerialDataListener
Called when data is received on a serial port.
dataReceived(String) - Method in class org.openimaj.hardware.serial.SerialDevice
Called when data is received on a serial port.
Dataset<INSTANCE> - Interface in org.openimaj.data.dataset
The super-interface for all types of dataset.
dataset - Variable in class org.openimaj.image.processing.face.recognition.benchmarking.CrossValidationBenchmark
 
DatasetAdaptors - Class in org.openimaj.experiment.dataset.util
Helper methods to provide different types of view on a dataset.
DatasetAdaptors() - Constructor for class org.openimaj.experiment.dataset.util.DatasetAdaptors
 
DatasetDescription - Annotation Type in org.openimaj.experiment.annotations
An annotation for marking up a specific org.openimaj.data.Dataset subclass with metadata about the dataset.
DatasetExtractors - Class in org.openimaj.feature
Static methods to generate datasets of features from datasets of objects using a feature extractor.
DatasetFaceDetector - Class in org.openimaj.image.processing.face.detection
Convenience methods for dealing with face detections in datasets and lists of images.
DataSource<DATATYPE> - Interface in org.openimaj.data
A source which returns data of type DATATYPE.
DataUnitsTransformer<Q,D,U> - Interface in org.openimaj.vis
An interface for classes that can transform data units into renderer units based on the definition of the data axis in space.
DataUtils - Class in org.openimaj.data
Utility functions for dealing with data
date - Variable in class org.openimaj.twitter.USMFStatus
Date posted
DateFilter - Class in org.openimaj.tools.twitter.modes.filter
The grep functionality.
DateFilter() - Constructor for class org.openimaj.tools.twitter.modes.filter.DateFilter
 
DateTwitterPreprocessingMapper - Class in org.openimaj.hadoop.tools.twitter
This mapper loads arguments for the AbstractTwitterPreprocessingToolOptions from the HadoopTwitterPreprocessingTool.ARGS_KEY variable (once per in memory mapper) and uses these to preprocess tweets.
DateTwitterPreprocessingMapper() - Constructor for class org.openimaj.hadoop.tools.twitter.DateTwitterPreprocessingMapper
 
DaySplitReducer - Class in org.openimaj.hadoop.tools.twitter
 
DaySplitReducer() - Constructor for class org.openimaj.hadoop.tools.twitter.DaySplitReducer
 
dbg(String) - Method in class org.openimaj.web.readability.Readability
 
DBSCAN - Class in org.openimaj.ml.clustering.dbscan
Implementation of DBSCAN (http://en.wikipedia.org/wiki/DBSCAN) using a
DBSCAN() - Constructor for class org.openimaj.ml.clustering.dbscan.DBSCAN
 
DBSCAN.State - Class in org.openimaj.ml.clustering.dbscan
 
DBSCANClusters - Class in org.openimaj.ml.clustering.dbscan
 
DBSCANClusters(int[], int[][]) - Constructor for class org.openimaj.ml.clustering.dbscan.DBSCANClusters
 
DBSCANClusters(int[], int[][], int) - Constructor for class org.openimaj.ml.clustering.dbscan.DBSCANClusters
 
dc - Variable in class org.openimaj.math.model.fit.RANSAC
 
dcmos_emitter_dist() - Method in class org.openimaj.hardware.kinect.freenect.freenect_zero_plane_info
 
dcmos_emitter_dist(float) - Method in class org.openimaj.hardware.kinect.freenect.freenect_zero_plane_info
 
dcmos_rcmos_dist() - Method in class org.openimaj.hardware.kinect.freenect.freenect_zero_plane_info
 
dcmos_rcmos_dist(float) - Method in class org.openimaj.hardware.kinect.freenect.freenect_zero_plane_info
 
deactivate() - Method in class org.openimaj.picslurper.LocalTweetSpout
 
DEBUG - Static variable in class org.openimaj.image.text.extraction.LiuSamarabanduTextExtractorBasic
Whether to debug the text extractor - displaying images as it goes
debug(Logger, String, boolean) - Static method in class org.openimaj.logger.LoggerUtils
Debug message occationally
debug - Variable in class org.openimaj.web.readability.Readability
 
debugAllTriples(URI, RepositoryConnection) - Static method in class org.openimaj.rdf.owl2java.Generator
Useful little debug method that will print out all the triples for a given URI from the given repository.
debugFormat(Logger, String, Object...) - Static method in class org.openimaj.logger.LoggerUtils
decision - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
The DecisionAnalysis instance
decision - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEAnalysis
The DecisionAnalysis instance
DecisionAnalysis - Class in org.openimaj.experiment.evaluation.cluster.analyser
Counting the number of true positives, true negatives, flase postitives and false negatives one can produce various cluster quality metrics including the fscore and randindex
DecisionAnalysis() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.DecisionAnalysis
 
DecisionClusterAnalyser<T extends AnalysisResult> - Class in org.openimaj.experiment.evaluation.cluster.analyser
Gather the true positives, true negatives, false positives, false negatives for a DecisionAnalysis instance
DecisionClusterAnalyser() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.DecisionClusterAnalyser
 
declareOutputFields(OutputFieldsDeclarer) - Method in class backtype.storm.spout.KestrelThriftSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class backtype.storm.spout.TestTopology.FailEveryOther
 
declareOutputFields(OutputFieldsDeclarer) - Method in class backtype.storm.spout.UnreliableKestrelThriftSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.picslurper.DownloadBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.picslurper.LocalTweetSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.picslurper.PrintBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.storm.bolt.CountingEmittingBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.storm.bolt.PrintingBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.storm.StormPlayground.JoinBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.storm.StormPlayground.RandomFieldSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.openimaj.storm.tools.twitter.bolts.BaseTwitterRichBolt
 
decode(String) - Static method in class org.openimaj.web.flickr.FlickrBaseEncoder
 
decodeArgs(String[]) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
A horrible hack to deal with hadoop's horrible hack when setting arrays of strings as configs
decompose() - Method in class ch.akuhn.matrix.eigenvalues.SingularValues
Perform the decomposition
decompress(byte[]) - Method in class org.openimaj.knn.pq.ByteProductQuantiser
Decompress the quantised data by replacing each encoded index with the actual centroid subvector.
decompress(byte[]) - Method in class org.openimaj.knn.pq.DoubleProductQuantiser
Decompress the quantised data by replacing each encoded index with the actual centroid subvector.
decompress(byte[]) - Method in class org.openimaj.knn.pq.FloatProductQuantiser
Decompress the quantised data by replacing each encoded index with the actual centroid subvector.
decompress(byte[]) - Method in class org.openimaj.knn.pq.IntProductQuantiser
Decompress the quantised data by replacing each encoded index with the actual centroid subvector.
decompress(byte[]) - Method in class org.openimaj.knn.pq.LongProductQuantiser
Decompress the quantised data by replacing each encoded index with the actual centroid subvector.
decompress(byte[]) - Method in class org.openimaj.knn.pq.ShortProductQuantiser
Decompress the quantised data by replacing each encoded index with the actual centroid subvector.
deepCopy() - Method in class net.lag.kestrel.thrift.Item
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
deepCopy() - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
deepCopy() - Method in class net.lag.kestrel.thrift.QueueInfo
 
deepestPoint - Variable in class org.openimaj.math.geometry.shape.algorithm.ConvexityDefect
The deepest point on the shape polygon
DEFAULT_ALIAS_NAME - Static variable in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Default file name for the alias text file.
DEFAULT_BIG_STEP - Static variable in class org.openimaj.image.objectdetection.haar.Detector
Default step size to make when there is definitely no detection.
DEFAULT_BLOCK_SIZE - Static variable in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
The default number of samples per parallel assignment instance.
DEFAULT_BOUNDARY_EXTENSION - Static variable in class org.openimaj.image.feature.global.Gist
The default amount of padding to apply before convolving with the Gabor filters
DEFAULT_CAPACITY - Static variable in class org.openimaj.util.array.SparseByteArray
 
DEFAULT_CAPACITY - Static variable in class org.openimaj.util.array.SparseDoubleArray
 
DEFAULT_CAPACITY - Static variable in class org.openimaj.util.array.SparseFloatArray
 
DEFAULT_CAPACITY - Static variable in class org.openimaj.util.array.SparseIntArray
 
DEFAULT_CAPACITY - Static variable in class org.openimaj.util.array.SparseLongArray
 
DEFAULT_CAPACITY - Static variable in class org.openimaj.util.array.SparseShortArray
 
DEFAULT_COMPONENTS - Static variable in class org.openimaj.experiment.gmm.retrieval.GMMFromFeatures
default number of guassians to train agains
DEFAULT_CONTEXT_NAME - Static variable in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
Default directory name for the lucene index.
DEFAULT_COVARIANCE - Static variable in class org.openimaj.experiment.gmm.retrieval.GMMFromFeatures
default covariance type
DEFAULT_DEVICE_NUMBER_PROPERTY - Static variable in class org.openimaj.video.capture.VideoCapture
The property key for overriding the default device number.
DEFAULT_EIGENVALUE_RATIO - Static variable in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
The default threshold for the edge response Eigenvalue ratio
DEFAULT_EPS - Static variable in class org.openimaj.image.objectdetection.filtering.OpenCVGrouping
The default eps value for determining whether two rectangles overlap enough to be considered as being of the same group.
DEFAULT_FILTER - Static variable in class org.openimaj.image.processing.resize.FixedResizeProcessor
The default TriangleFilter (bilinear-interpolation filter) used by instances of ResizeProcessor, unless otherwise specified.
DEFAULT_FILTER - Static variable in class org.openimaj.image.processing.resize.ResizeProcessor
The default TriangleFilter (bilinear-interpolation filter) used by instances of ResizeProcessor, unless otherwise specified.
DEFAULT_GAUSS_TRUNCATE - Static variable in class org.openimaj.image.FImage
The default number of sigmas at which the Gaussian function is truncated when building a kernel
DEFAULT_GAUSS_TRUNCATE - Static variable in class org.openimaj.image.processing.convolution.FGaussianConvolve
The default number of sigmas at which the Gaussian function is truncated when building a kernel
DEFAULT_GAUSS_TRUNCATE - Static variable in class org.openimaj.ml.timeseries.processor.GaussianTimeSeriesProcessor
The default number of sigmas at which the Gaussian function is truncated when building a kernel
DEFAULT_INTERPOLATION_ITERATIONS - Static variable in class org.openimaj.image.feature.local.detector.pyramid.InterpolatingOctaveExtremaFinder
Default number of interpolation iterations
DEFAULT_KESTREL_MEMCACHED_PORT - Static variable in class org.openimaj.kestrel.KestrelServerSpec
the default kestrel memcached port
DEFAULT_KESTREL_TEXT_PORT - Static variable in class org.openimaj.kestrel.KestrelServerSpec
the default kestrel text protocol port
DEFAULT_KESTREL_THRIFT_PORT - Static variable in class org.openimaj.kestrel.KestrelServerSpec
the default kestrel thrift port
DEFAULT_MAGNITUDE_THRESHOLD - Static variable in class org.openimaj.image.feature.local.detector.pyramid.BasicOctaveExtremaFinder
The default threshold for the magnitude of interest points
DEFAULT_MINIMUM_SUPPORT - Static variable in class org.openimaj.image.objectdetection.filtering.OpenCVGrouping
The default value for the minimum number of rectangles required within a group.
DEFAULT_N_BUCKETS_PER_DIM - Static variable in class org.openimaj.math.geometry.transforms.estimation.sampling.BucketingSampler2d
Default number of buckets per dimension
DEFAULT_NCHECKS - Static variable in class org.openimaj.knn.approximate.ByteNearestNeighboursKDTree
The default number of checks performed during search when in exact mode.
DEFAULT_NCHECKS - Static variable in class org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree
The default number of checks performed during search when in exact mode.
DEFAULT_NCHECKS - Static variable in class org.openimaj.knn.approximate.FloatNearestNeighboursKDTree
The default number of checks performed during search when in exact mode.
DEFAULT_NCHECKS - Static variable in class org.openimaj.knn.approximate.IntNearestNeighboursKDTree
The default number of checks performed during search when in exact mode.
DEFAULT_NCHECKS - Static variable in class org.openimaj.knn.approximate.LongNearestNeighboursKDTree
The default number of checks performed during search when in exact mode.
DEFAULT_NCHECKS - Static variable in class org.openimaj.knn.approximate.ShortNearestNeighboursKDTree
The default number of checks performed during search when in exact mode.
DEFAULT_NTREES - Static variable in class org.openimaj.knn.approximate.ByteNearestNeighboursKDTree
The default number of kdtrees when not in exact mode.
DEFAULT_NTREES - Static variable in class org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree
The default number of kdtrees when not in exact mode.
DEFAULT_NTREES - Static variable in class org.openimaj.knn.approximate.FloatNearestNeighboursKDTree
The default number of kdtrees when not in exact mode.
DEFAULT_NTREES - Static variable in class org.openimaj.knn.approximate.IntNearestNeighboursKDTree
The default number of kdtrees when not in exact mode.
DEFAULT_NTREES - Static variable in class org.openimaj.knn.approximate.LongNearestNeighboursKDTree
The default number of kdtrees when not in exact mode.
DEFAULT_NTREES - Static variable in class org.openimaj.knn.approximate.ShortNearestNeighboursKDTree
The default number of kdtrees when not in exact mode.
DEFAULT_NUM_BINS - Static variable in class org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor
Default number of orientation histogram bins; Lowe's IJCV paper (p.13) suggests 36 bins.
DEFAULT_NUMBER_ITERATIONS - Static variable in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
The default number of iterations.
DEFAULT_NUMBER_OF_BLOCKS - Static variable in class org.openimaj.image.feature.global.Gist
The default number spatial blocks
DEFAULT_ORIENTATIONS_PER_SCALE - Static variable in class org.openimaj.image.feature.global.Gist
The default number of filter orientations per scale (from HF to LF)
DEFAULT_PEAK_THRESHOLD - Static variable in class org.openimaj.image.feature.local.detector.dog.extractor.DominantOrientationExtractor
Default value for the threshold at which other peaks are detected relative to the biggest peak.
DEFAULT_PREFILTER_FC - Static variable in class org.openimaj.image.feature.global.Gist
The default number of cycles per image for the pre-filter Gaussian
DEFAULT_SAMPLING_SIZE - Static variable in class org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor
Default value for the size of the sampling window relative to the sampling scale.
DEFAULT_SCALE_FACTOR - Static variable in class org.openimaj.image.objectdetection.haar.Detector
Default scale factor multiplier.
DEFAULT_SCALING - Static variable in class org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor
Default value for weighting the scaling Gaussian relative to the keypoint scale.
DEFAULT_SIZE - Static variable in class org.openimaj.image.feature.global.Gist
Default image size (both height and width) for fixed size Gist
DEFAULT_SMALL_STEP - Static variable in class org.openimaj.image.objectdetection.haar.Detector
Default step size to make when there is a hint of detection.
DEFAULT_SMOOTHING_ITERATIONS - Static variable in class org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor
Default value for the number of iterations of the smoothing filter.
DEFAULT_USERAGENT - Static variable in class org.openimaj.io.HttpUtils
The default user-agent string
defaultBackgroundColour() - Method in class org.openimaj.image.Image
Get the default foreground colour.
defaultBackgroundColour() - Method in class org.openimaj.image.renderer.FImageRenderer
 
defaultBackgroundColour() - Method in class org.openimaj.image.renderer.ImageRenderer
Get the default foreground colour.
defaultBackgroundColour() - Method in class org.openimaj.image.renderer.MBFImageRenderer
 
defaultBackgroundColour() - Method in class org.openimaj.image.renderer.SVGRenderer
 
DefaultBrowserDelegate - Class in org.openimaj.web
A BrowserDelegate that does nothing other than log any javascript calls, etc.
DefaultBrowserDelegate() - Constructor for class org.openimaj.web.DefaultBrowserDelegate
 
DefaultClustererFunction(SpatialClusterer<? extends SpatialClusters<DATATYPE>, DATATYPE>) - Constructor for class org.openimaj.ml.clustering.spectral.SpectralClusteringConf.DefaultClustererFunction
 
defaultConfig(String) - Method in interface org.openimaj.tools.imagecollection.collection.ImageCollection
If possible, will return a default configuration using the raw input
defaultConfig(String) - Method in class org.openimaj.tools.imagecollection.collection.video.XuggleVideoImageCollection.FromFile
 
defaultConfig(String) - Method in class org.openimaj.tools.imagecollection.collection.video.XuggleVideoImageCollection.FromURL
 
defaultConfig(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.AbstractWebpageImageCollection.Generic
 
defaultConfig(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection
 
defaultConfig(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.FlickrPhotoCollection
 
defaultForegroundColour() - Method in class org.openimaj.image.Image
Get the default foreground colour.
defaultForegroundColour() - Method in class org.openimaj.image.renderer.FImageRenderer
 
defaultForegroundColour() - Method in class org.openimaj.image.renderer.ImageRenderer
Get the default foreground colour.
defaultForegroundColour() - Method in class org.openimaj.image.renderer.MBFImageRenderer
 
defaultForegroundColour() - Method in class org.openimaj.image.renderer.SVGRenderer
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.ByteCentroidsResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.dbscan.DoubleDBSCANClusters
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.DoubleCentroidsResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.FeatureVectorCentroidsResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.FloatCentroidsResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.IntCentroidsResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kdtree.KDTreeClusters
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans.Result
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans.Result
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans.Result
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans.Result
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans.Result
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans.Result
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans.Result
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.LongCentroidsResult
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
defaultHardAssigner() - Method in class org.openimaj.ml.clustering.ShortCentroidsResult
 
defaultHardAssigner() - Method in interface org.openimaj.ml.clustering.SpatialClusters
Get the default hard assigner for this clusterer.
DefaultNamingStrategy() - Constructor for class org.openimaj.storm.util.graph.StormGraphCreator.NamingStrategy.DefaultNamingStrategy
 
DefaultRawTextAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
DefaultRawTextAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.DefaultRawTextAnnotator
 
DefaultTokenAnnotator - Class in org.openimaj.text.nlp.textpipe.annotators
 
DefaultTokenAnnotator() - Constructor for class org.openimaj.text.nlp.textpipe.annotators.DefaultTokenAnnotator
 
DefaultTokenFactory - Class in org.openimaj.util.api.auth
Default implementation of a TokenFactory that loads the token parameters from the default Java user preference store or interactively queries the user for the required token parameters if the token has not been used before.
DefaultValidationData<DATASET extends Dataset<?>> - Class in org.openimaj.experiment.validation
Data for performing validation.
DefaultValidationData() - Constructor for class org.openimaj.experiment.validation.DefaultValidationData
 
DefaultValidationData(DATASET, DATASET) - Constructor for class org.openimaj.experiment.validation.DefaultValidationData
Construct with the training and validation datasets.
DelaunayTriangulator - Class in org.openimaj.math.geometry.triangulation
The Delaunay Triangulation algorithm.
DelaunayTriangulator() - Constructor for class org.openimaj.math.geometry.triangulation.DelaunayTriangulator
 
delete(String) - Method in class org.openimaj.kestrel.SimpleKestrelClient
Calls Client.delete(String) on the underlying Client instance.
delete(Class<T>) - Static method in class org.openimaj.util.api.auth.DefaultTokenFactory
Convenience method equivalent to getInstance().deleteToken(tokenClass)
delete(Class<T>, String) - Static method in class org.openimaj.util.api.auth.DefaultTokenFactory
Convenience method equivalent to getInstance().deleteToken(tokenClass, name)
delete_queue(String) - Method in class backtype.storm.spout.KestrelThriftClient
 
delete_queue(String, AsyncMethodCallback<Kestrel.AsyncClient.delete_queue_call>) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
delete_queue(String, AsyncMethodCallback<Kestrel.AsyncClient.delete_queue_call>) - Method in interface net.lag.kestrel.thrift.Kestrel.AsyncIface
 
delete_queue(String) - Method in class net.lag.kestrel.thrift.Kestrel.Client
 
delete_queue(String) - Method in interface net.lag.kestrel.thrift.Kestrel.Iface
 
delete_queue_args() - Constructor for class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
delete_queue_args(String) - Constructor for class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
delete_queue_args(Kestrel.delete_queue_args) - Constructor for class net.lag.kestrel.thrift.Kestrel.delete_queue_args
Performs a deep copy on other.
delete_queue_call(String, AsyncMethodCallback<Kestrel.AsyncClient.delete_queue_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.delete_queue_call
 
delete_queue_result() - Constructor for class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
delete_queue_result(Kestrel.delete_queue_result) - Constructor for class net.lag.kestrel.thrift.Kestrel.delete_queue_result
Performs a deep copy on other.
deleteBand(int) - Method in class org.openimaj.image.MultiBandImage
Delete the band at the given index.
deleteQueues(KestrelServerSpec, String...) - Static method in class org.openimaj.storm.utils.KestrelUtils
 
deleteRecursive(File) - Static method in class org.openimaj.io.FileUtils
Recursively delete a directory
deleteToken(Class<T>) - Method in class org.openimaj.util.api.auth.DefaultTokenFactory
Delete the default token parameters for the given class from the store.
deleteToken(Class<T>, String) - Method in class org.openimaj.util.api.auth.DefaultTokenFactory
Delete the named token parameters for the given class from the store.
delim - Variable in class org.openimaj.tools.twitter.modes.output.AnalysisOutputMode
 
delimit(String) - Method in class org.openimaj.tools.twitter.modes.output.AnalysisOutputMode
 
delimit(String) - Method in class org.openimaj.tools.twitter.modes.output.TwitterOutputMode
how outputs should be seperated
delta - Variable in class org.openimaj.ml.clustering.kmeans.SphericalKMeans.IterationResult
The change in fitness from the previous iteration
Demo - Annotation Type in org.openimaj.demos
An annotation for types that are implementing an OpenIMAJ demo.
demoClass - Variable in class org.openimaj.demos.Demos.DemoObject
 
DemoObject(Class<?>) - Constructor for class org.openimaj.demos.Demos.DemoObject
 
DemoPackage - Annotation Type in org.openimaj.demos
An annotation for annotating packages that contain demos.
DemoRunnerPanel() - Constructor for class org.openimaj.demos.Demos.DemoRunnerPanel
Default constructor that sets up the display
Demos - Class in org.openimaj.demos
This class provides a means for listing and running demos that have been automatically scanned from the classpath.
Demos() - Constructor for class org.openimaj.demos.Demos
Default constructor
Demos.DemoObject - Class in org.openimaj.demos
Used for each demo in the list.
Demos.DemoRunnerPanel - Class in org.openimaj.demos
This is the display for the demo runner.
Demos.IconListRenderer - Class in org.openimaj.demos
A list renderer that adds an icon to the label.
denormalise(double[]) - Method in interface org.openimaj.math.statistics.normalisation.Denormaliser
Deormalise the vector.
denormalise(double[][]) - Method in interface org.openimaj.math.statistics.normalisation.Denormaliser
Denormalise the data.
denormalise(double[]) - Method in class org.openimaj.math.statistics.normalisation.ZScore
 
denormalise(double[][]) - Method in class org.openimaj.math.statistics.normalisation.ZScore
 
denormaliseFundamental(Pair<Matrix>) - Method in class org.openimaj.math.geometry.transforms.FundamentalModel
De-normalise a fundamental estimate.
denormaliseHomography(Pair<Matrix>) - Method in class org.openimaj.math.geometry.transforms.HomographyModel
De-normalise a homography estimate.
Denormaliser - Interface in org.openimaj.math.statistics.normalisation
Interface for objects that con both normalise and denormalise data.
dense(int, int) - Static method in class ch.akuhn.matrix.Matrix
Create a zeroed dense matrix
dense(int) - Static method in class ch.akuhn.matrix.Vector
Create an empty dense vector
DenseLinearTransformAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation.linear
An annotator that determines a "transform" between feature vectors and vectors of annotation counts.
DenseLinearTransformAnnotator(int, FeatureExtractor<? extends FeatureVector, OBJECT>) - Constructor for class org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator
Construct with the given number of dimensions and feature extractor.
DenseMatrix - Class in ch.akuhn.matrix
A Dense matrix.
DenseMatrix(double[][]) - Constructor for class ch.akuhn.matrix.DenseMatrix
Construct with the given values
DenseMatrix(int, int) - Constructor for class ch.akuhn.matrix.DenseMatrix
Construct with the given size
DenseSIFT - Class in org.openimaj.image.feature.dense.gradient.dsift
Implementation of a dense SIFT feature extractor for FImages.
DenseSIFT() - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Construct with the default configuration: standard SIFT geometry (4x4x8), 5px x 5px spatial bins, 5px step size, gaussian window size of 2 and value threshold of 0.2.
DenseSIFT(int, int) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Construct with the given step size (for both x and y) and binSize.
DenseSIFT(int, int, int, int, int, int, int) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Construct with the given configuration.
DenseSIFT(int, int, int, int, int, int, int, float) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Construct with the given configuration.
DenseSIFT(int, int, int, int, int, int, int, float, float) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Construct with the given configuration.
DensestSubgraph - Class in org.openimaj.tools.similaritymatrix.modes
 
DensestSubgraph() - Constructor for class org.openimaj.tools.similaritymatrix.modes.DensestSubgraph
 
DenseVector - Class in ch.akuhn.matrix
A dense vector
DenseVector(double[]) - Constructor for class ch.akuhn.matrix.DenseVector
 
DenseVector(int) - Constructor for class ch.akuhn.matrix.DenseVector
 
density() - Method in class ch.akuhn.matrix.Matrix
Get the density
density() - Method in class ch.akuhn.matrix.Vector
 
density() - Method in class org.openimaj.util.array.SparseByteArray
 
density() - Method in class org.openimaj.util.array.SparseDoubleArray
 
density() - Method in class org.openimaj.util.array.SparseFloatArray
 
density() - Method in class org.openimaj.util.array.SparseIntArray
 
density() - Method in class org.openimaj.util.array.SparseLongArray
 
density() - Method in class org.openimaj.util.array.SparseShortArray
 
DependentVariable - Annotation Type in org.openimaj.experiment.annotations
Annotation for marking dependent variables within a RunnableExperiment instance.
depth - Variable in class org.openimaj.math.geometry.shape.algorithm.ConvexityDefect
The depth of the deepest point
depth_to_rgb_shift() - Method in class org.openimaj.hardware.kinect.freenect.freenect_registration
 
depth_to_rgb_shift(Pointer<Integer>) - Method in class org.openimaj.hardware.kinect.freenect.freenect_registration
 
DepthOfFieldEstimator - Class in org.openimaj.image.saliency
Construct a map that shows the "focus" of each pixel.
DepthOfFieldEstimator(int, int, int, int) - Constructor for class org.openimaj.image.saliency.DepthOfFieldEstimator
Construct with the given parameters.
DepthOfFieldEstimator() - Constructor for class org.openimaj.image.saliency.DepthOfFieldEstimator
Construct with the default values (max kernel size = 50, step size = 1, 41 bins, window size of 3).
depthStream - Variable in class org.openimaj.hardware.kinect.KinectController
The depth stream
derivative(SparseAutoencoder.Model, double[]) - Method in class org.openimaj.workinprogress.featlearn.SparseAutoencoder
 
derivative(MODEL, DATATYPE) - Method in interface org.openimaj.workinprogress.optimisation.DifferentiableObjectiveFunction
 
DESCENDING_COMPARATOR - Static variable in class org.openimaj.math.graph.SimpleWeightedEdge
Comparator for sorting edges in descending order
describeTo(Description) - Method in class org.openimaj.hadoop.tools.twitter.NotEmptyCollection
 
DESCRIPTION - Variable in enum org.openimaj.text.nlp.textpipe.annotations.PhraseAnnotation.Phrase
Penn Tree Bank short description
DESCRIPTION - Variable in enum org.openimaj.text.nlp.textpipe.annotations.POSAnnotation.PartOfSpeech
Penn Tree Bank short description
description() - Method in enum org.openimaj.tools.faces.PredefinedStrategy
 
description - Variable in class org.openimaj.twitter.USMFStatus
Full post text / Decription
description - Variable in class org.openimaj.twitter.USMFStatus.User
User profile description
description - Variable in class orgrdfs.sioc.ns.PostImpl
The content of the Post.
descriptor - Variable in class org.openimaj.image.connectedcomponent.proc.BoundaryDistanceDescriptor
The descriptor vector, measusring distance from centroid per degree
descriptor - Variable in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint
The descriptor
DESCRIPTOR_LENGTH - Static variable in class org.openimaj.image.connectedcomponent.proc.BoundaryDistanceDescriptor
The number of samples
descriptors - Variable in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Extracted descriptors
deserialize(byte[]) - Method in class backtype.storm.scheme.StringScheme
 
deserialize(byte[], Class<T>) - Static method in class org.openimaj.io.IOUtils
Convenience function for deserializing an object from a byte array.
deserialize(byte[], long, Class<T>) - Static method in class org.openimaj.io.IOUtils
Convenience function for deserializing an object from a byte array.
deserialize(byte[], T) - Static method in class org.openimaj.io.IOUtils
Convenience function for deserializing an object from a byte array.
deserialize(byte[]) - Method in class org.openimaj.storm.scheme.StringScheme
 
detect(FImage) - Method in class com.jsaragih.FDet
Detect faces in an image
detect() - Method in class org.openimaj.image.feature.local.detector.mser.MSERDetector
Detect MSERs in the merge tree provided in the constructor.
detect(IMAGE) - Method in class org.openimaj.image.objectdetection.FilteringObjectDetector
 
detect(FImage) - Method in class org.openimaj.image.objectdetection.haar.Detector
 
detect(FImage) - Method in class org.openimaj.image.objectdetection.hog.HOGDetector
 
detect(IMAGE) - Method in interface org.openimaj.image.objectdetection.ObjectDetector
Detect objects in the given image and return representations of them.
detect(IMAGE) - Method in class org.openimaj.image.objectdetection.RotationSimulationObjectDetector
 
detect(FImage, SWTTextDetector) - Method in enum org.openimaj.image.text.extraction.swt.SWTTextDetector.Direction
 
detect(double[]) - Method in interface org.openimaj.ml.clustering.kdtree.SplitDetectionMode
 
detect(double[]) - Method in class org.openimaj.ml.clustering.kdtree.SplitDetectionMode.MEAN
 
detect(double[]) - Method in class org.openimaj.ml.clustering.kdtree.SplitDetectionMode.MEDIAN
 
detect(double[]) - Method in class org.openimaj.ml.clustering.kdtree.SplitDetectionMode.OPTIMISED
 
detect(double[]) - Method in class org.openimaj.ml.clustering.kdtree.SplitDetectionMode.VARIABLE_MEDIAN
 
detectAtScale(SummedSqTiltAreaTable, int, int, int, int, float, int, int, List<Rectangle>) - Method in class org.openimaj.image.objectdetection.haar.Detector
Perform detection at a single scale.
detectAtScale(SummedSqTiltAreaTable, int, int, int, int, float, int, int, List<Rectangle>) - Method in class org.openimaj.image.objectdetection.haar.MultiThreadedDetector
 
detectAtScale(int, int, int, int, float, int, int, List<Rectangle>) - Method in class org.openimaj.image.objectdetection.hog.HOGDetector
Perform detection at a single scale.
detected - Variable in class org.openimaj.image.objectdetection.TransformedDetection
The object that was detected
DetectedFace - Class in org.openimaj.image.processing.face.detection
A DetectedFace models a face detected by a face detector, together with the locations of certain facial features localised on the face.
DetectedFace() - Constructor for class org.openimaj.image.processing.face.detection.DetectedFace
Default constructor with an empty rectangle as bounds
DetectedFace(Rectangle, FImage, float) - Constructor for class org.openimaj.image.processing.face.detection.DetectedFace
Construct with a bounds rectangle (the bounding box of the face in the detection image) and an image patch that describes the contents of the bounds rectangle from the original image.
DetectedFacePart() - Constructor for class org.openimaj.image.processing.face.feature.FacePatchFeature.DetectedFacePart
Default constructor
DetectedFacePart(FacialKeypoint.FacialKeypointType, Point2d) - Constructor for class org.openimaj.image.processing.face.feature.FacePatchFeature.DetectedFacePart
Construct with the given parameters
DetectedFaceRenderer<DETECTED_FACE extends DetectedFace> - Interface in org.openimaj.image.processing.face.util
Given a detected face, draw it to some MBFImage in a sensible way.
detectFaces(FImage) - Method in class org.openimaj.image.processing.face.detection.CLMFaceDetector
 
detectFaces(FImage, List<Rectangle>) - Method in class org.openimaj.image.processing.face.detection.CLMFaceDetector
Detect faces in the image using the given rectangles as the seeds from which to start fitting the model.
detectFaces(I) - Method in interface org.openimaj.image.processing.face.detection.FaceDetector
Detect faces in the image and return a list of faces found.
detectFaces(FImage) - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
detectFaces(IMAGE) - Method in class org.openimaj.image.processing.face.detection.IdentityFaceDetector
 
detectFaces(FImage) - Method in class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
 
detectFaces(MBFImage) - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
detectFaces(List<File>, int) - Method in class org.openimaj.tools.faces.FaceDetectorTool
Takes a set of image files and returns a map that maps the image filename to the list of detected images.
detectFaces(List<File>, int, boolean) - Method in class org.openimaj.tools.faces.FaceDetectorTool
Takes a set of image files and returns a map that maps the image filename to the list of detected images.
detectFaces(FImage, int, boolean) - Method in class org.openimaj.tools.faces.FaceDetectorTool
Takes a single image and detects faces, returning a map that maps a number (the face number) to the rectangle of the detected face.
detectFeatures(I) - Method in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
Detect and describe the local features in the given (transformed) image.
detectFeatures(I, int) - Method in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
Detect features in the given image, computing the simulations based on the given number of tilts.
detectFeatures(I, AffineParams) - Method in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
Detect features from a single simulation.
detectFeatures(I, float, float) - Method in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
Detect features from a single simulation.
detectFeatures(I) - Method in class org.openimaj.image.feature.local.affine.ASIFT
 
detectInactive(IndexClusters, IndexClusters, TIntSet, List<int[]>) - Method in class org.openimaj.ml.clustering.incremental.IncrementalLifetimeSparseClusterer
 
detectInactive(IndexClusters, IndexClusters, TIntSet, List<int[]>) - Method in class org.openimaj.ml.clustering.incremental.IncrementalSparseClusterer
Given the old and new clusters, make a decision as to which rows are now inactive, and therefore which clusters are now completed
DetectionFilter<IN,OUT> - Interface in org.openimaj.image.objectdetection.filtering
Interface describing an algorithm capable of filtering detections from a ObjectDetector.
detectionScale - Variable in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
detectMaxima(FImage, Rectangle) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
detector - Variable in class org.openimaj.image.feature.local.detector.ipd.finder.OctaveInterestPointFinder
 
Detector - Class in org.openimaj.image.objectdetection.haar
Basic, single-threaded multi-scale Haar cascade/tree object detector.
Detector(StageTreeClassifier, float, int, int) - Constructor for class org.openimaj.image.objectdetection.haar.Detector
Construct the Detector with the given parameters.
Detector(StageTreeClassifier, float) - Constructor for class org.openimaj.image.objectdetection.haar.Detector
Construct the Detector with the given tree of stages and scale factor.
Detector(StageTreeClassifier) - Constructor for class org.openimaj.image.objectdetection.haar.Detector
Construct the Detector with the given tree of stages, and the default parameters for step sizes and scale factor.
detector - Variable in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
detector - Variable in class org.openimaj.image.processing.face.recognition.FaceRecognitionEngine
 
detector() - Method in class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
 
determineEta0(int, int, SparseFloatArray[], double[]) - Method in class org.openimaj.workinprogress.sgdsvm.SvmSgd
 
determineEta0(int, int, List<SparseFloatArray>, TDoubleArrayList) - Method in class org.openimaj.workinprogress.sgdsvm.SvmSgd
 
detIntScaleFactor - Variable in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
device - Variable in class org.openimaj.hardware.kinect.KinectController
 
Device - Class in org.openimaj.video.capture
native declaration : line 1
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
Device() - Constructor for class org.openimaj.video.capture.Device
 
Device(Pointer) - Constructor for class org.openimaj.video.capture.Device
 
deviceIdentifier - Variable in class org.openimaj.hardware.gps.NMEAMessage
 
DeviceList - Class in org.openimaj.video.capture
native declaration : line 1
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
DeviceList() - Constructor for class org.openimaj.video.capture.DeviceList
 
DeviceList(Pointer) - Constructor for class org.openimaj.video.capture.DeviceList
 
deviceName - Variable in class org.openimaj.audio.AudioDevice
The name of the device
devices() - Method in class org.openimaj.video.capture.DeviceList
 
devices(Pointer<Pointer<Device>>) - Method in class org.openimaj.video.capture.DeviceList
 
dfidf() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDF
DF-IDF as defined by "Event Detection in Twitter by J.
DFIDFTokenMode - Class in org.openimaj.hadoop.tools.twitter.token.mode.dfidf
Perform DFIDF and output such that each timeslot is a instance and each word a feature
DFIDFTokenMode() - Constructor for class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.DFIDFTokenMode
 
DFURLPatternProvider() - Constructor for class org.openimaj.text.nlp.patterns.URLPatternProvider.DFURLPatternProvider
 
diag(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
Extract the diagonal elements as a vector
diag(double[]) - Static method in class org.openimaj.math.matrix.MatrixUtils
Create a diagonal matrix
diag(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
Extract the diagonal component from the given matrix
DiagonalMatrix - Class in org.openimaj.math.matrix
 
DiagonalMatrix(int) - Constructor for class org.openimaj.math.matrix.DiagonalMatrix
New empty matrix with 0s down the diagonals
DiagonalMatrix(int, double) - Constructor for class org.openimaj.math.matrix.DiagonalMatrix
New empty matrix with val down the diagonals
DiagonalMatrix(double[][]) - Constructor for class org.openimaj.math.matrix.DiagonalMatrix
Diagonal version of the matrix handed
DiagonalMatrix(Matrix) - Constructor for class org.openimaj.math.matrix.DiagonalMatrix
 
DiagonalMultivariateGaussian - Class in org.openimaj.math.statistics.distribution
Implementation of a MultivariateGaussian with a diagonal covariance matrix.
DiagonalMultivariateGaussian(Matrix, double[]) - Constructor for class org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian
Construct the Gaussian with the provided center and covariance
DiagonalMultivariateGaussian(int) - Constructor for class org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian
Construct the Gaussian with the zero mean and unit variance
diagVector(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
Extract the diagonal component from the given matrix
diagX - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
diagX - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
difference(Polygon) - Method in class org.openimaj.math.geometry.shape.Polygon
Calculates the difference between two polygons and returns a new polygon.
DifferenceOfGaussian - Class in org.openimaj.image.processing.algorithm
Implementation of a difference of Gaussian filter.
DifferenceOfGaussian() - Constructor for class org.openimaj.image.processing.algorithm.DifferenceOfGaussian
Construct a difference of Gaussian with the default sigmas of 1 and 2.
DifferenceOfGaussian(float, float) - Constructor for class org.openimaj.image.processing.algorithm.DifferenceOfGaussian
Construct a difference of Gaussian with the specified sigmas.
DifferentiableObjectiveFunction<MODEL,DATATYPE,PTYPE extends Parameters<PTYPE>> - Interface in org.openimaj.workinprogress.optimisation
 
differentialCalculated(VideoTimecode, double, T) - Method in interface org.openimaj.video.processing.shotdetector.ShotDetectedListener
Called every time a differential between two frames has been calculated.
digamma - Variable in class org.openimaj.pgm.vb.lda.mle.LDAVariationlState
Holds the first derivative of the gamma
dilate - Variable in class org.openimaj.image.processing.morphology.Close
 
Dilate - Class in org.openimaj.image.processing.morphology
Morphological dilation of connected components and (assumed binary) FImages.
Dilate(StructuringElement) - Constructor for class org.openimaj.image.processing.morphology.Dilate
Construct the dilate operator with the given structuring element
Dilate() - Constructor for class org.openimaj.image.processing.morphology.Dilate
Construct the dilate operator with a BOX structuring element
dilate(FImage, int) - Static method in class org.openimaj.image.processing.morphology.Dilate
Apply dilation some number of times to an image with the default StructuringElement.BOX element
dilate - Variable in class org.openimaj.image.processing.morphology.Open
 
dimension - Variable in class org.openimaj.ml.classification.StumpClassifier
The dimension of the feature on which this stump operates
DioramaEffect - Class in org.openimaj.image.processing.effects
Class to produce a Diorama or "Minature Faking" effect.
DioramaEffect(Line2d) - Constructor for class org.openimaj.image.processing.effects.DioramaEffect
Construct with the given tilt axis
directedContour(FImage, Pixel, Pixel, Operation<IndependentPair<Pixel, Direction>>) - Method in class org.openimaj.image.contour.MooreNeighborStrategy
Directed contour following.
directedContour(FImage, Pixel, Pixel, Operation<IndependentPair<Pixel, boolean[]>>) - Method in class org.openimaj.image.contour.SuzukiNeighborStrategy
Directed contour following.
direction - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The primary orientation of the component
direction - Variable in class org.openimaj.image.text.extraction.swt.SWTTextDetector.Options
The "direction" to perform the SWT
DirectoryImageProcessor<T extends Image<?,T>> - Class in org.openimaj.tools.imagecollection.processor
 
DirectoryImageProcessor(String, boolean, String) - Constructor for class org.openimaj.tools.imagecollection.processor.DirectoryImageProcessor
 
directSuperclasses - Variable in class org.openimaj.rdf.owl2java.ClassDef
A list of the direct superclasses of this class
DiscreteCountBipolarSentiment - Class in org.openimaj.text.nlp.sentiment.type
A Discrete count bipolar sentiment is one which is positive, negative or netural by some counts.
DiscreteCountBipolarSentiment() - Constructor for class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
all weights set to 0
DiscreteCountBipolarSentiment(int, int, int, int) - Constructor for class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
DiscreteCountBipolarSentiment(int, int, int) - Constructor for class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
DiscreteCountBipolarSentimentProvider - Interface in org.openimaj.text.nlp.sentiment.type
Provides a DiscreteCountBipolarSentiment based on the (presumebly more complex) sentiment held
discriminant - Variable in class org.openimaj.util.tree.ByteKDTree.KDTreeNode
Splitting value
discriminant - Variable in class org.openimaj.util.tree.DoubleKDTree.KDTreeNode
Splitting value
discriminant - Variable in class org.openimaj.util.tree.FloatKDTree.KDTreeNode
Splitting value
discriminant - Variable in class org.openimaj.util.tree.IntKDTree.KDTreeNode
Splitting value
discriminant - Variable in class org.openimaj.util.tree.LongKDTree.KDTreeNode
Splitting value
discriminant - Variable in class org.openimaj.util.tree.ShortKDTree.KDTreeNode
Splitting value
discriminantDimension - Variable in class org.openimaj.util.tree.ByteKDTree.KDTreeNode
Splitting dimension
discriminantDimension - Variable in class org.openimaj.util.tree.DoubleKDTree.KDTreeNode
Splitting dimension
discriminantDimension - Variable in class org.openimaj.util.tree.FloatKDTree.KDTreeNode
Splitting dimension
discriminantDimension - Variable in class org.openimaj.util.tree.IntKDTree.KDTreeNode
Splitting dimension
discriminantDimension - Variable in class org.openimaj.util.tree.LongKDTree.KDTreeNode
Splitting dimension
discriminantDimension - Variable in class org.openimaj.util.tree.ShortKDTree.KDTreeNode
Splitting dimension
DisjointSetForest<T> - Class in org.openimaj.util.set
Implementation of a Disjoint Set Forest data structure.
DisjointSetForest() - Constructor for class org.openimaj.util.set.DisjointSetForest
Construct a new Disjoint Set Forest.
DisjointSetForest(int) - Constructor for class org.openimaj.util.set.DisjointSetForest
Constructs a new Disjoint Set Forest, with the specified initial capacity.
Disk - Class in org.openimaj.image.processing.convolution
Disk - a circular averaging filter.
Disk(int) - Constructor for class org.openimaj.image.processing.convolution.Disk
Default constructor.
disk(int) - Static method in class org.openimaj.image.processing.morphology.StructuringElement
Build a disk shaped structuring element with the given radius.
DiskCachingFeatureExtractor<FEATURE,OBJECT extends Identifiable> - Class in org.openimaj.feature
A simple wrapper for a feature extractor that caches the extracted feature to disk.
DiskCachingFeatureExtractor(File, FeatureExtractor<FEATURE, OBJECT>) - Constructor for class org.openimaj.feature.DiskCachingFeatureExtractor
Construct the cache in the given directory.
DiskCachingFeatureExtractor(File, FeatureExtractor<FEATURE, OBJECT>, boolean) - Constructor for class org.openimaj.feature.DiskCachingFeatureExtractor
Construct the cache in the given directory.
dislikes - Variable in class org.openimaj.twitter.USMFStatus
Number of users who "disliked" this
display(Image<?, ?>) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the default name
display(BufferedImage) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the default name
display(Image<?, ?>, String) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the given title
display(Image<?, ?>, JFrame) - Static method in class org.openimaj.image.DisplayUtilities
Display an image in the given frame
display(BufferedImage, JFrame) - Static method in class org.openimaj.image.DisplayUtilities
Display an image in the given frame
display(BufferedImage, JFrame, Image<?, ?>) - Static method in class org.openimaj.image.DisplayUtilities
Display an image in the given frame
display(BufferedImage, String) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the given title
display(BufferedImage, String, Image<?, ?>) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the given title
display(ConnectedComponent) - Static method in class org.openimaj.image.DisplayUtilities
Render a connected component and display it
display(ConnectedComponent, float) - Static method in class org.openimaj.image.DisplayUtilities
Render a connected component with a given grey level and display it
display(Polygon) - Static method in class org.openimaj.image.DisplayUtilities
Render a polygon to an image and display it.
display(Polygon, float) - Static method in class org.openimaj.image.DisplayUtilities
Render a polygon with a given grey level and display it
display(String, Image<?, ?>...) - Static method in class org.openimaj.image.DisplayUtilities
Display multiple images in an array
display(String, Collection<? extends Image<?, ?>>) - Static method in class org.openimaj.image.DisplayUtilities
Display multiple images in a collection
display(String, int, Image<?, ?>...) - Static method in class org.openimaj.image.DisplayUtilities
Display multiple images in an array
display(String, BufferedImage...) - Static method in class org.openimaj.image.DisplayUtilities
Display multiple images in an array of frames
display(int[]) - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
Assumes the input is a one-dimensional representation of an image.
display(float[]) - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
Assumes the input is a one-dimensional representation of an image.
display(GLAutoDrawable) - Method in class org.openimaj.vis.Visualisation3D
displayLinked(String, int, Image<?, ?>...) - Static method in class org.openimaj.image.DisplayUtilities
Display multiple images in an array
displayMode(boolean) - Method in class org.openimaj.video.VideoDisplay
Set whether to draw onscreen or not
displayMouseOverMatches(I, I, List<Pair<Keypoint>>, T) - Static method in class org.openimaj.feature.local.matcher.MatchingUtilities
Create an interactive display of matches between two images.
displayName - Variable in class org.openimaj.audio.AudioDevice
The audio device name
displayName(Image<?, ?>, String) - Static method in class org.openimaj.image.DisplayUtilities
Display an image in the given frame by name (will be created if not already done so using DisplayUtilities.createNamedWindow(String)
displayName(Image<?, ?>, String, boolean) - Static method in class org.openimaj.image.DisplayUtilities
Display an image in the given frame by name (will be created if not already done so using DisplayUtilities.createNamedWindow(String)
displayName(BufferedImage, String) - Static method in class org.openimaj.image.DisplayUtilities
Displays an image in the given named window
displayNextSlide() - Method in class org.openimaj.content.slideshow.Slideshow
Display the next slide
displayPrevSlide() - Method in class org.openimaj.content.slideshow.Slideshow
Display the previous slide
displaySimple(Image<?, ?>) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the default name No additional functionality, such as zooming, is enabled.
displaySimple(BufferedImage) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the default name.
displaySimple(Image<?, ?>, String) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the given title.
displaySimple(BufferedImage, String) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the given title.
displaySimple(BufferedImage, String, Image<?, ?>) - Static method in class org.openimaj.image.DisplayUtilities
Display an image with the given title.
displaySlide(Slide) - Method in class org.openimaj.content.slideshow.Slideshow
 
displaySlider(String, int, int, Operation<JSlider>) - Static method in class org.openimaj.vis.utils.VisualisationUtils
 
DisplayUtilities - Class in org.openimaj.image
Static methods for displaying images using Swing.
DisplayUtilities() - Constructor for class org.openimaj.image.DisplayUtilities
 
DisplayUtilities.ImageComponent - Class in org.openimaj.image
An image viewer that displays and image and allows zooming and panning of images.
DisplayUtilities.ImageComponent.ImageComponentListener - Interface in org.openimaj.image
Listener for zoom and pan events
DisplayUtilities.ScalingImageComponent - Class in org.openimaj.image
An extension of DisplayUtilities.ImageComponent that scales the displayed image.
dispose() - Method in class org.openimaj.processing.OpenIMAJ
 
dispose(GLAutoDrawable) - Method in class org.openimaj.vis.Visualisation3D
distance - Variable in class org.openimaj.knn.ByteNearestNeighboursExact
 
distance(Coordinate, Coordinate) - Static method in class org.openimaj.knn.CoordinateKDTree
 
distance - Variable in class org.openimaj.knn.DoubleNearestNeighboursExact
 
distance - Variable in class org.openimaj.knn.FloatNearestNeighboursExact
 
distance - Variable in class org.openimaj.knn.IntNearestNeighboursExact
 
distance - Variable in class org.openimaj.knn.LongNearestNeighboursExact
 
distance - Variable in class org.openimaj.knn.ObjectNearestNeighbours
 
distance - Variable in class org.openimaj.knn.ShortNearestNeighboursExact
 
distance(Point2d, Point2d) - Static method in class org.openimaj.math.geometry.line.Line2d
Get the Euclidean distance between two points
distance(float, float, float, float) - Static method in class org.openimaj.math.geometry.line.Line2d
Get the Euclidean distance between two points
distance(byte[], byte[]) - Static method in class org.openimaj.util.tree.IncrementalByteKDTree
 
distance(double[], double[]) - Static method in class org.openimaj.util.tree.IncrementalDoubleKDTree
 
distance(float[], float[]) - Static method in class org.openimaj.util.tree.IncrementalFloatKDTree
 
distance(int[], int[]) - Static method in class org.openimaj.util.tree.IncrementalIntKDTree
 
distance(long[], long[]) - Static method in class org.openimaj.util.tree.IncrementalLongKDTree
 
distance(short[], short[]) - Static method in class org.openimaj.util.tree.IncrementalShortKDTree
 
DistanceCheck - Interface in org.openimaj.math.util.distance
Interface for a class that can perform a check on the distance or error between a pair of items to see if they match.
DistanceClusterer<CLUSTERS extends IndexClusters> - Interface in org.openimaj.ml.clustering
A DistanceClusterer clusters data that can be represented as a distance matrix.
distanceComparator() - Method in class org.openimaj.knn.ByteNearestNeighboursExact
Get the distance comparator
distanceComparator() - Method in class org.openimaj.knn.DoubleNearestNeighboursExact
Get the distance comparator
distanceComparator() - Method in class org.openimaj.knn.FloatNearestNeighboursExact
Get the distance comparator
distanceComparator() - Method in class org.openimaj.knn.IntNearestNeighboursExact
Get the distance comparator
distanceComparator() - Method in class org.openimaj.knn.LongNearestNeighboursExact
Get the distance comparator
distanceComparator() - Method in class org.openimaj.knn.ObjectNearestNeighbours
Get the distance comparator
distanceComparator() - Method in class org.openimaj.knn.ShortNearestNeighboursExact
Get the distance comparator
DistanceComparator<T> - Interface in org.openimaj.util.comparator
Interface for classes that can compare two objects and return a distance or similarity
DistanceComparatorResidual<I,D,M extends Model<I,D>> - Class in org.openimaj.math.model.fit.residuals
An implementation of a ResidualCalculator that uses a DistanceComparator to compute the error between the predicted and observed data point.
DistanceComparatorResidual(DistanceComparator<D>) - Constructor for class org.openimaj.math.model.fit.residuals.DistanceComparatorResidual
Construct with the given DistanceComparator.
DistanceDBSCAN - Class in org.openimaj.ml.clustering.dbscan
DBSCAN using a SparseMatrix of distances
DistanceDBSCAN(double, int) - Constructor for class org.openimaj.ml.clustering.dbscan.DistanceDBSCAN
 
distanceFcn - Variable in class org.openimaj.knn.lsh.LSHNearestNeighbours
 
distanceFunc(byte[], byte[][], float[]) - Static method in class org.openimaj.knn.ByteNearestNeighbours
Static method to find the sum-squared distance between a query vector and each of a set of points.
distanceFunc(byte[], byte[]) - Static method in class org.openimaj.knn.ByteNearestNeighbours
Static method to find the sum-squared distance between a query vector and a point.
distanceFunc(ByteFVComparator, byte[], byte[]) - Static method in class org.openimaj.knn.ByteNearestNeighbours
Static method to find a distance between a query vector and a point.
distanceFunc(ByteFVComparator, byte[], byte[][], float[]) - Static method in class org.openimaj.knn.ByteNearestNeighbours
Static method to find a distance between a query vector and each of a set of points.
distanceFunc(double[], double[][], double[]) - Static method in class org.openimaj.knn.DoubleNearestNeighbours
Static method to find the sum-squared distance between a query vector and each of a set of points.
distanceFunc(double[], double[]) - Static method in class org.openimaj.knn.DoubleNearestNeighbours
Static method to find the sum-squared distance between a query vector and a point.
distanceFunc(DoubleFVComparator, double[], double[]) - Static method in class org.openimaj.knn.DoubleNearestNeighbours
Static method to find a distance between a query vector and a point.
distanceFunc(DoubleFVComparator, double[], double[][], double[]) - Static method in class org.openimaj.knn.DoubleNearestNeighbours
Static method to find a distance between a query vector and each of a set of points.
distanceFunc(float[], float[][], float[]) - Static method in class org.openimaj.knn.FloatNearestNeighbours
Static method to find the sum-squared distance between a query vector and each of a set of points.
distanceFunc(float[], float[]) - Static method in class org.openimaj.knn.FloatNearestNeighbours
Static method to find the sum-squared distance between a query vector and a point.
distanceFunc(FloatFVComparator, float[], float[]) - Static method in class org.openimaj.knn.FloatNearestNeighbours
Static method to find a distance between a query vector and a point.
distanceFunc(FloatFVComparator, float[], float[][], float[]) - Static method in class org.openimaj.knn.FloatNearestNeighbours
Static method to find a distance between a query vector and each of a set of points.
distanceFunc(int[], int[][], float[]) - Static method in class org.openimaj.knn.IntNearestNeighbours
Static method to find the sum-squared distance between a query vector and each of a set of points.
distanceFunc(int[], int[]) - Static method in class org.openimaj.knn.IntNearestNeighbours
Static method to find the sum-squared distance between a query vector and a point.
distanceFunc(IntFVComparator, int[], int[]) - Static method in class org.openimaj.knn.IntNearestNeighbours
Static method to find a distance between a query vector and a point.
distanceFunc(IntFVComparator, int[], int[][], float[]) - Static method in class org.openimaj.knn.IntNearestNeighbours
Static method to find a distance between a query vector and each of a set of points.
distanceFunc(long[], long[][], double[]) - Static method in class org.openimaj.knn.LongNearestNeighbours
Static method to find the sum-squared distance between a query vector and each of a set of points.
distanceFunc(long[], long[]) - Static method in class org.openimaj.knn.LongNearestNeighbours
Static method to find the sum-squared distance between a query vector and a point.
distanceFunc(LongFVComparator, long[], long[]) - Static method in class org.openimaj.knn.LongNearestNeighbours
Static method to find a distance between a query vector and a point.
distanceFunc(LongFVComparator, long[], long[][], double[]) - Static method in class org.openimaj.knn.LongNearestNeighbours
Static method to find a distance between a query vector and each of a set of points.
distanceFunc(DistanceComparator<? super T>, T, T) - Static method in class org.openimaj.knn.ObjectNearestNeighbours
Static method to find a distance between a query vector and point.
distanceFunc(short[], short[][], float[]) - Static method in class org.openimaj.knn.ShortNearestNeighbours
Static method to find the sum-squared distance between a query vector and each of a set of points.
distanceFunc(short[], short[]) - Static method in class org.openimaj.knn.ShortNearestNeighbours
Static method to find the sum-squared distance between a query vector and a point.
distanceFunc(ShortFVComparator, short[], short[]) - Static method in class org.openimaj.knn.ShortNearestNeighbours
Static method to find a distance between a query vector and a point.
distanceFunc(ShortFVComparator, short[], short[][], float[]) - Static method in class org.openimaj.knn.ShortNearestNeighbours
Static method to find a distance between a query vector and each of a set of points.
distanceFunction() - Method in class org.openimaj.lsh.functions.ByteHashFunctionFactory
 
distanceFunction() - Method in class org.openimaj.lsh.functions.DoubleHashFunctionFactory
 
distanceFunction() - Method in class org.openimaj.lsh.functions.FloatHashFunctionFactory
 
distanceFunction() - Method in class org.openimaj.lsh.functions.IntHashFunctionFactory
 
distanceFunction() - Method in class org.openimaj.lsh.functions.LongHashFunctionFactory
 
distanceFunction() - Method in class org.openimaj.lsh.functions.RandomisedHashFunctionFactory
 
distanceFunction() - Method in class org.openimaj.lsh.functions.ShortHashFunctionFactory
 
distances - Static variable in class org.openimaj.ml.clustering.rac.IntRAC
 
distanceToLine(Point2d) - Method in class org.openimaj.math.geometry.line.Line2d
Returns the shortest distance between the point and this line.
DiversityAxis<O> - Class in org.openimaj.vis.general
A horizontal axis on which items can be plotted and grouped into bands.
DiversityAxis(ItemPlotter<O, Float[], MBFImage>) - Constructor for class org.openimaj.vis.general.DiversityAxis
Default constructor
DiversityAxis(int, int, ItemPlotter<O, Float[], MBFImage>) - Constructor for class org.openimaj.vis.general.DiversityAxis
Default constructor that takes the width and height of the visualisation
divide(FImage) - Method in class org.openimaj.image.FImage
Divides the pixels values of this image with the values from the given image.
divide(Image<?, ?>) - Method in class org.openimaj.image.Image
Divide each pixel of the image by corresponding pixel in the given image.
divide(Q) - Method in class org.openimaj.image.Image
Divide each pixel of the image by the given scalar value.
divide(T) - Method in class org.openimaj.image.MultiBandImage
Divides all pixels of each band by the given value and returns result as a new image.
divide(CLQueue, CLImage2D, CLImage2D, CLImage2D) - Method in class org.openimaj.image.processing.CLImageArithmetic
Divide two images, storing the result in another image
divide(CLQueue, CLImage2D, float[], CLImage2D) - Method in class org.openimaj.image.processing.CLImageArithmetic
Divide an image by a constant, storing the result in another image
divide(CLImage2D, CLImage2D) - Method in class org.openimaj.image.processing.CLImageArithmetic
Divide two images, returning a new image with the result
divide(CLImage2D, float[]) - Method in class org.openimaj.image.processing.CLImageArithmetic
Divide an image by a constant, returning a new image with the result
divide(I, I) - Method in class org.openimaj.image.processing.CLImageArithmetic
Divide two images, returning a new image with the result
divide(I, float[]) - Method in class org.openimaj.image.processing.CLImageArithmetic
Divide an image by a constant, returning a new image with the result
divide(DiscreteCountBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
divide(Integer) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
divide(WeightedBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
divide(Double) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
divide(double[], double) - Static method in class org.openimaj.util.array.ArrayUtils
Divide by a constant, all elements and return the input
divide(float[], float) - Static method in class org.openimaj.util.array.ArrayUtils
Divide by a constant, all elements and return the input
divide(int[], int) - Static method in class org.openimaj.util.array.ArrayUtils
Divide by a constant, all elements and return the input
divide(long[], long) - Static method in class org.openimaj.util.array.ArrayUtils
Divide by a constant, all elements and return the input
divide(byte[], byte) - Static method in class org.openimaj.util.array.ArrayUtils
Divide by a constant, all elements and return the input
divide(short[], short) - Static method in class org.openimaj.util.array.ArrayUtils
Divide by a constant, all elements and return the input
divide(OBJECT) - Method in interface org.openimaj.util.math.ObjectArithmetic
Divide a copy of this.
divide(SCALAR) - Method in interface org.openimaj.util.math.ScalarArithmetic
Divide a copy of this.
divideInplace(FImage) - Method in class org.openimaj.image.FImage
Divides the pixel values of this image with the values from the given image.
divideInplace(Float) - Method in class org.openimaj.image.FImage
Divide each pixel of the image by the given scalar value.
divideInplace(float) - Method in class org.openimaj.image.FImage
Divide all pixels by a given value
divideInplace(Image<?, ?>) - Method in class org.openimaj.image.FImage
Divide each pixel in this image by the corresponding pixel value in the given image.
divideInplace(Image<?, ?>) - Method in class org.openimaj.image.Image
Divide each pixel in this image by the corresponding pixel value in the given image.
divideInplace(Q) - Method in class org.openimaj.image.Image
Divide each pixel of the image by the given scalar value.
divideInplace(Image<?, ?>) - Method in class org.openimaj.image.MultiBandImage
Divide each pixel in this image by the corresponding pixel value in the given image.
divideInplace(MultiBandImage<?, ?, ?>) - Method in class org.openimaj.image.MultiBandImage
Divides the pixels in every band of this image by the corresponding pixel in the corresponding band of the given image.
divideInplace(SingleBandImage<?, ?>) - Method in class org.openimaj.image.MultiBandImage
Divides the pixels in every band of this image by the corresponding pixel in the given image.
divideInplace(T) - Method in class org.openimaj.image.MultiBandImage
Divide all pixels of every band by the given value.
divideInplace(T[]) - Method in class org.openimaj.image.MultiBandImage
Divide each pixel of the image by the given scalar value.
divideInplace(Image<?, ?>) - Method in class org.openimaj.image.SVGImage
 
divideInplace(Float[]) - Method in class org.openimaj.image.SVGImage
 
divideInplace(DiscreteCountBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
divideInplace(Integer) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
divideInplace(WeightedBipolarSentiment) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
divideInplace(Double) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
divideInplace(OBJECT) - Method in interface org.openimaj.util.math.ObjectArithmetic
Divide this.
divideInplace(SCALAR) - Method in interface org.openimaj.util.math.ScalarArithmetic
Divide this.
divToPElementsRe - Static variable in class org.openimaj.web.readability.Readability.Regexps
 
dloss(double, double) - Method in interface org.openimaj.workinprogress.sgdsvm.Loss
 
Dmoz2CSV - Class in org.openimaj.tools.web
A script for reading the RDF dump from DMOZ and flattening it to CSV format
Dmoz2CSV() - Constructor for class org.openimaj.tools.web.Dmoz2CSV
 
DmozExtractFeatures - Class in org.openimaj.tools.web
Extract features from the webpages listed in files created by Dmoz2CSV.
DmozExtractFeatures() - Constructor for class org.openimaj.tools.web.DmozExtractFeatures
 
do_create(ClusterQuantiserOptions) - Static method in class org.openimaj.tools.clusterquantiser.ClusterQuantiser
create new clusters
do_getSampleBatches(ClusterQuantiserOptions) - Static method in class org.openimaj.tools.clusterquantiser.ClusterQuantiser
Get sample batches
do_getSamples(ClusterQuantiserOptions) - Static method in class org.openimaj.tools.clusterquantiser.ClusterQuantiser
Get samples
do_info(AbstractClusterQuantiserOptions) - Static method in class org.openimaj.tools.clusterquantiser.ClusterQuantiser
Print info about clusters
do_quant(ClusterQuantiserOptions) - Static method in class org.openimaj.tools.clusterquantiser.ClusterQuantiser
Quantise features
Document - Interface in comxmlns.foaf._0
http://xmlns.com/foaf/0.1/Document
Document(String, int, double) - Constructor for class org.lemurproject.ireval.RetrievalEvaluator.Document
Constructs a new Document object.
Document(String) - Constructor for class org.lemurproject.ireval.RetrievalEvaluator.Document
Constructs a new Document object.
Document - Class in org.openimaj.pgm.util
A document is a bag of words
Document(Corpus) - Constructor for class org.openimaj.pgm.util.Document
 
Document(int) - Constructor for class org.openimaj.pgm.util.Document
 
document - Variable in class org.openimaj.web.readability.Readability
 
documentNumber - Variable in class org.lemurproject.ireval.RetrievalEvaluator.Document
The document identifier.
documentNumber - Variable in class org.lemurproject.ireval.RetrievalEvaluator.Judgment
The document identifier.
doExperiment() - Method in class org.openimaj.image.feature.local.interest.experiment.RepeatabilityExperiment
 
doExperiment() - Method in class org.openimaj.twitter.experiments.langid.TrueLanguageExperiment
do the experiment
DoGColourSIFTEngine - Class in org.openimaj.image.feature.local.engine
The DoGSIFTEngine extended to colour images (aka Colour-SIFT).
DoGColourSIFTEngine() - Constructor for class org.openimaj.image.feature.local.engine.DoGColourSIFTEngine
Construct with the default values for the DoGSIFTEngineOptions.
DoGColourSIFTEngine(DoGSIFTEngineOptions<MBFImage>) - Constructor for class org.openimaj.image.feature.local.engine.DoGColourSIFTEngine
Construct with the given options.
DoGOctave<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> - Class in org.openimaj.image.feature.local.detector.dog.pyramid
A DoGOctave is capable of processing an octave of Gaussian blurred images to produce an octave of difference-of-Gaussian images.
DoGOctave(GaussianPyramid<I>, float) - Constructor for class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctave
Construct a Difference of Gaussian octave with the provided parent Pyramid and octaveSize.
DoGOctaveExtremaFinder - Class in org.openimaj.image.feature.local.detector.dog.pyramid
A DoGOctaveExtremaFinder is an OctaveInterestPointFinder that can be applied to GaussianOctaves.
DoGOctaveExtremaFinder(OctaveInterestPointFinder<GaussianOctave<FImage>, FImage>) - Constructor for class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder
Construct with the given finder.
DoGOctaveExtremaFinder(OctaveInterestPointFinder<GaussianOctave<FImage>, FImage>, OctaveInterestPointListener<GaussianOctave<FImage>, FImage>) - Constructor for class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder
Construct with the given finder and listener.
DoGSIFTEngine - Class in org.openimaj.image.feature.local.engine
An implementation of Lowe's SIFT: specifically both the difference-of-Gaussian detector coupled with a SIFT descriptor.
DoGSIFTEngine() - Constructor for class org.openimaj.image.feature.local.engine.DoGSIFTEngine
Construct a DoGSIFTEngine with the default options.
DoGSIFTEngine(DoGSIFTEngineOptions<FImage>) - Constructor for class org.openimaj.image.feature.local.engine.DoGSIFTEngine
Construct a DoGSIFTEngine with the given options.
DoGSIFTEngineOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.feature.local.engine
Options for controlling SIFT feature localisation and extraction.
DoGSIFTEngineOptions() - Constructor for class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
 
DoGSIFTFeature - Class in org.openimaj.image.processing.face.feature
A FacialFeature that uses DoG-SIFT features to describe a face.
DoGSIFTFeature() - Constructor for class org.openimaj.image.processing.face.feature.DoGSIFTFeature
 
DoGSIFTFeature.Extractor - Class in org.openimaj.image.processing.face.feature
DoGSIFTFeatureComparator - Class in org.openimaj.image.processing.face.feature.comparison
DoGSIFTFeatureComparator() - Constructor for class org.openimaj.image.processing.face.feature.comparison.DoGSIFTFeatureComparator
 
DoGSiftFeatureExtractor - Class in org.openimaj.experiment.gmm.retrieval
 
DoGSiftFeatureExtractor() - Constructor for class org.openimaj.experiment.gmm.retrieval.DoGSiftFeatureExtractor
 
domain - Variable in class org.openimaj.rdf.owl2java.PropertyDef
The domain of the property
DominantOrientationExtractor - Class in org.openimaj.image.feature.local.detector.dog.extractor
Extract the dominant orientations of a scale-space interest point by looking for peaks in its orientation histogram.
DominantOrientationExtractor() - Constructor for class org.openimaj.image.feature.local.detector.dog.extractor.DominantOrientationExtractor
Construct with default values.
DominantOrientationExtractor(float, OrientationHistogramExtractor) - Constructor for class org.openimaj.image.feature.local.detector.dog.extractor.DominantOrientationExtractor
Construct with given parameters.
dot(Vector) - Method in class ch.akuhn.matrix.SparseVector
 
dot(Vector) - Method in class ch.akuhn.matrix.Vector
Returns the dot/scalar product.
doTask() - Method in class org.openimaj.utils.threads.WatchedRunner
 
DotPlotVisualisation - Class in org.openimaj.vis.general
Plots blobs proportional to the size of the value.
DotPlotVisualisation() - Constructor for class org.openimaj.vis.general.DotPlotVisualisation
Default construcotr
DotPlotVisualisation(int, int) - Constructor for class org.openimaj.vis.general.DotPlotVisualisation
Constructor that takes the width and height of the visualisation
DotPlotVisualisation.ColouredDot - Class in org.openimaj.vis.general
A dot with a specific size and colour.
DotPlotVisualisation3D - Class in org.openimaj.vis.general
 
DotPlotVisualisation3D(int, int) - Constructor for class org.openimaj.vis.general.DotPlotVisualisation3D
 
dotProduct(Matrix, Matrix) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
Compute the dot product X.W
dotProduct(SparseByteArray) - Method in class org.openimaj.util.array.SparseByteArray
Compute the dot product with another vector
dotProduct(SparseDoubleArray) - Method in class org.openimaj.util.array.SparseDoubleArray
Compute the dot product with another vector
dotProduct(SparseFloatArray) - Method in class org.openimaj.util.array.SparseFloatArray
Compute the dot product with another vector
dotProduct(SparseIntArray) - Method in class org.openimaj.util.array.SparseIntArray
Compute the dot product with another vector
dotProduct(SparseLongArray) - Method in class org.openimaj.util.array.SparseLongArray
Compute the dot product with another vector
dotProduct(SparseShortArray) - Method in class org.openimaj.util.array.SparseShortArray
Compute the dot product with another vector
dotProductTranspose(Matrix, Matrix) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
Compute Y = A .
dotProductTranspose(Matrix, Matrix, T) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
Y = A .
dotProductTransposeTranspose(Matrix, Matrix) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
Perform: A.T.dot(B.T) without performing the transpose.
DoubleADCNearestNeighbours - Class in org.openimaj.knn.pq
Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
DoubleADCNearestNeighbours(DoubleProductQuantiser, double[][]) - Constructor for class org.openimaj.knn.pq.DoubleADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
DoubleADCNearestNeighbours(DoubleProductQuantiser, byte[][], int) - Constructor for class org.openimaj.knn.pq.DoubleADCNearestNeighbours
Construct the ADC with the given quantiser and pre-quantised data .
DoubleArrayBackedDataSource - Class in org.openimaj.data
A DataSource backed by a 2D array of doubles.
DoubleArrayBackedDataSource(double[][]) - Constructor for class org.openimaj.data.DoubleArrayBackedDataSource
Construct with data
DoubleArrayBackedDataSource(double[][], Random) - Constructor for class org.openimaj.data.DoubleArrayBackedDataSource
Construct with data and a random generator for random sampling
DoubleArrayKernelPerceptron - Class in org.openimaj.ml.linear.learner.perceptron
An implementation of a simple KernelPerceptron which works with double arrays.
DoubleArrayKernelPerceptron(VectorKernel) - Constructor for class org.openimaj.ml.linear.learner.perceptron.DoubleArrayKernelPerceptron
 
DoubleArrayStatsUtils - Class in org.openimaj.math.util
Some basic statistical operations on double arrays
DoubleArrayStatsUtils() - Constructor for class org.openimaj.math.util.DoubleArrayStatsUtils
 
DoubleArrayValueAnimator - Class in org.openimaj.content.animation.animator
A ValueAnimator capable of producing double arrays from a set of potentially independent underlying ValueAnimators.
DoubleArrayValueAnimator(ValueAnimator<Double>...) - Constructor for class org.openimaj.content.animation.animator.DoubleArrayValueAnimator
Construct from an array of ValueAnimators
DoubleArrayView - Class in org.openimaj.util.array
A wrapper around a java double array that allows views onto the array to be created without the overhead of maintaining copies of the data.
DoubleArrayView(double[], int, int) - Constructor for class org.openimaj.util.array.DoubleArrayView
Create a view on the given array from l (inclusive) to r (exclusive).
DoubleArrayView(double[]) - Constructor for class org.openimaj.util.array.DoubleArrayView
Create a view on the entirety of the given array.
DoubleArrayView(int) - Constructor for class org.openimaj.util.array.DoubleArrayView
Create a view on an array of length n.
DoubleBytePair - Class in org.openimaj.util.pair
A pair of double and byte types
DoubleBytePair(double, byte) - Constructor for class org.openimaj.util.pair.DoubleBytePair
Construct pair with given values
DoubleBytePair() - Constructor for class org.openimaj.util.pair.DoubleBytePair
Construct empty pair
DoubleCauchyFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that use a Cauchy distribution to approximate L1 distance.
DoubleCauchyFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.DoubleCauchyFactory
Construct the factory with the given parameters.
DoubleCentroidsResult - Class in org.openimaj.ml.clustering
The result of a SpatialClusterer that just produces a flat set of centroids.
DoubleCentroidsResult() - Constructor for class org.openimaj.ml.clustering.DoubleCentroidsResult
 
DoubleDBSCANClusters - Class in org.openimaj.ml.clustering.dbscan
DBSCANClusters which also holds the original data
DoubleDBSCANClusters(int[], int[][]) - Constructor for class org.openimaj.ml.clustering.dbscan.DoubleDBSCANClusters
 
DoubleDBSCANClusters(int[], int[][], int) - Constructor for class org.openimaj.ml.clustering.dbscan.DoubleDBSCANClusters
 
DoubleDCT_1D - Class in edu.emory.mathcs.jtransforms.dct
Computes 1D Discrete Cosine Transform (DCT) of double precision data.
DoubleDCT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dct.DoubleDCT_1D
Creates new instance of DoubleDCT_1D.
DoubleDCT_2D - Class in edu.emory.mathcs.jtransforms.dct
Computes 2D Discrete Cosine Transform (DCT) of double precision data.
DoubleDCT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dct.DoubleDCT_2D
Creates new instance of DoubleDCT_2D.
DoubleDCT_3D - Class in edu.emory.mathcs.jtransforms.dct
Computes 3D Discrete Cosine Transform (DCT) of double precision data.
DoubleDCT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dct.DoubleDCT_3D
Creates new instance of DoubleDCT_3D.
DoubleDHT_1D - Class in edu.emory.mathcs.jtransforms.dht
Computes 1D Discrete Hartley Transform (DHT) of real, double precision data.
DoubleDHT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dht.DoubleDHT_1D
Creates new instance of DoubleDHT_1D.
DoubleDHT_2D - Class in edu.emory.mathcs.jtransforms.dht
Computes 2D Discrete Hartley Transform (DHT) of real, double precision data.
DoubleDHT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dht.DoubleDHT_2D
Creates new instance of DoubleDHT_2D.
DoubleDHT_3D - Class in edu.emory.mathcs.jtransforms.dht
Computes 3D Discrete Hartley Transform (DHT) of real, double precision data.
DoubleDHT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dht.DoubleDHT_3D
Creates new instance of DoubleDHT_3D.
DoubleDoublePair - Class in org.openimaj.util.pair
A pair of double and double types
DoubleDoublePair(double, double) - Constructor for class org.openimaj.util.pair.DoubleDoublePair
Construct pair with given values
DoubleDoublePair() - Constructor for class org.openimaj.util.pair.DoubleDoublePair
Construct empty pair
DoubleDST_1D - Class in edu.emory.mathcs.jtransforms.dst
Computes 1D Discrete Sine Transform (DST) of double precision data.
DoubleDST_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dst.DoubleDST_1D
Creates new instance of DoubleDST_1D.
DoubleDST_2D - Class in edu.emory.mathcs.jtransforms.dst
Computes 2D Discrete Sine Transform (DST) of double precision data.
DoubleDST_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dst.DoubleDST_2D
Creates new instance of DoubleDST_2D.
DoubleDST_3D - Class in edu.emory.mathcs.jtransforms.dst
Computes 3D Discrete Sine Transform (DST) of double precision data.
DoubleDST_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dst.DoubleDST_3D
Creates new instance of DoubleDST_3D.
DoubleFFT_1D - Class in edu.emory.mathcs.jtransforms.fft
Computes 1D Discrete Fourier Transform (DFT) of complex and real, double precision data.
DoubleFFT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Creates new instance of DoubleFFT_1D.
DoubleFFT_2D - Class in edu.emory.mathcs.jtransforms.fft
Computes 2D Discrete Fourier Transform (DFT) of complex and real, double precision data.
DoubleFFT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Creates new instance of DoubleFFT_2D.
DoubleFFT_3D - Class in edu.emory.mathcs.jtransforms.fft
Computes 3D Discrete Fourier Transform (DFT) of complex and real, double precision data.
DoubleFFT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Creates new instance of DoubleFFT_3D.
DoubleFloatPair - Class in org.openimaj.util.pair
A pair of double and float types
DoubleFloatPair(double, float) - Constructor for class org.openimaj.util.pair.DoubleFloatPair
Construct pair with given values
DoubleFloatPair() - Constructor for class org.openimaj.util.pair.DoubleFloatPair
Construct empty pair
DoubleFV - Class in org.openimaj.feature
Basic double single-dimensional feature vector implementation
DoubleFV() - Constructor for class org.openimaj.feature.DoubleFV
Construct an empty feature vector
DoubleFV(int) - Constructor for class org.openimaj.feature.DoubleFV
Construct empty FV with given number of bins
DoubleFV(double[]) - Constructor for class org.openimaj.feature.DoubleFV
Construct from flattened values array and dimensions
DoubleFV2FImage - Class in org.openimaj.image.feature
Transform a DoubleFV into an FImage.
DoubleFV2FImage(int, int) - Constructor for class org.openimaj.image.feature.DoubleFV2FImage
Construct the converter with the given image size
DoubleFVComparator - Interface in org.openimaj.feature
Comparison/distance methods for DoubleFV objects.
DoubleFVComparison - Enum in org.openimaj.feature
Comparison/distance methods for DoubleFV objects.
DoubleFVSimilarityFunction<T> - Class in org.openimaj.ml.clustering.spectral
Wraps the functionality of a SimilarityClusterer around a dataset
DoubleFVSimilarityFunction(FeatureExtractor<DoubleFV, T>) - Constructor for class org.openimaj.ml.clustering.spectral.DoubleFVSimilarityFunction
 
DoubleGaussianFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions using Gaussian distributions to approximate the Euclidean distance.
DoubleGaussianFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.DoubleGaussianFactory
Construct with the given parameters.
DoubleHammingFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that approximate the Hamming distance.
DoubleHammingFactory(int, MersenneTwister, int) - Constructor for class org.openimaj.lsh.functions.DoubleHammingFactory
Construct a new factory using the given parameters.
DoubleHashFunction - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for hashing double arrays.
DoubleHashFunctionFactory - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for producing hash functions seeded by random numbers.
DoubleHashFunctionFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.DoubleHashFunctionFactory
 
DoubleHyperplaneCosineFactory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate cosine distance using hyperplanes.
DoubleHyperplaneCosineFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.DoubleHyperplaneCosineFactory
Construct with the given arguments.
DoubleHyperplaneL1Factory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate L1 (city-block) distance in closed spaces using random axis-aligned hyperplanes.
DoubleHyperplaneL1Factory(int, MersenneTwister, double, double) - Constructor for class org.openimaj.lsh.functions.DoubleHyperplaneL1Factory
Construct with the given arguments.
doubleInitialImage - Variable in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Should the starting image of the pyramid be stretched to twice its size?
DoubleIntPair - Class in org.openimaj.util.pair
A pair of double and int types
DoubleIntPair(double, int) - Constructor for class org.openimaj.util.pair.DoubleIntPair
Construct pair with given values
DoubleIntPair() - Constructor for class org.openimaj.util.pair.DoubleIntPair
Construct empty pair
DoubleKDTree - Class in org.openimaj.util.tree
Immutable KD-Tree implementation for double[] data.
DoubleKDTree(double[][]) - Constructor for class org.openimaj.util.tree.DoubleKDTree
Construct with the given data and default splitting strategy (DoubleKDTree.BBFMedianSplit)
DoubleKDTree(double[][], DoubleKDTree.SplitChooser) - Constructor for class org.openimaj.util.tree.DoubleKDTree
Construct with the given data and splitting strategy
DoubleKDTree.ApproximateBBFMedianSplit - Class in org.openimaj.util.tree
Approximate best-bin-first median splitting.
DoubleKDTree.BasicMedianSplit - Class in org.openimaj.util.tree
Basic median split.
DoubleKDTree.BBFMedianSplit - Class in org.openimaj.util.tree
Best-bin-first median splitting.
DoubleKDTree.KDTreeNode - Class in org.openimaj.util.tree
An internal node of the KDTree
DoubleKDTree.RandomisedBBFMeanSplit - Class in org.openimaj.util.tree
Randomised best-bin-first splitting strategy: Nodes with less than a set number of items become leafs.
DoubleKDTree.SplitChooser - Interface in org.openimaj.util.tree
Interface for describing how a branch in the KD-Tree should be created
DoubleKDTreeClusterer - Class in org.openimaj.ml.clustering.kdtree
 
DoubleKDTreeClusterer() - Constructor for class org.openimaj.ml.clustering.kdtree.DoubleKDTreeClusterer
DoubleKDTreeClusterer(double, int, int) - Constructor for class org.openimaj.ml.clustering.kdtree.DoubleKDTreeClusterer
 
DoubleKDTreeClusterer(SplitDetectionMode, double, int, int) - Constructor for class org.openimaj.ml.clustering.kdtree.DoubleKDTreeClusterer
 
DoubleKDTreeClusterer(double) - Constructor for class org.openimaj.ml.clustering.kdtree.DoubleKDTreeClusterer
 
DoubleKDTreeEnsemble - Class in org.openimaj.knn.approximate
Ensemble of Best-Bin-First KDTrees for double data.
DoubleKDTreeEnsemble(double[][]) - Constructor for class org.openimaj.knn.approximate.DoubleKDTreeEnsemble
Construct a DoubleKDTreeEnsemble with the provided data, using the default of 8 trees.
DoubleKDTreeEnsemble(double[][], int) - Constructor for class org.openimaj.knn.approximate.DoubleKDTreeEnsemble
Construct a DoubleKDTreeEnsemble with the provided data and number of trees.
DoubleKDTreeEnsemble(double[][], int, int) - Constructor for class org.openimaj.knn.approximate.DoubleKDTreeEnsemble
Construct a DoubleKDTreeEnsemble with the provided data and number of trees.
DoubleKDTreeEnsemble.DoubleKDTreeNode - Class in org.openimaj.knn.approximate
An internal node of the KDTree
DoubleKDTreeNode() - Constructor for class org.openimaj.knn.approximate.DoubleKDTreeEnsemble.DoubleKDTreeNode
Construct a new node
DoubleKDTreeNode(double[][], IntArrayView, Uniform) - Constructor for class org.openimaj.knn.approximate.DoubleKDTreeEnsemble.DoubleKDTreeNode
Construct a new node with the given data
DoubleKMeans - Class in org.openimaj.ml.clustering.kmeans
Fast, parallel implementation of the K-Means algorithm with support for bigger-than-memory data.
DoubleKMeans(KMeansConfiguration<DoubleNearestNeighbours, double[]>) - Constructor for class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Construct the clusterer with the the given configuration.
DoubleKMeans() - Constructor for class org.openimaj.ml.clustering.kmeans.DoubleKMeans
A completely default DoubleKMeans used primarily as a convenience function for reading.
DoubleKMeans.Result - Class in org.openimaj.ml.clustering.kmeans
Result object for DoubleKMeans, extending DoubleCentroidsResult and DoubleNearestNeighboursProvider, as well as giving access to state information from the operation of the K-Means algorithm (i.e.
DoubleKMeansInit - Class in org.openimaj.ml.clustering.kmeans
Initialisation for K-Means clustering.
DoubleKMeansInit() - Constructor for class org.openimaj.ml.clustering.kmeans.DoubleKMeansInit
 
DoubleKMeansInit.RANDOM - Class in org.openimaj.ml.clustering.kmeans
Simple kmeans initialized on randomly selected samples.
DoubleKNNAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner that picks a fixed number of nearest neighbours.
DoubleKNNAssigner(CentroidsProvider<double[]>, boolean, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
Construct the assigner using the given cluster data.
DoubleKNNAssigner(double[][], boolean, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
Construct the assigner using the given cluster data.
DoubleKNNAssigner(CentroidsProvider<double[]>, DoubleFVComparison, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
Construct the assigner using the given cluster data and distance function.
DoubleKNNAssigner(double[][], DoubleFVComparison, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.DoubleKNNAssigner
Construct the assigner using the given cluster data and distance function.
DoubleLongPair - Class in org.openimaj.util.pair
A pair of double and long types
DoubleLongPair(double, long) - Constructor for class org.openimaj.util.pair.DoubleLongPair
Construct pair with given values
DoubleLongPair() - Constructor for class org.openimaj.util.pair.DoubleLongPair
Construct empty pair
DoubleMultiviewSpectralClustering - Class in org.openimaj.ml.clustering.spectral
 
DoubleMultiviewSpectralClustering(MultiviewSpectralClusteringConf<double[]>) - Constructor for class org.openimaj.ml.clustering.spectral.DoubleMultiviewSpectralClustering
 
DoubleNearestNeighbours - Class in org.openimaj.knn
Abstract base class for k-nearest-neighbour calculations with double[] data.
DoubleNearestNeighbours() - Constructor for class org.openimaj.knn.DoubleNearestNeighbours
 
DoubleNearestNeighboursExact - Class in org.openimaj.knn
Exact (brute-force) k-nearest-neighbour implementation.
DoubleNearestNeighboursExact(double[][]) - Constructor for class org.openimaj.knn.DoubleNearestNeighboursExact
Construct the DoubleNearestNeighboursExact over the provided dataset and using Euclidean distance.
DoubleNearestNeighboursExact(double[][], DoubleFVComparator) - Constructor for class org.openimaj.knn.DoubleNearestNeighboursExact
Construct the DoubleNearestNeighboursExact over the provided dataset with the given distance function.
DoubleNearestNeighboursExact.Factory - Class in org.openimaj.knn
DoubleNearestNeighboursKDTree - Class in org.openimaj.knn.approximate
Fast Nearest-Neighbours for double data using an ensemble of Best-Bin-First KDTrees.
DoubleNearestNeighboursKDTree(double[][], int, int) - Constructor for class org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree
Construct the DoubleNearestNeighboursKDTree with the given options.
DoubleNearestNeighboursKDTree.Factory - Class in org.openimaj.knn.approximate
DoubleNearestNeighboursProvider - Interface in org.openimaj.knn
Interface for classes able to expose a k-nearest-neighbour object.
DoubleNNDBSCAN - Class in org.openimaj.ml.clustering.dbscan
Implementation of DBSCAN (http://en.wikipedia.org/wiki/DBSCAN) using a
DoubleNNDBSCAN(double, int, NearestNeighboursFactory<? extends DoubleNearestNeighbours, double[]>) - Constructor for class org.openimaj.ml.clustering.dbscan.DoubleNNDBSCAN
Perform a DBScane with this configuration
DoubleNNDBSCAN(double, int) - Constructor for class org.openimaj.ml.clustering.dbscan.DoubleNNDBSCAN
 
DoubleObjectPair<Q> - Class in org.openimaj.util.pair
A pair of double and a generic type
DoubleObjectPair(double, Q) - Constructor for class org.openimaj.util.pair.DoubleObjectPair
Construct pair with given values
DoubleObjectPair() - Constructor for class org.openimaj.util.pair.DoubleObjectPair
Construct empty pair
DoublePoint2dImpl - Class in org.openimaj.math.geometry.point
Double-precision 2d point
DoublePoint2dImpl() - Constructor for class org.openimaj.math.geometry.point.DoublePoint2dImpl
Default constructor - point at origin
DoublePoint2dImpl(double, double) - Constructor for class org.openimaj.math.geometry.point.DoublePoint2dImpl
Construct with given ordinates
DoublePoint2dImpl(Point2d) - Constructor for class org.openimaj.math.geometry.point.DoublePoint2dImpl
Construct with given coordinate
DoubleProductQuantiser - Class in org.openimaj.knn.pq
Implementation of a Product Quantiser for vectors/arrays of doubles.
DoubleProductQuantiser(DoubleNearestNeighboursExact[]) - Constructor for class org.openimaj.knn.pq.DoubleProductQuantiser
Construct a DoubleProductQuantiser with the given nearest-neighbour assigners.
DoubleProductQuantiserUtilities - Class in org.openimaj.knn.pq
Utility methods for easily creating a ByteProductQuantiser using (Exact) K-Means.
DoubleProviderTimeSeriesConverter<INPUTALL,INPUTSINGLE,INPUTTS extends TimeSeries<INPUTALL,INPUTSINGLE,INPUTTS> & DoubleTimeSeriesProvider> - Class in org.openimaj.ml.timeseries.converter
 
DoubleProviderTimeSeriesConverter() - Constructor for class org.openimaj.ml.timeseries.converter.DoubleProviderTimeSeriesConverter
 
DoublePStableFactory - Class in org.openimaj.lsh.functions
Base class for hashing schemes based on P-Stable distributions.
DoublePStableFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.DoublePStableFactory
Construct with the given parameters.
DoublePStableFactory.PStableFunction - Class in org.openimaj.lsh.functions
 
DoubleSDCNearestNeighbours - Class in org.openimaj.knn.pq
Nearest-neighbours using Symmetric Distance Computation (SDC) on Product Quantised vectors.
DoubleSDCNearestNeighbours(DoubleProductQuantiser, double[][][], double[][]) - Constructor for class org.openimaj.knn.pq.DoubleSDCNearestNeighbours
Construct the SDC with the given quantiser, centroids (corresponding to the quantiser's internal assigners), and data.
DoubleShortPair - Class in org.openimaj.util.pair
A pair of double and short types
DoubleShortPair(double, short) - Constructor for class org.openimaj.util.pair.DoubleShortPair
Construct pair with given values
DoubleShortPair() - Constructor for class org.openimaj.util.pair.DoubleShortPair
Construct empty pair
doubleSize(I) - Static method in class org.openimaj.image.processing.resize.ResizeProcessor
Double the size of the image.
doubleSize(FImage) - Static method in class org.openimaj.image.processing.resize.ResizeProcessor
Double the size of the image.
doubleSize - Variable in class org.openimaj.image.text.extraction.swt.SWTTextDetector.Options
Upscale the image to double size before applying the SWT.
DoubleSpectralClustering - Class in org.openimaj.ml.clustering.spectral
Built from a mixture of this tutorial: - http://www.kyb.mpg.de/fileadmin/user_upload/files/publications/attachments/Luxburg07_tutorial_4488%5B0%5D.pdf And this implementation: - https://github.com/peterklipfel/AutoponicsVision/blob/master/SpectralClustering.java
DoubleSpectralClustering(SpectralClusteringConf<double[]>) - Constructor for class org.openimaj.ml.clustering.spectral.DoubleSpectralClustering
 
DoubleSpectralClustering() - Constructor for class org.openimaj.ml.clustering.spectral.DoubleSpectralClustering
 
DoubleSynchronisedTimeSeriesCollection - Class in org.openimaj.ml.timeseries.series
 
DoubleSynchronisedTimeSeriesCollection() - Constructor for class org.openimaj.ml.timeseries.series.DoubleSynchronisedTimeSeriesCollection
basic constructor
DoubleSynchronisedTimeSeriesCollection(IndependentPair<String, DoubleTimeSeries>...) - Constructor for class org.openimaj.ml.timeseries.series.DoubleSynchronisedTimeSeriesCollection
create a synchronised series from a bunch of pairs
doubleTimeSeries() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDFTimeSeries
 
DoubleTimeSeries - Class in org.openimaj.ml.timeseries.series
 
DoubleTimeSeries(int) - Constructor for class org.openimaj.ml.timeseries.series.DoubleTimeSeries
Convenience constructor, makes a time series with empty data of a given size
DoubleTimeSeries() - Constructor for class org.openimaj.ml.timeseries.series.DoubleTimeSeries
Sets the times and data arrays backing this class 0 length
DoubleTimeSeries(long[], double[]) - Constructor for class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
doubleTimeSeries() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
doubleTimeSeries() - Method in interface org.openimaj.ml.timeseries.series.DoubleTimeSeriesProvider
 
DoubleTimeSeriesCollection - Class in org.openimaj.ml.timeseries.series
A set of time DoubleTimeSeries which may not be synchronised.
DoubleTimeSeriesCollection() - Constructor for class org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection
 
DoubleTimeSeriesProvider - Interface in org.openimaj.ml.timeseries.series
Allows a given time series to express itself as a DoubleTimeSeries
DownloadBolt - Class in org.openimaj.picslurper
A download bolt instantiates StatusConsumer on Status recieved
DownloadBolt(boolean, File, File, List<OutputListener>) - Constructor for class org.openimaj.picslurper.DownloadBolt
Information for the StatusConsumer instances
DownloadMapper - Class in org.openimaj.hadoop.tools.downloader
A Hadoop Mapper for downloading files.
DownloadMapper() - Constructor for class org.openimaj.hadoop.tools.downloader.DownloadMapper
 
DownloadMapper.Counters - Enum in org.openimaj.hadoop.tools.downloader
 
downloadURL(URL, File) - Static method in class org.openimaj.io.FileUtils
Download the contents of the given URL to the given file
doWork(String) - Method in class org.openimaj.text.nlp.io.FileLooper
Do what you want to each line here.
doWork(String) - Method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder.StreamLooper
Do what you want to each line here.
drainTo(Collection<? super E>) - Method in class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
 
drainTo(Collection<? super E>, int) - Method in class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
 
drainTo(Collection<? super E>) - Method in interface org.openimaj.util.concurrent.BlockingDroppingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in interface org.openimaj.util.concurrent.BlockingDroppingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
draw() - Method in class org.openimaj.vis.ternary.TernaryPlot
 
draw(TernaryParams) - Method in class org.openimaj.vis.ternary.TernaryPlot
 
draw(MBFImage, int, int, PointList) - Method in enum org.openimaj.vis.video.VideoObjectVisualisation.DrawType
Draw the point list into the given visualisation at the given offset.
DRAW_SCALE - Static variable in class org.openimaj.vis.ternary.TernaryParams
 
drawAxis(AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer
Draw the major axis
drawAxis(AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer2D
Draw the major axis
drawAxis(AxisConfig<float[]>) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
drawAxisLabel(AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer
Draw the axis label
drawAxisLabel(AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer2D
Draw the axis label
drawAxisLabel(AxisConfig<float[]>) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
drawBoxes(MBFImage, double[][]) - Method in class org.openimaj.video.processing.shotdetector.LocalHistogramVideoShotDetector
Draws the boxes to show movements.
drawCenter(T) - Method in class org.openimaj.image.feature.local.interest.InterestPointVisualiser
 
drawCenter(T) - Method in class org.openimaj.image.feature.local.keypoints.KeypointVisualizer
Draw the centre point of the keypoints on an image
drawChart(AudioStream...) - Static method in class org.openimaj.vis.audio.AudioFramePlot
Draws the first 3 frames of the audio stream on to a chart.
drawChart(int, AudioStream...) - Static method in class org.openimaj.vis.audio.AudioFramePlot
Draws the first n frames of the audio stream on to a chart.
drawChart(int, boolean, AudioStream...) - Static method in class org.openimaj.vis.audio.AudioFramePlot
Draws the first n frames of the audio stream on to a chart.
drawChart(int, boolean, List<IndependentPair<AudioStream, String>>) - Static method in class org.openimaj.vis.audio.AudioFramePlot
Draws the first n frames of the audio streams on to a chart mapping the names given to each stream into the legend.
drawChessboardCorners(MBFImage) - Method in class org.openimaj.image.camera.calibration.ChessboardCornerFinder
Draw the predicted chessboard corners from the last call to ChessboardCornerFinder.analyseImage(FImage) on the given image.
drawChessboardCorners(MBFImage, int, int, List<? extends Point2d>, boolean) - Static method in class org.openimaj.image.camera.calibration.ChessboardCornerFinder
Draw the given chessboard corners from on the given image.
drawConnectedPoints(List<? extends Point2d>, Q) - Method in class org.openimaj.image.Image
Draw onto this image lines drawn with the given colour between the points given.
drawConnectedPoints(List<? extends Point2d>, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw onto this image lines drawn with the given colour between the points given.
drawContours(MBFImage, Contour) - Static method in class org.openimaj.image.contour.ContourRenderer
Utility function to quickly draw the contour to the image.
drawContours(Contour) - Method in class org.openimaj.image.contour.ContourRenderer
Draw the given contour.
drawCubicBezier(Point2d, Point2d, Point2d, Point2d, int, Q) - Method in class org.openimaj.image.Image
Draw a cubic Bezier curve into the image with 100 point accuracy.
drawCubicBezier(Point2d, Point2d, Point2d, Point2d, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a cubic Bezier curve into the image with 100 point accuracy.
drawDescriptor(float[], int, int, int) - Static method in class org.openimaj.image.feature.local.aggregate.VLAD
Generate a visualisation of the feature.
drawDetectedFace(MBFImage, int, CLMDetectedFace) - Method in class org.openimaj.image.processing.face.util.CLMDetectedFaceRenderer
 
drawDetectedFace(MBFImage, MultiTracker.TrackedFace) - Method in class org.openimaj.image.processing.face.util.CLMDetectedFaceRenderer
drawDetectedFace(MBFImage, int, DETECTED_FACE) - Method in interface org.openimaj.image.processing.face.util.DetectedFaceRenderer
 
drawDetectedFace(MBFImage, int, KEDetectedFace) - Method in class org.openimaj.image.processing.face.util.KEDetectedFaceRenderer
 
drawDetectedFace(MBFImage, int, DetectedFace) - Method in class org.openimaj.image.processing.face.util.SimpleDetectedFaceRenderer
 
drawFaceModel(MBFImage, MultiTracker.TrackedFace, boolean, boolean, boolean, boolean, boolean, int[][], int[][], float, Float[], Float[], Float[], Float[]) - Static method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Draw onto the given image, the given face model.
drawFeatures(FImage) - Method in class org.openimaj.video.tracking.klt.FeatureList
KLTWriteFeatureListToPPM
drawFeatures(MBFImage) - Method in class org.openimaj.video.tracking.klt.FeatureList
KLTWriteFeatureListToPPM
drawHorizLine(int, int, int, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
 
drawHorizLine(int, int, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a horizontal line with the specified colour.
drawHorizLine(int, int, int, Float[]) - Method in class org.openimaj.image.renderer.MBFImageRenderer
 
drawHorizLine(int, int, int, Float[]) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawImage(I, int, int) - Method in class org.openimaj.image.Image
Draw into this image the provided image at the given coordinates.
drawImage(I, Point2d) - Method in class org.openimaj.image.Image
Draw into this image the provided image at the given coordinates.
drawImage(I, int, int, Q...) - Method in class org.openimaj.image.Image
Draw into this image the provided image at the given coordinates ignoring certain pixels.
drawImage(I, int, int) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw into this image the provided image at the given coordinates.
drawImage(I, int, int, Q...) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw into this image the provided image at the given coordinates ignoring certain pixels.
drawImage(MBFImage, int, int) - Method in class org.openimaj.image.renderer.MBFImageRenderer
Draw the provided image at the given coordinates.
drawImage(S, int, int) - Method in class org.openimaj.image.renderer.MultiBandRenderer
Draws the given single band image onto each band at the given position.
drawImage(S, int, int, int) - Method in class org.openimaj.image.renderer.MultiBandRenderer
Draws the given single band image onto the specific band at the given position.
drawImage(SVGImage, int, int) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawImage3(MBFImage, int, int) - Method in class org.openimaj.image.renderer.MBFImageRenderer
 
drawingAlgorithm - Variable in class org.openimaj.image.renderer.RenderHints
 
DrawingTest - Class in org.openimaj.image.objectdetection.haar.training
 
DrawingTest() - Constructor for class org.openimaj.image.objectdetection.haar.training.DrawingTest
 
drawLine(int, int, double, int, int, Q) - Method in class org.openimaj.image.Image
Draw a line from the coordinates specified by (x1,y1) at an angle of theta with the given length, thickness and colour.
drawLine(int, int, double, int, Q) - Method in class org.openimaj.image.Image
Draw a line from the coordinates specified by (x1,y1) at an angle of theta with the given length and colour.
drawLine(int, int, int, int, int, Q) - Method in class org.openimaj.image.Image
Draw a line from the coordinates specified by (x0,y0) to the coordinates specified by (x1,y1) using the given color and thickness.
drawLine(int, int, int, int, Q) - Method in class org.openimaj.image.Image
Draw a line from the coordinates specified by (x0,y0) to (x1,y1) using the given colour.
drawLine(Point2d, Point2d, Q) - Method in class org.openimaj.image.Image
Draw a line from the coordinates specified using the given colour.
drawLine(Point2d, Point2d, int, Q) - Method in class org.openimaj.image.Image
Draw a line from the coordinates specified using the given colour and thickness.
drawLine(Path2d, int, Q) - Method in class org.openimaj.image.Image
Draw a line from the specified Path2d object
drawLine(int, int, double, int, int, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
Draw a line from the coordinates specified by (x1,y1) at an angle of theta with the given length, thickness and colour.
drawLine(int, int, int, int, int, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
Draw a line from the coordinates specified by (x0,y0) to the coordinates specified by (x1,y1) using the given color and thickness.
drawLine(float, float, float, float, int, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
 
drawLine(int, int, double, int, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the coordinates specified by (x1,y1) at an angle of theta with the given length, thickness and colour.
drawLine(int, int, double, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the coordinates specified by (x1,y1) at an angle of theta with the given length and colour.
drawLine(int, int, int, int, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the coordinates specified by (x0,y0) to the coordinates specified by (x1,y1) using the given color and thickness.
drawLine(float, float, float, float, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the coordinates specified by (x0,y0) to the coordinates specified by (x1,y1) using the given color and thickness.
drawLine(int, int, int, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the coordinates specified by (x0,y0) to (x1,y1) using the given colour.
drawLine(Point2d, Point2d, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the coordinates specified by (x0,y0) to (x1,y1) using the given colour.
drawLine(Point2d, Point2d, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the coordinates specified by (x0,y0) to (x1,y1) using the given colour and thickness.
drawLine(Path2d, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a line from the specified Path2d object
drawLine(int, int, double, int, int, T[]) - Method in class org.openimaj.image.renderer.MultiBandRenderer
Draw a line from the coordinates specified by (x1,y1) at an angle of theta with the given length, thickness and colour.
drawLine(int, int, int, int, int, T[]) - Method in class org.openimaj.image.renderer.MultiBandRenderer
Draw a line from the coordinates specified by (x0,y0) to the coordinates specified by (x1,y1) using the given color and thickness.
drawLine(float, float, float, float, int, T[]) - Method in class org.openimaj.image.renderer.MultiBandRenderer
Draw a line from the coordinates specified by (x0,y0) to the coordinates specified by (x1,y1) using the given color and thickness.
drawLine(int, int, double, int, int, Float[]) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawLine(int, int, int, int, int, Float[]) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawLine(float, float, float, float, int, Float[]) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawLineBresenham(int, int, int, int, int, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
 
drawLines(Iterable<? extends Path2d>, int, Q) - Method in class org.openimaj.image.Image
Draw the given list of lines using Image.drawLine(Path2d, int, Object) with the given colour and thickness.
drawLines(Iterable<? extends Path2d>, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given list of lines using ImageRenderer.drawLine(Path2d, int, Object) with the given colour and thickness.
drawLineXiaolinWu(float, float, float, float, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
 
drawMajorTick(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer
Draw a tick on the axis at the given location
drawMajorTick(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer2D
Draw a tick on the axis at the given location
drawMajorTick(double, AxisConfig<float[]>) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
drawMajorTickGridline(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer
Draw a major grid line on the vis
drawMajorTickGridline(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer2D
Draw a major grid line on the vis
drawMajorTickGridline(double, AxisConfig<float[]>) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
drawMarker(Timeline.TimelineMarker, MBFImage, int, int) - Method in enum org.openimaj.vis.timeline.Timeline.TimelineMarkerType
Draws this marker into the given graphics context at the given position and with the given length.
drawMatches(I, I, List<? extends Pair<? extends Point2d>>, T) - Static method in class org.openimaj.feature.local.matcher.MatchingUtilities
Draw matches between two images in the given colour.
drawMatches(I, I, List<? extends Pair<? extends Point2d>>, T, List<? extends Pair<? extends Point2d>>, T) - Static method in class org.openimaj.feature.local.matcher.MatchingUtilities
Draw two sets of matches between two images in the given colours.
drawMatches(I, List<IndependentPair<Point2d, Point2d>>, T) - Static method in class org.openimaj.feature.local.matcher.MatchingUtilities
Draw matches between two images in the given colour.
drawMinorTick(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer
Draw a minor tick on the axis
drawMinorTick(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer2D
Draw a minor tick on the axis
drawMinorTick(double, AxisConfig<float[]>) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
drawMinorTickGridline(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer
Draw a minor grid on the vis
drawMinorTickGridline(double, AxisConfig<Q>) - Method in class org.openimaj.vis.general.AxisRenderer2D
Draw a minor grid on the vis
drawMinorTickGridline(double, AxisConfig<float[]>) - Method in class org.openimaj.vis.general.AxisRenderer3D
 
drawModel(MBFImage, boolean, boolean, boolean, boolean, boolean) - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Draw the model onto the image
drawOIImage(Image<?, ?>) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawPatches(T, T) - Method in class org.openimaj.image.feature.local.interest.InterestPointVisualiser
Draw the interest points, a central dot for in the pointCol and a bordered area of interest by borderCol.
drawPatches(T, T) - Method in class org.openimaj.image.feature.local.keypoints.KeypointVisualizer
Draw the sampling boxes on an image.
drawPatchesInplace(Q, List<? extends Keypoint>, T, T) - Static method in class org.openimaj.image.feature.local.keypoints.KeypointVisualizer
Draw the SIFT features onto an image.
drawPath(Path2d, int, Q) - Method in class org.openimaj.image.Image
Draw a line from the specified Path2d object
drawPath(Path2d, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a path from the specified Path2d object
drawPaths(Iterable<? extends Path2d>, int, Q) - Method in class org.openimaj.image.Image
Draw the given list of paths using Image.drawLine(Path2d, int, Object) with the given colour and thickness.
drawPaths(Iterable<? extends Path2d>, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given list of lines using ImageRenderer.drawLine(Path2d, int, Object) with the given colour and thickness.
drawPoint(Point2d, Q, int) - Method in class org.openimaj.image.Image
Draw a dot centered on the given location (rounded to nearest integer location) at the given size and with the given color.
drawPoint(Point2d, Float, int) - Method in class org.openimaj.image.renderer.FImageRenderer
Draw a dot centered on the given location (rounded to nearest integer location) at the given size and with the given color.
drawPoint(Point2d, Q, int) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a dot centered on the given location (rounded to nearest integer location) at the given size and with the given color.
drawPoint(Point2d, T[], int) - Method in class org.openimaj.image.renderer.MultiBandRenderer
Draw a dot centered on the given location (rounded to nearest integer location) at the given size and with the given color.
drawPoint(Point2d, Float[], int) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawPoints(Iterable<? extends Point2d>, Q, int) - Method in class org.openimaj.image.Image
Draw the given list of points using Image.drawPoint(Point2d, Object, int) with the given colour and size.
drawPoints(Iterable<? extends Point2d>, Q, int) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given list of points using ImageRenderer.drawPoint(Point2d, Object, int) with the given colour and size.
drawPolygon(Polygon, int, Q) - Method in class org.openimaj.image.Image
Draw the given polygon in the specified colour with the given thickness lines.
drawPolygon(Polygon, Q) - Method in class org.openimaj.image.Image
Draw the given polygon in the specified colour.
drawPolygon(Polygon, int, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
Draw the given polygon in the specified colour with the given thickness lines.
drawPolygon(Polygon, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given polygon in the specified colour with the given thickness lines.
drawPolygon(Polygon, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given polygon in the specified colour.
drawPolygon(Polygon, int, T[]) - Method in class org.openimaj.image.renderer.MultiBandRenderer
Draw the given polygon in the specified colour with the given thickness lines.
drawPolygon(Polygon, int, Float[]) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawPolygonFilled(Polygon, Q) - Method in class org.openimaj.image.Image
Draw the given polygon, filled with the specified colour.
drawPolygonFilled(Polygon, Float) - Method in class org.openimaj.image.renderer.FImageRenderer
 
drawPolygonFilled(Polygon, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given polygon, filled with the specified colour.
drawPolygonFilled(Polygon, Float[]) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawQuadBezier(Point2d, Point2d, Point2d, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw a Quadratic Bezier curve
drawRects(WeightedRectangle[]) - Static method in class org.openimaj.image.objectdetection.haar.training.DrawingTest
 
drawRects(WeightedRectangle[], FImage) - Static method in class org.openimaj.image.objectdetection.haar.training.DrawingTest
 
drawSea(MBFImage) - Method in class org.openimaj.vis.world.WorldMap
Fill the image with the sea's colour.
drawShape(Shape, int, Q) - Method in class org.openimaj.image.Image
Draw the given shape in the specified colour with the given thickness lines.
drawShape(Shape, Q) - Method in class org.openimaj.image.Image
Draw the given shape in the specified colour.
drawShape(Shape, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given shape in the specified colour with the given thickness lines.
drawShape(Shape, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given shape in the specified colour.
drawShapeFilled(Shape, Q) - Method in class org.openimaj.image.Image
Draw the given shape, filled with the specified colour.
drawShapeFilled(Shape, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Draw the given shape, filled with the specified colour.
drawShapeFilled(Shape, Float[]) - Method in class org.openimaj.image.renderer.SVGRenderer
 
drawText(AttributedString, int, int) - Method in class org.openimaj.image.Image
Render the text using its attributes.
drawText(AttributedString, Point2d) - Method in class org.openimaj.image.Image
Render the text using its attributes.
drawText(String, int, int, F, int) - Method in class org.openimaj.image.Image
Render the text in the given font with the default style.
drawText(String, int, int, F, int, Q) - Method in class org.openimaj.image.Image
Render the text in the given font in the given colour with the default style.
drawText(String, int, int, FontStyle<Q>) - Method in class org.openimaj.image.Image
Render the text with the given FontStyle.
drawText(String, Point2d, F, int) - Method in class org.openimaj.image.Image
Render the text in the given font with the default style.
drawText(String, Point2d, F, int, Q) - Method in class org.openimaj.image.Image
Render the text in the given font in the given colour with the default style.
drawText(String, Point2d, FontStyle<Q>) - Method in class org.openimaj.image.Image
Render the text with the given FontStyle.
drawText(String, int, int, F, int) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text in the given font with the default style.
drawText(String, int, int, F, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text in the given font in the given colour with the default style.
drawText(String, Point2d, F, int) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text in the given font with the default style.
drawText(String, Point2d, F, int, Q) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text in the given font in the given colour with the default style.
drawText(String, int, int, FontStyle<Q>) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text with the given FontStyle.
drawText(String, Point2d, FontStyle<Q>) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text with the given FontStyle.
drawText(AttributedString, int, int) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text using its attributes.
drawText(AttributedString, Point2d) - Method in class org.openimaj.image.renderer.ImageRenderer
Render the text using its attributes.
drawTriangles() - Method in class org.openimaj.vis.ternary.TernaryPlot
 
drawWaveform(SampleBuffer) - Method in class org.openimaj.vis.audio.AudioWaveform
Draw the given sample chunk into an image and returns that image.
dropCount() - Method in class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
 
dropCount() - Method in interface org.openimaj.util.concurrent.BlockingDroppingQueue
Returns the total number of items that have been dropped by this BlockingDroppingQueue to make space for new elements within its lifetime.
DSiftFeatureExtractor - Class in org.openimaj.experiment.gmm.retrieval
 
DSiftFeatureExtractor() - Constructor for class org.openimaj.experiment.gmm.retrieval.DSiftFeatureExtractor
 
DT1D(float[], float[], int[], int[], float[]) - Static method in class org.openimaj.image.analysis.algorithm.EuclideanDistanceTransform
 
DTConsistency - Class in org.openimaj.demos
 
DTConsistency() - Constructor for class org.openimaj.demos.DTConsistency
 
DTConsistency.DTConsistencyInfo - Class in org.openimaj.demos
 
DTConsistencyInfo() - Constructor for class org.openimaj.demos.DTConsistency.DTConsistencyInfo
 
DualEntry() - Constructor for class org.openimaj.util.array.SparseByteArray.DualEntry
 
DualEntry() - Constructor for class org.openimaj.util.array.SparseDoubleArray.DualEntry
 
DualEntry() - Constructor for class org.openimaj.util.array.SparseFloatArray.DualEntry
 
DualEntry() - Constructor for class org.openimaj.util.array.SparseIntArray.DualEntry
 
DualEntry() - Constructor for class org.openimaj.util.array.SparseLongArray.DualEntry
 
DualEntry() - Constructor for class org.openimaj.util.array.SparseShortArray.DualEntry
 
DummyExtractor - Class in org.openimaj.ml.clustering.spectral
 
DummyExtractor() - Constructor for class org.openimaj.ml.clustering.spectral.DummyExtractor
 
DummyOscillator() - Constructor for class org.openimaj.audio.generation.Oscillator.DummyOscillator
 
dumpValue(T, V) - Method in class org.openimaj.hadoop.sequencefile.KeyValueDump
 
DupsEdgeFilter - Class in org.openimaj.hadoop.tools.image.indexing
 
DupsEdgeFilter() - Constructor for class org.openimaj.hadoop.tools.image.indexing.DupsEdgeFilter
 
duration() - Method in class org.openimaj.time.NanoTimer
Get the duration of the timer in nanoseconds.
duration() - Method in class org.openimaj.time.Timer
Get the duration of the timer in milliseconds.
duration - Variable in class org.openimaj.twitter.USMFStatus
Duration of content (if video)
dx() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx - Variable in class org.openimaj.image.processing.convolution.FSobel
The X gradients
dx - Variable in class org.openimaj.math.geometry.shape.util.polygon.EdgeNode
Change in x for a unit y increase
dx - Variable in class org.openimaj.math.geometry.shape.util.polygon.StNode
Change in x for a unit y increase
dx_beta_inc() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx_beta_inc(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx_beta_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx_beta_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx_center() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx_center(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
DX_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the first derivative of a low-sigma gaussian in the x-direction [-0.5, 0, 0.5].
dx_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dx_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdx_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdx_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdxdx_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdxdx_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdxdy_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdxdy_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdy_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dxdy_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
DXX_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the second derivative of a low sigma gaussian in the x-direction [1, -2, 1].
DXXXX_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the fourth derivative of a low sigma gaussian in the x-direction [1,-4,6,-4,1]^T Useful for giving an estimate of the fourth derivative in y of any given point
DXXYY_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the second derivative of a low sigma gaussian in the x-direction and y-direction [[1,-2,1],[-2,4,-2],[1,-2,1]] .
DXY_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the first derivative of a low sigma gaussian in the x-direction and y-direction [[-0.25, 0, 0.25], [0, 0, 0], [0.25, 0, -0.25]] .
dy() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dy(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dy - Variable in class org.openimaj.image.processing.convolution.FSobel
The Y gradients
dy_beta_inc() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dy_beta_inc(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dy_beta_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dy_beta_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
DY_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the first derivative of a low-sigma gaussian in the y-direction [-0.5, 0, 0.5]'.
dy_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dy_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydx_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydx_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydxdx_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydxdx_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydxdy_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydxdy_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydy_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydy_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydydx_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydydx_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydydy_start() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
dydydy_start(int) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
DYY_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the second derivative of a low sigma gaussian in the y-direction [1, -2, 1]'.
DYYYY_KERNEL - Static variable in class org.openimaj.image.processing.convolution.BasicDerivativeKernels
kernel approximating the fourth derivative of a low sigma gaussian in the y-direction [1,-4,6,-4,1]^T Useful for giving an estimate of the fourth derivative in y of any given point

E

E - Static variable in class org.openimaj.image.processing.morphology.GolayAlphabet
The E elements of the Golay Alphabet
E5E5 - Static variable in class org.openimaj.image.processing.convolution.filterbank.LawsTextureBase
 
E5L5 - Static variable in class org.openimaj.image.processing.convolution.filterbank.LawsTextureBase
 
E5R5 - Static variable in class org.openimaj.image.processing.convolution.filterbank.LawsTextureBase
 
E5S5 - Static variable in class org.openimaj.image.processing.convolution.filterbank.LawsTextureBase
 
EconomySVD - Class in no.uib.cipr.matrix
Computes economy singular value decompositions.
EconomySVD(int, int) - Constructor for class no.uib.cipr.matrix.EconomySVD
Creates an empty SVD
EDCHExtractor - Class in org.openimaj.tools.globalfeature.type
EDCH
EDCHExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.EDCHExtractor
 
edge - Variable in class org.openimaj.math.geometry.shape.util.polygon.StNode
Pointer to AET edge
EdgeDirectionCoherenceHistogram() - Constructor for class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram
 
EdgeDirectionCoherenceVector - Class in org.openimaj.image.analysis.algorithm
Uses the Edge Direction Coherence Histograms to attempt to classify an image as city or landscape.
EdgeDirectionCoherenceVector() - Constructor for class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
Default constructor
EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram - Class in org.openimaj.image.analysis.algorithm
An edge direction histogram.
EdgeFinder - Class in org.openimaj.image.processing.edges
Using a simple sobel-like x and y derivative kernel, find edges in an image.
EdgeFinder(float[][], float[][]) - Constructor for class org.openimaj.image.processing.edges.EdgeFinder
Find edges in an image using the following edge kernels
EdgeFinder() - Constructor for class org.openimaj.image.processing.edges.EdgeFinder
Find the edges in an image using default, sobel like 5x5 derivative kernels
EdgeNode - Class in org.openimaj.math.geometry.shape.util.polygon
 
EdgeNode() - Constructor for class org.openimaj.math.geometry.shape.util.polygon.EdgeNode
 
edgePuncPattern() - Static method in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider
 
EdgePunct - Variable in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider
 
EdgePunctLeft - Variable in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider.Left
 
EdgePunctRight - Variable in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider.Right
 
EdgePunctuationPatternProvider - Class in org.openimaj.text.nlp.patterns
Match edge punctuations and correct them such that they can be matched by a simple space split
EdgePunctuationPatternProvider(PunctuationPatternProvider) - Constructor for class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider
 
EdgePunctuationPatternProvider.Left - Class in org.openimaj.text.nlp.patterns
Left edge punctuations.
EdgePunctuationPatternProvider.Right - Class in org.openimaj.text.nlp.patterns
Left edge punctuations.
EdgeTable - Class in org.openimaj.math.geometry.shape.util.polygon
 
EdgeTable() - Constructor for class org.openimaj.math.geometry.shape.util.polygon.EdgeTable
 
edition() - Method in class org.openimaj.citation.annotation.mock.MockReference
The edition of a book, long form (such as "first" or "second")
editor() - Method in class org.openimaj.citation.annotation.mock.MockReference
The name(s) of the editor(s)
edu.emory.mathcs.jtransforms.dct - package edu.emory.mathcs.jtransforms.dct
Discrete Cosine Transforms.
edu.emory.mathcs.jtransforms.dht - package edu.emory.mathcs.jtransforms.dht
Discrete Hartley Transforms.
edu.emory.mathcs.jtransforms.dst - package edu.emory.mathcs.jtransforms.dst
Discrete Sine Transforms.
edu.emory.mathcs.jtransforms.fft - package edu.emory.mathcs.jtransforms.fft
Discrete Fourier Transforms.
edu.emory.mathcs.utils - package edu.emory.mathcs.utils
Utility classes.
EffectiveSoundPressure - Class in org.openimaj.audio.analysis
Calculate the effective sound pressure by calculating the RMS of samples over a temporal window.
EffectiveSoundPressure() - Constructor for class org.openimaj.audio.analysis.EffectiveSoundPressure
Default constructor
EffectiveSoundPressure(int, int) - Constructor for class org.openimaj.audio.analysis.EffectiveSoundPressure
Contstructor for ad-hoc processing.
EffectiveSoundPressure(AudioStream, int, int) - Constructor for class org.openimaj.audio.analysis.EffectiveSoundPressure
Construct with given stream and window parameters.
EfrosLeungInpainter<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.workinprogress
FIXME: Finish implementation (it works but is incredibly slow!)
EfrosLeungInpainter(int) - Constructor for class org.openimaj.workinprogress.EfrosLeungInpainter
 
eig2x2(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
An eigen decomposition that uses a deterministic method if the matrix is 2x2.
EigenChooser - Class in org.openimaj.ml.clustering.spectral
Method which makes a decision on how many eigen vectors to select
EigenChooser() - Constructor for class org.openimaj.ml.clustering.spectral.EigenChooser
 
eigenChooser - Variable in class org.openimaj.ml.clustering.spectral.SpectralClusteringConf
The method used to select the number of eigen vectors from the lower valued eigenvalues
EigenFaceFeature - Class in org.openimaj.image.processing.face.feature
A FacialFeature for EigenFaces.
EigenFaceFeature() - Constructor for class org.openimaj.image.processing.face.feature.EigenFaceFeature
 
EigenFaceFeature(DoubleFV) - Constructor for class org.openimaj.image.processing.face.feature.EigenFaceFeature
Construct the EigenFaceFeature with the given feature vector.
EigenFaceFeature.Extractor<T extends DetectedFace> - Class in org.openimaj.image.processing.face.feature
A FacialFeatureExtractor for producing EigenFaces.
EigenFaceRecogniser<FACE extends DetectedFace,PERSON> - Class in org.openimaj.image.processing.face.recognition
Implementation of a FaceRecogniser based on Eigenfaces.
EigenFaceRecogniser() - Constructor for class org.openimaj.image.processing.face.recognition.EigenFaceRecogniser
 
EigenFaceRecogniser(EigenFaceFeature.Extractor<FACE>, FaceRecogniser<FACE, PERSON>) - Constructor for class org.openimaj.image.processing.face.recognition.EigenFaceRecogniser
Construct with the given feature extractor and underlying FaceRecogniser.
EigenFaceRecogniser(EigenFaceFeature.Extractor<FACE>, IncrementalAnnotator<FACE, PERSON>) - Constructor for class org.openimaj.image.processing.face.recognition.EigenFaceRecogniser
Construct with the given feature extractor and underlying IncrementalAnnotator.
EigenImages - Class in org.openimaj.image.model
Implementation of EigenImages.
EigenImages() - Constructor for class org.openimaj.image.model.EigenImages
For serialisation
EigenImages(int) - Constructor for class org.openimaj.image.model.EigenImages
Construct with the given number of principal components.
eigenIterator(Eigenvalues) - Method in class org.openimaj.ml.clustering.spectral.GraphLaplacian
 
eigenIterator(Eigenvalues) - Method in class org.openimaj.ml.clustering.spectral.GraphLaplacian.Normalised
 
eigenIterator(Eigenvalues) - Method in class org.openimaj.ml.clustering.spectral.GraphLaplacian.Warped
 
eigenRatio - Variable in class org.openimaj.image.feature.local.interest.HarrisIPD
 
eigenspaceCluster(IndependentPair<double[], double[][]>) - Method in class org.openimaj.ml.clustering.spectral.PreparedSpectralClustering
 
eigenvalueRatio - Variable in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
 
eigenvalueRatio - Variable in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
The threshold on the ratio of the Eigenvalues of the Hessian matrix (Lowe IJCV, p.12)
Eigenvalues - Class in ch.akuhn.matrix.eigenvalues
The eigen-decomposition of a matrix.
Eigenvalues(int) - Constructor for class ch.akuhn.matrix.eigenvalues.Eigenvalues
Construct with the given dimensions
eigenvalues - Variable in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
 
eigenvalues - Variable in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
 
eigenValues() - Method in class org.openimaj.ml.clustering.spectral.SpectralIndexedClusters
 
eigenValueScale - Variable in class org.openimaj.ml.clustering.spectral.SpectralClusteringConf
 
EigenValueVectorPair - Class in org.openimaj.math.matrix
A pair of Eigen values and corresponding vectors
EigenValueVectorPair(Matrix, Matrix) - Constructor for class org.openimaj.math.matrix.EigenValueVectorPair
Construct with Eigen values and vectors.
eigenvectors - Variable in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
 
eigenVectors() - Method in class org.openimaj.ml.clustering.spectral.SpectralIndexedClusters
 
element - Variable in class org.openimaj.image.processing.morphology.Dilate
 
element - Variable in class org.openimaj.image.processing.morphology.Erode
 
elementCount() - Method in class ch.akuhn.matrix.Matrix
 
ElementInfo - Class in org.openimaj.web.layout
Information about a DOM element
ElementInfo() - Constructor for class org.openimaj.web.layout.ElementInfo
 
elements - Variable in class org.openimaj.image.processing.morphology.HitAndMiss
 
ELI - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
External left intermediate
Ellipse - Class in org.openimaj.math.geometry.shape
An ellipse shape
Ellipse(double, double, double, double, double) - Constructor for class org.openimaj.math.geometry.shape.Ellipse
Construct with centroid, semi-major and -minor axes, and rotation.
EllipseAreaOfIntersection - Class in org.openimaj.math.geometry.shape
Methods for computing the area of intersection of two ellipses.
EllipseAreaOfIntersection() - Constructor for class org.openimaj.math.geometry.shape.EllipseAreaOfIntersection
 
ellipseFromCovariance(float, float, Matrix, float) - Static method in class org.openimaj.math.geometry.shape.EllipseUtilities
Construct ellipse from covariance matrix, scale-factor and centroid.
ellipseFromEquation(double, double, double, double, double) - Static method in class org.openimaj.math.geometry.shape.EllipseUtilities
Construct an ellipse using a parametric ellipse equation, namely: X(t) = centerX + major * cos(t) * cos(rotation) - minor * sin(t) * sin(rotation) Y(t) = centerY + major * cos(t) * cos(rotation) + minor * sin(t) * sin(rotation)
ellipseFromGaussian(MultivariateGaussian, float) - Static method in class org.openimaj.math.geometry.shape.EllipseUtilities
Construct an ellipse that encompasses the shape of a CachingMultivariateGaussian.
ellipseFromSecondMoments(float, float, Matrix) - Static method in class org.openimaj.math.geometry.shape.EllipseUtilities
Construct ellipse from second moment matrix and centroid.
ellipseFromSecondMoments(float, float, Matrix, double) - Static method in class org.openimaj.math.geometry.shape.EllipseUtilities
Construct ellipse from second moment matrix, scale-factor and centroid.
ellipseToCovariance(Ellipse) - Static method in class org.openimaj.math.geometry.shape.EllipseUtilities
Create the covariance matrix of an ellipse.
EllipseUtilities - Class in org.openimaj.math.geometry.shape
An elliptical shape
EllipseUtilities() - Constructor for class org.openimaj.math.geometry.shape.EllipseUtilities
 
EllipsoidConstraint(double) - Constructor for class org.openimaj.math.geometry.shape.PointDistributionModel.EllipsoidConstraint
Construct with the given maximum normalised ellipsoid radius.
EllipticalDetectedFace - Class in org.openimaj.image.processing.face.detection
An extension of a DetectedFace that represents the detection by an ellipse.
EllipticalDetectedFace(Ellipse, FImage, float) - Constructor for class org.openimaj.image.processing.face.detection.EllipticalDetectedFace
Construct the EllipticalDetectedFace from the given parameters.
EllipticInterestPointData - Class in org.openimaj.image.feature.local.interest
 
EllipticInterestPointData() - Constructor for class org.openimaj.image.feature.local.interest.EllipticInterestPointData
 
EllipticIPDSIFTEngine - Class in org.openimaj.image.feature.local.engine.ipd
Use the AffineInterestPointFeatureCollector to detect keypoint
EllipticIPDSIFTEngine(MultiscaleInterestPointDetector<EllipticInterestPointData>) - Constructor for class org.openimaj.image.feature.local.engine.ipd.EllipticIPDSIFTEngine
Default constructor
EllipticKeyPoint - Class in org.openimaj.image.feature.local.interest
 
EllipticKeyPoint() - Constructor for class org.openimaj.image.feature.local.interest.EllipticKeyPoint
 
elongatedness - Variable in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
The elongatedness of the component.
email - Variable in class orgrdfs.sioc.ns.UserAccountImpl
An electronic mail address of the UserAccount.
email_sha1 - Variable in class orgrdfs.sioc.ns.UserAccountImpl
An electronic mail address of the UserAccount, encoded using SHA1.
EmailPatternProvider - Class in org.openimaj.text.nlp.patterns
Matches emails
EmailPatternProvider() - Constructor for class org.openimaj.text.nlp.patterns.EmailPatternProvider
 
EmbeddedApostrophePatternProvider - Class in org.openimaj.text.nlp.patterns
Matches embedded apostrophies and dashes e.g.: "That's" and "word-count"
EmbeddedApostrophePatternProvider(PunctuationPatternProvider) - Constructor for class org.openimaj.text.nlp.patterns.EmbeddedApostrophePatternProvider
 
EmbeddedDashPatternProvider - Class in org.openimaj.text.nlp.patterns
A regex to match emdeded dashes
EmbeddedDashPatternProvider(PunctuationPatternProvider) - Constructor for class org.openimaj.text.nlp.patterns.EmbeddedDashPatternProvider
 
embeds_knowledge - Variable in class orgrdfs.sioc.ns.ItemImpl
This links Items to embedded statements, facts and structured content.
EMM - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
External maximum and minimum
EMN - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
External minimum
EmoticonPatternProvider - Class in org.openimaj.text.nlp.patterns
A regex for a set of emoticons
EmoticonPatternProvider() - Constructor for class org.openimaj.text.nlp.patterns.EmoticonPatternProvider
 
EMX - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
External maximum
encode(long) - Static method in class org.openimaj.web.flickr.FlickrBaseEncoder
 
encodeArgs(String[]) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
A horrible hack to deal with hadoop's horrible hack when setting arrays of strings as configs
end - Variable in class org.openimaj.math.geometry.line.Line2d
End point of line
end() - Method in class org.openimaj.math.geometry.line.Line2d
 
end() - Method in interface org.openimaj.math.geometry.path.Path2d
Get the end of the path
end() - Method in class org.openimaj.math.geometry.path.Polyline
 
end - Variable in class org.openimaj.math.geometry.shape.algorithm.ConvexityDefect
The ending point on the convex hull
end() - Method in class org.openimaj.tools.imagecollection.metamapper.FileMetaMapper
 
end() - Method in class org.openimaj.tools.imagecollection.metamapper.MetaMapper
 
end() - Method in class org.openimaj.tools.imagecollection.processor.ImageCollectionProcessor
End this image sink, no images will be stored after this call
end() - Method in class org.openimaj.tools.imagecollection.processor.SequenceFileProcessor
 
END - Static variable in class org.openimaj.workinprogress.SignProgrammer
 
end_lines() - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_pad_info
 
end_lines(short) - Method in class org.openimaj.hardware.kinect.freenect.freenect_reg_pad_info
 
END_TIME - Static variable in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod.Map
The time used to signify the end, used to count total numbers of times a given word appears
EndPunc - Variable in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider
 
endTime - Variable in class org.openimaj.vis.timeline.TimelineObjectAdapter
The end time
endValue - Variable in class org.openimaj.content.animation.animator.TimeBasedValueAnimator
The end/target value of the animation
endX - Variable in class org.openimaj.vis.general.BarVisualisation.Bar
Data units where the bar drawing ends
energies - Variable in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Descriptor energies
EnergyThresholdComponentSelector(double) - Constructor for class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis.EnergyThresholdComponentSelector
Construct with the given threshold
engine - Variable in class org.openimaj.experiment.evaluation.retrieval.RetrievalEvaluator
 
Engine<FEATURE extends LocalFeature<?,?>,IMAGE extends Image<?,IMAGE>> - Interface in org.openimaj.image.feature.local.engine
Interface describing classes capable of finding and extracting local features from an image.
engine - Variable in class org.openimaj.image.processing.face.recognition.benchmarking.CrossValidationBenchmark
 
entities - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
EntityAnnotator - Class in org.openimaj.text.nlp.namedentity
An entity annotator (given a list of strings) assigns entity annotations which are Map instances mapping token indexes to entities.
EntityAnnotator() - Constructor for class org.openimaj.text.nlp.namedentity.EntityAnnotator
Default entity annotator
EntityAnnotator.EntityType - Enum in org.openimaj.text.nlp.namedentity
The types of entities which can be annotated
EntityContextScorer<INPUT,ENTITY> - Class in org.openimaj.text.nlp.namedentity
Context scorers provide entities and likelihoods based on some context.
EntityContextScorer() - Constructor for class org.openimaj.text.nlp.namedentity.EntityContextScorer
 
EntityExtractionResourceBuilder - Class in org.openimaj.text.nlp.namedentity
EntityExtractionResourceBuilder() - Constructor for class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
 
EntityExtractionResourceBuilder.StreamLooper - Class in org.openimaj.text.nlp.namedentity
Helper class to iterate through the lines of a Reader to do a bit of work on each.
EntityPatternProvider - Class in org.openimaj.text.nlp.patterns
provide HTML entity regex pattern
EntityPatternProvider() - Constructor for class org.openimaj.text.nlp.patterns.EntityPatternProvider
 
EntityTweetTokeniser - Class in org.openimaj.text.nlp
A tokeniser built to work with short text, like that found in twitter.
EntityTweetTokeniser(String) - Constructor for class org.openimaj.text.nlp.EntityTweetTokeniser
 
entries() - Method in class ch.akuhn.matrix.SparseVector
 
entries() - Method in class ch.akuhn.matrix.Vector
Iterates over all entries.
entries() - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
entries() - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
entries() - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
entries() - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
entries() - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
entries() - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
entries() - Method in class org.openimaj.util.array.SparseByteArray
Provide an iterator over the non-zero values.
entries() - Method in class org.openimaj.util.array.SparseDoubleArray
Provide an iterator over the non-zero values.
entries() - Method in class org.openimaj.util.array.SparseFloatArray
Provide an iterator over the non-zero values.
entries() - Method in class org.openimaj.util.array.SparseHashedByteArray
 
entries() - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
entries() - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
entries() - Method in class org.openimaj.util.array.SparseHashedIntArray
 
entries() - Method in class org.openimaj.util.array.SparseHashedLongArray
 
entries() - Method in class org.openimaj.util.array.SparseHashedShortArray
 
entries() - Method in class org.openimaj.util.array.SparseIntArray
Provide an iterator over the non-zero values.
entries() - Method in class org.openimaj.util.array.SparseLongArray
Provide an iterator over the non-zero values.
entries() - Method in class org.openimaj.util.array.SparseShortArray
Provide an iterator over the non-zero values.
entriesList - Variable in class org.openimaj.text.nlp.sentiment.model.wordlist.util.TFF
Every clue in this TFF
entriesMap - Variable in class org.openimaj.text.nlp.sentiment.model.wordlist.util.TFF
Every word mapped to each clue in this TFF
entropy(byte[]) - Static method in class org.openimaj.feature.local.filter.ByteEntropyFilter
Compute the entropy of the given byte vector.
Entry(int, double) - Constructor for class ch.akuhn.matrix.Vector.Entry
Construct
Entry() - Constructor for class org.openimaj.util.array.SparseByteArray.Entry
 
Entry() - Constructor for class org.openimaj.util.array.SparseDoubleArray.Entry
 
Entry() - Constructor for class org.openimaj.util.array.SparseFloatArray.Entry
 
Entry() - Constructor for class org.openimaj.util.array.SparseIntArray.Entry
 
Entry() - Constructor for class org.openimaj.util.array.SparseLongArray.Entry
 
Entry() - Constructor for class org.openimaj.util.array.SparseShortArray.Entry
 
entrySet() - Method in class org.openimaj.data.dataset.MapBackedDataset
 
entrySet() - Method in class org.openimaj.data.dataset.VFSGroupDataset
 
entrySet() - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchGroupDataset
 
EnumFV<T extends Enum<T>> - Class in org.openimaj.feature
A feature-vector representation of an enumeration
EnumFV(T) - Constructor for class org.openimaj.feature.EnumFV
Construct the feature with the given value
EpipolarResidual() - Constructor for class org.openimaj.math.geometry.transforms.FundamentalModel.EpipolarResidual
 
EpochAnnealedLearningRate<PTYPE extends Parameters<PTYPE>> - Class in org.openimaj.workinprogress.optimisation
 
EpochAnnealedLearningRate(double, double) - Constructor for class org.openimaj.workinprogress.optimisation.EpochAnnealedLearningRate
 
EpochAnnealedLearningRate(double, int) - Constructor for class org.openimaj.workinprogress.optimisation.EpochAnnealedLearningRate
 
eps - Variable in class org.openimaj.math.matrix.algorithm.whitening.PCAWhitening
 
eps - Variable in class org.openimaj.ml.clustering.kdtree.ClusterTestDataLoader.TestStats
EPS variable
epsilon - Variable in class org.openimaj.algorithm.iterative.IterationState
The current error or change in error
EQFilter - Class in org.openimaj.audio.filters
A class that encapsulates a bunch of different EQ-based filter algorithms that use a standard bi-quad filter (4th order Linkwitz-Riley filter).
EQFilter(EQFilter.EQType, double) - Constructor for class org.openimaj.audio.filters.EQFilter
Default constructor for ad-hoc processing.
EQFilter(AudioStream, EQFilter.EQType, double) - Constructor for class org.openimaj.audio.filters.EQFilter
Chainable constructor for stream processing.
EQFilter.EQType - Enum in org.openimaj.audio.filters
An enumerator for various audio filters.
EQFilter.EQVars - Class in org.openimaj.audio.filters
A class that represents the bi-quad coefficients for a filter.
EqualisationProcessor - Class in org.openimaj.image.processing.algorithm
An ImageProcessor that performs histogram equalisation (projecting the colours back into the image).
EqualisationProcessor() - Constructor for class org.openimaj.image.processing.algorithm.EqualisationProcessor
 
equals(Vector, double) - Method in class ch.akuhn.matrix.DenseVector
 
equals(Object) - Method in class ch.akuhn.matrix.SparseMatrix
 
equals(Object) - Method in class ch.akuhn.matrix.SparseVector
 
equals(SparseVector) - Method in class ch.akuhn.matrix.SparseVector
Test for equality
equals(Vector, double) - Method in class ch.akuhn.matrix.SparseVector
 
equals(Vector, double) - Method in class ch.akuhn.matrix.Vector
Test for equality
equals(Object) - Method in class net.lag.kestrel.thrift.Item
 
equals(Item) - Method in class net.lag.kestrel.thrift.Item
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
equals(Kestrel.abort_args) - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
equals(Kestrel.abort_result) - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
equals(Kestrel.confirm_args) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
equals(Kestrel.confirm_result) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
equals(Kestrel.delete_queue_args) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
equals(Kestrel.delete_queue_result) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
equals(Kestrel.flush_all_queues_args) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
equals(Kestrel.flush_all_queues_result) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
equals(Kestrel.flush_queue_args) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
equals(Kestrel.flush_queue_result) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
equals(Kestrel.get_args) - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
equals(Kestrel.get_result) - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
equals(Kestrel.get_version_args) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
equals(Kestrel.get_version_result) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
equals(Kestrel.peek_args) - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
equals(Kestrel.peek_result) - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
equals(Kestrel.put_args) - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
equals(Object) - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
equals(Kestrel.put_result) - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
equals(Object) - Method in class net.lag.kestrel.thrift.QueueInfo
 
equals(QueueInfo) - Method in class net.lag.kestrel.thrift.QueueInfo
 
equals(Object) - Method in class org.openimaj.audio.AudioFormat
equals(Object) - Method in interface org.openimaj.data.identity.Identifiable
Tests if this Identifiable is equal to a given Object instance.
equals(Object) - Method in class org.openimaj.data.identity.IdentifiableObject
 
equals(Object) - Method in class org.openimaj.feature.ByteFV
 
equals(Object) - Method in class org.openimaj.feature.DoubleFV
 
equals(Object) - Method in class org.openimaj.feature.FloatFV
 
equals(Object) - Method in class org.openimaj.feature.IntFV
 
equals(Object) - Method in class org.openimaj.feature.local.FloatLocalFeatureAdaptor
 
equals(Object) - Method in class org.openimaj.feature.LongFV
 
equals(Object) - Method in class org.openimaj.feature.ShortFV
 
equals(Object) - Method in class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.JacardIndex
 
equals(Object) - Method in class org.openimaj.hadoop.tools.twitter.utils.TimeperiodTweetCountWordCount
 
equals(Object) - Method in class org.openimaj.hadoop.tools.twitter.utils.TweetCountWordMap
 
equals(Object) - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDF
 
equals(Object) - Method in class org.openimaj.image.feature.astheticode.Aestheticode
 
equals(Object) - Method in class org.openimaj.image.feature.local.interest.InterestPointData
 
equals(Object) - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
equals(Object) - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
equals(Object) - Method in class org.openimaj.image.FImage
 
equals(Object) - Method in class org.openimaj.image.MultiBandImage
 
equals(Object) - Method in class org.openimaj.image.pixel.Pixel
equals(Object) - Method in class org.openimaj.image.processing.transform.AffineParams
 
equals(Object) - Method in class org.openimaj.image.SingleBandImage
 
equals(Object) - Method in class org.openimaj.io.wrappers.ReadWriteableByte
 
equals(Object) - Method in class org.openimaj.io.wrappers.ReadWriteableDouble
 
equals(Object) - Method in class org.openimaj.io.wrappers.ReadWriteableFloat
 
equals(Object) - Method in class org.openimaj.io.wrappers.ReadWriteableInt
 
equals(Object) - Method in class org.openimaj.io.wrappers.ReadWriteableLong
 
equals(Object) - Method in class org.openimaj.io.wrappers.ReadWriteableShort
 
equals(Object) - Method in class org.openimaj.io.wrappers.ReadWriteableString
 
equals(Object) - Method in class org.openimaj.math.geometry.line.Line2d
 
equals(Object) - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
equals(Object) - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
equals(Object) - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
equals(Object) - Method in class org.openimaj.math.geometry.shape.Circle
 
equals(Object) - Method in class org.openimaj.math.geometry.shape.Ellipse
 
equals(Object) - Method in class org.openimaj.math.geometry.shape.Polygon
equals(Polygon) - Method in class org.openimaj.math.geometry.shape.Polygon
Specific equals method for polygons where the polgyons are tested for the vertices being in the same order.
equals(Object) - Method in class org.openimaj.math.geometry.shape.Rectangle
 
equals(Object) - Method in class org.openimaj.math.geometry.shape.Triangle
 
equals(Matrix, Matrix, double) - Static method in class org.openimaj.math.matrix.MatrixUtils
Check if two matrices are equal
equals(Object) - Method in class org.openimaj.ml.clustering.ByteCentroidsResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.DoubleCentroidsResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.FeatureVectorCentroidsResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.FloatCentroidsResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.IntCentroidsResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.LongCentroidsResult
 
equals(Object) - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
equals(Object) - Method in class org.openimaj.ml.clustering.rforest.RandomDecisionTree
 
equals(Object) - Method in class org.openimaj.ml.clustering.ShortCentroidsResult
 
equals(Object) - Method in class org.openimaj.ml.regression.LinearRegression
 
equals(Object) - Method in class org.openimaj.rdf.owl2java.PropertyDef
 
equals(Object) - Method in class org.openimaj.storm.util.graph.StormGraphCreator.NamedNode
 
equals(Object) - Method in class org.openimaj.text.nlp.language.LanguageModel
 
equals(Object) - Method in class org.openimaj.text.nlp.namedentity.NamedEntity
 
equals(Object) - Method in class org.openimaj.text.nlp.namedentity.YagoCompanyAnnotatorEvaluator.FileEntityLocation
 
equals(Object) - Method in class org.openimaj.text.nlp.sentiment.type.BipolarSentiment
 
equals(Object) - Method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
equals(Object) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
equals(Object) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
 
equals(Object) - Method in class org.openimaj.twitter.finance.YahooFinanceData
 
equals(Object) - Method in class org.openimaj.twitter.USMFStatus
 
equals(Object) - Method in class org.openimaj.twitter.USMFStatus.Link
 
equals(Object) - Method in class org.openimaj.twitter.USMFStatus.User
 
equals(Object) - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseHashedByteArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseHashedIntArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseHashedLongArray
 
equals(Object) - Method in class org.openimaj.util.array.SparseHashedShortArray
 
equals(Object) - Method in class org.openimaj.util.pair.IndependentPair
 
equals(Object) - Method in class org.openimaj.video.capture.Device
 
equals(Object) - Method in class org.openimaj.video.timecode.FrameNumberVideoTimecode
equals(Object) - Method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
equals(Object) - Method in class org.openimaj.video.tracking.klt.Feature
 
equals(Object) - Method in class org.openimaj.vis.ternary.TernaryPlot.TernaryData
 
equalsThresh(FImage, float) - Method in class org.openimaj.image.FImage
Compare this image against another using a threshold on the absolute difference between pixel values in order to determine equality.
EQVars() - Constructor for class org.openimaj.audio.filters.EQFilter.EQVars
 
ERI - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
External right intermediate
erode - Variable in class org.openimaj.image.processing.morphology.Close
 
Erode - Class in org.openimaj.image.processing.morphology
Morphological erosion of connected components and (assumed binary) FImages.
Erode(StructuringElement) - Constructor for class org.openimaj.image.processing.morphology.Erode
Construct the erode operator with the given structuring element
Erode() - Constructor for class org.openimaj.image.processing.morphology.Erode
Construct the erode operator with a BOX structuring element
erode(FImage, int) - Static method in class org.openimaj.image.processing.morphology.Erode
Apply erosion some number of times to an image with the default StructuringElement.BOX element
erode - Variable in class org.openimaj.image.processing.morphology.Open
 
error(DoubleTimeSeries...) - Static method in class org.openimaj.ml.timeseries.aggregator.MeanSquaredDifferenceAggregator
 
errorModel - Variable in class org.openimaj.math.model.fit.RANSAC
 
errors - Variable in class org.openimaj.ml.linear.learner.perceptron.KernelPerceptron
 
EstimatableModel<I,D> - Interface in org.openimaj.math.model
An extension to a Model that allows the model to be estimated from a series of observations of both the independent and dependent variables.
estimate(List<? extends IndependentPair<T, FImage>>) - Method in class org.openimaj.image.model.patch.PatchClassificationModel
 
estimate(List<? extends IndependentPair<T, FImage>>) - Method in class org.openimaj.image.model.pixel.PixelClassificationModel
 
estimate(List<? extends IndependentPair<Point2d, Point2d>>) - Method in class org.openimaj.math.geometry.transforms.AffineTransformModel
 
estimate(List<? extends IndependentPair<Point3d, Point3d>>) - Method in class org.openimaj.math.geometry.transforms.AffineTransformModel3d
 
estimate(List<? extends IndependentPair<Point2d, Point2d>>) - Method in class org.openimaj.math.geometry.transforms.FundamentalModel
 
estimate(List<? extends IndependentPair<Point2d, Point2d>>) - Method in class org.openimaj.math.geometry.transforms.HomographyModel
DLT estimation of least-squares solution of 3D homogeneous homography
estimate(List<? extends IndependentPair<T, T>>) - Method in class org.openimaj.math.geometry.transforms.NullModel
 
estimate(List<? extends IndependentPair<Point3d, Point3d>>) - Method in class org.openimaj.math.geometry.transforms.RigidTransformModel3d
 
estimate(List<? extends IndependentPair<I, D>>) - Method in interface org.openimaj.math.model.EstimatableModel
Estimates the model from the observations in the list of data.
estimate(List<? extends IndependentPair<double[], T>>) - Method in class org.openimaj.math.model.GaussianVectorNaiveBayesModel
 
estimate(List<? extends IndependentPair<Integer, Integer>>) - Method in class org.openimaj.math.model.LeastSquaresLinearModel
Using standard vertical linear regression as outlined here: http://mathworld.wolfram.com/LeastSquaresFitting.html calculate the m and c of a line of best fit given the data.
estimate(List<? extends IndependentPair<Double, T>>) - Method in class org.openimaj.math.model.UnivariateGaussianNaiveBayesModel
 
estimate(float[][]) - Static method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
Estimate a multidimensional Gaussian from the data
estimate(Matrix) - Static method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
Estimate a multidimensional Gaussian from the data
estimate(double[][]) - Static method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
Estimate a multidimensional Gaussian from the data
estimate(Matrix) - Method in class org.openimaj.ml.gmm.GaussianMixtureModelEM
Estimate a new MixtureOfGaussians from the given data.
estimate(double[][]) - Method in class org.openimaj.ml.gmm.GaussianMixtureModelEM
Estimate a new MixtureOfGaussians from the given data.
estimate(List<? extends IndependentPair<double[], Integer>>) - Method in class org.openimaj.ml.linear.learner.perceptron.SimplePerceptron
 
estimate(List<? extends IndependentPair<double[], double[]>>) - Method in class org.openimaj.ml.regression.LinearRegression
 
estimate(double[][], double[][]) - Method in class org.openimaj.ml.regression.LinearRegression
As in LinearRegression.estimate(List) but using double arrays for efficiency.
estimate(Matrix, Matrix) - Method in class org.openimaj.ml.regression.LinearRegression
As in LinearRegression.estimate(List) but using double arrays for efficiency.
estimate(Corpus) - Method in class org.openimaj.pgm.vb.lda.mle.LDALearner
initiates the EM algorithm on documents in the corpus
estimateAffineTransform(KEDetectedFace) - Static method in class org.openimaj.image.processing.face.alignment.AffineAligner
Estimate the affine transform required to warp a set of facial keypoints to their canonical coordinates.
estimateAffineTransform(FacialKeypoint[]) - Static method in class org.openimaj.image.processing.face.alignment.AffineAligner
 
estimateComponents(double[][]) - Method in class org.openimaj.math.matrix.algorithm.ica.IndependentComponentAnalysis
Estimate the independent components of the given data array.
estimateComponents(Matrix) - Method in class org.openimaj.math.matrix.algorithm.ica.IndependentComponentAnalysis
Estimate the independent components of the given data array.
estimateComponentsWhitened(Matrix, double[], Matrix, Matrix) - Method in class org.openimaj.math.matrix.algorithm.ica.IndependentComponentAnalysis
Estimate the IC's from the given decorrelated (mean-centred and whitened) data matrix, Z.
estimateComponentsWhitened(Matrix, double[], Matrix, Matrix) - Method in class org.openimaj.math.matrix.algorithm.ica.SymmetricFastICA
 
estimated - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalysis
Stats regarding the estimated clusters
estimated - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEAnalysis
The estimation
estimateIntrisicAndExtrinsics(List<Matrix>, int, int) - Method in class org.openimaj.image.camera.calibration.CameraCalibrationZhang
Compute the initial estimate of the intrinsic parameters and then the extrinsic parameters assuming zero distortion.
estimateLogProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.AbstractMultivariateDistribution
 
estimateLogProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.AbstractMultivariateGaussian
 
estimateLogProbability(double[][]) - Method in class org.openimaj.math.statistics.distribution.AbstractMultivariateGaussian
 
estimateLogProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
 
estimateLogProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian
 
estimateLogProbability(double[][]) - Method in class org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian
 
estimateLogProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.MixtureOfGaussians
 
estimateLogProbability(double[][]) - Method in class org.openimaj.math.statistics.distribution.MixtureOfGaussians
Get the probability for a given points in space relative to the PDF represented by the gaussian mixture.
estimateLogProbability(double[]) - Method in interface org.openimaj.math.statistics.distribution.MultivariateDistribution
Get the log probability for a given point in space relative to the PDF represented by this distribution.
estimateLogProbability(double[][]) - Method in interface org.openimaj.math.statistics.distribution.MultivariateDistribution
Get the log probability for a given point in space relative to the PDF represented by this distribution.
estimateLogProbability(double[][]) - Method in class org.openimaj.math.statistics.distribution.MultivariateKernelDensityEstimate
 
estimateModel(MBFImage...) - Method in class org.openimaj.image.pixel.statistics.AbstractPixelStatisticsModel
Estimate the model parameters from the given image(s).
estimateModel(FImage...) - Method in class org.openimaj.image.pixel.statistics.AbstractPixelStatisticsModel
Estimate the model parameters from the given image(s).
estimateModel(MBFImage...) - Method in class org.openimaj.image.pixel.statistics.BasicDescriptiveStatisticsModel
 
estimateModel(MBFImage...) - Method in class org.openimaj.image.pixel.statistics.BlockHistogramModel
 
estimateModel(MBFImage...) - Method in class org.openimaj.image.pixel.statistics.HistogramModel
 
estimateMotion(VideoSubFrame<FImage>, VideoSubFrame<FImage>...) - Method in class org.openimaj.video.processing.motion.MotionEstimatorAlgorithm.PHASE_CORRELATION
Calculate the estimated motion vector between images which [0] is first in the sequence and img2 which is second in the sequence.
estimateMotionField(MotionEstimatorAlgorithm, VideoFrame<FImage>, VideoFrame<FImage>[]) - Method in class org.openimaj.video.processing.motion.GridMotionEstimator
This method needs to be overridden for specific layouts of motion field within the image.
estimateMotionField(MotionEstimatorAlgorithm, VideoFrame<FImage>, VideoFrame<FImage>[]) - Method in class org.openimaj.video.processing.motion.MotionEstimator
This method needs to be overridden for specific layouts of motion field within the image.
estimateNumberOfVertices(int, int) - Method in class org.openimaj.image.pixel.ConnectedComponent
Estimates how many vertices are required to encode the boundary with the given smoothness and window width.
estimateProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.AbstractMultivariateGaussian
 
estimateProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
Get the probability for a given point in space relative to the PDF represented by this Gaussian.
estimateProbability(Float[]) - Method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
Get the probability for a given point in space relative to the PDF represented by this Gaussian.
estimateProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian
 
estimateProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.MixtureOfGaussians
 
estimateProbability(double[]) - Method in interface org.openimaj.math.statistics.distribution.MultivariateDistribution
Get the probability for a given point in space relative to the PDF represented by this distribution.
estimateProbability(double[]) - Method in class org.openimaj.math.statistics.distribution.MultivariateKernelDensityEstimate
 
estimateRadialDistortion() - Method in class org.openimaj.image.camera.calibration.CameraCalibrationZhang
Produce an initial estimate of the radial distortion parameters, and update the intrinsics
eta0 - Variable in class org.openimaj.workinprogress.sgdsvm.SvmSgd
 
ETA0_BIAS - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The weighting of the subgradient of BIAS, weighted down each ETASTEPS number of iterations of the biconvex scheme, defaults to eta0 (0.05)
ETA0_U - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The weighting of the subgradient of U, weighted down each ETASTEPS number of iterations of the biconvex scheme, defaults to 0.05
eta0_u - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
eta0_u - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
ETA0_W - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The weighting of the subgradient of W, weighted down each ETASTEPS number of iterations of the biconvex scheme, defaults to 0.05
eta0_w - Variable in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
eta0_w - Variable in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
ETA_GAMMA - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The ammount by which ETA is made to increase each iteration
ETASTEPS - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The steps at which point the eta parameter is reduced, defaults to 3
etat(int, double) - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
EuclideanDistanceTransform - Class in org.openimaj.image.analysis.algorithm
See http://people.cs.uchicago.edu/~pff/papers/dt.pdf An efficient euclidean distance transform applicable to all greyscale images.
EuclideanDistanceTransform() - Constructor for class org.openimaj.image.analysis.algorithm.EuclideanDistanceTransform
 
euclideanSqr(Keypoint, Keypoint) - Method in class org.openimaj.feature.local.matcher.VotingKeypointMatcher
 
eval - Variable in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalResult
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.LossFunction
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatLossFunction
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatSquareLossFunction
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.SquareLossFunction
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.SquareMissingLossFunction
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatLossFunction
 
eval(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatSquareLossFunction
 
evaluate() - Method in class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
 
evaluate() - Method in class org.openimaj.experiment.evaluation.cluster.ClusterEvaluator
 
evaluate() - Method in class org.openimaj.experiment.evaluation.cluster.RangedDBSCANClusterEvaluator
 
evaluate() - Method in interface org.openimaj.experiment.evaluation.Evaluator
Run, or evaluate the system, returning the raw data.
evaluate() - Method in class org.openimaj.experiment.evaluation.retrieval.RetrievalEvaluator
 
evaluate(DATASET, DATASET) - Method in interface org.openimaj.experiment.validation.ValidationOperation
Perform the operations required for one round of validation using the provided training and validation datasets.
Evaluate - Class in org.openimaj.image.objectdetection.hog
 
Evaluate() - Constructor for class org.openimaj.image.objectdetection.hog.Evaluate
 
evaluate(double) - Method in interface org.openimaj.math.statistics.distribution.kernel.UnivariateKernel
Evaluate the kernel at the given value
evaluate(double[], int, int, double) - Method in class org.openimaj.ml.kernel.HomogeneousKernelMap
Evaluate the kernel for the given x value.
evaluate(DoubleFV) - Method in class org.openimaj.ml.kernel.HomogeneousKernelMap
Compute the Homogeneous Kernel Map approximation of the given feature vector
evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.BilinearEvaluator
 
evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.MeanSumLossEvaluator
 
evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.RootMeanSumLossEvaluator
 
evaluate(List<Pair<Matrix>>) - Method in class org.openimaj.ml.linear.evaluation.SumLossEvaluator
 
evaluateAll(String) - Method in class org.lemurproject.ireval.SetRetrievalEvaluator
Get a Map containing a particular metric value for each query.
evaluateEta(int, int, SparseFloatArray[], double[], double) - Method in class org.openimaj.workinprogress.sgdsvm.SvmSgd
 
evaluateEta(int, int, List<SparseFloatArray>, TDoubleArrayList, double) - Method in class org.openimaj.workinprogress.sgdsvm.SvmSgd
 
Evaluator<T,Q extends AnalysisResult> - Interface in org.openimaj.experiment.evaluation
Evaluators are used to perform evaluations.
EVENT_THREAD - Static variable in class org.openimaj.hardware.kinect.KinectController
 
exact - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
ExactByteAssigner - Class in org.openimaj.ml.clustering.assignment.hard
A HardAssigner that assigns points to the closest cluster based on the distance to the centroid.
ExactByteAssigner(CentroidsProvider<byte[]>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
Construct the assigner using the given cluster data.
ExactByteAssigner(CentroidsProvider<byte[]>, ByteFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
Construct the assigner using the given cluster data and distance function.
ExactByteAssigner(byte[][], ByteFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
Construct the assigner using the given cluster data and distance function.
ExactDoubleAssigner - Class in org.openimaj.ml.clustering.assignment.hard
A HardAssigner that assigns points to the closest cluster based on the distance to the centroid.
ExactDoubleAssigner(CentroidsProvider<double[]>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
Construct the assigner using the given cluster data.
ExactDoubleAssigner(CentroidsProvider<double[]>, DoubleFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
Construct the assigner using the given cluster data and distance function.
ExactDoubleAssigner(double[][], DoubleFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
Construct the assigner using the given cluster data and distance function.
ExactFeatureVectorAssigner<T extends FeatureVector> - Class in org.openimaj.ml.clustering.assignment.hard
A HardAssigner that assigns points to the closest cluster based on the distance to the centroid.
ExactFeatureVectorAssigner(CentroidsProvider<T>, DistanceComparator<? super T>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
Construct the assigner using the given cluster data and distance function.
ExactFeatureVectorAssigner(T[], DistanceComparator<? super T>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
Construct the assigner using the given cluster data and distance function.
ExactFeatureVectorAssigner(List<T>, DistanceComparator<? super T>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
Construct the assigner using the given cluster data and distance function.
ExactFloatAssigner - Class in org.openimaj.ml.clustering.assignment.hard
A HardAssigner that assigns points to the closest cluster based on the distance to the centroid.
ExactFloatAssigner(CentroidsProvider<float[]>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
Construct the assigner using the given cluster data.
ExactFloatAssigner(CentroidsProvider<float[]>, FloatFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
Construct the assigner using the given cluster data and distance function.
ExactFloatAssigner(float[][], FloatFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
Construct the assigner using the given cluster data and distance function.
ExactIntAssigner - Class in org.openimaj.ml.clustering.assignment.hard
A HardAssigner that assigns points to the closest cluster based on the distance to the centroid.
ExactIntAssigner(CentroidsProvider<int[]>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
Construct the assigner using the given cluster data.
ExactIntAssigner(CentroidsProvider<int[]>, IntFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
Construct the assigner using the given cluster data and distance function.
ExactIntAssigner(int[][], IntFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
Construct the assigner using the given cluster data and distance function.
ExactLongAssigner - Class in org.openimaj.ml.clustering.assignment.hard
A HardAssigner that assigns points to the closest cluster based on the distance to the centroid.
ExactLongAssigner(CentroidsProvider<long[]>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
Construct the assigner using the given cluster data.
ExactLongAssigner(CentroidsProvider<long[]>, LongFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
Construct the assigner using the given cluster data and distance function.
ExactLongAssigner(long[][], LongFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
Construct the assigner using the given cluster data and distance function.
ExactMeanShift - Class in org.openimaj.ml.clustering.meanshift
Exact mean shift implementation.
ExactMeanShift(MultivariateKernelDensityEstimate) - Constructor for class org.openimaj.ml.clustering.meanshift.ExactMeanShift
Perform the ExactMeanShift operation on the given KDE.
exactQuant - Variable in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
ExactShortAssigner - Class in org.openimaj.ml.clustering.assignment.hard
A HardAssigner that assigns points to the closest cluster based on the distance to the centroid.
ExactShortAssigner(CentroidsProvider<short[]>) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
Construct the assigner using the given cluster data.
ExactShortAssigner(CentroidsProvider<short[]>, ShortFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
Construct the assigner using the given cluster data and distance function.
ExactShortAssigner(short[][], ShortFVComparator) - Constructor for class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
Construct the assigner using the given cluster data and distance function.
Example1 - Class in org.openimaj.video.tracking.klt.examples
KLTTracker Example 1
Example1() - Constructor for class org.openimaj.video.tracking.klt.examples.Example1
 
Example2 - Class in org.openimaj.video.tracking.klt.examples
KLTTracker Example 2
Example2() - Constructor for class org.openimaj.video.tracking.klt.examples.Example2
 
Example3 - Class in org.openimaj.video.tracking.klt.examples
KLTTracker Example 1
Example3() - Constructor for class org.openimaj.video.tracking.klt.examples.Example3
 
execute(Tuple) - Method in class backtype.storm.spout.TestTopology.FailEveryOther
 
execute() - Method in class org.openimaj.hadoop.tools.sequencefile.SequenceFileTool
Execute the tool in the mode set through the commandline options
execute() - Method in class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
Execute the algorithm.
execute(Tuple) - Method in class org.openimaj.picslurper.DownloadBolt
 
execute(Tuple, BasicOutputCollector) - Method in class org.openimaj.picslurper.PrintBolt
 
execute(Tuple) - Method in class org.openimaj.storm.bolt.CountingEmittingBolt
 
execute(Tuple) - Method in class org.openimaj.storm.bolt.PrintingBolt
 
execute(Tuple) - Method in class org.openimaj.storm.StormPlayground.JoinBolt
 
execute(Tuple) - Method in class org.openimaj.storm.tools.twitter.bolts.BaseTwitterRichBolt
 
execute(MBFImage, FImage) - Method in interface org.openimaj.tools.globalfeature.ShapeFeatures.ShapeFeaturesOp
Calculate a feature using the shape defined by the mask and possibly the pixel values from the image.
executePhase() - Method in class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
Execute a single phase of the algorithm.
EXIFOutputMode - Enum in org.openimaj.hadoop.tools.exif
Modes for writing EXIF.
exp(Matrix) - Static method in class org.openimaj.math.matrix.MatrixUtils
Return a copy of the input matrix where every value is the exponential of the elements, e to the X.
EXPANDEDUINITSTRAT - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The initialisation strategy for U when it is expanded.
EXPANDEDWINITSTRAT - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
The initialisation strategy for W when it is expanded.
expandY(Matrix) - Static method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
Given a flat value matrix, makes a diagonal sparse matrix containing the values as the diagonal
expandY(Matrix) - Static method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
Given a flat value matrix, makes a diagonal sparse matrix containing the values as the diagonal
Experiment - Annotation Type in org.openimaj.experiment.annotations
Annotation for describing an instance of a RunnableExperiment.
ExperimentAgent - Class in org.openimaj.experiment.agent
Java instrumentation agent for instrumenting experiments.
ExperimentAgent() - Constructor for class org.openimaj.experiment.agent.ExperimentAgent
 
ExperimentContext - Class in org.openimaj.experiment
The recorded context of an experiment.
ExperimentContext(RunnableExperiment) - Constructor for class org.openimaj.experiment.ExperimentContext
 
ExperimentContext.Variable - Class in org.openimaj.experiment
Representation of a recorded variable in an experiment (i.e.
ExperimentRunner - Class in org.openimaj.experiment
Support for running RunnableExperiments and automatically creating and populating the context of the experiments.
experimentWith(int) - Method in class org.openimaj.image.feature.local.interest.experiment.OxfordRepeatabilityExperiment
 
expertDataFile - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
 
expInplace() - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
exponent - Variable in class org.openimaj.math.util.MathUtils.ExponentAndMantissa
The exponent
ExponentAndMantissa() - Constructor for class org.openimaj.math.util.MathUtils.ExponentAndMantissa
 
exportData(String) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Extracts file to a directory.
exportData(String, NamingStrategy, ExtractionState, boolean, long) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Extracts file to a directory.
exportData(FileSystem, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Extracts file to a directory.
exportData(FileSystem, Path, NamingStrategy, ExtractionState, boolean, long) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Extracts file to a directory.
exportData(NamingStrategy, ExtractionState, long, KeyValueDump<K, V>) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
 
exportDataToZip(String, NamingStrategy, ExtractionState, boolean, long) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Extracts file to a directory.
exportDataToZip(ZipOutputStream, NamingStrategy, ExtractionState, boolean, long) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Extracts file to a zip file.
ExtendedLocalBinaryPattern - Class in org.openimaj.image.feature.dense.binarypattern
Implementation of an extended local binary pattern which has a variable number of samples taken from a variable sized circle about a point.
ExtendedLocalBinaryPattern(float, int) - Constructor for class org.openimaj.image.feature.dense.binarypattern.ExtendedLocalBinaryPattern
Construct an extended LBP extractor with the given parameters.
extension - Variable in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
EXTRA_USAGE_INFO - Static variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeans
 
EXTRA_USAGE_INFO - Static variable in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
Usage info
extract(UKBenchGMMExperiment.IRecord<URL>) - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment
 
extract(K, V, long, Path) - Method in interface org.openimaj.hadoop.sequencefile.RecordInformationExtractor
 
extract(List<RecordInformationExtractor>, PrintStream, String) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Go through a sequence file, applying each RecordInformationExtractor to each key, printing out the results in order to the provided PrintStream
extract(WindowedHistogramExtractor, Rectangle, Histogram) - Method in class org.openimaj.image.analysis.algorithm.histogram.binning.QuadtreeStrategy
 
extract(WindowedHistogramExtractor, Rectangle, Histogram) - Method in class org.openimaj.image.analysis.algorithm.histogram.binning.SimpleBlockStrategy
 
extract(WindowedHistogramExtractor, Rectangle, Histogram) - Method in interface org.openimaj.image.analysis.algorithm.histogram.binning.SpatialBinningStrategy
Extract a histogram describing image content in the given region using the given WindowedHistogramExtractor to extract (sub) histograms from which to build the output.
extract(WindowedHistogramExtractor, Rectangle, Histogram) - Method in class org.openimaj.image.feature.dense.gradient.binning.FixedHOGStrategy
 
extract(WindowedHistogramExtractor, Rectangle, Histogram) - Method in class org.openimaj.image.feature.dense.gradient.binning.FlexibleHOGStrategy
 
extract(List<String>) - Method in class org.openimaj.text.nlp.sentiment.BillMPQASentiment
 
extract(List<String>) - Method in class org.openimaj.text.nlp.sentiment.SentimentExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.GlobalFeatureExtractor
Create the feature from the image and optional mask.
extract(MBFImage) - Method in class org.openimaj.tools.globalfeature.GlobalFeatureExtractor
Create the feature from the image.
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.AverageBrightnessExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.ColourContrastExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.ColourFacesExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.ColourfulnessExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.EDCHExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.HaarFacesExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.HistogramExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.HorizontalIntensityDistributionExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.HueStatsExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.LocalHistogramExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.LrIntensityBalanceExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.LuoSimplicityExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.MaxHistogramExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.ModifiedLuoSimplicityExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.NaturalnessExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.RoiProportionExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.RuleOfThirdsExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.SharpnessExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.SharpPixelProportionExtractor
 
extract(MBFImage, FImage) - Method in class org.openimaj.tools.globalfeature.type.WeberContrastExtractor
 
extract(byte[]) - Method in class org.openimaj.tools.localfeature.options.LocalFeatureMode.LocalFeatureModeOp
Extract features based on the options.
extract - Variable in class org.openimaj.util.function.context.ContextAdaptor
 
extract(Context) - Method in interface org.openimaj.util.function.context.ContextExtractor
Extract the data from the context
extract(Context) - Method in class org.openimaj.util.function.context.KeyContextExtractor
 
extract() - Method in class org.openimaj.video.VideoSubFrame
 
extractArguments(Object) - Static method in class org.kohsuke.args4j.util.ArgsUtil
 
extractBlock(FImage, Point2d, int) - Method in class org.openimaj.image.model.landmark.FPatchLandmarkModel
 
extractCenter(int, int) - Method in class org.openimaj.image.Image
Extract a rectangular region about the centre of the image with the given width and height.
extractCenter(int, int, int, int) - Method in class org.openimaj.image.Image
Extract a rectangular region centred on a given point.
extractCentreSubPix(float, float, FImage) - Method in class org.openimaj.image.FImage
 
extractCentreSubPix(Point2d, int, int) - Method in class org.openimaj.image.Image
Sub-pixel sampling of a centred rectangular region such that dst(x, y) = src(x + center.x (width(dst) 1) ⇤ 0.5, y + center.y (height(dst) 1) ⇤ 0.5) .
extractCentreSubPix(float, float, int, int) - Method in class org.openimaj.image.Image
Sub-pixel sampling of a centred rectangular region such that dst(x, y) = src(x + center.x (width(dst) 1) ⇤ 0.5, y + center.y (height(dst) 1) ⇤ 0.5) .
extractCentreSubPix(Point2d, I) - Method in class org.openimaj.image.Image
Sub-pixel sampling of a centred rectangular region such that dst(x, y) = src(x + center.x (width(dst) 1) ⇤ 0.5, y + center.y (height(dst) 1) ⇤ 0.5) .
extractCentreSubPix(float, float, I) - Method in class org.openimaj.image.Image
Sub-pixel sampling of a centred rectangular region such that dst(x, y) = src(x + center.x (width(dst) 1) ⇤ 0.5, y + center.y (height(dst) 1) ⇤ 0.5) .
extractCentreSubPix(float, float, I) - Method in class org.openimaj.image.MultiBandImage
 
extractCentreSubPix(float, float, SVGImage) - Method in class org.openimaj.image.SVGImage
 
extractContent() - Method in class org.openimaj.tools.web.LayoutExtractorTool
Extract content.
extractDistanceTransforms(FImage[], LTPWeighting) - Method in class org.openimaj.image.processing.face.feature.ltp.AbstractLtpDtFeature
 
extractEllipsePatch(FImage, double) - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
Extract a rectangular image patch centered on the feature with the same primary orientation and a given scale factor.
extractFaces(FImage, FImage, FImage) - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
extractFacialKeypoints(FImage) - Method in class org.openimaj.image.processing.face.detection.keypoints.FacialKeypointExtractor
Extract the facial keypoints from a canonical image.
extractFeature(SampleChunk) - Method in class org.openimaj.audio.features.JAudioFeatureExtractor
Calculates the feature for each channel, then flattens the channel arrays into a single DoubleFV.
extractFeature(INPUT) - Method in class org.openimaj.experiment.gmm.retrieval.FeatureExtractionFunction
 
extractFeature(List<String>) - Method in class org.openimaj.feature.BagOfWordsFeatureExtractor
 
extractFeature(OBJECT) - Method in class org.openimaj.feature.CachingFeatureExtractor
 
extractFeature(OBJECT) - Method in class org.openimaj.feature.DiskCachingFeatureExtractor
 
extractFeature(OBJECT) - Method in interface org.openimaj.feature.FeatureExtractor
Extract features from an object and return them.
extractFeature(OBJECT) - Method in class org.openimaj.feature.FVProviderExtractor
 
extractFeature(OBJECT) - Method in class org.openimaj.feature.IdentityFeatureExtractor
 
extractFeature(ImageWrapper) - Method in class org.openimaj.image.annotation.evaluation.dataset.Corel5kDataset.HistogramExtractor
 
extractFeature(DoubleFV) - Method in class org.openimaj.image.feature.DoubleFV2FImage
 
extractFeature(DoubleFV, int, int) - Static method in class org.openimaj.image.feature.DoubleFV2FImage
Transform a DoubleFV into an FImage.
extractFeature(FImage) - Method in class org.openimaj.image.feature.FImage2DoubleFV
 
extractFeature(FImage) - Method in class org.openimaj.image.feature.FImage2FloatFV
 
extractFeature(FloatFV) - Method in class org.openimaj.image.feature.FloatFV2FImage
 
extractFeature(FloatFV, int, int) - Static method in class org.openimaj.image.feature.FloatFV2FImage
Transform a FloatFV into an FImage.
extractFeature(IMAGE) - Method in class org.openimaj.image.feature.ImageAnalyserFVFeatureExtractor
 
extractFeature(GradientScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.AbstractDominantOrientationExtractor
Find the dominant orientations
extractFeature(ScaleSpaceImageExtractorProperties<MBFImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.ColourGradientFeatureExtractor
 
extractFeature(ScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.GradientFeatureExtractor
 
extractFeature(GradientScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor
Extract the orientation histogram given the properties.
extractFeature(InterestPointImageExtractorProperties<Float, FImage>) - Method in class org.openimaj.image.feature.local.detector.ipd.extractor.InterestPointGradientFeatureExtractor
 
extractFeature(T) - Method in interface org.openimaj.image.feature.local.extraction.FeatureVectorExtractor
Extract FeatureVector(s), possibly using the information given in the properties.
extractFeature(FImage) - Method in class org.openimaj.image.model.EigenImages
 
extractFeature(FImage) - Method in class org.openimaj.image.model.FisherImages
 
extractFeature(CLMDetectedFace) - Method in class org.openimaj.image.processing.face.feature.CLMPoseFeature.Extractor
 
extractFeature(CLMDetectedFace) - Method in class org.openimaj.image.processing.face.feature.CLMPoseShapeFeature.Extractor
 
extractFeature(CLMDetectedFace) - Method in class org.openimaj.image.processing.face.feature.CLMShapeFeature.Extractor
 
extractFeature(DetectedFace) - Method in class org.openimaj.image.processing.face.feature.DoGSIFTFeature.Extractor
 
extractFeature(T) - Method in class org.openimaj.image.processing.face.feature.EigenFaceFeature.Extractor
 
extractFeature(T) - Method in class org.openimaj.image.processing.face.feature.FaceImageFeature.Extractor
 
extractFeature(KEDetectedFace) - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature.Extractor
 
extractFeature(T) - Method in class org.openimaj.image.processing.face.feature.FisherFaceFeature.Extractor
 
extractFeature(T) - Method in class org.openimaj.image.processing.face.feature.LocalLBPHistogram.Extractor
 
extractFeature(Q) - Method in class org.openimaj.image.processing.face.feature.ltp.LtpDtFeature.Extractor
 
extractFeature(double[]) - Method in class org.openimaj.ml.clustering.spectral.DummyExtractor
 
extractFeature(T) - Method in class org.openimaj.ml.kernel.HomogeneousKernelMap.ExtractorWrapper
 
extractFeature(List<String>) - Method in class org.openimaj.text.nlp.sentiment.model.classifier.GeneralSentimentFeatureExtractor
 
extractFeature(FImage) - Method in class org.openimaj.workinprogress.featlearn.TestImageClass
 
extractFeatureFromQuantised(Collection<? extends QuantisedLocalFeature<L>>, int) - Static method in class org.openimaj.image.feature.local.aggregate.BagOfVisualWords
Utility method to quickly convert a collection of quantised local features to a histogram of their corresponding visual word identifiers.
extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.AbstractDominantOrientationExtractor
Find the dominant orientations.
extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.DominantOrientationExtractor
Extract an orientation histogram and find the dominant orientations by looking for peaks.
extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.NullOrientationExtractor
 
extractFeatureRaw(GradientScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.OrientationHistogramExtractor
Extract the orientation histogram given the properties.
extractFeatures(FImage) - Method in class org.openimaj.demos.BasicDuplicateImageDatabase
Extract hashed features from an image
extractFeatures(MBFImage) - Method in class org.openimaj.demos.BasicDuplicateImageDatabase
Extract hashed features from an image
extractFeatures() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ApproximateDenseSIFT
 
extractFeatures() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Extract the DSIFT features
extractFeatures(KEDetectedFace) - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature
 
extractFeatures(ANNOTATION, FeatureExtractor<FEATURE, OBJECT>) - Method in class org.openimaj.ml.annotation.utils.AnnotatedListHelper
Extract the features corresponding to a specific annotation.
extractFeatures(File) - Method in class org.openimaj.picslurper.client.LocalColourFeatureMode
 
extractFeatures(File) - Method in class org.openimaj.picslurper.client.SIFTTrendFeatureMode
 
extractFeatures(File) - Method in interface org.openimaj.picslurper.client.TrendDetectorFeatureExtractor
 
extractFeatures(MBFImage) - Method in class org.openimaj.workinprogress.featlearn.cifarexps.CIFARExperimentFramework
 
extractFeatures(MBFImage) - Method in class org.openimaj.workinprogress.featlearn.cifarexps.KMeansExp1
 
extractFeaturesExclude(ANNOTATION, FeatureExtractor<FEATURE, OBJECT>) - Method in class org.openimaj.ml.annotation.utils.AnnotatedListHelper
Extract the features corresponding to everything EXCEPT the specific given annotation.
extractGist(IMAGE) - Method in class org.openimaj.image.feature.global.Gist
 
extractGroupGaussians() - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment
 
extractGroupGaussians(int) - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment
 
extractGroupGaussians(UKBenchListDataset<UKBenchGMMExperiment.IRecord<URL>>) - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchGMMExperiment
 
extractionProperties - Variable in class org.openimaj.image.feature.local.detector.dog.collector.ConcreteOctaveLocalFeatureCollector
 
extractionProperties - Variable in class org.openimaj.image.feature.local.detector.dog.collector.OctaveKeypointCollector
 
extractionProperties - Variable in class org.openimaj.image.feature.local.detector.dog.collector.OctaveMinMaxKeypointCollector
 
ExtractionState - Class in org.openimaj.hadoop.sequencefile
The state describing the extraction process from SequenceFile.
ExtractionState() - Constructor for class org.openimaj.hadoop.sequencefile.ExtractionState
 
extractLines(List<LetterCandidate>, SWTTextDetector.Options) - Static method in class org.openimaj.image.text.extraction.swt.LineCandidate
Computes lines of text by merging pairs of characters that have similar directions.
extractLTPSlicePixels(FImage) - Static method in class org.openimaj.image.processing.face.feature.ltp.AbstractLtpDtFeature
 
extractor - Variable in class org.openimaj.feature.FVProviderExtractor
The internal extractor
extractor - Variable in class org.openimaj.image.feature.global.ModifiedLuoSimplicity
 
extractor - Variable in class org.openimaj.image.feature.local.detector.ipd.collector.InterestPointFeatureCollector
 
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.CLMPoseFeature.Extractor
 
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.CLMPoseShapeFeature.Extractor
 
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.CLMShapeFeature.Extractor
 
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.DoGSIFTFeature.Extractor
Default constructor
Extractor(int, FaceAligner<T>) - Constructor for class org.openimaj.image.processing.face.feature.EigenFaceFeature.Extractor
Construct with the requested number of components (the number of PCs to keep) and a face aligner.
Extractor(EigenImages, FaceAligner<T>) - Constructor for class org.openimaj.image.processing.face.feature.EigenFaceFeature.Extractor
Construct with given pre-trained EigenImages basis and a face aligner.
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.FaceImageFeature.Extractor
Construct with a ScalingAligner with its default resolution
Extractor(FaceAligner<T>) - Constructor for class org.openimaj.image.processing.face.feature.FaceImageFeature.Extractor
Construct with an aligner
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.FacePatchFeature.Extractor
Default constructor
Extractor(int, FaceAligner<T>) - Constructor for class org.openimaj.image.processing.face.feature.FisherFaceFeature.Extractor
Construct with the requested number of components (the number of PCs to keep) and a face aligner.
Extractor(FisherImages, FaceAligner<T>) - Constructor for class org.openimaj.image.processing.face.feature.FisherFaceFeature.Extractor
Construct with given pre-trained FisherImages basis and a face aligner.
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.LocalLBPHistogram.Extractor
Construct with a IdentityAligner
Extractor(FaceAligner<T>) - Constructor for class org.openimaj.image.processing.face.feature.LocalLBPHistogram.Extractor
Construct with the given aligner.
Extractor(FaceAligner<T>, int, int, int, int) - Constructor for class org.openimaj.image.processing.face.feature.LocalLBPHistogram.Extractor
Construct with the given aligner, parameters describing how the image is broken into blocks and parameters describing the radius of the LBP extraction circle, and how many samples are made.
Extractor() - Constructor for class org.openimaj.image.processing.face.feature.ltp.LtpDtFeature.Extractor
 
Extractor(FaceAligner<Q>, LTPWeighting) - Constructor for class org.openimaj.image.processing.face.feature.ltp.LtpDtFeature.Extractor
Construct the extractor with the given face aligner and weighting scheme.
extractor() - Method in class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
 
extractor - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
Extractor - Class in org.openimaj.tools.localfeature
Tool for extracting local features
Extractor() - Constructor for class org.openimaj.tools.localfeature.Extractor
 
extractorFile - Variable in class org.openimaj.tools.cbir.VLADBuilder
 
ExtractorOptions - Class in org.openimaj.tools.localfeature.options
Options for the Extractor tool
ExtractorOptions() - Constructor for class org.openimaj.tools.localfeature.options.ExtractorOptions
 
ExtractorProperties - Interface in org.openimaj.image.feature.local.extraction
ExtractorProperties define the information a feature extractor needs to extract a feature from something.
ExtractorWrapper(FeatureExtractor<? extends FeatureVector, T>, HomogeneousKernelMap) - Constructor for class org.openimaj.ml.kernel.HomogeneousKernelMap.ExtractorWrapper
Construct with the given internal extractor and homogeneous kernel map.
extractPatch(FImage, Matrix, int, int) - Static method in class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
Extract a patch from the image based on the parameters.
extractPatternImage(int[][], int) - Static method in class org.openimaj.image.feature.dense.binarypattern.UniformBinaryPattern
Compute a binary map showing the locations of the specified pattern code.
extractPatternImages(int[][], int) - Static method in class org.openimaj.image.feature.dense.binarypattern.UniformBinaryPattern
Compute all binary maps for each possible pattern code given the number of bits used to encode patterns.
extractPatternMaps(int[][], int) - Static method in class org.openimaj.image.feature.dense.binarypattern.UniformBinaryPattern
Compute all binary maps for each possible pattern code given the number of bits used to encode patterns.
extractPatternPixels(int[][], int) - Static method in class org.openimaj.image.feature.dense.binarypattern.UniformBinaryPattern
Compute all pixels matching each possible pattern code given the number of bits used to encode patterns.
extractPcaVlad(List<? extends LocalFeature<?, ?>>) - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Extract the PCA-projected VLAD feature from the given raw local features.
extractPcaVlad(MBFImage) - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Extract the PCA-projected VLAD feature from the given image.
extractPixels1d(MBFImage) - Method in class org.openimaj.image.pixel.PixelSet
Extract a 1xarea image with all the pixels from the region in it.
extractPixels1d(FImage) - Method in class org.openimaj.image.pixel.PixelSet
Extract a 1 x area image with all the pixels from the region in it.
extractPixels2d(MBFImage, boolean) - Method in class org.openimaj.image.pixel.PixelSet
This is a convenience method that simply calls PixelSet.crop(MBFImage, boolean)
extractPQPcaVlad(List<? extends LocalFeature<?, ?>>) - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Extract the product-quantised PCA-projected VLAD feature from the given raw local features.
extractPQPcaVlad(MBFImage) - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Extract the product-quantisedPCA-projected VLAD feature from the given image.
extractROI(int, int, FImage) - Method in class org.openimaj.image.FImage
Extract a rectangular region of interest from this image and put it in the given image.
extractROI(int, int, int, int) - Method in class org.openimaj.image.FImage
Extract a rectangular region of interest of the given width and height.
extractROI(int, int, I) - Method in class org.openimaj.image.Image
Extract a rectangular region of interest from this image and put it in the given image.
extractROI(int, int, int, int) - Method in class org.openimaj.image.Image
Extract a rectangular region of interest of the given width and height.
extractROI(Rectangle) - Method in class org.openimaj.image.Image
Extract a rectangular region of interest of the given width and height.
extractROI(int, int, I) - Method in class org.openimaj.image.MultiBandImage
Extract a rectangular region of interest from this image and put it in the given image.
extractROI(int, int, int, int) - Method in class org.openimaj.image.MultiBandImage
Extract a rectangular region of interest of the given width and height.
extractROI(int, int, SVGImage) - Method in class org.openimaj.image.SVGImage
 
extractROI(int, int, int, int) - Method in class org.openimaj.image.SVGImage
 
extractSamples(Line2d, FImage, int) - Method in enum org.openimaj.image.pixel.sampling.FLineSampler
 
extractSamples(Line2d, I, int) - Method in interface org.openimaj.image.pixel.sampling.LineSampler
Extract a numSamples samples along the given line in the given image.
extractWords(LineCandidate, SWTTextDetector.Options) - Static method in class org.openimaj.image.text.extraction.swt.WordCandidate
 
extraScaleSteps - Variable in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
The number of extra scale steps taken beyond scales.

F

f - Variable in class org.kohsuke.args4j.spi.AbstractGetter
 
F12Epipolar(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.F12Epipolar
 
F12Sampson(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.F12Sampson
 
F13Epipolar(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.F13Epipolar
 
F13Sampson(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.F13Sampson
 
F23Epipolar(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.F23Epipolar
 
F23Sampson(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.F23Sampson
 
FaceAligner<T extends DetectedFace> - Interface in org.openimaj.image.processing.face.alignment
A FaceAligner produces aligned face patches (i.e.
FacebookConsumer - Class in org.openimaj.web.scraping.images
Consume facebook posts/pictures using the com.restfb.FacebookClient client
FacebookConsumer() - Constructor for class org.openimaj.web.scraping.images.FacebookConsumer
 
faceDetector - Variable in class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
The Face detector
FaceDetector<T extends DetectedFace,I extends Image<?,I>> - Interface in org.openimaj.image.processing.face.detection
Interfaces for classes that are capable of detecting faces.
faceDetector - Variable in class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
 
faceDetector - Variable in class org.openimaj.image.processing.face.recognition.benchmarking.CrossValidationBenchmark
 
faceDetector - Variable in class org.openimaj.image.processing.face.tracking.clm.MultiTracker.TrackerVars
The Face detector
FaceDetectorFeatures - Enum in org.openimaj.image.processing.face.detection
Simple features that can be extracted from a list of detected faces and an image.
FaceDetectors - Class in org.openimaj.tools.faces.recognition.options
Face detector configuration for the tools
FaceDetectors() - Constructor for class org.openimaj.tools.faces.recognition.options.FaceDetectors
 
FaceDetectors.AnyBasicFImageDetector - Enum in org.openimaj.tools.faces.recognition.options
Any type of basic FImage detector.
FaceDetectors.FaceDetectorProvider<FACE extends DetectedFace,IMAGE extends Image<?,IMAGE>> - Interface in org.openimaj.tools.faces.recognition.options
Interface for providers of FaceDetectors
FaceDetectorTool - Class in org.openimaj.tools.faces
A command-line tool that displays the bounding boxes of detected faces in the input image(s).
FaceDetectorTool() - Constructor for class org.openimaj.tools.faces.FaceDetectorTool
 
FaceDetectorToolOptions - Class in org.openimaj.tools.faces
Options specific to the face detector tool.
FaceDetectorToolOptions() - Constructor for class org.openimaj.tools.faces.FaceDetectorToolOptions
 
FaceExtractorTool - Class in org.openimaj.tools.faces.extraction
A tool that provides a means of extracting faces from videos and images.
FaceExtractorTool(FaceExtractorToolOptions) - Constructor for class org.openimaj.tools.faces.extraction.FaceExtractorTool
Default constructor
FaceExtractorToolOptions - Class in org.openimaj.tools.faces.extraction
Command-line option class for the face extractor tool.
FaceExtractorToolOptions() - Constructor for class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
 
FaceFVComparator<T extends FacialFeature & FeatureVectorProvider<Q>,Q extends FeatureVector> - Class in org.openimaj.image.processing.face.feature.comparison
A generic FacialFeatureComparator for FacialFeatures that can provide FeatureVectors through the FeatureVectorProvider interface.
FaceFVComparator(FVComparator<Q>) - Constructor for class org.openimaj.image.processing.face.feature.comparison.FaceFVComparator
Construct with the given FVComparator
FaceImageFeature - Class in org.openimaj.image.processing.face.feature
A FacialFeature that is just the pixel values of a (possibly aligned) face detection.
FaceImageFeature(FloatFV) - Constructor for class org.openimaj.image.processing.face.feature.FaceImageFeature
Construct with the given feature
FaceImageFeature.Extractor<T extends DetectedFace> - Class in org.openimaj.image.processing.face.feature
faceParts - Variable in class org.openimaj.image.processing.face.feature.FacePatchFeature
 
facePatch - Variable in class org.openimaj.image.processing.face.detection.DetectedFace
The extracted sub-image representing the face.
FacePatchFeature - Class in org.openimaj.image.processing.face.feature
A FacialFeature that is built by concatenating each of the normalised facial part patches from a detected face.
FacePatchFeature() - Constructor for class org.openimaj.image.processing.face.feature.FacePatchFeature
Default constructor.
FacePatchFeature.DetectedFacePart - Class in org.openimaj.image.processing.face.feature
A FacialKeypoint with an associated feature
FacePatchFeature.Extractor - Class in org.openimaj.image.processing.face.feature
FaceRecogniser<FACE extends DetectedFace,PERSON> - Class in org.openimaj.image.processing.face.recognition
Base class for all Face Recognisers.
FaceRecogniser() - Constructor for class org.openimaj.image.processing.face.recognition.FaceRecogniser
 
FaceRecogniserProvider<FACE extends DetectedFace,PERSON> - Interface in org.openimaj.image.processing.face.recognition.benchmarking
Interface for objects that can create new FaceRecogniser instances to use in a CrossValidationBenchmark.
FaceRecogniserTrainingTool<T extends DetectedFace> - Class in org.openimaj.tools.faces.recognition
A tool for training face recognisers
FaceRecogniserTrainingTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecogniserTrainingTool
 
FaceRecognitionCrossValidatorTool<FACE extends DetectedFace> - Class in org.openimaj.tools.faces.recognition
A command line tool for performing cross-validation experiments for face recognition or classification.
FaceRecognitionCrossValidatorTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecognitionCrossValidatorTool
 
FaceRecognitionEngine<FACE extends DetectedFace,PERSON> - Class in org.openimaj.image.processing.face.recognition
The FaceRecognitionEngine ties together the implementations of a FaceDetector and FaceRecogniser, and provides a single convenience API with which to interact with a face recognition system.
FaceRecognitionEngine() - Constructor for class org.openimaj.image.processing.face.recognition.FaceRecognitionEngine
 
FaceRecognitionEngine(FaceDetector<FACE, FImage>, FaceRecogniser<FACE, PERSON>) - Constructor for class org.openimaj.image.processing.face.recognition.FaceRecognitionEngine
Construct a FaceRecognitionEngine with the given face detector and recogniser.
FaceRecognitionInfoTool - Class in org.openimaj.tools.faces.recognition
A tool for printing out information about face recognisers.
FaceRecognitionInfoTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecognitionInfoTool
 
FaceRecognitionTool - Class in org.openimaj.tools.faces.recognition
A tool for using pre-trained face recognisers
FaceRecognitionTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecognitionTool
 
faces() - Method in class org.openimaj.processing.OpenIMAJ
Detect faces using HaarCascadeDetector, return an ArrayList of PShape instances.
FaceSimilarityEngine<D extends DetectedFace,F extends FacialFeature,I extends Image<?,I>> - Class in org.openimaj.image.processing.face.similarity
The FaceSimilarityEngine allows computation of the similarity between faces in two images.
FaceSimilarityEngine(FaceDetector<D, I>, FacialFeatureExtractor<F, D>, FacialFeatureComparator<F>) - Constructor for class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
Construct a new FaceSimilarityEngine from the specified detector, extractor and comparator.
FaceSimilarityTool - Class in org.openimaj.tools.faces
Face similarity tool compares the faces in all given images and gives a score for each comparison.
FaceSimilarityTool() - Constructor for class org.openimaj.tools.faces.FaceSimilarityTool
 
FaceSimilarityTool.ImageGetter<T> - Interface in org.openimaj.tools.faces
An interface to get images and names from a list of things.
FaceSimilarityToolOptions - Class in org.openimaj.tools.faces
 
FaceSimilarityToolOptions() - Constructor for class org.openimaj.tools.faces.FaceSimilarityToolOptions
 
faceSize - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
The minimum face size for the face detector
FaceToolOptions - Class in org.openimaj.tools.faces
 
FaceToolOptions() - Constructor for class org.openimaj.tools.faces.FaceToolOptions
 
FaceTracker<I extends Image<?,I>> - Interface in org.openimaj.image.processing.face.tracking
An interface for classes that are able to track faces within images.
FacialFeature - Interface in org.openimaj.image.processing.face.feature
A FacialFeature is a feature describing a face that has been detected.
FacialFeatureComparator<T extends FacialFeature> - Interface in org.openimaj.image.processing.face.feature.comparison
Interface for classes capable of comparing two FacialFeatures and producing a score.
FacialFeatureExtractor<T extends FacialFeature,Q extends DetectedFace> - Interface in org.openimaj.image.processing.face.feature
Interface for factory objects capable of extracting a FacialFeature from a DetectedFace.
FacialKeypoint - Class in org.openimaj.image.processing.face.detection.keypoints
A FacialKeypoint represents a keypoint on a face.
FacialKeypoint() - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FacialKeypoint
Default constructor.
FacialKeypoint(FacialKeypoint.FacialKeypointType) - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FacialKeypoint
Construct a FacialKeypoint at the origin with the specified type.
FacialKeypoint(FacialKeypoint.FacialKeypointType, Point2d) - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FacialKeypoint
Construct a FacialKeypoint with the specified type and position.
FacialKeypoint.FacialKeypointType - Enum in org.openimaj.image.processing.face.detection.keypoints
Types/locations of FacialKeypoint.
FacialKeypointExtractor - Class in org.openimaj.image.processing.face.detection.keypoints
A class capable of finding likely facial keypoints using a masked Haar cascade for each keypoint, and then picking the best combination of points based on a model.
FacialKeypointExtractor() - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FacialKeypointExtractor
Construct a new facial keypoint extractor.
facialKeypointExtractor - Variable in class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
 
factObjectsQuery(String, String) - Static method in class org.openimaj.text.nlp.namedentity.YagoQueryUtils
 
factor(DenseMatrix) - Method in class no.uib.cipr.matrix.EconomySVD
Computes an SVD
factorize(Matrix) - Static method in class no.uib.cipr.matrix.EconomySVD
Convenience method for computing a full SVD
Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.Factory
 
Factory() - Constructor for class net.lag.kestrel.thrift.Kestrel.Client.Factory
 
Factory(PointListConnections, FLineSampler, int, int, float) - Constructor for class org.openimaj.image.model.landmark.FNormalLandmarkModel.Factory
Default constructor.
Factory() - Constructor for class org.openimaj.image.model.landmark.FPatchLandmarkModel.Factory
 
Factory() - Constructor for class org.openimaj.knn.approximate.ByteNearestNeighboursKDTree.Factory
Construct the factory the default number of trees and checks.
Factory(int, int) - Constructor for class org.openimaj.knn.approximate.ByteNearestNeighboursKDTree.Factory
Construct the factory the given number of trees and checks.
Factory() - Constructor for class org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree.Factory
Construct the factory the default number of trees and checks.
Factory(int, int) - Constructor for class org.openimaj.knn.approximate.DoubleNearestNeighboursKDTree.Factory
Construct the factory the given number of trees and checks.
Factory() - Constructor for class org.openimaj.knn.approximate.FloatNearestNeighboursKDTree.Factory
Construct the factory the default number of trees and checks.
Factory(int, int) - Constructor for class org.openimaj.knn.approximate.FloatNearestNeighboursKDTree.Factory
Construct the factory the given number of trees and checks.
Factory() - Constructor for class org.openimaj.knn.approximate.IntNearestNeighboursKDTree.Factory
Construct the factory the default number of trees and checks.
Factory(int, int) - Constructor for class org.openimaj.knn.approximate.IntNearestNeighboursKDTree.Factory
Construct the factory the given number of trees and checks.
Factory() - Constructor for class org.openimaj.knn.approximate.LongNearestNeighboursKDTree.Factory
Construct the factory the default number of trees and checks.
Factory(int, int) - Constructor for class org.openimaj.knn.approximate.LongNearestNeighboursKDTree.Factory
Construct the factory the given number of trees and checks.
Factory() - Constructor for class org.openimaj.knn.approximate.ShortNearestNeighboursKDTree.Factory
Construct the factory the default number of trees and checks.
Factory(int, int) - Constructor for class org.openimaj.knn.approximate.ShortNearestNeighboursKDTree.Factory
Construct the factory the given number of trees and checks.
Factory() - Constructor for class org.openimaj.knn.ByteNearestNeighboursExact.Factory
Construct the factory using Euclidean distance for the produced ByteNearestNeighbours instances.
Factory(ByteFVComparator) - Constructor for class org.openimaj.knn.ByteNearestNeighboursExact.Factory
Construct the factory with the given distance function for the produced ByteNearestNeighbours instances.
Factory() - Constructor for class org.openimaj.knn.DoubleNearestNeighboursExact.Factory
Construct the factory using Euclidean distance for the produced DoubleNearestNeighbours instances.
Factory(DoubleFVComparator) - Constructor for class org.openimaj.knn.DoubleNearestNeighboursExact.Factory
Construct the factory with the given distance function for the produced DoubleNearestNeighbours instances.
Factory() - Constructor for class org.openimaj.knn.FloatNearestNeighboursExact.Factory
Construct the factory using Euclidean distance for the produced FloatNearestNeighbours instances.
Factory(FloatFVComparator) - Constructor for class org.openimaj.knn.FloatNearestNeighboursExact.Factory
Construct the factory with the given distance function for the produced FloatNearestNeighbours instances.
Factory() - Constructor for class org.openimaj.knn.IntNearestNeighboursExact.Factory
Construct the factory using Euclidean distance for the produced IntNearestNeighbours instances.
Factory(IntFVComparator) - Constructor for class org.openimaj.knn.IntNearestNeighboursExact.Factory
Construct the factory with the given distance function for the produced IntNearestNeighbours instances.
Factory() - Constructor for class org.openimaj.knn.LongNearestNeighboursExact.Factory
Construct the factory using Euclidean distance for the produced LongNearestNeighbours instances.
Factory(LongFVComparator) - Constructor for class org.openimaj.knn.LongNearestNeighboursExact.Factory
Construct the factory with the given distance function for the produced LongNearestNeighbours instances.
Factory(DistanceComparator<? super T>) - Constructor for class org.openimaj.knn.ObjectNearestNeighboursExact.Factory
Construct the factory with the given distance function for the produced ObjectNearestNeighbours instances.
Factory() - Constructor for class org.openimaj.knn.ShortNearestNeighboursExact.Factory
Construct the factory using Euclidean distance for the produced ShortNearestNeighbours instances.
Factory(ShortFVComparator) - Constructor for class org.openimaj.knn.ShortNearestNeighboursExact.Factory
Construct the factory with the given distance function for the produced ShortNearestNeighbours instances.
factory - Variable in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
The factory for producing the NearestNeighbours objects used in assignment.
factSubjectsQuery(String, String) - Static method in class org.openimaj.text.nlp.namedentity.YagoQueryUtils
 
FadeShotBoundary<T extends Image<?,T>> - Class in org.openimaj.video.processing.shotdetector
Represents a shot boundary that is a fade shot boundary between two scenes.
FadeShotBoundary(ShotBoundary<T>) - Constructor for class org.openimaj.video.processing.shotdetector.FadeShotBoundary
Create a new fade shot boundary giving the start of the fade as a starting point.
fail(Object) - Method in class backtype.storm.spout.KestrelThriftSpout
 
fail(Object) - Method in class backtype.storm.spout.UnreliableKestrelThriftSpout
 
fail(Object) - Method in class org.openimaj.picslurper.LocalTweetSpout
 
failed - Variable in class org.openimaj.time.Sequencer.SequencerEvent
Whether the event failed to fire
failedURL(URL, String) - Method in interface org.openimaj.picslurper.output.OutputListener
Called for every URL that is a failure
failedURL(URL, String) - Method in class org.openimaj.picslurper.output.TrendDetectionOutputListener
 
failedURL(URL, String) - Method in class org.openimaj.picslurper.output.ZMQOutputListener
 
FailEveryOther() - Constructor for class backtype.storm.spout.TestTopology.FailEveryOther
 
failureCheck - Variable in class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
The failure checker
failureCheck - Variable in class org.openimaj.image.processing.face.tracking.clm.MultiTracker.TrackerVars
The failure checker
failureStage() - Method in class org.openimaj.image.objectdetection.haar.Stage
Get the next stage to evaluate should this one fail; if this stage fails and this is null then the whole StageTreeClassifier fails.
familiarityWithCategory - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013.Response
How familiar is the responder with the category
FAST - Static variable in class org.openimaj.image.renderer.RenderHints
Fast drawing
FastBasicKeypointMatcher<T extends Keypoint> - Class in org.openimaj.feature.local.matcher
Basic keypoint matcher.
FastBasicKeypointMatcher() - Constructor for class org.openimaj.feature.local.matcher.FastBasicKeypointMatcher
Construct with a threshold of 8, corresponding to the 0.8 in Lowe's IJCV paper
FastBasicKeypointMatcher(int) - Constructor for class org.openimaj.feature.local.matcher.FastBasicKeypointMatcher
 
FastChessboardDetector - Class in org.openimaj.image.camera.calibration
Analyser for performing a fast check to see if a chessboard is in the input image.
FastChessboardDetector(int, int) - Constructor for class org.openimaj.image.camera.calibration.FastChessboardDetector
* Construct with the given pattern size
fastConvolve3(FImage, FImage, float[], float[], float[]) - Static method in class org.openimaj.image.processing.convolution.FImageConvolveSeparable
Fast convolution for separated 3x3 kernels.
fastdot(Matrix, Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
FastEuclideanKeypointMatcher<T extends Keypoint> - Class in org.openimaj.feature.local.matcher
Uses a ByteKDTree to estimate approximate nearest neighbours more efficiently.
FastEuclideanKeypointMatcher(int) - Constructor for class org.openimaj.feature.local.matcher.FastEuclideanKeypointMatcher
 
fastKNN(Collection<T>, Coordinate, int) - Method in class org.openimaj.knn.CoordinateKDTree
Faster implementation of K-nearest-neighbours.
FastLimitedBasicKeypointMatcher<T extends Keypoint> - Class in org.openimaj.feature.local.matcher
Basic keypoint matcher.
FastLimitedBasicKeypointMatcher(int, int) - Constructor for class org.openimaj.feature.local.matcher.FastLimitedBasicKeypointMatcher
 
FastLimitedEuclideanKeypointMatcher<T extends Keypoint> - Class in org.openimaj.feature.local.matcher
Basic keypoint matcher.
FastLimitedEuclideanKeypointMatcher(int) - Constructor for class org.openimaj.feature.local.matcher.FastLimitedEuclideanKeypointMatcher
Number of matches allowed
fastminus(Matrix, Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
fastminusEquals(Matrix, Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
fastsetcol(Matrix, int, Vector) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
FastSolveNormal3x2() - Constructor for class org.openimaj.math.geometry.transforms.FundamentalRefinement.FastSolveNormal3x2
 
fastsparsedot(SparseRowMatrix, SparseColumnMatrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
fastsparseminusEquals(SparseColumnMatrix, SparseColumnMatrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
fastsparseminusEquals(SparseRowMatrix, SparseRowMatrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
 
favorites - Variable in class org.openimaj.twitter.USMFStatus
Number of users who "favorited" this
FBEigenIterator - Class in org.openimaj.ml.clustering.spectral
A forward or backward iterator of eigen vector/value pairs
FBEigenIterator(Eigenvalues) - Constructor for class org.openimaj.ml.clustering.spectral.FBEigenIterator
 
FBTest - Class in org.openimaj.demos
 
FBTest() - Constructor for class org.openimaj.demos.FBTest
 
FCheck - Class in com.jsaragih
Check whether a patch looks like a face by applying an SVM classifier
FCheck() - Constructor for class com.jsaragih.FCheck
 
fcheck - Variable in class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
Whether to use the face check (using pixels as a face classifier)
fcheck - Variable in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Whether to use the face check (using pixels as a face classifier)
fcn - Variable in class org.openimaj.workinprogress.optimisation.SGD
 
FConvolution - Class in org.openimaj.image.processing.convolution
Base class for implementation of classes that perform convolution operations on FImages as a @link{SinglebandImageProcessor}, with the kernel itself formed from and @link{FImage}.
FConvolution(FImage) - Constructor for class org.openimaj.image.processing.convolution.FConvolution
Construct the convolution operator with the given kernel
FConvolution(float[][]) - Constructor for class org.openimaj.image.processing.convolution.FConvolution
Construct the convolution operator with the given kernel
FDDBDataset - Class in org.openimaj.image.processing.face.detection.benchmarking
 
FDDBDataset(File, File, boolean) - Constructor for class org.openimaj.image.processing.face.detection.benchmarking.FDDBDataset
 
FDDBEvaluation - Class in org.openimaj.image.processing.face.detection.benchmarking
 
FDDBEvaluation() - Constructor for class org.openimaj.image.processing.face.detection.benchmarking.FDDBEvaluation
 
FDDBEvaluation.EvaluationDetector - Interface in org.openimaj.image.processing.face.detection.benchmarking
 
FDDBRecord - Interface in org.openimaj.image.processing.face.detection.benchmarking
 
FDet - Class in com.jsaragih
Face detector.
FDiscGausConvolve - Class in org.openimaj.image.processing.convolution
From the matlab implementation of DISCGAUSSFFT which uses an FFT to apply a gaussian kernel.
FDiscGausConvolve(float) - Constructor for class org.openimaj.image.processing.convolution.FDiscGausConvolve
Construct with given variance
feats - Variable in class org.openimaj.ml.clustering.spectral.DoubleFVSimilarityFunction
 
feature - Variable in class org.openimaj.feature.local.LocalFeatureImpl
The FeatureVector of the local feature
feature - Variable in class org.openimaj.hadoop.tools.globalfeature.HadoopGlobalFeaturesOptions
 
feature - Variable in class org.openimaj.ml.clustering.rforest.RandomDecision
Feature index
Feature - Class in org.openimaj.video.tracking.klt
A tracked feature
Feature() - Constructor for class org.openimaj.video.tracking.klt.Feature
 
FeatureCachingIncrementalBatchAnnotator<OBJECT,ANNOTATION,FEATURE> - Class in org.openimaj.ml.annotation
Adaptor that allows a BatchAnnotator to behave like a IncrementalAnnotator by caching extracted features and then performing training only when FeatureCachingIncrementalBatchAnnotator.annotate(Object) is called.
FeatureCachingIncrementalBatchAnnotator(FeatureExtractor<FEATURE, OBJECT>, BatchAnnotator<FEATURE, ANNOTATION>) - Constructor for class org.openimaj.ml.annotation.FeatureCachingIncrementalBatchAnnotator
Construct with the given feature extractor and batch annotator, and use an in-memory cache.
FeatureCachingIncrementalBatchAnnotator(FeatureExtractor<FEATURE, OBJECT>, BatchAnnotator<FEATURE, ANNOTATION>, GroupedListCache<ANNOTATION, FEATURE>) - Constructor for class org.openimaj.ml.annotation.FeatureCachingIncrementalBatchAnnotator
Construct with the given feature extractor and batch annotator, and use an in-memory cache.
FeatureComparison - Enum in org.openimaj.tools.globalfeature
Feature similarity/distance measures
FeatureCount - Class in org.openimaj.hadoop.tools.fastkmeans
Map Reduce job to count features
FeatureCount() - Constructor for class org.openimaj.hadoop.tools.fastkmeans.FeatureCount
 
FeatureCount.Map - Class in org.openimaj.hadoop.tools.fastkmeans
Map class.
FeatureCount.Reduce - Class in org.openimaj.hadoop.tools.fastkmeans
Reduce class.
FeatureExtractionFunction<FEATURE,INPUT> - Class in org.openimaj.experiment.gmm.retrieval
 
FeatureExtractionFunction(Function<INPUT, FEATURE>) - Constructor for class org.openimaj.experiment.gmm.retrieval.FeatureExtractionFunction
 
featureExtractor - Variable in class org.openimaj.audio.features.JAudioFeatureExtractor
The jaudio feature extractor
FeatureExtractor<FEATURE,OBJECT> - Interface in org.openimaj.feature
Interface for objects capable of extracting features from a given object.
featureExtractor - Variable in class org.openimaj.image.feature.local.detector.dog.collector.AbstractOctaveLocalFeatureCollector
 
FeatureFile - Class in org.openimaj.tools.clusterquantiser
Interface defining accessors to a generic file containing multiple local features.
FeatureFile() - Constructor for class org.openimaj.tools.clusterquantiser.FeatureFile
 
FeatureFileFeature - Class in org.openimaj.tools.clusterquantiser
A simple "local" feature with a location and a feature vector.
FeatureFileFeature() - Constructor for class org.openimaj.tools.clusterquantiser.FeatureFileFeature
 
FeatureHistory - Class in org.openimaj.video.tracking.klt
The history of a set of tracked features through time
FeatureHistory(int) - Constructor for class org.openimaj.video.tracking.klt.FeatureHistory
Default constructor with given number of features
FeatureList - Class in org.openimaj.video.tracking.klt
A list of features
FeatureList(int) - Constructor for class org.openimaj.video.tracking.klt.FeatureList
KLTCreateFeatureList
featureOp - Variable in class org.openimaj.hadoop.tools.globalfeature.HadoopGlobalFeaturesOptions
 
features - Variable in class org.openimaj.image.analysis.watershed.Component
List of features representing this component
features - Variable in class org.openimaj.image.feature.local.detector.dog.collector.AbstractOctaveLocalFeatureCollector
 
features - Variable in class org.openimaj.image.feature.local.detector.ipd.collector.InterestPointFeatureCollector
 
features - Variable in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
features - Variable in class org.openimaj.video.tracking.klt.FeatureList
The list of features
features - Variable in class org.openimaj.video.tracking.klt.FeatureTable
The table of features
FeatureSelect - Class in org.openimaj.hadoop.tools.fastkmeans
Map-Reduce (random) feature selection
FeatureSelect() - Constructor for class org.openimaj.hadoop.tools.fastkmeans.FeatureSelect
 
FeatureSelect.Map - Class in org.openimaj.hadoop.tools.fastkmeans
Mapper
FeatureSelect.Reduce - Class in org.openimaj.hadoop.tools.fastkmeans
Reducer
FeatureTable - Class in org.openimaj.video.tracking.klt
A table storing features per frame
FeatureTable(int) - Constructor for class org.openimaj.video.tracking.klt.FeatureTable
KLTCreateFeatureTable
FeatureVector - Interface in org.openimaj.feature
Interface for objects that represent feature vectors.
featureVector - Variable in class org.openimaj.image.processing.face.feature.FacePatchFeature
 
FeatureVectorCentroidsResult<T extends FeatureVector> - Class in org.openimaj.ml.clustering
The result of a SpatialClusterer that just produces a flat set of centroids in the form of FeatureVectors.
FeatureVectorCentroidsResult() - Constructor for class org.openimaj.ml.clustering.FeatureVectorCentroidsResult
 
FeatureVectorExtractor<F extends FeatureVector,T extends ExtractorProperties> - Interface in org.openimaj.image.feature.local.extraction
The FeatureExtractor interface describes a class capable of extracting FeatureVector(s) from something.
FeatureVectorKMeans<T extends FeatureVector> - Class in org.openimaj.ml.clustering.kmeans
Fast, parallel implementation of the K-Means algorithm with support for bigger-than-memory data.
FeatureVectorKMeans(KMeansConfiguration<ObjectNearestNeighbours<T>, T>) - Constructor for class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Construct the clusterer with the the given configuration.
FeatureVectorKMeans() - Constructor for class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
A completely default ByteKMeans used primarily as a convenience function for reading.
FeatureVectorKMeans.Result<T extends FeatureVector> - Class in org.openimaj.ml.clustering.kmeans
Result object for FeatureVectorKMeans, extending FeatureVectorCentroidsResult and ObjectNearestNeighboursProvider, as well as giving access to state information from the operation of the K-Means algorithm (i.e.
FeatureVectorKMeansInit<T> - Class in org.openimaj.ml.clustering.kmeans
Initialisation for K-Means clustering.
FeatureVectorKMeansInit() - Constructor for class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeansInit
 
FeatureVectorKMeansInit.RANDOM<T> - Class in org.openimaj.ml.clustering.kmeans
Simple kmeans initialized on randomly selected samples.
FeatureVectorPCA - Class in org.openimaj.ml.pca
Principal Components Analysis wrapper for FeatureVectors.
FeatureVectorPCA() - Constructor for class org.openimaj.ml.pca.FeatureVectorPCA
Default constructor, using an SvdPrincipalComponentAnalysis.
FeatureVectorPCA(PrincipalComponentAnalysis) - Constructor for class org.openimaj.ml.pca.FeatureVectorPCA
Construct with the given PrincipalComponentAnalysis object.
FeatureVectorProvider<T extends FeatureVector> - Interface in org.openimaj.feature
A FeatureVectorProvider marks classes that have an associated FeatureVector or are capable of producing a FeatureVector from their internal state.
featureWindowSize - Variable in class org.openimaj.image.feature.local.engine.ipd.InterestPointImageExtractorProperties
 
FeedForwardCombFilter - Class in org.openimaj.audio.filters
A basic feed-forward comb filter.
FeedForwardCombFilter(int, double) - Constructor for class org.openimaj.audio.filters.FeedForwardCombFilter
Constructor that takes the number of samples delay to apply to the signal.
FeedForwardCombFilter(double, double, double) - Constructor for class org.openimaj.audio.filters.FeedForwardCombFilter
Constructor that takes the frequency at which the comb filter will operate and the gain to apply to the delayed signal.
feedStatus(PicSlurper) - Method in class org.openimaj.picslurper.DatabaseStatusFeeder
Start feeding statuses to the provided picslurper.
feedStatus(PicSlurper) - Method in class org.openimaj.picslurper.InputStreamFeeder
 
feedStatus(PicSlurper) - Method in interface org.openimaj.picslurper.StatusFeeder
Start feeding statuses to the provided picslurper.
feedStatus(PicSlurper) - Method in class org.openimaj.picslurper.Twitter4JStreamFeeder
 
FelzenszwalbHuttenlocherSegmenter<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> - Class in org.openimaj.image.segmentation
Implementation of the segmentation algorithm described in: Efficient Graph-Based Image Segmentation Pedro F.
FelzenszwalbHuttenlocherSegmenter() - Constructor for class org.openimaj.image.segmentation.FelzenszwalbHuttenlocherSegmenter
Default constructor
FelzenszwalbHuttenlocherSegmenter(float, float, int) - Constructor for class org.openimaj.image.segmentation.FelzenszwalbHuttenlocherSegmenter
Construct with the given parameters
fetchUnmatchedWorker() - Method in class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
 
FewEigenvalues - Class in ch.akuhn.matrix.eigenvalues
Finds a few eigenvalues of a matrix.
FewEigenvalues(int) - Constructor for class ch.akuhn.matrix.eigenvalues.FewEigenvalues
 
FFastGaussianConvolve - Class in org.openimaj.image.processing.convolution
Fast approximate Gaussian smoothing using repeated fast box filtering.
FFastGaussianConvolve(float, int) - Constructor for class org.openimaj.image.processing.convolution.FFastGaussianConvolve
Construct an FFastGaussianConvolve to approximate blurring with a Gaussian of standard deviation sigma.
FFT - Class in org.openimaj.docs.tutorial.fund.audio
Example that demonstrates the processing of audio to extract the FFT magnitudes and then visualise it.
FFT() - Constructor for class org.openimaj.docs.tutorial.fund.audio.FFT
 
FFTBandPassFilter - Class in org.openimaj.audio.filters
Naive band pass filter that uses the Fourier transform to filter unwanted frequencies.
FFTBandPassFilter(AudioStream, int, int) - Constructor for class org.openimaj.audio.filters.FFTBandPassFilter
Chainable constructor
FFTBandPassFilter(int, int) - Constructor for class org.openimaj.audio.filters.FFTBandPassFilter
Default constructor
FFTEQ - Class in org.openimaj.docs.tutorial.fund.audio
Example that demonstrates chaining of audio processors as well as visualising the output of an FFT operation.
FFTEQ() - Constructor for class org.openimaj.docs.tutorial.fund.audio.FFTEQ
 
FGaussianConvolve - Class in org.openimaj.image.processing.convolution
Image processor for FImage capable of performing convolutions with Gaussians.
FGaussianConvolve(float) - Constructor for class org.openimaj.image.processing.convolution.FGaussianConvolve
Construct an FGaussianConvolve with a Gaussian of standard deviation sigma.
FGaussianConvolve(float, float) - Constructor for class org.openimaj.image.processing.convolution.FGaussianConvolve
Construct an FGaussianConvolve with a Gaussian of standard deviation sigma.
fieldForId(int) - Method in class net.lag.kestrel.thrift.Item
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
fieldForId(int) - Method in class net.lag.kestrel.thrift.QueueInfo
 
FieldGetter - Class in org.kohsuke.args4j.spi
A field getter calls .toString() on the underlying object
FieldGetter(String, Object, Field) - Constructor for class org.kohsuke.args4j.spi.FieldGetter
 
file - Variable in class org.openimaj.picslurper.output.WriteableImageOutput
 
file - Variable in class org.openimaj.util.list.AbstractFileBackedList
 
FileBackedVideo<T extends Image<?,T>> - Class in org.openimaj.video
A video backed by a image files on disk.
FileBackedVideo(List<File>) - Constructor for class org.openimaj.video.FileBackedVideo
Construct the video from the provided files.
FileBackedVideo(List<File>, double) - Constructor for class org.openimaj.video.FileBackedVideo
Construct the video from the provided files.
FileBackedVideo(String, int, int) - Constructor for class org.openimaj.video.FileBackedVideo
Construct videos from numbered files using the given format string and indices.
FileEntityLocation() - Constructor for class org.openimaj.text.nlp.namedentity.YagoCompanyAnnotatorEvaluator.FileEntityLocation
 
fileExists(String) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
Use hadoop filesystem to check if the given path exists
FileLocalFeatureList<T extends LocalFeature<?,?>> - Class in org.openimaj.feature.local.list
A LocalFeatureList backed by a file.
FileLocalFeatureList(int, int, boolean, int, int, File, Class<T>) - Constructor for class org.openimaj.feature.local.list.FileLocalFeatureList
 
FileLooper - Class in org.openimaj.text.nlp.io
 
FileLooper(File) - Constructor for class org.openimaj.text.nlp.io.FileLooper
 
FileMetaMapper - Class in org.openimaj.tools.imagecollection.metamapper
 
FileMetaMapper(File) - Constructor for class org.openimaj.tools.imagecollection.metamapper.FileMetaMapper
 
FilenameKeyProvider() - Constructor for class org.openimaj.hadoop.sequencefile.SequenceFileUtility.FilenameKeyProvider
 
FileObjectISReader(InputStreamObjectReader<INSTANCE>) - Constructor for class org.openimaj.data.dataset.VFSListDataset.FileObjectISReader
Construct with the given InputStreamObjectReader
FileOutputStreamOptionHandler - Class in org.kohsuke.args4j
An OptionHandler that can provide a FileOutputStream from a file name.
FileOutputStreamOptionHandler(CmdLineParser, OptionDef, Setter<? super FileOutputStream>) - Constructor for class org.kohsuke.args4j.FileOutputStreamOptionHandler
Default constructor.
fileSystem - Variable in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
 
FileToolsUtil - Class in org.openimaj.tools
Tools for dealing with #InOutTool instances that are local file
FileToolsUtil() - Constructor for class org.openimaj.tools.FileToolsUtil
 
FileTwitterStatusList<T extends USMFStatus> - Class in org.openimaj.twitter.collection
 
FileTwitterStatusList(int, File, String, Class<T>) - Constructor for class org.openimaj.twitter.collection.FileTwitterStatusList
 
FileTwitterStatusList(int, File, String, Class<T>, Class<? extends GeneralJSON>) - Constructor for class org.openimaj.twitter.collection.FileTwitterStatusList
 
FileTwitterStatusList(int, File, Class<T>) - Constructor for class org.openimaj.twitter.collection.FileTwitterStatusList
 
fileType - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
fileType - Variable in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
FileType - Enum in org.openimaj.tools.clusterquantiser
Different file formats containing local features.
FILETYPE_KEY - Static variable in class org.openimaj.hadoop.tools.fastkmeans.ImageFeatureSelect
 
FileUtils - Class in org.openimaj.io
Utility methods for dealing with files on the filesystem
FileUtils() - Constructor for class org.openimaj.io.FileUtils
 
fill(double) - Method in class ch.akuhn.matrix.DenseMatrix
Fill with a constant
fill(Float) - Method in class org.openimaj.image.FImage
Fill this image with the given colour.
fill(float) - Method in class org.openimaj.image.FImage
Fill an image with the given colour
fill(Q) - Method in class org.openimaj.image.Image
Fill this image with the given colour.
fill(Float[]) - Method in class org.openimaj.image.MBFImage
 
fill(T[]) - Method in class org.openimaj.image.MultiBandImage
Fill this image with the given colour.
fill - Variable in class org.openimaj.image.processor.connectedcomponent.render.BoundingBoxRenderer
 
fill(Q) - Method in class org.openimaj.image.SingleBandImage
Fill this image with the given colour.
fill(Float[]) - Method in class org.openimaj.image.SVGImage
 
fill(int, double) - Static method in class org.openimaj.math.matrix.DiagonalMatrix
 
fill(double) - Method in class org.openimaj.math.matrix.JamaDenseMatrix
Fill the elements with a constant value.
fill(Matrix, double) - Static method in class org.openimaj.math.matrix.MatrixUtils
Fill a matrix with a constant value.
fill(double[][], double) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(double[], double, int, int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value from the start index for the length given
fill(double[], double) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(float[][], float) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(float[], float, int, int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value from the start index for the length given
fill(float[], float) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(int[][], int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(int[], int, int, int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value from the start index for the length given
fill(int[], int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(long[][], long) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(long[], long, int, int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value from the start index for the length given
fill(long[], long) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(byte[][], byte) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(byte[], byte, int, int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value from the start index for the length given
fill(byte[], byte) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(short[][], short) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(short[], short, int, int) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value from the start index for the length given
fill(short[], short) - Static method in class org.openimaj.util.array.ArrayUtils
Fill the array with the value
fill(int[]) - Static method in class org.openimaj.util.array.ArrayUtils
Fills the array with ordinal values
fillAnalysis(GeneralJSON) - Method in class org.openimaj.twitter.GeneralJSON
 
fillFromString(String) - Method in class org.openimaj.twitter.USMFStatus
Used by readASCII(), and available for external use to fill this USMFStatus with the information held in the line
fillMatrix_1D(int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 1D matrix with random numbers.
fillMatrix_1D(int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 1D matrix with random numbers.
fillMatrix_2D(int, int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_2D(int, int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_2D(int, int, double[][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_2D(int, int, float[][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 2D matrix with random numbers.
fillMatrix_3D(int, int, int, double[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
fillMatrix_3D(int, int, int, float[]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
fillMatrix_3D(int, int, int, double[][][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
fillMatrix_3D(int, int, int, float[][][]) - Static method in class edu.emory.mathcs.utils.IOUtils
Fills 3D matrix with random numbers.
fillUSMF(USMFStatus) - Method in class org.openimaj.twitter.GeneralJSON
This is the method that will be called by USMFStatus to fill itself with the matching values from the extending class.
fillUSMF(USMFStatus) - Method in class org.openimaj.twitter.GeneralJSONRDF
 
fillUSMF(USMFStatus) - Method in class org.openimaj.twitter.GeneralJSONTwitter
 
fillUSMF(USMFStatus) - Method in class org.openimaj.twitter.USMFStatus
 
filter(LocationFilter) - Method in class org.openimaj.feature.local.list.MemoryLocalFeatureList
Create a new list by applying a LocationFilter to all the elements of this list.
filter(String) - Method in class org.openimaj.hadoop.tools.twitter.JsonPathFilterSet
 
filter(FImage, int) - Static method in class org.openimaj.image.processing.algorithm.MaxFilter
Apply the filter some number of times to an image with the default 3x3 block support
filter(double) - Method in class org.openimaj.image.processing.resize.filters.BellFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.BlackmanFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.BoxFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.BSplineFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.CatmullRomFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.HammingFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.HanningFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.HermiteFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.Lanczos3Filter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.MitchellFilter
 
filter(double) - Method in class org.openimaj.image.processing.resize.filters.TriangleFilter
 
filter(double) - Method in interface org.openimaj.image.processing.resize.ResizeFilterFunction
The filter function.
filter(int) - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
Filter the cluster centroids be removing those with less than threshold items
filter(USMFStatus) - Method in class org.openimaj.tools.twitter.modes.filter.TwitterPreprocessingFilter
Whether the status should be filtered (i.e.
filter(Collection<Q>, Predicate<T>) - Static method in class org.openimaj.util.filter.FilterUtils
Filter a collection, returning the accepted items in an ArrayList .
filter(Collection<? extends T>, Collection<T>, Predicate<T>) - Static method in class org.openimaj.util.filter.FilterUtils
Filter a collection, storing the accepted items in the given output collection.
filter(Predicate<T>) - Method in class org.openimaj.util.stream.AbstractStream
 
filter(Predicate<T>) - Method in interface org.openimaj.util.stream.Stream
Transform the stream by creating a view that consists of only the items that match the given Predicate.
filterAmplitude - Variable in class org.openimaj.audio.filters.TriangularFilter
The height of the filter
FilterBank - Class in org.openimaj.image.processing.convolution.filterbank
A FilterBank is a set of convolution filters which can be applied to an image.
FilterBank(FConvolution[]) - Constructor for class org.openimaj.image.processing.convolution.filterbank.FilterBank
 
filterDuplicatePoints(List<Pair<Keypoint>>) - Static method in class org.openimaj.demos.DTConsistency
 
filterEdgesTransformed(Q, float, I, float) - Method in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
 
filteredIterator(Iterable<? extends T>, Predicate<T>) - Static method in class org.openimaj.util.filter.FilterUtils
Create an iterator that filters items from the given Iterable.
filteredIterator(Iterator<? extends T>, Predicate<T>) - Static method in class org.openimaj.util.filter.FilterUtils
Create an iterator that filters items from the given Iterator.
filteredIterator(T[], Predicate<T>) - Static method in class org.openimaj.util.filter.FilterUtils
Create an iterator that filters items from the given array.
FilteringObjectDetector<IMAGE extends Image<?,IMAGE>,DETECTED_OBJECT,FILTERED_OBJECT> - Class in org.openimaj.image.objectdetection
An ObjectDetector that wraps another ObjectDetector and performs filtering with a DetectionFilter.
FilteringObjectDetector(ObjectDetector<IMAGE, DETECTED_OBJECT>, DetectionFilter<DETECTED_OBJECT, FILTERED_OBJECT>) - Constructor for class org.openimaj.image.objectdetection.FilteringObjectDetector
Construct with the given detector and filter.
FilterSupport - Class in org.openimaj.image.processing.algorithm
Methods and statically defined templates for defining the support of local image filters.
FilterSupport() - Constructor for class org.openimaj.image.processing.algorithm.FilterSupport
 
FilterUtils - Class in org.openimaj.util.filter
Utilities for filtering collections by applying a Predicate.
FImage - Class in org.openimaj.image
Class representing a single-band floating-point image; that is an image where each pixel is represented by a floating-point number.
FImage(float[], int, int) - Constructor for class org.openimaj.image.FImage
Create an FImage from an array of floating point values with the given width and height.
FImage(double[], int, int) - Constructor for class org.openimaj.image.FImage
Create an FImage from an array of double values with the given width and height.
FImage(double[], int, int, int) - Constructor for class org.openimaj.image.FImage
Create an FImage from an array of double values with the given width and height.
FImage(float[][]) - Constructor for class org.openimaj.image.FImage
Create an FImage from an array of floating point values.
FImage(int, int) - Constructor for class org.openimaj.image.FImage
Create an empty FImage of the given size.
FImage(int[], int, int) - Constructor for class org.openimaj.image.FImage
Construct an FImage from an array of packed ARGB integers.
FImage(int[], int, int, ARGBPlane) - Constructor for class org.openimaj.image.FImage
Construct an FImage from an array of packed ARGB integers using the specified plane.
FImage2DoubleFV - Class in org.openimaj.image.feature
Transform an FImage into a DoubleFV.
FImage2DoubleFV() - Constructor for class org.openimaj.image.feature.FImage2DoubleFV
 
FImage2FloatFV - Class in org.openimaj.image.feature
Transform an FImage into a FloatFV.
FImage2FloatFV() - Constructor for class org.openimaj.image.feature.FImage2FloatFV
 
FIMAGE_EXTRACTOR - Static variable in class org.openimaj.stream.functions.ImageFromURL
Static instance of the ImageFromURL for extracting FImage s
FIMAGE_READER - Static variable in class org.openimaj.image.annotation.evaluation.datasets.CIFARDataset
Reader for getting the data as FImages
FIMAGE_READER - Static variable in class org.openimaj.image.ImageUtilities
FImageConvolveSeparable - Class in org.openimaj.image.processing.convolution
Image processor for separable convolution of an FImage.
FImageConvolveSeparable(float[], float[]) - Constructor for class org.openimaj.image.processing.convolution.FImageConvolveSeparable
Specify the horizontal kernel and vertical kernel separately.
FImageConvolveSeparable(float[]) - Constructor for class org.openimaj.image.processing.convolution.FImageConvolveSeparable
Specify a single kernel to be used as the horizontal and vertical.
FImageFileBackedVideo - Class in org.openimaj.video
A video backed by a image files on disk.
FImageFileBackedVideo(List<File>) - Constructor for class org.openimaj.video.FImageFileBackedVideo
Construct the video from the provided files.
FImageFileBackedVideo(List<File>, double) - Constructor for class org.openimaj.video.FImageFileBackedVideo
Construct the video from the provided files.
FImageFileBackedVideo(String, int, int) - Constructor for class org.openimaj.video.FImageFileBackedVideo
Construct videos from numbered files using the given format string and indices.
FImageGradients - Class in org.openimaj.image.processing.convolution
Image processor for calculating gradients and orientations using finite-differences.
FImageGradients() - Constructor for class org.openimaj.image.processing.convolution.FImageGradients
Default constructor using FImageGradients.Mode.Signed mode.
FImageGradients(FImageGradients.Mode) - Constructor for class org.openimaj.image.processing.convolution.FImageGradients
Construct using the given FImageGradients.Mode.
FImageGradients.Mode - Enum in org.openimaj.image.processing.convolution
Modes of operation for signed and unsigned orientations
FImageOptionHandler - Class in org.kohsuke.args4j
An OptionHandler that can provide a FImage from a file name.
FImageOptionHandler(CmdLineParser, OptionDef, Setter<? super FImage>) - Constructor for class org.kohsuke.args4j.FImageOptionHandler
Default constructor.
FImageReader - Class in org.openimaj.image.annotation.evaluation.datasets.cifar
BinaryReader for CIFAR data that converts the encoded rgb pixel values into an FImage (by unweighted averaging).
FImageReader(int, int) - Constructor for class org.openimaj.image.annotation.evaluation.datasets.cifar.FImageReader
Construct with the given image height and width.
FImageRenderer - Class in org.openimaj.image.renderer
ImageRenderer for FImage images.
FImageRenderer(FImage) - Constructor for class org.openimaj.image.renderer.FImageRenderer
Construct with given target image.
FImageRenderer(FImage, RenderHints) - Constructor for class org.openimaj.image.renderer.FImageRenderer
Construct with given target image and rendering hints.
FImageToMBFImageVideoTranslator - Class in org.openimaj.video.translator
Converts an FImage video into an MBFImage video.
FImageToMBFImageVideoTranslator(Video<FImage>) - Constructor for class org.openimaj.video.translator.FImageToMBFImageVideoTranslator
Create a translator using the input video.
finalFitCondition(int) - Method in class org.openimaj.math.model.fit.RANSAC.BestFitStoppingCondition
 
finalFitCondition(int) - Method in class org.openimaj.math.model.fit.RANSAC.NumberInliersStoppingCondition
 
finalFitCondition(int) - Method in class org.openimaj.math.model.fit.RANSAC.ProbabilisticMinInliersStoppingCondition
 
finalFitCondition(int) - Method in interface org.openimaj.math.model.fit.RANSAC.StoppingCondition
Should the model be considered to fit after the final iteration has passed?
finalise() - Method in class org.openimaj.text.nlp.namedentity.QuickIndexer
call IndexWriter.close()
finalize() - Method in class org.openimaj.hardware.kinect.KinectController
 
finalize() - Method in class org.openimaj.hardware.serial.SerialDevice
finalize() - Method in class org.openimaj.image.processing.face.recognition.benchmarking.dataset.TextFileDataset
 
finalize() - Method in class org.openimaj.video.capture.VideoCapture
 
finalize() - Method in class org.openimaj.vis.Visualisation3D
Closes the window and cleans up
finalOutput(HadoopTwitterTokenToolOptions) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.DFIDFTokenMode
 
finalOutput(HadoopTwitterTokenToolOptions) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.match.TokenMatchMode
 
finalOutput(HadoopTwitterTokenToolOptions) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.PairwiseMutualInformationMode
 
finalOutput(HadoopTwitterTokenToolOptions) - Method in interface org.openimaj.hadoop.tools.twitter.token.mode.TwitterTokenMode
Drive the provided output mode with the final product of the tool
FINANCE_DATA - Static variable in class org.openimaj.hadoop.tools.twitter.token.outputmode.correlation.CorrelateWordTimeSeries
 
find(K, long) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Search for the record identified by queryKey.
find(K) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Search for the record identified by queryKey.
find(Pixel) - Method in class org.openimaj.image.pixel.PixelSet
Returns whether the given pixel is within this connected component.
find(int, int) - Method in class org.openimaj.image.pixel.PixelSet
Returns whether the given coordinates are within this connected component.
find(T) - Method in class org.openimaj.util.set.DisjointSetForest
Search for the representative of the subset containing the element x.
findAllElements(String) - Method in class org.openimaj.web.ProgrammaticBrowser
Get all DOM elements matching the given CSS selector
findAndExport(K, String, long) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Find a record and write the value to a file.
findAndExport(K, FileSystem, Path, long) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Find a record and write the value to a file.
findArticleDate() - Method in class org.openimaj.web.readability.Readability
 
findArticleEncoding() - Method in class org.openimaj.web.readability.Readability
 
findArticleTitle() - Method in class org.openimaj.web.readability.Readability
Get the article title.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Item._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.abort_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.abort_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.confirm_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.confirm_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_version_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_version_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.peek_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.peek_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.put_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.Kestrel.put_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum net.lag.kestrel.thrift.QueueInfo._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Item._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.abort_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.abort_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.confirm_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.confirm_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_version_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_version_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.peek_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.peek_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.put_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.put_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum net.lag.kestrel.thrift.QueueInfo._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Item._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.abort_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.abort_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.confirm_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.confirm_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_version_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.get_version_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.peek_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.peek_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.put_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.Kestrel.put_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum net.lag.kestrel.thrift.QueueInfo._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findChildNodeIndex(Node, Node) - Method in class org.openimaj.web.readability.Readability
 
findChildNodesWithName(Node, String) - Method in class org.openimaj.web.readability.Readability
 
findClasses(Package) - Static method in class org.openimaj.util.reflection.ClassFinder
Scans all classes accessible from the context class loader which belong to the given package and sub-packages.
findClasses(String) - Static method in class org.openimaj.util.reflection.ClassFinder
Scans all classes accessible from the context class loader which belong to the given package and subpackages.
findClassesInDir(File, String) - Static method in class org.openimaj.util.reflection.ClassFinder
Recursive method to find all classes in a given directory and subdirs.
findClassesInJar(File, String) - Static method in class org.openimaj.util.reflection.ClassFinder
Finds all the classes in a given package or its subpackages within a jar file.
findComponents(FImage, float, ConnectedComponent.ConnectMode) - Method in enum org.openimaj.image.connectedcomponent.ConnectedComponentLabeler.Algorithm
Find the connected components in an image.
findComponents(FImage) - Method in class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
findComponents(FImage) - Method in class org.openimaj.image.connectedcomponent.GreyscaleConnectedComponentLabeler
findContours(FImage) - Static method in class org.openimaj.image.contour.SuzukiContourProcessor
Find contours in the given image and return the border
findContours(FImage, SuzukiContourProcessor) - Static method in class org.openimaj.image.contour.SuzukiContourProcessor
Detect borders hierarchically in this binary image.
findDefects(Polygon) - Static method in class org.openimaj.math.geometry.shape.algorithm.ConvexityDefect
Find the defects of the given polygon.
findDefects(Polygon, Polygon) - Static method in class org.openimaj.math.geometry.shape.algorithm.ConvexityDefect
Find the defects of the given polygon, based on the given convex hull
finder(MultiscaleInterestPointDetector<T>, IPDSelectionMode) - Method in class org.openimaj.image.feature.local.engine.ipd.FinderMode.Basic
 
finder(MultiscaleInterestPointDetector<T>, IPDSelectionMode) - Method in class org.openimaj.image.feature.local.engine.ipd.FinderMode.Characteristic
 
finder(MultiscaleInterestPointDetector<T>, IPDSelectionMode) - Method in interface org.openimaj.image.feature.local.engine.ipd.FinderMode
Given a detector and the selection pmode
finder(MultiscaleInterestPointDetector<T>, IPDSelectionMode) - Method in class org.openimaj.image.feature.local.engine.ipd.FinderMode.Logging
 
FinderMode<T extends InterestPointData> - Interface in org.openimaj.image.feature.local.engine.ipd
The type of finder to use
FinderMode.Basic<T extends InterestPointData> - Class in org.openimaj.image.feature.local.engine.ipd
An OctaveInterestPointFinder is considered the most basic.
FinderMode.Characteristic<T extends InterestPointData> - Class in org.openimaj.image.feature.local.engine.ipd
The characteristic finder throws away ellipses that are basically the same, keeping the strongest one.
FinderMode.Logging<T extends InterestPointData> - Class in org.openimaj.image.feature.local.engine.ipd
A logging logs as well as finding points.
findFeatures(FImage) - Method in class org.openimaj.image.feature.local.engine.ALTDoGSIFTEngine
 
findFeatures(FImage) - Method in class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
 
findFeatures(MBFImage) - Method in class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
 
findFeatures(FImage) - Method in class org.openimaj.image.feature.local.engine.BasicGridSIFTEngine
 
findFeatures(MBFImage) - Method in class org.openimaj.image.feature.local.engine.DoGColourSIFTEngine
 
findFeatures(MBFImage, FImage) - Method in class org.openimaj.image.feature.local.engine.DoGColourSIFTEngine
Find DoG interest points in the given luminance image, but extract the SIFT features from the colour image.
findFeatures(FImage) - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngine
 
findFeatures(IMAGE) - Method in interface org.openimaj.image.feature.local.engine.Engine
Find local features in the given image and return them.
findFeatures(FImage) - Method in class org.openimaj.image.feature.local.engine.ipd.AbstractIPDSIFTEngine
Find the interest points using the provided detector and extract a SIFT descriptor per point.
findFeatures(FImage) - Method in class org.openimaj.image.feature.local.engine.MinMaxDoGSIFTEngine
 
findFeaturesInternal(MBFImage) - Method in class org.openimaj.image.feature.local.engine.DoGColourSIFTEngine
 
findFirstElement(String) - Method in class org.openimaj.web.ProgrammaticBrowser
Get the first DOM element corresponding to the given CSS selector
findInterestPoints(FImage) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
findInterestPoints(FImage, Rectangle) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
findInterestPoints(FImage) - Method in class org.openimaj.image.feature.local.interest.AffineAdaption
 
findInterestPoints(FImage, Rectangle) - Method in class org.openimaj.image.feature.local.interest.AffineAdaption
 
findInterestPoints(FImage) - Method in interface org.openimaj.image.feature.local.interest.InterestPointDetector
Find the interest points in an image
findInterestPoints(FImage, Rectangle) - Method in interface org.openimaj.image.feature.local.interest.InterestPointDetector
Find the interest points in an image
findInterestPoints(FImage) - Method in class org.openimaj.workinprogress.LOCKY
 
findInterestPoints(FImage, Rectangle) - Method in class org.openimaj.workinprogress.LOCKY
 
findKeypoints(FImage) - Method in class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Find the features as a list of Keypoint objects
findKeypoints(FImage, AffineParams) - Method in class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Find the features of a single simulation as a list of Keypoint objects
findKeypoints(MBFImage) - Method in class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Find the features as a list of Keypoint objects
findKeypoints(MBFImage, AffineParams) - Method in class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Find the features of a single simulation as a list of Keypoint objects
findKeypointsMapped(FImage) - Method in class org.openimaj.image.feature.local.engine.asift.ASIFTEngine
Find the features and return the resultant features in a per-simulation format.
findKeypointsMapped(MBFImage) - Method in class org.openimaj.image.feature.local.engine.asift.ColourASIFTEngine
Find the features and return the resultant features in a per-simulation format.
findLetters(List<ConnectedComponent>, FImage, FImage, SWTTextDetector.Options) - Static method in class org.openimaj.image.text.extraction.swt.LetterCandidate
Filter the components to find likely letter candidates.
findMatch(T, List<T>) - Method in class org.openimaj.feature.local.matcher.BasicTwoWayMatcher
This searches through the keypoints in klist for the closest match to key.
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.BasicMatcher
 
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.BasicTwoWayMatcher
 
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
 
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.consistent.LocalConsistentKeypointMatcher
 
findMatches(List<T>) - Method in interface org.openimaj.feature.local.matcher.consistent.ModelFittingLocalFeatureMatcher
Attempt to find matches between the model features from the database, and given query features and learn the parameters of the underlying model that links the two sets of features.
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.FastBasicKeypointMatcher
Given a pair of images and their keypoints, pick the first keypoint from one image and find its closest match in the second set of keypoints.
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.FastEuclideanKeypointMatcher
 
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.FastLimitedBasicKeypointMatcher
 
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.FastLimitedEuclideanKeypointMatcher
 
findMatches(List<T>) - Method in interface org.openimaj.feature.local.matcher.LocalFeatureMatcher
Attempt to find matches between the model features from the database, and given query features.
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.MultipleMatchesMatcher
 
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.quantised.BasicQuantisedKeypointMatcher
 
findMatches(List<T>) - Method in class org.openimaj.feature.local.matcher.VotingKeypointMatcher
 
findMaxClassCount(int[], Map<Integer, Integer>) - Static method in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterAnalyserUtils
 
findMaximum(Rectangle) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
findModelNeighbours(T) - Method in class org.openimaj.feature.local.matcher.VotingKeypointMatcher
 
findNearestNeighbour(byte[]) - Method in class org.openimaj.util.tree.IncrementalByteKDTree
Find the nearest neighbour.
findNearestNeighbour(double[]) - Method in class org.openimaj.util.tree.IncrementalDoubleKDTree
Find the nearest neighbour.
findNearestNeighbour(float[]) - Method in class org.openimaj.util.tree.IncrementalFloatKDTree
Find the nearest neighbour.
findNearestNeighbour(int[]) - Method in class org.openimaj.util.tree.IncrementalIntKDTree
Find the nearest neighbour.
findNearestNeighbour(long[]) - Method in class org.openimaj.util.tree.IncrementalLongKDTree
Find the nearest neighbour.
findNearestNeighbour(short[]) - Method in class org.openimaj.util.tree.IncrementalShortKDTree
Find the nearest neighbour.
findNearestNeighbours(byte[], int) - Method in class org.openimaj.util.tree.IncrementalByteKDTree
Find the K nearest neighbours.
findNearestNeighbours(double[], int) - Method in class org.openimaj.util.tree.IncrementalDoubleKDTree
Find the K nearest neighbours.
findNearestNeighbours(float[], int) - Method in class org.openimaj.util.tree.IncrementalFloatKDTree
Find the K nearest neighbours.
findNearestNeighbours(int[], int) - Method in class org.openimaj.util.tree.IncrementalIntKDTree
Find the K nearest neighbours.
findNearestNeighbours(long[], int) - Method in class org.openimaj.util.tree.IncrementalLongKDTree
Find the K nearest neighbours.
findNearestNeighbours(short[], int) - Method in class org.openimaj.util.tree.IncrementalShortKDTree
Find the K nearest neighbours.
findParts(FImage[]) - Method in class org.openimaj.image.processing.face.detection.keypoints.FacialKeypointExtractor
 
findRecursive(File, FilenameFilter) - Static method in class org.openimaj.io.FileUtils
Using File.listFiles(FilenameFilter) find a file in the directory recursively (i.e.
findSubPixCorner(FImage, Point2d) - Method in class org.openimaj.image.feature.local.interest.SubPixelCorners
Find the sub-pixel estimated position of a corner
findSubPixCorners(FImage, List<? extends Point2d>) - Method in class org.openimaj.image.feature.local.interest.SubPixelCorners
Find the sub-pixel estimated position of each corner
finish(ExperimentContext) - Method in interface org.openimaj.experiment.RunnableExperiment
Finalise the experiment, possibly writing the results, cleaning up, etc.
finish() - Method in class org.openimaj.image.contour.Contour
Complete this contour by computing it's bounding box
finish() - Method in class org.openimaj.image.feature.local.detector.ipd.finder.CharacteristicOctaveInterestPointFinder
 
finish() - Method in class org.openimaj.image.feature.local.detector.ipd.finder.LoggingOctaveInterestPointFinder
 
finish() - Method in class org.openimaj.image.feature.local.detector.ipd.finder.OctaveInterestPointFinder
Once all the features have been detected, do something (default: nothing)
finish(ExperimentContext) - Method in class org.openimaj.image.processing.face.recognition.benchmarking.CrossValidationBenchmark
 
finish(StormToolOptions) - Method in class org.openimaj.rdf.storm.tool.topology.LocalTopologyMode
 
finish(StormToolOptions) - Method in class org.openimaj.rdf.storm.tool.topology.StormTopologyMode
 
finish(StormToolOptions) - Method in interface org.openimaj.rdf.storm.tool.topology.TopologyMode
After everything else in the tool is done, what should happen?
finished(Job) - Method in class org.openimaj.hadoop.mapreduce.stage.Stage
Called when the stage's job is completed.
finished(Job) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.PairMutualInformation
 
finished() - Method in interface org.openimaj.picslurper.output.OutputListener
When the picslurper is done
finished() - Method in class org.openimaj.picslurper.output.TrendDetectionOutputListener
 
finished() - Method in class org.openimaj.picslurper.output.ZMQOutputListener
 
fireAfterPlay(SampleChunk) - Method in class org.openimaj.audio.AudioPlayer
Fires an event that says the samples have been played.
fireAnimationEvent() - Method in class org.openimaj.vis.video.VideoBarVisualisation
Fire an event to say a new vis update is available
fireAnimationEvent() - Method in class org.openimaj.vis.world.WorldMap
Fire the animation event
fireAudioAvailable() - Method in class org.openimaj.audio.AudioGrabber
Fire the event and audio is now available
fireAudioAvailable() - Method in class org.openimaj.audio.JavaSoundAudioGrabber
Fire the event and audio is now available
fireAudioEnded(AudioStream) - Method in class org.openimaj.audio.AudioPlayer
Fires the audio ended event to the listeners.
fireBeforePlay(SampleChunk) - Method in class org.openimaj.audio.AudioPlayer
Fires an event that says the samples will be played.
fireBeforeUpdate(T) - Method in class org.openimaj.video.VideoDisplay
Fire the event to the video listeners that a frame is about to be displayed on the video.
fired - Variable in class org.openimaj.time.Sequencer.SequencerEvent
Whether the event has already been fired.
fireDataReceived(String[]) - Method in class org.openimaj.hardware.serial.SerialReader
Fire multiple events: one for each parsed string.
fireDifferentialCalculated(VideoTimecode, double, I) - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Fired each time a differential is calculated between frames.
fireSerialDataEvent(String) - Method in class org.openimaj.hardware.serial.SerialDevice
Fires the serial data event when data is received on the port.
fireShotDetected(ShotBoundary<I>, VideoKeyframe<I>) - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Fire the event to the listeners that a new shot has been detected.
fireStateChanged() - Method in class org.openimaj.video.VideoDisplay
Fire the state changed event
fireSynthQuiet() - Method in class org.openimaj.audio.generation.Synthesizer
Fired when the synth finished the release phase.
fireVideoEndEvent() - Method in class org.openimaj.video.VideoDisplay
Fire the event that says the video is at the end.
fireVideoStartEvent() - Method in class org.openimaj.video.VideoDisplay
Fire the event that says the video is at the start.
fireVideoUpdate() - Method in class org.openimaj.video.VideoDisplay
Fire the event to the video listeners that a frame has been put on the display
FIRFilter - Class in org.openimaj.audio.filters
FIR filter is a multiplication of the frequency domain of a signal with the frequency domain of a filter.
FIRFilter(AudioStream) - Constructor for class org.openimaj.audio.filters.FIRFilter
 
first - Variable in class org.openimaj.util.pair.ByteBytePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ByteDoublePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ByteFloatPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ByteIntPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ByteLongPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ByteObjectPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ByteShortPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.DoubleBytePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.DoubleDoublePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.DoubleFloatPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.DoubleIntPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.DoubleLongPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.DoubleObjectPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.DoubleShortPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.FloatBytePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.FloatDoublePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.FloatFloatPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.FloatIntPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.FloatLongPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.FloatObjectPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.FloatShortPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.IntBytePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.IntDoublePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.IntFloatPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.IntIntPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.IntLongPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.IntObjectPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.IntShortPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.LongBytePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.LongDoublePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.LongFloatPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.LongIntPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.LongLongPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.LongObjectPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.LongShortPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ObjectBytePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ObjectDoublePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ObjectFloatPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ObjectIntPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ObjectLongPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ObjectShortPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ShortBytePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ShortDoublePair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ShortFloatPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ShortIntPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ShortLongPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ShortObjectPair
The first element of the pair
first - Variable in class org.openimaj.util.pair.ShortShortPair
The first element of the pair
first_bound - Variable in class org.openimaj.math.geometry.shape.util.polygon.LmtNode
Pointer to bound list
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteBytePair
Comparator for comparing the first element of a ByteBytePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteDoublePair
Comparator for comparing the first element of a ByteDoublePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteFloatPair
Comparator for comparing the first element of a ByteFloatPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteIntPair
Comparator for comparing the first element of a ByteIntPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteLongPair
Comparator for comparing the first element of a ByteLongPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteShortPair
Comparator for comparing the first element of a ByteShortPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleBytePair
Comparator for comparing the first element of a DoubleBytePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleDoublePair
Comparator for comparing the first element of a DoubleDoublePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleFloatPair
Comparator for comparing the first element of a DoubleFloatPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleIntPair
Comparator for comparing the first element of a DoubleIntPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleLongPair
Comparator for comparing the first element of a DoubleLongPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleShortPair
Comparator for comparing the first element of a DoubleShortPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatBytePair
Comparator for comparing the first element of a FloatBytePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatDoublePair
Comparator for comparing the first element of a FloatDoublePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatFloatPair
Comparator for comparing the first element of a FloatFloatPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatIntPair
Comparator for comparing the first element of a FloatIntPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatLongPair
Comparator for comparing the first element of a FloatLongPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatShortPair
Comparator for comparing the first element of a FloatShortPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntBytePair
Comparator for comparing the first element of a IntBytePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntDoublePair
Comparator for comparing the first element of a IntDoublePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntFloatPair
Comparator for comparing the first element of a IntFloatPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntIntPair
Comparator for comparing the first element of a IntIntPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntLongPair
Comparator for comparing the first element of a IntLongPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntShortPair
Comparator for comparing the first element of a IntShortPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongBytePair
Comparator for comparing the first element of a LongBytePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongDoublePair
Comparator for comparing the first element of a LongDoublePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongFloatPair
Comparator for comparing the first element of a LongFloatPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongIntPair
Comparator for comparing the first element of a LongIntPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongLongPair
Comparator for comparing the first element of a LongLongPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongShortPair
Comparator for comparing the first element of a LongShortPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortBytePair
Comparator for comparing the first element of a ShortBytePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortDoublePair
Comparator for comparing the first element of a ShortDoublePair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortFloatPair
Comparator for comparing the first element of a ShortFloatPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortIntPair
Comparator for comparing the first element of a ShortIntPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortLongPair
Comparator for comparing the first element of a ShortLongPair in ascending order.
FIRST_ITEM_ASCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortShortPair
Comparator for comparing the first element of a ShortShortPair in ascending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteBytePair
Comparator for comparing the first element of a ByteBytePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteDoublePair
Comparator for comparing the first element of a ByteDoublePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteFloatPair
Comparator for comparing the first element of a ByteFloatPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteIntPair
Comparator for comparing the first element of a ByteIntPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteLongPair
Comparator for comparing the first element of a ByteLongPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ByteShortPair
Comparator for comparing the first element of a ByteShortPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleBytePair
Comparator for comparing the first element of a DoubleBytePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleDoublePair
Comparator for comparing the first element of a DoubleDoublePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleFloatPair
Comparator for comparing the first element of a DoubleFloatPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleIntPair
Comparator for comparing the first element of a DoubleIntPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleLongPair
Comparator for comparing the first element of a DoubleLongPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.DoubleShortPair
Comparator for comparing the first element of a DoubleShortPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatBytePair
Comparator for comparing the first element of a FloatBytePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatDoublePair
Comparator for comparing the first element of a FloatDoublePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatFloatPair
Comparator for comparing the first element of a FloatFloatPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatIntPair
Comparator for comparing the first element of a FloatIntPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatLongPair
Comparator for comparing the first element of a FloatLongPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.FloatShortPair
Comparator for comparing the first element of a FloatShortPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntBytePair
Comparator for comparing the first element of a IntBytePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntDoublePair
Comparator for comparing the first element of a IntDoublePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntFloatPair
Comparator for comparing the first element of a IntFloatPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntIntPair
Comparator for comparing the first element of a IntIntPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntLongPair
Comparator for comparing the first element of a IntLongPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.IntShortPair
Comparator for comparing the first element of a IntShortPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongBytePair
Comparator for comparing the first element of a LongBytePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongDoublePair
Comparator for comparing the first element of a LongDoublePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongFloatPair
Comparator for comparing the first element of a LongFloatPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongIntPair
Comparator for comparing the first element of a LongIntPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongLongPair
Comparator for comparing the first element of a LongLongPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.LongShortPair
Comparator for comparing the first element of a LongShortPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortBytePair
Comparator for comparing the first element of a ShortBytePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortDoublePair
Comparator for comparing the first element of a ShortDoublePair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortFloatPair
Comparator for comparing the first element of a ShortFloatPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortIntPair
Comparator for comparing the first element of a ShortIntPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortLongPair
Comparator for comparing the first element of a ShortLongPair in descending order.
FIRST_ITEM_DESCENDING_COMPARATOR - Static variable in class org.openimaj.util.pair.ShortShortPair
Comparator for comparing the first element of a ShortShortPair in descending order.
first_name - Variable in class orgrdfs.sioc.ns.UserAccountImpl
First (real) name of this User.
FirstBandDoGOctave - Class in org.openimaj.image.feature.local.detector.dog.pyramid
A FirstBandDoGOctave works like a DoGOctave, but with an MBFImage, however, only the first band of the MBFImage is used to build the DoG pyramid.
FirstBandDoGOctave(GaussianPyramid<FImage>, float) - Constructor for class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctave
Construct a Difference of Gaussian octave with the provided parent Pyramid and octaveSize.
FirstBandDoGOctaveExtremaFinder - Class in org.openimaj.image.feature.local.detector.dog.pyramid
FirstBandDoGOctaveExtremaFinder(OctaveInterestPointFinder<GaussianOctave<FImage>, FImage>) - Constructor for class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder
Construct with the given finder.
FirstBandDoGOctaveExtremaFinder(OctaveInterestPointFinder<GaussianOctave<FImage>, FImage>, OctaveInterestPointListener<GaussianOctave<MBFImage>, MBFImage>) - Constructor for class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder
Construct with the given finder and listener.
firstCheck(float, int, int, int, FImage[]) - Method in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
Perform the first of the checks that determine whether a point is a valid interest point.
firstCheck(float, int, int, int, FImage[]) - Method in class org.openimaj.image.feature.local.detector.pyramid.BasicOctaveExtremaFinder
 
firstCommonEdges - Variable in class org.openimaj.demos.DTConsistency.DTConsistencyInfo
 
firstNonNull(T[]) - Static method in class org.openimaj.util.array.ArrayUtils
Return the first non-null item from an array.
firstObject() - Method in class org.openimaj.util.pair.IndependentPair
 
firstTrianglulation - Variable in class org.openimaj.demos.DTConsistency.DTConsistencyInfo
 
FirstValueInitStrat - Class in org.openimaj.ml.linear.learner.init
Completely ignores desired dimensions and returns the first Y value seen
FirstValueInitStrat() - Constructor for class org.openimaj.ml.linear.learner.init.FirstValueInitStrat
 
firstVertex() - Method in class org.openimaj.math.geometry.shape.Triangle
 
FisherFaceFeature - Class in org.openimaj.image.processing.face.feature
A FacialFeature for FisherFaces.
FisherFaceFeature() - Constructor for class org.openimaj.image.processing.face.feature.FisherFaceFeature
 
FisherFaceFeature(DoubleFV) - Constructor for class org.openimaj.image.processing.face.feature.FisherFaceFeature
Construct the FisherFaceFeature with the given feature vector.
FisherFaceFeature.Extractor<T extends DetectedFace> - Class in org.openimaj.image.processing.face.feature
A FacialFeatureExtractor for producing FisherFaces.
FisherFaceRecogniser<FACE extends DetectedFace,PERSON> - Class in org.openimaj.image.processing.face.recognition
Implementation of a FaceRecogniser based on Fisherfaces.
FisherFaceRecogniser() - Constructor for class org.openimaj.image.processing.face.recognition.FisherFaceRecogniser
 
FisherFaceRecogniser(FisherFaceFeature.Extractor<FACE>, FaceRecogniser<FACE, PERSON>) - Constructor for class org.openimaj.image.processing.face.recognition.FisherFaceRecogniser
Construct with the given feature extractor and underlying FaceRecogniser.
FisherFaceRecogniser(FisherFaceFeature.Extractor<FACE>, IncrementalAnnotator<FACE, PERSON>) - Constructor for class org.openimaj.image.processing.face.recognition.FisherFaceRecogniser
Construct with the given feature extractor and underlying IncrementalAnnotator.
FisherImages - Class in org.openimaj.image.model
Implementation of Fisher Images (aka "FisherFaces").
FisherImages(int) - Constructor for class org.openimaj.image.model.FisherImages
Construct with the given number of components.
FisherTesting - Class in org.openimaj.demos
 
FisherTesting() - Constructor for class org.openimaj.demos.FisherTesting
 
FisherVector<T> - Class in org.openimaj.image.feature.local.aggregate
Implementation of the Fisher Vector (FV) encoding scheme.
FisherVector(MixtureOfGaussians, boolean, boolean) - Constructor for class org.openimaj.image.feature.local.aggregate.FisherVector
Construct with the given mixture of Gaussians and optional improvement steps.
FisherVector(MixtureOfGaussians) - Constructor for class org.openimaj.image.feature.local.aggregate.FisherVector
Construct the standard Fisher Vector encoder with the given mixture of Gaussians.
FisherVector(MixtureOfGaussians, boolean) - Constructor for class org.openimaj.image.feature.local.aggregate.FisherVector
Construct the Fisher Vector encoder with the given mixture of Gaussians and the optional improvement steps (in the sense of the VLFeat documentation).
fit(FImage, int[], int, double, double) - Method in class com.jsaragih.CLM
Fit the model to the image
fit(I, PointList) - Method in class org.openimaj.image.model.asm.ActiveShapeModel
Iteratively apply ActiveShapeModel.performIteration(Image, PointList) until the maximum number of iterations is exceeded, or the number of points that moved less than 0.5 of their maximum distance in an iteration is less than the target inlier percentage.
fit - Variable in class org.openimaj.image.model.asm.ActiveShapeModel.IterationResult
The percentage of points that moved less than 50% of their allowed distance
fit(I, PointList) - Method in class org.openimaj.image.model.asm.MultiResolutionActiveShapeModel
Perform multi-resolution fitting of the initial shape to the initial image.
fitData(List<? extends IndependentPair<Point2d, Point2d>>) - Method in class org.openimaj.math.geometry.transforms.estimation.RobustAffineTransformEstimator
 
fitData(List<? extends IndependentPair<Point2d, Point2d>>) - Method in class org.openimaj.math.geometry.transforms.estimation.RobustFundamentalEstimator
 
fitData(List<? extends IndependentPair<Point2d, Point2d>>) - Method in class org.openimaj.math.geometry.transforms.estimation.RobustHomographyEstimator
 
fitData(List<? extends IndependentPair<I, D>>) - Method in class org.openimaj.math.model.fit.LMedS
 
fitData(List<? extends IndependentPair<I, D>>) - Method in interface org.openimaj.math.model.fit.ModelFitting
Attempt to fit the given data to the model.
fitData(List<? extends IndependentPair<I, D>>) - Method in class org.openimaj.math.model.fit.RANSAC
 
fitData(List<? extends IndependentPair<I, D>>) - Method in class org.openimaj.math.model.fit.SimpleModelFitting
 
fitModel(PointList) - Method in class org.openimaj.math.geometry.shape.PointDistributionModel
Determine the best parameters of the PDM for the given model.
fixAxis(int) - Method in class org.openimaj.vis.general.BarVisualisation
Fix the x-axis to the given position in pixels.
fixAxis(int) - Method in class org.openimaj.vis.general.BarVisualisationBasic
Fix the x-axis to the given position in pixels.
FixedChooser - Class in org.openimaj.ml.annotation.basic.util
Always choose the same (fixed) number of annotations
FixedChooser(int) - Constructor for class org.openimaj.ml.annotation.basic.util.FixedChooser
Construct with the given number of annotations.
FixedDataGenerator<X,Y> - Class in org.openimaj.ml.linear.data
 
FixedDataGenerator(List<IndependentPair<X, Y>>) - Constructor for class org.openimaj.ml.linear.data.FixedDataGenerator
 
fixedges(String) - Static method in class org.openimaj.text.nlp.patterns.EdgePunctuationPatternProvider
pads start/end brackets with a space so they can be correctly matched while not screwing up the rest of the text
FixedHOGStrategy - Class in org.openimaj.image.feature.dense.gradient.binning
Implementation of an SpatialBinningStrategy that extracts normalised HOG features in the style defined by Dalal and Triggs.
FixedHOGStrategy(int, int, FixedHOGStrategy.BlockNormalisation) - Constructor for class org.openimaj.image.feature.dense.gradient.binning.FixedHOGStrategy
Construct with square cells of the given size (in pixels).
FixedHOGStrategy(int, int, int, FixedHOGStrategy.BlockNormalisation) - Constructor for class org.openimaj.image.feature.dense.gradient.binning.FixedHOGStrategy
Construct with square cells of the given size (in pixels).
FixedHOGStrategy(int, int, int, int, int, int, FixedHOGStrategy.BlockNormalisation) - Constructor for class org.openimaj.image.feature.dense.gradient.binning.FixedHOGStrategy
Construct with square cells of the given size (in pixels).
FixedHOGStrategy.BlockNormalisation - Enum in org.openimaj.image.feature.dense.gradient.binning
Block normalisation schemes
FixedResizeProcessor - Class in org.openimaj.image.processing.resize
A copy of the ResizeProcessor which speeds up the resize operation between images of a given size to another fixed size by caching the contribution calculations
FixedResizeProcessor(float, float, float, float, ResizeFilterFunction) - Constructor for class org.openimaj.image.processing.resize.FixedResizeProcessor
Construct a fixed resize processor that will rescale the image to the given width and height with the given filter function.
FixedResizeProcessor(float, float, float, float) - Constructor for class org.openimaj.image.processing.resize.FixedResizeProcessor
Construct a fixed resize processor that will rescale the image to the given width and height with the default filter function.
FixedResizeProcessor(FImage, int, int) - Constructor for class org.openimaj.image.processing.resize.FixedResizeProcessor
 
fixedSize - Variable in class org.openimaj.image.feature.global.Gist
 
FixedSizeBlockingChunkPartitioner<T> - Class in org.openimaj.util.parallel.partition
A FixedSizeBlockingChunkPartitioner dynamically partitions data into chunks of a fixed length.
FixedSizeBlockingChunkPartitioner(Queue<T>) - Constructor for class org.openimaj.util.parallel.partition.FixedSizeBlockingChunkPartitioner
Construct with data in the form of a Queue.
FixedSizeBlockingChunkPartitioner(Queue<T>, int) - Constructor for class org.openimaj.util.parallel.partition.FixedSizeBlockingChunkPartitioner
Construct with data in the form of an Queue and the given number of items per chunk.
FixedSizeChunkPartitioner<T> - Class in org.openimaj.util.parallel.partition
A FixedSizeChunkPartitioner dynamically partitions data into chunks of a fixed length.
FixedSizeChunkPartitioner(Iterable<T>) - Constructor for class org.openimaj.util.parallel.partition.FixedSizeChunkPartitioner
Construct with data in the form of an Iterable.
FixedSizeChunkPartitioner(Iterable<T>, int) - Constructor for class org.openimaj.util.parallel.partition.FixedSizeChunkPartitioner
Construct with data in the form of an Iterable and the given number of items per chunk.
FixedSizeSampleAudioProcessor - Class in org.openimaj.audio.processor
Provides an audio processor that will process sample chunks of specific sizes when the incoming stream's sample chunk size is unknown.
FixedSizeSampleAudioProcessor(int) - Constructor for class org.openimaj.audio.processor.FixedSizeSampleAudioProcessor
Create processor that will process chunks of the given size.
FixedSizeSampleAudioProcessor(AudioStream, int) - Constructor for class org.openimaj.audio.processor.FixedSizeSampleAudioProcessor
Create processor that will process chunks of the given size.
FixedSizeSampleAudioProcessor(int, int) - Constructor for class org.openimaj.audio.processor.FixedSizeSampleAudioProcessor
Constructor that takes the size of the window and the size of the window overlap.
FixedSizeSampleAudioProcessor(AudioStream, int, int) - Constructor for class org.openimaj.audio.processor.FixedSizeSampleAudioProcessor
Chainable constructor that takes the size of the window and the number of samples overlap.
FKEFaceDetector - Class in org.openimaj.image.processing.face.detection.keypoints
F(rontal)K(eypoint)E(nriched)FaceDetector uses an underlying face detector to detect frontal faces in an image, and then looks for facial keypoints within the detections.
FKEFaceDetector() - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
Default constructor.
FKEFaceDetector(int) - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
Construct with a standard HaarCascadeDetector and the given minimum search size.
FKEFaceDetector(float) - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
Default constructor.
FKEFaceDetector(int, float) - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
Construct with a standard HaarCascadeDetector and the given minimum search size, and the given scale-factor for extracting the face patch.
FKEFaceDetector(FaceDetector<? extends DetectedFace, FImage>) - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
Construct with the given underlying (frontal) face detector.
FKEFaceDetector(FaceDetector<? extends DetectedFace, FImage>, float) - Constructor for class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
Construct with the given underlying (frontal) face detector, and the given scale-factor for extracting the face patch.
flag - Variable in class org.openimaj.image.processing.restoration.inpainting.AbstractFMMInpainter
The working flag image
flag - Variable in class org.openimaj.stream.provider.WikipediaEditsDataset.WikipediaEdit
The raw flags
flags - Variable in class org.openimaj.web.readability.Readability
 
FLASH - Static variable in class org.openimaj.workinprogress.SignProgrammer
 
flatten() - Method in class org.openimaj.image.MBFImage
 
flatten() - Method in class org.openimaj.image.MultiBandImage
Flatten the bands into a single band using the average value of the pixels at each location.
flatten() - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
In some way flatten the held time series such that the output is:
flatten() - Method in class org.openimaj.ml.timeseries.series.DoubleSynchronisedTimeSeriesCollection
 
flattenClassStructure - Variable in class org.openimaj.rdf.owl2java.Generator.GeneratorOptions
Whether to flatten the properties in the class structure
flattenListGroupedDataset(GroupedDataset<ANN, ? extends ListDataset<List<INSTANCE>>, ? extends List<INSTANCE>>) - Static method in class org.openimaj.experiment.dataset.util.DatasetAdaptors
if you have a grouped dataset where the groups contains lists of feature objects (i.e.
flattenMax() - Method in class org.openimaj.image.MBFImage
 
flattenMax() - Method in class org.openimaj.image.MultiBandImage
Flatten the bands into a single band by selecting the maximum value pixel from each band.
FleissInterraterAgreement - Class in org.openimaj.experiment.evaluation.agreement
Calculates Fleiss inter-rater agreement - a version of Cohen's kappa that works with multiple raters.
FleissInterraterAgreement() - Constructor for class org.openimaj.experiment.evaluation.agreement.FleissInterraterAgreement
 
FlexibleHOGStrategy - Class in org.openimaj.image.feature.dense.gradient.binning
A SpatialBinningStrategy very much like the FixedHOGStrategy, but with flexibly sized cells that grow/shrink such that the number of cells in any given window is constant.
FlexibleHOGStrategy(int, int, int) - Constructor for class org.openimaj.image.feature.dense.gradient.binning.FlexibleHOGStrategy
Construct with the given number of cells per window (or image).
FlexibleHOGStrategy(int, int, int, FixedHOGStrategy.BlockNormalisation) - Constructor for class org.openimaj.image.feature.dense.gradient.binning.FlexibleHOGStrategy
Construct with the given number of cells per window (or image).
FlexibleHOGStrategy(int, int, int, int, FixedHOGStrategy.BlockNormalisation) - Constructor for class org.openimaj.image.feature.dense.gradient.binning.FlexibleHOGStrategy
Construct with the given number of cells per window (or image).
FlexibleHOGStrategy(int, int, int, int, int, int, FixedHOGStrategy.BlockNormalisation) - Constructor for class org.openimaj.image.feature.dense.gradient.binning.FlexibleHOGStrategy
Construct with the given number of cells per window (or image).
flickr - Variable in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection
 
FlickrAPIToken - Class in org.openimaj.util.api.auth.common
An authentication token for the Flickr API.
FlickrAPIToken() - Constructor for class org.openimaj.util.api.auth.common.FlickrAPIToken
Construct an empty token.
FlickrAPIToken(String, String) - Constructor for class org.openimaj.util.api.auth.common.FlickrAPIToken
Construct a token with the given parameters.
FlickrBaseEncoder - Class in org.openimaj.web.flickr
For Flickr's URL shortening
FlickrBaseEncoder() - Constructor for class org.openimaj.web.flickr.FlickrBaseEncoder
 
FlickrImage - Class in org.openimaj.web.flickr
A wrapper for Flickr images, and their URLs and what not.
FlickrImage(long, int, int, String, char, String) - Constructor for class org.openimaj.web.flickr.FlickrImage
 
FlickrImageDataset<IMAGE extends Image<?,IMAGE>> - Class in org.openimaj.image.dataset
Class to dynamically create image datasets from flickr through various api calls.
FlickrImageDataset(InputStreamObjectReader<IMAGE>, List<Photo>) - Constructor for class org.openimaj.image.dataset.FlickrImageDataset
 
FlickrImageDataset.Size - Enum in org.openimaj.image.dataset
Possible sizes of image from flickr.
FlickrPhotoCollection() - Constructor for class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.FlickrPhotoCollection
 
FlickrPhotoSet() - Constructor for class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.FlickrPhotoSet
 
flickrProcess(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.FlickrPhotoCollection
 
flickrProcess(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.FlickrPhotoSet
 
flickrProcess(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection
 
flickrProcess(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.Gallery
 
flickrUseable(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.FlickrPhotoCollection
 
flickrUseable(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.FlickrPhotoSet
 
flickrUseable(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection
 
flickrUseable(String) - Method in class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.Gallery
 
FlickrWebpageImageCollection - Class in org.openimaj.tools.imagecollection.collection.webpage
 
FlickrWebpageImageCollection() - Constructor for class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection
 
FlickrWebpageImageCollection.FlickrPhotoCollection - Class in org.openimaj.tools.imagecollection.collection.webpage
 
FlickrWebpageImageCollection.FlickrPhotoSet - Class in org.openimaj.tools.imagecollection.collection.webpage
 
FlickrWebpageImageCollection.Gallery - Class in org.openimaj.tools.imagecollection.collection.webpage
 
FLineSampler - Enum in org.openimaj.image.pixel.sampling
Methods for sampling along a line in an FImage.
flipX() - Method in class org.openimaj.image.FImage
 
flipX() - Method in class org.openimaj.image.Image
Flips the content horizontally.
flipX() - Method in class org.openimaj.image.MultiBandImage
 
flipX() - Method in class org.openimaj.image.SVGImage
 
flipY() - Method in class org.openimaj.image.FImage
 
flipY() - Method in class org.openimaj.image.Image
Flips the content vertically.
flipY() - Method in class org.openimaj.image.MultiBandImage
 
flipY() - Method in class org.openimaj.image.SVGImage
 
FloatADCNearestNeighbours - Class in org.openimaj.knn.pq
Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
FloatADCNearestNeighbours(FloatProductQuantiser, float[][]) - Constructor for class org.openimaj.knn.pq.FloatADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
FloatADCNearestNeighbours(FloatProductQuantiser, byte[][], int) - Constructor for class org.openimaj.knn.pq.FloatADCNearestNeighbours
Construct the ADC with the given quantiser and pre-quantised data .
FloatArrayBackedDataSource - Class in org.openimaj.data
A DataSource backed by a 2D array of floats.
FloatArrayBackedDataSource(float[][]) - Constructor for class org.openimaj.data.FloatArrayBackedDataSource
Construct with data
FloatArrayBackedDataSource(float[][], Random) - Constructor for class org.openimaj.data.FloatArrayBackedDataSource
Construct with data and a random generator for random sampling
FloatArrayStatsUtils - Class in org.openimaj.math.util
Some basic statistical operations on float arrays
FloatArrayStatsUtils() - Constructor for class org.openimaj.math.util.FloatArrayStatsUtils
 
FloatArrayValueAnimator - Class in org.openimaj.content.animation.animator
A ValueAnimator capable of producing float arrays from a set of potentially independent underlying ValueAnimators.
FloatArrayValueAnimator(ValueAnimator<Float>...) - Constructor for class org.openimaj.content.animation.animator.FloatArrayValueAnimator
Construct from an array of ValueAnimators
FloatArrayView - Class in org.openimaj.util.array
A wrapper around a java float array that allows views onto the array to be created without the overhead of maintaining copies of the data.
FloatArrayView(float[], int, int) - Constructor for class org.openimaj.util.array.FloatArrayView
Create a view on the given array from l (inclusive) to r (exclusive).
FloatArrayView(float[]) - Constructor for class org.openimaj.util.array.FloatArrayView
Create a view on the entirety of the given array.
FloatArrayView(int) - Constructor for class org.openimaj.util.array.FloatArrayView
Create a view on an array of length n.
floatAxis() - Method in class org.openimaj.vis.general.BarVisualisation
Allow the x-axis to move as best to fit the data
floatAxis() - Method in class org.openimaj.vis.general.BarVisualisationBasic
Allow the x-axis to move as best to fit the data
FloatBytePair - Class in org.openimaj.util.pair
A pair of float and byte types
FloatBytePair(float, byte) - Constructor for class org.openimaj.util.pair.FloatBytePair
Construct pair with given values
FloatBytePair() - Constructor for class org.openimaj.util.pair.FloatBytePair
Construct empty pair
FloatCauchyFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that use a Cauchy distribution to approximate L1 distance.
FloatCauchyFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.FloatCauchyFactory
Construct the factory with the given parameters.
FloatCentroidsResult - Class in org.openimaj.ml.clustering
The result of a SpatialClusterer that just produces a flat set of centroids.
FloatCentroidsResult() - Constructor for class org.openimaj.ml.clustering.FloatCentroidsResult
 
FloatDCT_1D - Class in edu.emory.mathcs.jtransforms.dct
Computes 1D Discrete Cosine Transform (DCT) of single precision data.
FloatDCT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dct.FloatDCT_1D
Creates new instance of FloatDCT_1D.
FloatDCT_2D - Class in edu.emory.mathcs.jtransforms.dct
Computes 2D Discrete Cosine Transform (DCT) of single precision data.
FloatDCT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dct.FloatDCT_2D
Creates new instance of FloatDCT_2D.
FloatDCT_3D - Class in edu.emory.mathcs.jtransforms.dct
Computes 3D Discrete Cosine Transform (DCT) of single precision data.
FloatDCT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dct.FloatDCT_3D
Creates new instance of FloatDCT_3D.
FloatDHT_1D - Class in edu.emory.mathcs.jtransforms.dht
Computes 1D Discrete Hartley Transform (DHT) of real, single precision data.
FloatDHT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dht.FloatDHT_1D
Creates new instance of FloatDHT_1D.
FloatDHT_2D - Class in edu.emory.mathcs.jtransforms.dht
Computes 2D Discrete Hartley Transform (DHT) of real, single precision data.
FloatDHT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dht.FloatDHT_2D
Creates new instance of FloatDHT_2D.
FloatDHT_3D - Class in edu.emory.mathcs.jtransforms.dht
Computes 3D Discrete Hartley Transform (DHT) of real, single precision data.
FloatDHT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dht.FloatDHT_3D
Creates new instance of FloatDHT_3D.
FloatDoublePair - Class in org.openimaj.util.pair
A pair of float and double types
FloatDoublePair(float, double) - Constructor for class org.openimaj.util.pair.FloatDoublePair
Construct pair with given values
FloatDoublePair() - Constructor for class org.openimaj.util.pair.FloatDoublePair
Construct empty pair
FloatDSIFTKeypoint - Class in org.openimaj.image.feature.dense.gradient.dsift
Dense SIFT keypoint with a location and float feature vector.
FloatDSIFTKeypoint() - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.FloatDSIFTKeypoint
Construct with the default feature vector length for SIFT (128).
FloatDSIFTKeypoint(int) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.FloatDSIFTKeypoint
Construct with the given feature vector length.
FloatDSIFTKeypoint(float, float, float[], float) - Constructor for class org.openimaj.image.feature.dense.gradient.dsift.FloatDSIFTKeypoint
Construct with the given parameters.
FloatDST_1D - Class in edu.emory.mathcs.jtransforms.dst
Computes 1D Discrete Sine Transform (DST) of single precision data.
FloatDST_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.dst.FloatDST_1D
Creates new instance of FloatDST_1D.
FloatDST_2D - Class in edu.emory.mathcs.jtransforms.dst
Computes 2D Discrete Sine Transform (DST) of single precision data.
FloatDST_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.dst.FloatDST_2D
Creates new instance of FloatDST_2D.
FloatDST_3D - Class in edu.emory.mathcs.jtransforms.dst
Computes 3D Discrete Sine Transform (DST) of single precision data.
FloatDST_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.dst.FloatDST_3D
Creates new instance of FloatDST_3D.
FloatFFT_1D - Class in edu.emory.mathcs.jtransforms.fft
Computes 1D Discrete Fourier Transform (DFT) of complex and real, single precision data.
FloatFFT_1D(int) - Constructor for class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Creates new instance of FloatFFT_1D.
FloatFFT_2D - Class in edu.emory.mathcs.jtransforms.fft
Computes 2D Discrete Fourier Transform (DFT) of complex and real, single precision data.
FloatFFT_2D(int, int) - Constructor for class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Creates new instance of FloatFFT_2D.
FloatFFT_3D - Class in edu.emory.mathcs.jtransforms.fft
Computes 3D Discrete Fourier Transform (DFT) of complex and real, single precision data.
FloatFFT_3D(int, int, int) - Constructor for class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Creates new instance of FloatFFT_3D.
FloatFloatPair - Class in org.openimaj.util.pair
A pair of float and float types
FloatFloatPair(float, float) - Constructor for class org.openimaj.util.pair.FloatFloatPair
Construct pair with given values
FloatFloatPair() - Constructor for class org.openimaj.util.pair.FloatFloatPair
Construct empty pair
FloatFV - Class in org.openimaj.feature
Basic float single-dimensional feature vector implementation
FloatFV() - Constructor for class org.openimaj.feature.FloatFV
Construct an empty feature vector
FloatFV(int) - Constructor for class org.openimaj.feature.FloatFV
Construct empty FV with given number of bins
FloatFV(float[]) - Constructor for class org.openimaj.feature.FloatFV
Construct from flattened values array and dimensions
FloatFV2FImage - Class in org.openimaj.image.feature
Transform a FloatFV into an FImage.
FloatFV2FImage(int, int) - Constructor for class org.openimaj.image.feature.FloatFV2FImage
Construct the converter with the given image size
FloatFVComparator - Interface in org.openimaj.feature
Comparison/distance methods for FloatFV objects.
FloatFVComparison - Enum in org.openimaj.feature
Comparison/distance methods for FloatFV objects.
FloatGaussianFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions using Gaussian distributions to approximate the Euclidean distance.
FloatGaussianFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.FloatGaussianFactory
Construct with the given parameters.
FloatHammingFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that approximate the Hamming distance.
FloatHammingFactory(int, MersenneTwister, int) - Constructor for class org.openimaj.lsh.functions.FloatHammingFactory
Construct a new factory using the given parameters.
FloatHashFunction - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for hashing float arrays.
FloatHashFunctionFactory - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for producing hash functions seeded by random numbers.
FloatHashFunctionFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.FloatHashFunctionFactory
 
FloatHyperplaneCosineFactory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate cosine distance using hyperplanes.
FloatHyperplaneCosineFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.FloatHyperplaneCosineFactory
Construct with the given arguments.
FloatHyperplaneL1Factory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate L1 (city-block) distance in closed spaces using random axis-aligned hyperplanes.
FloatHyperplaneL1Factory(int, MersenneTwister, float, float) - Constructor for class org.openimaj.lsh.functions.FloatHyperplaneL1Factory
Construct with the given arguments.
FloatIntPair - Class in org.openimaj.util.pair
A pair of float and int types
FloatIntPair(float, int) - Constructor for class org.openimaj.util.pair.FloatIntPair
Construct pair with given values
FloatIntPair() - Constructor for class org.openimaj.util.pair.FloatIntPair
Construct empty pair
FloatKDTree - Class in org.openimaj.util.tree
Immutable KD-Tree implementation for float[] data.
FloatKDTree(float[][]) - Constructor for class org.openimaj.util.tree.FloatKDTree
Construct with the given data and default splitting strategy (FloatKDTree.BBFMedianSplit)
FloatKDTree(float[][], FloatKDTree.SplitChooser) - Constructor for class org.openimaj.util.tree.FloatKDTree
Construct with the given data and splitting strategy
FloatKDTree.ApproximateBBFMedianSplit - Class in org.openimaj.util.tree
Approximate best-bin-first median splitting.
FloatKDTree.BasicMedianSplit - Class in org.openimaj.util.tree
Basic median split.
FloatKDTree.BBFMedianSplit - Class in org.openimaj.util.tree
Best-bin-first median splitting.
FloatKDTree.KDTreeNode - Class in org.openimaj.util.tree
An internal node of the KDTree
FloatKDTree.RandomisedBBFMeanSplit - Class in org.openimaj.util.tree
Randomised best-bin-first splitting strategy: Nodes with less than a set number of items become leafs.
FloatKDTree.SplitChooser - Interface in org.openimaj.util.tree
Interface for describing how a branch in the KD-Tree should be created
FloatKDTreeEnsemble - Class in org.openimaj.knn.approximate
Ensemble of Best-Bin-First KDTrees for float data.
FloatKDTreeEnsemble(float[][]) - Constructor for class org.openimaj.knn.approximate.FloatKDTreeEnsemble
Construct a FloatKDTreeEnsemble with the provided data, using the default of 8 trees.
FloatKDTreeEnsemble(float[][], int) - Constructor for class org.openimaj.knn.approximate.FloatKDTreeEnsemble
Construct a FloatKDTreeEnsemble with the provided data and number of trees.
FloatKDTreeEnsemble(float[][], int, int) - Constructor for class org.openimaj.knn.approximate.FloatKDTreeEnsemble
Construct a FloatKDTreeEnsemble with the provided data and number of trees.
FloatKDTreeEnsemble.FloatKDTreeNode - Class in org.openimaj.knn.approximate
An internal node of the KDTree
FloatKDTreeNode() - Constructor for class org.openimaj.knn.approximate.FloatKDTreeEnsemble.FloatKDTreeNode
Construct a new node
FloatKDTreeNode(float[][], IntArrayView, Uniform) - Constructor for class org.openimaj.knn.approximate.FloatKDTreeEnsemble.FloatKDTreeNode
Construct a new node with the given data
FloatKeypoint - Class in org.openimaj.image.feature.local.keypoints
A local interest point with a location, scale, orientation and associated feature.
FloatKeypoint() - Constructor for class org.openimaj.image.feature.local.keypoints.FloatKeypoint
Construct with the default feature vector length for SIFT (128).
FloatKeypoint(int) - Constructor for class org.openimaj.image.feature.local.keypoints.FloatKeypoint
Construct with the given feature vector length.
FloatKeypoint(float, float, float, float, float[]) - Constructor for class org.openimaj.image.feature.local.keypoints.FloatKeypoint
Construct with the given parameters.
FloatKeypoint(FloatKeypoint) - Constructor for class org.openimaj.image.feature.local.keypoints.FloatKeypoint
Construct by copying from another FloatKeypoint
FloatKeypoint(Keypoint) - Constructor for class org.openimaj.image.feature.local.keypoints.FloatKeypoint
Construct from a Keypoint.
FloatKMeans - Class in org.openimaj.ml.clustering.kmeans
Fast, parallel implementation of the K-Means algorithm with support for bigger-than-memory data.
FloatKMeans(KMeansConfiguration<FloatNearestNeighbours, float[]>) - Constructor for class org.openimaj.ml.clustering.kmeans.FloatKMeans
Construct the clusterer with the the given configuration.
FloatKMeans() - Constructor for class org.openimaj.ml.clustering.kmeans.FloatKMeans
A completely default FloatKMeans used primarily as a convenience function for reading.
FloatKMeans.Result - Class in org.openimaj.ml.clustering.kmeans
Result object for FloatKMeans, extending FloatCentroidsResult and FloatNearestNeighboursProvider, as well as giving access to state information from the operation of the K-Means algorithm (i.e.
FloatKMeansInit - Class in org.openimaj.ml.clustering.kmeans
Initialisation for K-Means clustering.
FloatKMeansInit() - Constructor for class org.openimaj.ml.clustering.kmeans.FloatKMeansInit
 
FloatKMeansInit.RANDOM - Class in org.openimaj.ml.clustering.kmeans
Simple kmeans initialized on randomly selected samples.
FloatKNNAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner that picks a fixed number of nearest neighbours.
FloatKNNAssigner(CentroidsProvider<float[]>, boolean, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
Construct the assigner using the given cluster data.
FloatKNNAssigner(float[][], boolean, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
Construct the assigner using the given cluster data.
FloatKNNAssigner(CentroidsProvider<float[]>, FloatFVComparison, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
Construct the assigner using the given cluster data and distance function.
FloatKNNAssigner(float[][], FloatFVComparison, int) - Constructor for class org.openimaj.ml.clustering.assignment.soft.FloatKNNAssigner
Construct the assigner using the given cluster data and distance function.
FloatLocalFeatureAdaptor<L extends Location> - Class in org.openimaj.feature.local
This class is designed as a wrapper around any form of local feature and provides a way of exposing that feature as a FloatFV, without the cost of necessarily storing the underlying feature as a FloatFV.
FloatLocalFeatureAdaptor(LocalFeature<L, ?>) - Constructor for class org.openimaj.feature.local.FloatLocalFeatureAdaptor
Construct a new FloatLocalFeatureAdaptor with the given underlying feature
FloatLocalFeatureAdaptor(LocalFeature<L, ?>, Normaliser<FloatFV>) - Constructor for class org.openimaj.feature.local.FloatLocalFeatureAdaptor
Construct a new FloatLocalFeatureAdaptor with the given underlying feature and normaliser.
FloatLongPair - Class in org.openimaj.util.pair
A pair of float and long types
FloatLongPair(float, long) - Constructor for class org.openimaj.util.pair.FloatLongPair
Construct pair with given values
FloatLongPair() - Constructor for class org.openimaj.util.pair.FloatLongPair
Construct empty pair
FloatNearestNeighbours - Class in org.openimaj.knn
Abstract base class for k-nearest-neighbour calculations with float[] data.
FloatNearestNeighbours() - Constructor for class org.openimaj.knn.FloatNearestNeighbours
 
FloatNearestNeighboursExact - Class in org.openimaj.knn
Exact (brute-force) k-nearest-neighbour implementation.
FloatNearestNeighboursExact(float[][]) - Constructor for class org.openimaj.knn.FloatNearestNeighboursExact
Construct the FloatNearestNeighboursExact over the provided dataset and using Euclidean distance.
FloatNearestNeighboursExact(float[][], FloatFVComparator) - Constructor for class org.openimaj.knn.FloatNearestNeighboursExact
Construct the FloatNearestNeighboursExact over the provided dataset with the given distance function.
FloatNearestNeighboursExact.Factory - Class in org.openimaj.knn
FloatNearestNeighboursKDTree - Class in org.openimaj.knn.approximate
Fast Nearest-Neighbours for float data using an ensemble of Best-Bin-First KDTrees.
FloatNearestNeighboursKDTree(float[][], int, int) - Constructor for class org.openimaj.knn.approximate.FloatNearestNeighboursKDTree
Construct the FloatNearestNeighboursKDTree with the given options.
FloatNearestNeighboursKDTree.Factory - Class in org.openimaj.knn.approximate
FloatNearestNeighboursProvider - Interface in org.openimaj.knn
Interface for classes able to expose a k-nearest-neighbour object.
FloatObjectPair<Q> - Class in org.openimaj.util.pair
A pair of float and a generic type
FloatObjectPair(float, Q) - Constructor for class org.openimaj.util.pair.FloatObjectPair
Construct pair with given values
FloatObjectPair() - Constructor for class org.openimaj.util.pair.FloatObjectPair
Construct empty pair
FloatProductQuantiser - Class in org.openimaj.knn.pq
Implementation of a Product Quantiser for vectors/arrays of floats.
FloatProductQuantiser(FloatNearestNeighboursExact[]) - Constructor for class org.openimaj.knn.pq.FloatProductQuantiser
Construct a FloatProductQuantiser with the given nearest-neighbour assigners.
FloatProductQuantiserUtilities - Class in org.openimaj.knn.pq
Utility methods for easily creating a ByteProductQuantiser using (Exact) K-Means.
FloatPStableFactory - Class in org.openimaj.lsh.functions
Base class for hashing schemes based on P-Stable distributions.
FloatPStableFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.FloatPStableFactory
Construct with the given parameters.
FloatPStableFactory.PStableFunction - Class in org.openimaj.lsh.functions
 
FloatSampleBuffer - Class in org.openimaj.audio.samples
An implementation of a sample buffer that maintains the floating point precision values.
FloatSampleBuffer(float[], AudioFormat) - Constructor for class org.openimaj.audio.samples.FloatSampleBuffer
 
FloatSampleBuffer(double[], AudioFormat) - Constructor for class org.openimaj.audio.samples.FloatSampleBuffer
 
FloatSDCNearestNeighbours - Class in org.openimaj.knn.pq
Nearest-neighbours using Symmetric Distance Computation (SDC) on Product Quantised vectors.
FloatSDCNearestNeighbours(FloatProductQuantiser, float[][][], float[][]) - Constructor for class org.openimaj.knn.pq.FloatSDCNearestNeighbours
Construct the SDC with the given quantiser, centroids (corresponding to the quantiser's internal assigners), and data.
FloatShortPair - Class in org.openimaj.util.pair
A pair of float and short types
FloatShortPair(float, short) - Constructor for class org.openimaj.util.pair.FloatShortPair
Construct pair with given values
FloatShortPair() - Constructor for class org.openimaj.util.pair.FloatShortPair
Construct empty pair
FloodFill<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> - Class in org.openimaj.image.analysis.algorithm
Flood-fill of @link{FImage}s or @link{MBFImage}s.
FloodFill(int, int, float) - Constructor for class org.openimaj.image.analysis.algorithm.FloodFill
Construct flood-fill processor with the given threshold and starting coordinate.
FloodFill(Pixel, float) - Constructor for class org.openimaj.image.analysis.algorithm.FloodFill
Construct flood-fill processor with the given threshold and starting coordinate.
floodFill(Image<T, ?>, int, int, float) - Static method in class org.openimaj.image.analysis.algorithm.FloodFill
Flood-fill an image from the given starting pixel position with the given threshold.
floodFill(Image<T, ?>, Pixel, float) - Static method in class org.openimaj.image.analysis.algorithm.FloodFill
Flood-fill an image from the given starting pixel position with the given threshold.
floodFill(FImage, Pixel, int[][], int) - Method in class org.openimaj.image.connectedcomponent.GreyscaleConnectedComponentLabeler
 
floodFill(FImage, Pixel) - Static method in class org.openimaj.image.pixel.ConnectedComponent
Performs a flood fill on the given image starting at the given pixel.
flush_all_queues() - Method in class backtype.storm.spout.KestrelThriftClient
 
flush_all_queues(AsyncMethodCallback<Kestrel.AsyncClient.flush_all_queues_call>) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
flush_all_queues(AsyncMethodCallback<Kestrel.AsyncClient.flush_all_queues_call>) - Method in interface net.lag.kestrel.thrift.Kestrel.AsyncIface
 
flush_all_queues() - Method in class net.lag.kestrel.thrift.Kestrel.Client
 
flush_all_queues() - Method in interface net.lag.kestrel.thrift.Kestrel.Iface
 
flush_all_queues_args() - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
flush_all_queues_args(Kestrel.flush_all_queues_args) - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
Performs a deep copy on other.
flush_all_queues_call(AsyncMethodCallback<Kestrel.AsyncClient.flush_all_queues_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.flush_all_queues_call
 
flush_all_queues_result() - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
flush_all_queues_result(Kestrel.flush_all_queues_result) - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
Performs a deep copy on other.
flush_queue(String) - Method in class backtype.storm.spout.KestrelThriftClient
 
flush_queue(String, AsyncMethodCallback<Kestrel.AsyncClient.flush_queue_call>) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
flush_queue(String, AsyncMethodCallback<Kestrel.AsyncClient.flush_queue_call>) - Method in interface net.lag.kestrel.thrift.Kestrel.AsyncIface
 
flush_queue(String) - Method in class net.lag.kestrel.thrift.Kestrel.Client
 
flush_queue(String) - Method in interface net.lag.kestrel.thrift.Kestrel.Iface
 
flush_queue_args() - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
flush_queue_args(String) - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
flush_queue_args(Kestrel.flush_queue_args) - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_queue_args
Performs a deep copy on other.
flush_queue_call(String, AsyncMethodCallback<Kestrel.AsyncClient.flush_queue_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.flush_queue_call
 
flush_queue_result() - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
flush_queue_result(Kestrel.flush_queue_result) - Constructor for class net.lag.kestrel.thrift.Kestrel.flush_queue_result
Performs a deep copy on other.
FMeanVarianceField - Class in org.openimaj.video.processing.pixels
Compute the mean and variance fields from a video of FImage frames.
FMeanVarianceField() - Constructor for class org.openimaj.video.processing.pixels.FMeanVarianceField
 
FMOptions() - Constructor for class org.openimaj.audio.generation.Synthesizer.FMOptions
 
FN - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionAnalysis
The total number of pairs in different clusters which belong to the same class
FNormalLandmarkModel - Class in org.openimaj.image.model.landmark
An FNormalLandmarkModel is a landmark represented by the surface normal line of a point (which is usually part of a PointList in an FImage connected by PointListConnections).
FNormalLandmarkModel(PointListConnections, FLineSampler, int, int, float) - Constructor for class org.openimaj.image.model.landmark.FNormalLandmarkModel
Default constructor.
FNormalLandmarkModel.Factory - Class in org.openimaj.image.model.landmark
A factory for producing FNormalLandmarkModels
Fold(int[], int[], int[]) - Constructor for class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator.Fold
 
FOLD_ROOT(int) - Method in class org.openimaj.ml.linear.experiments.sinabill.BilinearExperiment
 
followRedirects() - Method in class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
 
follows - Variable in class orgrdfs.sioc.ns.UserAccountImpl
Indicates that one UserAccount follows another UserAccount (e.g.
Font<F extends Font<F>> - Interface in org.openimaj.image.typography
Class representing a Font that can be rendered with a FontRenderer with an associated FontStyle.
FONT - Static variable in class org.openimaj.image.typography.FontStyle
Attribute for the font.
font - Variable in class org.openimaj.image.typography.FontStyle
The font
FONT_SIZE - Static variable in class org.openimaj.image.typography.FontStyle
Attribute for font size.
FontRenderer<T,Q extends FontStyle<T>> - Class in org.openimaj.image.typography
The FontRenderer represents an object capable of rendering text with a given font and style to an image.
FontRenderer() - Constructor for class org.openimaj.image.typography.FontRenderer
 
FontSimulator<Q,I extends Image<Q,I>> - Class in org.openimaj.tools.ocr
Class that will generate images containing a rendering of a String in a random font that has been randomly affected - the idea is to simulate real-world images in a controlled way for training or testing OCR.
FontSimulator(String) - Constructor for class org.openimaj.tools.ocr.FontSimulator
Create a font simulator that will output the given text string.
FontSimulator.FontSimListener<I> - Interface in org.openimaj.tools.ocr
This is an interface for objects that are interested in listening for when the FontSimulator creates an image during one of its runs.
fontSize - Variable in class org.openimaj.image.typography.FontStyle
Font size in pixels
FontStyle<T> - Class in org.openimaj.image.typography
Base class for the representation of font styles.
FontStyle(Font<?>, ImageRenderer<T, ?>) - Constructor for class org.openimaj.image.typography.FontStyle
 
FontStyle(Font<?>, T) - Constructor for class org.openimaj.image.typography.FontStyle
 
FontStyle.FontStyleAttribute - Class in org.openimaj.image.typography
Attributes for styling AttributedStrings.
FontStyle.HorizontalAlignment - Enum in org.openimaj.image.typography
Horizontal alignment options
FontStyle.VerticalAlignment - Enum in org.openimaj.image.typography
Vertical alignment options
FontStyleAttribute(String) - Constructor for class org.openimaj.image.typography.FontStyle.FontStyleAttribute
Default constructor
FORCE_SPARCITY - Static variable in class org.openimaj.ml.linear.learner.BilinearLearnerParameters
Should all parameter matricies be held SparseMatrix instances and therefore remain sparse.
forceRM - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
forceWait() - Method in class org.openimaj.image.text.extraction.LiuSamarabanduTextExtractorMultiscale
Helper method for debugging when viewing images
forEach(Iterable<T>, Operation<T>, ThreadPoolExecutor) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over Iterable data.
forEach(Iterable<T>, Operation<T>) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over Iterable data.
forEach(Partitioner<T>, Operation<T>) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over partitioned data.
forEach(Partitioner<T>, Operation<T>, ThreadPoolExecutor) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over partitioned data.
forEach(Operation<T>) - Method in class org.openimaj.util.stream.AbstractStream
 
forEach(Operation<T>, Predicate<T>) - Method in class org.openimaj.util.stream.AbstractStream
 
forEach(Operation<T>, int) - Method in class org.openimaj.util.stream.AbstractStream
 
forEach(Operation<T>) - Method in interface org.openimaj.util.stream.Stream
Apply the given Operation to each item in the stream.
forEach(Operation<T>, Predicate<T>) - Method in interface org.openimaj.util.stream.Stream
Apply the given Operation to each item in the stream.
forEach(Operation<T>, int) - Method in interface org.openimaj.util.stream.Stream
Apply the given Operation to each item in the stream.
forEachPartitioned(Partitioner<T>, Operation<Iterator<T>>, ThreadPoolExecutor) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over partitioned data with batches of data.
forEachPartitioned(Partitioner<T>, Operation<Iterator<T>>) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over batched partitioned data.
forEachUnpartitioned(Iterator<T>, Operation<T>) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over unpartitioned data.
forEachUnpartitioned(Iterator<T>, Operation<T>, ThreadPoolExecutor) - Static method in class org.openimaj.util.parallel.Parallel
Parallel ForEach loop over unpartitioned data.
forIndex(int, int, int, Operation<Integer>, ThreadPoolExecutor) - Static method in class org.openimaj.util.parallel.Parallel
Parallel integer for loop.
forIndex(int, int, int, Operation<Integer>) - Static method in class org.openimaj.util.parallel.Parallel
Parallel integer for loop.
format - Variable in class org.openimaj.audio.Audio
The format of the audio in this audio object
format(Reference) - Method in interface org.openimaj.citation.annotation.output.ReferenceFormatter
Format a single reference
format(Collection<Reference>) - Method in interface org.openimaj.citation.annotation.output.ReferenceFormatter
Format a multiples references
format(Reference) - Method in enum org.openimaj.citation.annotation.output.StandardFormatters
 
format(Collection<Reference>) - Method in enum org.openimaj.citation.annotation.output.StandardFormatters
 
format(Map<String, SummaryStatistics>) - Static method in class org.openimaj.experiment.agent.TimeTracker
Pretty-print a map of times
format(SummaryStatistics) - Static method in class org.openimaj.experiment.agent.TimeTracker
Pretty print a time
format(Logger, String, Level, Object...) - Static method in class org.openimaj.logger.LoggerUtils
Checks the level, if acceptable calls String.format(String, Object...) at the appropriate level
formatRefs(Iterable<Reference>) - Method in enum org.openimaj.citation.annotation.output.StandardFormatters
 
forRange(int, int, int, Operation<Parallel.IntRange>) - Static method in class org.openimaj.util.parallel.Parallel
Parallel integer for loop.
forRange(int, int, int, Operation<Parallel.IntRange>, ThreadPoolExecutor) - Static method in class org.openimaj.util.parallel.Parallel
Parallel integer for loop.
Forum - Interface in orgrdfs.sioc.ns
A discussion area on which Posts or entries are made.
ForumImpl - Class in orgrdfs.sioc.ns
A discussion area on which Posts or entries are made.
ForumImpl() - Constructor for class orgrdfs.sioc.ns.ForumImpl
 
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(double[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(double[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(double[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.DoubleDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(float[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_1D
Computes 1D forward DCT (DCT-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(float[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_2D
Computes 2D forward DCT (DCT-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(float[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dct.FloatDCT_3D
Computes the 3D forward DCT (DCT-II) leaving the result in a .
forward(double[]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(double[], int) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(double[]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(double[][]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(double[]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(double[][][]) - Method in class edu.emory.mathcs.jtransforms.dht.DoubleDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(float[]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(float[], int) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_1D
Computes 1D real, forward DHT leaving the result in a.
forward(float[]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(float[][]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_2D
Computes 2D real, forward DHT leaving the result in a.
forward(float[]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(float[][][]) - Method in class edu.emory.mathcs.jtransforms.dht.FloatDHT_3D
Computes the 3D real, forward DHT leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(double[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(double[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .
forward(double[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.DoubleDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(float[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_1D
Computes 1D forward DST (DST-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(float[][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_2D
Computes 2D forward DST (DST-II) leaving the result in a.
forward(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .
forward(float[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.dst.FloatDST_3D
Computes the 3D forward DST (DST-II) leaving the result in a .
ForwardBackwardLoopingValueAnimator<T> - Class in org.openimaj.content.animation.animator
A ReversableValueAnimator that can wrap another ReversableValueAnimator to produce back and forth looping behavior.
ForwardBackwardLoopingValueAnimator(ReversableValueAnimator<T>) - Constructor for class org.openimaj.content.animation.animator.ForwardBackwardLoopingValueAnimator
Construct around the given ReversableValueAnimator to provide forward/backward looping behavior.
FOTOLOG - Static variable in class org.openimaj.web.scraping.images.CommonHTMLConsumers
Consumer for fotolog.com
foundInterestPoint(OctaveInterestPointFinder<OCTAVE, IMAGE>, float, float, float) - Method in class org.openimaj.image.feature.local.detector.dog.collector.ConcreteOctaveLocalFeatureCollector
 
foundInterestPoint(OctaveInterestPointFinder<GaussianOctave<IMAGE>, IMAGE>, float, float, float) - Method in class org.openimaj.image.feature.local.detector.dog.collector.OctaveKeypointCollector
 
foundInterestPoint(OctaveInterestPointFinder<GaussianOctave<FImage>, FImage>, float, float, float) - Method in class org.openimaj.image.feature.local.detector.dog.collector.OctaveMinMaxKeypointCollector
 
foundInterestPoint(OctaveInterestPointFinder<GaussianOctave<FImage>, FImage>, float, float, float) - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder
 
foundInterestPoint(OctaveInterestPointFinder<GaussianOctave<FImage>, FImage>, float, float, float) - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder
 
foundInterestPoint(FImage, EllipticInterestPointData) - Method in class org.openimaj.image.feature.local.detector.ipd.collector.AffineInterestPointFeatureCollector
 
foundInterestPoint(FImage, EllipticInterestPointData, double) - Method in class org.openimaj.image.feature.local.detector.ipd.collector.AffineInterestPointFeatureCollector
 
foundInterestPoint(FImage, InterestPointData) - Method in class org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointFeatureCollector
 
foundInterestPoint(FImage, InterestPointData, double) - Method in class org.openimaj.image.feature.local.detector.ipd.collector.CircularInterestPointFeatureCollector
 
foundInterestPoint(FImage, T) - Method in class org.openimaj.image.feature.local.detector.ipd.collector.InterestPointFeatureCollector
Collect interest points from a single image
foundInterestPoint(FImage, T, double) - Method in class org.openimaj.image.feature.local.detector.ipd.collector.InterestPointFeatureCollector
Collect interest points from an image known to be in a pyramid with a given octave size
foundInterestPoint(OctaveInterestPointFinder<OCTAVE, IMAGE>, float, float, float) - Method in interface org.openimaj.image.feature.local.detector.pyramid.OctaveInterestPointListener
Do something with a detected interest point.
FourierConvolve - Class in org.openimaj.image.processing.convolution
FImage convolution performed in the fourier domain.
FourierConvolve(float[][]) - Constructor for class org.openimaj.image.processing.convolution.FourierConvolve
Construct the convolution operator with the given kernel
FourierConvolve(FImage) - Constructor for class org.openimaj.image.processing.convolution.FourierConvolve
Construct the convolution operator with the given kernel
FourierCorrelation - Class in org.openimaj.image.processing.algorithm
FImage correlation performed using an FFT.
FourierCorrelation(FImage) - Constructor for class org.openimaj.image.processing.algorithm.FourierCorrelation
Construct the correlation operator with the given template
FourierTemplateMatcher - Class in org.openimaj.image.analysis.algorithm
Basic template matching for FImages.
FourierTemplateMatcher(FImage, FourierTemplateMatcher.Mode) - Constructor for class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
Default constructor with the template to match.
FourierTemplateMatcher(FImage, Rectangle, FourierTemplateMatcher.Mode) - Constructor for class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
Construct with the template to match and the bounds rectangle in which to search.
FourierTemplateMatcher.Mode - Enum in org.openimaj.image.analysis.algorithm
Different algorithms for comparing templates to images.
FourierTransform - Class in org.openimaj.audio.analysis
Perform an FFT on an audio signal.
FourierTransform() - Constructor for class org.openimaj.audio.analysis.FourierTransform
Default constructor for ad-hoc processing.
FourierTransform(AudioStream) - Constructor for class org.openimaj.audio.analysis.FourierTransform
Constructor for chaining.
FourierTransform - Class in org.openimaj.image.processing.algorithm
Perform forward and inverse Fast Fourier Transforms on image data.
FourierTransform(FImage, boolean) - Constructor for class org.openimaj.image.processing.algorithm.FourierTransform
Construct Fourier Transform by performing a forward transform on the given image.
FourierTransform(FImage, FImage, boolean) - Constructor for class org.openimaj.image.processing.algorithm.FourierTransform
Construct Fourier Transform object from the given magnitude and phase images in the frequency domain.
FourierTransformComplex - Class in org.openimaj.image.processing.algorithm
Perform forward and inverse Fast Fourier Transforms on image data.
FourierTransformComplex(FImage, boolean) - Constructor for class org.openimaj.image.processing.algorithm.FourierTransformComplex
Construct Fourier Transform by performing a forward transform on the given image.
FourierTransformComplex(FImage, FImage, boolean) - Constructor for class org.openimaj.image.processing.algorithm.FourierTransformComplex
Construct Fourier Transform object from the given magnitude and phase images in the frequency domain.
FP - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionAnalysis
The total number of pairs in a cluster which do not belong to the same class
FPatchLandmarkModel - Class in org.openimaj.image.model.landmark
An FPatchLandmarkModel is a landmark represented by the local patch of pixels around of a point in an FImage.
FPatchLandmarkModel() - Constructor for class org.openimaj.image.model.landmark.FPatchLandmarkModel
 
FPatchLandmarkModel.Factory - Class in org.openimaj.image.model.landmark
A factory for producing FPatchLandmarkModels
fpd - Variable in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Number of frames on which to force a redetection
FProjectionProcessor - Class in org.openimaj.image.processing.transform
 
FProjectionProcessor() - Constructor for class org.openimaj.image.processing.transform.FProjectionProcessor
 
fps - Variable in class org.openimaj.video.timecode.FrameNumberVideoTimecode
The number of frames per second
frame - Variable in class org.openimaj.video.VideoFrame
The frame of video
FrameGetter() - Constructor for class org.openimaj.video.xuggle.XuggleVideo.FrameGetter
 
frameNumber - Variable in class org.openimaj.vis.video.VideoBarVisualisation.VideoTimelineMarker
The frame number in the data
FrameNumberVideoTimecode - Class in org.openimaj.video.timecode
This class allows video timecodes to be stored as frame numbers.
FrameNumberVideoTimecode(long, double) - Constructor for class org.openimaj.video.timecode.FrameNumberVideoTimecode
Default constructor that takes the frame number.
framerate() - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
framerate(byte) - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
frameRate - Variable in class org.openimaj.video.VideoWriter
The frame rate at which written videos will be replayed
frameReset() - Method in class com.jsaragih.Tracker
Reset frame number (will perform detection in next image)
frameReset() - Method in class org.openimaj.image.processing.face.tracking.clm.MultiTracker
Reset frame number (will perform detection in next image)
FramesPerSecond(ImageCollectionConfig) - Constructor for class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection.FramesPerSecond
 
freemanChainCode(ConnectedComponent.ConnectMode) - Method in class org.openimaj.image.pixel.ConnectedComponent
Calculates the Freeman chaincode for this connected component.
freenect_camera_to_world(Pointer<libfreenectLibrary.freenect_device>, int, int, int, Pointer<Double>, Pointer<Double>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_close_device(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_copy_registration(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
FREENECT_COUNTS_PER_G - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_depth_cb() - Constructor for class org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_depth_cb
 
FREENECT_DEPTH_MM_MAX_VALUE - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
FREENECT_DEPTH_MM_NO_VALUE - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
FREENECT_DEPTH_RAW_MAX_VALUE - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
FREENECT_DEPTH_RAW_NO_VALUE - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_destroy_registration(Pointer<freenect_registration>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_device_attributes - Class in org.openimaj.hardware.kinect.freenect
native declaration : /usr/include/stdint.h:285
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
freenect_device_attributes() - Constructor for class org.openimaj.hardware.kinect.freenect.freenect_device_attributes
 
freenect_find_depth_mode(ValuedEnum<libfreenectLibrary.freenect_resolution>, ValuedEnum<libfreenectLibrary.freenect_depth_format>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_find_video_mode(ValuedEnum<libfreenectLibrary.freenect_resolution>, ValuedEnum<libfreenectLibrary.freenect_video_format>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_frame_mode - Class in org.openimaj.hardware.kinect.freenect
native declaration : /usr/include/stdint.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
freenect_frame_mode() - Constructor for class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
freenect_free_device_attributes(Pointer<freenect_device_attributes>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_current_depth_mode(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_current_video_mode(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_depth_buffer_size(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_depth_mode(int) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_depth_mode_count() - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_mks_accel(Pointer<freenect_raw_tilt_state>, Pointer<Double>, Pointer<Double>, Pointer<Double>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_tilt_degs(Pointer<freenect_raw_tilt_state>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_tilt_state(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_tilt_status(Pointer<freenect_raw_tilt_state>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_user(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_video_buffer_size(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_video_mode(int) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_get_video_mode_count() - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_init(Pointer<Pointer<libfreenectLibrary.freenect_context>>, Pointer<?>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_list_device_attributes(Pointer<libfreenectLibrary.freenect_context>, Pointer<Pointer<freenect_device_attributes>>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_log_cb() - Constructor for class org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_log_cb
 
freenect_num_devices(Pointer<libfreenectLibrary.freenect_context>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_open_device(Pointer<libfreenectLibrary.freenect_context>, Pointer<Pointer<libfreenectLibrary.freenect_device>>, int) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_open_device_by_camera_serial(Pointer<libfreenectLibrary.freenect_context>, Pointer<Pointer<libfreenectLibrary.freenect_device>>, Pointer<Byte>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_process_events(Pointer<libfreenectLibrary.freenect_context>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_process_events_timeout(Pointer<libfreenectLibrary.freenect_context>, Pointer<libfreenectLibrary.timeval>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_raw_tilt_state - Class in org.openimaj.hardware.kinect.freenect
native declaration : /usr/include/stdint.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
freenect_raw_tilt_state() - Constructor for class org.openimaj.hardware.kinect.freenect.freenect_raw_tilt_state
 
freenect_reg_info - Class in org.openimaj.hardware.kinect.freenect
native declaration : /usr/include/stdint.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
freenect_reg_info() - Constructor for class org.openimaj.hardware.kinect.freenect.freenect_reg_info
 
freenect_reg_pad_info - Class in org.openimaj.hardware.kinect.freenect
native declaration : /usr/include/stdint.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
freenect_reg_pad_info() - Constructor for class org.openimaj.hardware.kinect.freenect.freenect_reg_pad_info
 
freenect_registration - Class in org.openimaj.hardware.kinect.freenect
native declaration : /usr/include/stdint.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
freenect_registration() - Constructor for class org.openimaj.hardware.kinect.freenect.freenect_registration
 
freenect_select_subdevices(Pointer<libfreenectLibrary.freenect_context>, ValuedEnum<libfreenectLibrary.freenect_device_flags>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_depth_buffer(Pointer<libfreenectLibrary.freenect_device>, Pointer<?>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_depth_callback(Pointer<libfreenectLibrary.freenect_device>, Pointer<libfreenectLibrary.freenect_depth_cb>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_depth_mode(Pointer<libfreenectLibrary.freenect_device>, freenect_frame_mode) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_depth_mode_proxy(Pointer<libfreenectLibrary.freenect_device>, ValuedEnum<libfreenectLibrary.freenect_resolution>, ValuedEnum<libfreenectLibrary.freenect_depth_format>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_led(Pointer<libfreenectLibrary.freenect_device>, ValuedEnum<libfreenectLibrary.freenect_led_options>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_log_callback(Pointer<libfreenectLibrary.freenect_context>, Pointer<libfreenectLibrary.freenect_log_cb>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_log_level(Pointer<libfreenectLibrary.freenect_context>, ValuedEnum<libfreenectLibrary.freenect_loglevel>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_tilt_degs(Pointer<libfreenectLibrary.freenect_device>, double) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_user(Pointer<libfreenectLibrary.freenect_device>, Pointer<?>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_video_buffer(Pointer<libfreenectLibrary.freenect_device>, Pointer<?>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_video_callback(Pointer<libfreenectLibrary.freenect_device>, Pointer<libfreenectLibrary.freenect_video_cb>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_video_mode(Pointer<libfreenectLibrary.freenect_device>, freenect_frame_mode) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_set_video_mode_proxy(Pointer<libfreenectLibrary.freenect_device>, ValuedEnum<libfreenectLibrary.freenect_resolution>, ValuedEnum<libfreenectLibrary.freenect_video_format>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_shutdown(Pointer<libfreenectLibrary.freenect_context>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_start_depth(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_start_video(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_stop_depth(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_stop_video(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_supported_subdevices() - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_update_tilt_state(Pointer<libfreenectLibrary.freenect_device>) - Static method in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
freenect_video_cb() - Constructor for class org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_video_cb
 
freenect_zero_plane_info - Class in org.openimaj.hardware.kinect.freenect
native declaration : /usr/include/stdint.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or BridJ .
freenect_zero_plane_info() - Constructor for class org.openimaj.hardware.kinect.freenect.freenect_zero_plane_info
 
FREQ_LP_BEAT - Static variable in class org.openimaj.audio.analysis.BeatDetector
Low Pass filter frequency
frequency - Variable in class org.openimaj.audio.util.WesternScaleNote
The frequency of the note
FrequencyAudioSource - Class in org.openimaj.audio
AudioProcessor that provides frequency information.
FrequencyAudioSource(AudioStream) - Constructor for class org.openimaj.audio.FrequencyAudioSource
Construct on top of given stream
FrequencyAudioSource.Listener - Interface in org.openimaj.audio
Interface for classes that listen to the frequency information extracted by the FrequencyAudioSource.
FrequencyModulatedOscillator() - Constructor for class org.openimaj.audio.generation.Oscillator.FrequencyModulatedOscillator
 
frequencyToBarkFrequency(double) - Static method in class org.openimaj.audio.util.AudioUtils
Converts a frequency to a Bark frequency
frequencyToMelFrequency(double) - Static method in class org.openimaj.audio.util.AudioUtils
Converts a frequency to an approximation of a Mel frequency.
frequencyToNote(float) - Static method in class org.openimaj.audio.util.WesternScaleNote
Converts a frequency to the nearest note number
frexp(double) - Static method in class org.openimaj.math.util.MathUtils
Implementation of the C frexp function to break floating-point number into normalized fraction and power of 2.
from(int, int, double...) - Static method in class ch.akuhn.matrix.Matrix
Build a matrix from the given values (row-major)
from(double...) - Static method in class ch.akuhn.matrix.Vector
Construct a Vector from an array of values
from - Variable in class org.openimaj.math.graph.SimpleEdge
First vertex
fromBothEnds(int) - Method in class ch.akuhn.matrix.eigenvalues.FewEigenvalues
Compute eigenvalues from both end of the spectrum.
fromCF(Matrix) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
Create a Matrix from the Cognitive Foundry equivalent
fromColor(Color) - Static method in class org.openimaj.image.colour.RGBColour
Make an OpenImaj colour from a java.awt.Color.
fromDoubleArray(double[]) - Static method in class org.openimaj.math.geometry.point.Point2dImpl
 
FromFile() - Constructor for class org.openimaj.tools.imagecollection.collection.video.XuggleVideoImageCollection.FromFile
 
fromJagged(double[][]) - Static method in class ch.akuhn.matrix.SymmetricMatrix
Create from jagged low triangular values
fromJama(Matrix) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
 
fromMap(Map<String, Object>) - Static method in class org.openimaj.text.nlp.language.LanguageDetector.WeightedLocale
 
fromMap(Map<String, ?>) - Method in class org.openimaj.text.nlp.sentiment.type.BipolarSentiment
 
fromMap(Map<String, ?>) - Method in class org.openimaj.text.nlp.sentiment.type.DiscreteCountBipolarSentiment
 
fromMap(Map<String, ?>) - Method in interface org.openimaj.text.nlp.sentiment.type.Sentiment
 
fromMap(Map<String, ?>) - Method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
fromMap(Map<String, ?>) - Method in class org.openimaj.text.nlp.sentiment.type.WeightedBipolarSentiment
 
fromMatlab(MLArray) - Static method in class org.openimaj.math.matrix.MatlibMatrixUtils
Create a Matrix from a matlab MLArray
fromRowPacked(double[], int) - Static method in class org.openimaj.math.matrix.MatrixUtils
Construct a matrix from a row-packed (i.e.
fromShape(Shape) - Method in class org.openimaj.image.pixel.PixelSet
 
fromSign(double) - Static method in enum org.openimaj.ml.linear.learner.perceptron.PerceptronClass
 
fromSquare(double[][]) - Static method in class ch.akuhn.matrix.SymmetricMatrix
Create from a square matrix
fromString(String) - Static method in class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.JacardIndex
Read a new jacard index from a comma separated line
fromString(String) - Static method in class org.openimaj.image.colour.RGBColour
Get a colour from a string representation.
fromString(String, Class<T>) - Static method in class org.openimaj.io.IOUtils
Convenience function for deserializing an object from a String.
fromString(String) - Static method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
Parses a string (formatted as HrsMinSecFrameTimecode.toString()) back into a timecode object.
fromTransformMatrix2x2(Matrix, float, float, float) - Static method in class org.openimaj.math.geometry.shape.EllipseUtilities
Create an ellipse.
FromURL() - Constructor for class org.openimaj.tools.imagecollection.collection.video.XuggleVideoImageCollection.FromURL
 
fromUSMF(USMFStatus) - Method in class org.openimaj.twitter.GeneralJSON
This is the method that will be called to allow this object to fill itself from a USMF object.
fromUSMF(USMFStatus) - Method in class org.openimaj.twitter.GeneralJSONRDF
 
fromUSMF(USMFStatus) - Method in class org.openimaj.twitter.GeneralJSONTwitter
 
fromUSMF(USMFStatus) - Method in class org.openimaj.twitter.USMFStatus
 
fromValue(int) - Static method in enum org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_depth_format
 
fromValue(int) - Static method in enum org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_device_flags
 
fromValue(int) - Static method in enum org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_led_options
 
fromValue(int) - Static method in enum org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_loglevel
 
fromValue(int) - Static method in enum org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_resolution
 
fromValue(int) - Static method in enum org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_tilt_status_code
 
fromValue(int) - Static method in enum org.openimaj.hardware.kinect.freenect.libfreenectLibrary.freenect_video_format
 
fscore(double) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FScoreAnalysis
 
fscore - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
The FScoreAnalysis instance
fscore - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEAnalysis
F-Score
fscore - Variable in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEAnalysis
 
FScoreAnalysis - Class in org.openimaj.experiment.evaluation.cluster.analyser
Uses a decision analysis to produce the random index result
FScoreAnalysis(DecisionAnalysis) - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.FScoreAnalysis
 
FScoreClusterAnalyser - Class in org.openimaj.experiment.evaluation.cluster.analyser
 
FScoreClusterAnalyser() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.FScoreClusterAnalyser
 
FSobel - Class in org.openimaj.image.processing.convolution
Helper ImageAnalyser that computes the X and Y image gradients using Sobel filters.
FSobel() - Constructor for class org.openimaj.image.processing.convolution.FSobel
Construct with no Gaussian blurring
FSobel(float) - Constructor for class org.openimaj.image.processing.convolution.FSobel
Construct with an initial Gaussian blurring of the given standard deviation.
FSobelMagnitude - Class in org.openimaj.image.processing.convolution
Apply the sobel operator to an image.
FSobelMagnitude() - Constructor for class org.openimaj.image.processing.convolution.FSobelMagnitude
 
FSobelX - Class in org.openimaj.image.processing.convolution
Returns a kernel which is the x derivative of a gaussian of sigma 1
FSobelX() - Constructor for class org.openimaj.image.processing.convolution.FSobelX
Returns a kernel which is the x derivative of a gaussian of sigma 1
FSobelY - Class in org.openimaj.image.processing.convolution
Returns a kernel which is the y derivative of a gaussian of sigma 1
FSobelY() - Constructor for class org.openimaj.image.processing.convolution.FSobelY
Returns a kernel which is the y derivative of a gaussian of sigma 1
FStatisticalPixelProfileModel - Class in org.openimaj.image.pixel.statistics
An FStatisticalPixelProfileModel is a statistical model of pixels from an FImage sampled along a line.
FStatisticalPixelProfileModel(int, FLineSampler) - Constructor for class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
Construct a new FStatisticalPixelProfileModel with the given number of samples per line, and the given sampling strategy.
fsutil - Variable in class org.openimaj.content.slideshow.SlideshowApplet
 
fsutil - Variable in class org.openimaj.content.slideshow.SlideshowApplication
 
fTol - Variable in class org.openimaj.image.processing.face.detection.CLMFaceDetector.Configuration
Model fitting optimisation tolerance
fTol - Variable in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Model fitting optimisation tolerance
FTriangleFilter - Class in org.openimaj.image.processing.convolution
Image convolution with a triangular filter.
FTriangleFilter(int, int, boolean) - Constructor for class org.openimaj.image.processing.convolution.FTriangleFilter
Construct with the given dimensions.
FTriangleFilter(int, int) - Constructor for class org.openimaj.image.processing.convolution.FTriangleFilter
Construct with the given dimensions.
FUL - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
Full non-intersection
FullMEAnalysis - Class in org.openimaj.experiment.evaluation.cluster.analyser
Sina Samangooei (ss@ecs.soton.ac.uk)
FullMEAnalysis() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
 
FullMEClusterAnalyser - Class in org.openimaj.experiment.evaluation.cluster.analyser
A set of measures used to evaulate clustering.
FullMEClusterAnalyser() - Constructor for class org.openimaj.experiment.evaluation.cluster.analyser.FullMEClusterAnalyser
 
FullMultivariateGaussian - Class in org.openimaj.math.statistics.distribution
Implementation of a basic MultivariateGaussian with a full covariance matrix.
FullMultivariateGaussian(Matrix, Matrix) - Constructor for class org.openimaj.math.statistics.distribution.FullMultivariateGaussian
Construct the Gaussian with the provided center and covariance
FullMultivariateGaussian(int) - Constructor for class org.openimaj.math.statistics.distribution.FullMultivariateGaussian
Construct the Gaussian with the zero mean and unit variance
fullscreen - Variable in class org.openimaj.content.slideshow.FullscreenUtility
 
FullscreenUtility - Class in org.openimaj.content.slideshow
Utility class for dealing with fullscreen Swing applications.
FullscreenUtility(JFrame) - Constructor for class org.openimaj.content.slideshow.FullscreenUtility
Construct with the given JFrame.
function - Variable in class org.openimaj.image.processing.algorithm.AnisotropicDiffusion
 
Function<IN,OUT> - Interface in org.openimaj.util.function
Apply a function to some input, producing an appropriate result.
function_of - Variable in class orgrdfs.sioc.ns.RoleImpl
A UserAccount that has this Role.
fundamental - Variable in class org.openimaj.math.geometry.transforms.FundamentalModel
 
Fundamental8PtResidual() - Constructor for class org.openimaj.math.geometry.transforms.FundamentalModel.Fundamental8PtResidual
 
fundamentalMatrix8Pt(List<? extends IndependentPair<Point2d, Point2d>>) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
The un-normalised 8-point algorithm for estimation of the Fundamental matrix.
fundamentalMatrix8PtNorm(List<? extends IndependentPair<Point2d, Point2d>>) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
The normalised 8-point algorithm for estimating the Fundamental matrix
FundamentalModel - Class in org.openimaj.math.geometry.transforms
Implementation of a Fundamental matrix model that estimates the epipolar geometry.
FundamentalModel() - Constructor for class org.openimaj.math.geometry.transforms.FundamentalModel
Create a FundamentalModel, automatically normalising data when estimating the model
FundamentalModel(boolean) - Constructor for class org.openimaj.math.geometry.transforms.FundamentalModel
Create a FundamentalModel with optional automatic normalisation.
FundamentalModel.EpipolarResidual - Class in org.openimaj.math.geometry.transforms
Geometric residual that sums the distance of points from the closest epipolar line.
FundamentalModel.Fundamental8PtResidual - Class in org.openimaj.math.geometry.transforms
Computes the algebraic residual of the point pairs applied to the F matrix
FundamentalModel.SampsonGeometricResidual - Class in org.openimaj.math.geometry.transforms
ResidualCalculator based on Sampson's geometric error.
FundamentalRefinement - Enum in org.openimaj.math.geometry.transforms
Refinement of fundamental matrix estimates using non-linear optimisation (Levenberg-Marquardt) under different geometric distance/error assumptions.
FundamentalRefinement.Base - Class in org.openimaj.math.geometry.transforms
 
FundamentalRefinement.F12Epipolar - Class in org.openimaj.math.geometry.transforms
Based on the following matlab:
FundamentalRefinement.F12Sampson - Class in org.openimaj.math.geometry.transforms
Based on the following matlab:
FundamentalRefinement.F13Epipolar - Class in org.openimaj.math.geometry.transforms
Based on the following matlab:
FundamentalRefinement.F13Sampson - Class in org.openimaj.math.geometry.transforms
Based on the following matlab:
FundamentalRefinement.F23Epipolar - Class in org.openimaj.math.geometry.transforms
Based on the following matlab:
FundamentalRefinement.F23Sampson - Class in org.openimaj.math.geometry.transforms
Based on the following matlab:
FundamentalRefinement.FastSolveNormal3x2 - Class in org.openimaj.math.geometry.transforms
 
FundamentalRefinement.Parameterisation - Enum in org.openimaj.math.geometry.transforms
Parameterisations of the fundamental matrix that preserve the rank-2 constraint by writing one of the rows as a weighted combination of the other two.
FValuePixel - Class in org.openimaj.image.pixel
Represents a pixel location.
FValuePixel(int, int) - Constructor for class org.openimaj.image.pixel.FValuePixel
Default constructor
FValuePixel(int, int, float) - Constructor for class org.openimaj.image.pixel.FValuePixel
Constructor that takes the location and value of the pixel.
FValuePixel.ReverseValueComparator - Class in org.openimaj.image.pixel
Comparator for comparing FValuePixels based on the reversed natural order of their values.
FValuePixel.ValueComparator - Class in org.openimaj.image.pixel
Comparator for comparing FValuePixels based on the natural order of their values.
FVComparator<T extends FeatureVector> - Interface in org.openimaj.feature
Interface for objects that can compare feature vectors
FVConverter - Class in org.openimaj.feature.conversion
Class to convert between common FeatureVector types.
FVConverter() - Constructor for class org.openimaj.feature.conversion.FVConverter
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ByteCauchyFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ByteGaussianFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ByteHammingFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ByteHashFunctionFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ByteHyperplaneCosineFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ByteHyperplaneL1Factory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.DoubleCauchyFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.DoubleGaussianFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.DoubleHammingFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.DoubleHashFunctionFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.DoubleHyperplaneCosineFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.DoubleHyperplaneL1Factory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.FloatCauchyFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.FloatGaussianFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.FloatHammingFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.FloatHashFunctionFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.FloatHyperplaneCosineFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.FloatHyperplaneL1Factory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.IntCauchyFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.IntGaussianFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.IntHammingFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.IntHashFunctionFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.IntHyperplaneCosineFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.IntHyperplaneL1Factory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.LongCauchyFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.LongGaussianFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.LongHammingFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.LongHashFunctionFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.LongHyperplaneCosineFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.LongHyperplaneL1Factory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ShortCauchyFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ShortGaussianFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ShortHammingFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ShortHashFunctionFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ShortHyperplaneCosineFactory
 
fvDistanceFunction() - Method in class org.openimaj.lsh.functions.ShortHyperplaneL1Factory
 
FVFWCheckGMM - Class in org.openimaj.demos
 
FVFWCheckGMM() - Constructor for class org.openimaj.demos.FVFWCheckGMM
 
FVFWCheckPCAGMM - Class in org.openimaj.demos
 
FVFWCheckPCAGMM() - Constructor for class org.openimaj.demos.FVFWCheckPCAGMM
 
FVFWDetectAlign - Class in org.openimaj.demos
 
FVFWDetectAlign() - Constructor for class org.openimaj.demos.FVFWDetectAlign
 
FVFWDSift - Class in org.openimaj.demos
 
FVFWDSift() - Constructor for class org.openimaj.demos.FVFWDSift
 
FVFWDSiftPCAAugment - Class in org.openimaj.demos
 
FVFWDSiftPCAAugment() - Constructor for class org.openimaj.demos.FVFWDSiftPCAAugment
 
FVFWDSiftPCAAugmentGMM - Class in org.openimaj.demos
 
FVFWDSiftPCAAugmentGMM() - Constructor for class org.openimaj.demos.FVFWDSiftPCAAugmentGMM
 
FVFWExperiment - Class in org.openimaj.demos
 
FVFWExperiment() - Constructor for class org.openimaj.demos.FVFWExperiment
 
FVFWExtractMatlabVectors - Class in org.openimaj.demos
 
FVFWExtractMatlabVectors() - Constructor for class org.openimaj.demos.FVFWExtractMatlabVectors
 
FVFWFVEncode - Class in org.openimaj.demos
 
FVFWFVEncode() - Constructor for class org.openimaj.demos.FVFWFVEncode
 
FVFWFVEncodeMatlab - Class in org.openimaj.demos
 
FVFWFVEncodeMatlab() - Constructor for class org.openimaj.demos.FVFWFVEncodeMatlab
 
FVProviderExtractor<FV extends FeatureVector,OBJECT> - Class in org.openimaj.feature
An adaptor for FeatureExtractors that return objects that are FeatureVectorProviders that is a FeatureExtractor that returns a FeatureVector.
FVProviderExtractor(FeatureExtractor<? extends FeatureVectorProvider<FV>, OBJECT>) - Constructor for class org.openimaj.feature.FVProviderExtractor
Construct with the given extractor.
FWD_MIN(int) - Method in class org.openimaj.math.geometry.shape.util.polygon.EdgeTable
 

G

gaborFilters - Variable in class org.openimaj.image.feature.global.Gist
 
GaborFilters - Class in org.openimaj.image.processing.convolution
Utility methods for creating Gabor Filters
Gallery() - Constructor for class org.openimaj.tools.imagecollection.collection.webpage.FlickrWebpageImageCollection.Gallery
 
gamma - Variable in class org.openimaj.image.feature.global.ModifiedLuoSimplicity
 
gamma - Variable in class org.openimaj.image.processing.algorithm.GammaCorrection
 
GammaCorrection - Class in org.openimaj.image.processing.algorithm
Class to perform Gamma correction on a grey-level image.
GammaCorrection() - Constructor for class org.openimaj.image.processing.algorithm.GammaCorrection
Construct a GammaCorrection with the default gamma of 0.2
GammaCorrection(double) - Constructor for class org.openimaj.image.processing.algorithm.GammaCorrection
Construct a GammaCorrection with the given gamma
gauss - Variable in class org.openimaj.image.model.pixel.SingleGaussianPixelModel
 
gaussian1D(float, float, float, int) - Static method in class org.openimaj.image.processing.convolution.filterbank.LeungMalikFilterBank
 
Gaussian2D - Class in org.openimaj.image.processing.convolution
Simple 2D Gaussian convolution.
Gaussian2D(int, int, float) - Constructor for class org.openimaj.image.processing.convolution.Gaussian2D
Construct with given kernel size and variance.
Gaussian2D(int, float) - Constructor for class org.openimaj.image.processing.convolution.Gaussian2D
Construct with given kernel size and variance.
GaussianKLDivergence - Class in org.openimaj.math.statistics.distribution.metrics
Calculate the KL divergence of two multivariate gaussians.
GaussianKLDivergence() - Constructor for class org.openimaj.math.statistics.distribution.metrics.GaussianKLDivergence
 
GaussianMixtureModelEM - Class in org.openimaj.ml.gmm
Gaussian mixture model learning using the EM algorithm.
GaussianMixtureModelEM(int, GaussianMixtureModelEM.CovarianceType, double, double, int, int, EnumSet<GaussianMixtureModelEM.UpdateOptions>, EnumSet<GaussianMixtureModelEM.UpdateOptions>) - Constructor for class org.openimaj.ml.gmm.GaussianMixtureModelEM
Construct with the given arguments.
GaussianMixtureModelEM(int, GaussianMixtureModelEM.CovarianceType) - Constructor for class org.openimaj.ml.gmm.GaussianMixtureModelEM
Construct with the given arguments.
GaussianMixtureModelEM.CovarianceType - Enum in org.openimaj.ml.gmm
Different forms of covariance matrix supported by the GaussianMixtureModelEM.
GaussianMixtureModelEM.EMGMM - Class in org.openimaj.ml.gmm
 
GaussianMixtureModelEM.UpdateOptions - Enum in org.openimaj.ml.gmm
Options for controlling what gets updated during the initialisation and/or iterations.
GaussianOctave<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.analysis.pyramid.gaussian
This class represents a Gaussian octave in the style of Lowe's SIFT paper.
GaussianOctave(GaussianPyramid<IMAGE>, float) - Constructor for class org.openimaj.image.analysis.pyramid.gaussian.GaussianOctave
Construct a Gaussian octave with the provided parent Pyramid and octaveSize.
GaussianPyramid<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> - Class in org.openimaj.image.analysis.pyramid.gaussian
A Gaussian image pyramid consisting of a stack of octaves where the image halves its size.
GaussianPyramid(GaussianPyramidOptions<I>) - Constructor for class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramid
Construct a Pyramid with the given options.
GaussianPyramidOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.analysis.pyramid.gaussian
Options for constructing a Gaussian pyramid in the style of Lowe's SIFT paper.
GaussianPyramidOptions() - Constructor for class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Default constructor.
GaussianPyramidOptions(GaussianPyramidOptions<?>) - Constructor for class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Construct the pyramid options by copying the non-processor options from the given options object.
gaussians - Variable in class org.openimaj.math.statistics.distribution.MixtureOfGaussians
The individual gaussians
gaussianSigma - Variable in class org.openimaj.image.feature.local.descriptor.gradient.SIFTFeatureProvider
 
gaussianSigma - Variable in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
The width of the Gaussian used for weighting samples, relative to the half-width of the sampling window (default 1.0).
GaussianTimeSeriesProcessor - Class in org.openimaj.ml.timeseries.processor
Calculates a moving average over a specified window in the past such that data[t_n] = sum^{m}_{i=1}{data[t_{n-i}} This processor returns a value for each time in the underlying time series.
GaussianTimeSeriesProcessor(double) - Constructor for class org.openimaj.ml.timeseries.processor.GaussianTimeSeriesProcessor
 
GaussianVectorNaiveBayesModel<T> - Class in org.openimaj.math.model
An implementation of a EstimatableModel that uses a VectorNaiveBayesCategorizer to associate vectors (actually double[]) with a category based on the naive bayes model.
GaussianVectorNaiveBayesModel() - Constructor for class org.openimaj.math.model.GaussianVectorNaiveBayesModel
 
GaussianWeighting - Class in org.openimaj.image.processing.face.feature.ltp
A Gaussian LTPWeighting function.
GaussianWeighting() - Constructor for class org.openimaj.image.processing.face.feature.ltp.GaussianWeighting
Construct with a default standard deviation of 3.0
GaussianWeighting(float) - Constructor for class org.openimaj.image.processing.face.feature.ltp.GaussianWeighting
Construct with the given standard deviation
gaussianWindowSize - Variable in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Size of the Gaussian window (in relative to of the size of a bin)
GaussPyr - Class in org.openimaj.demos
 
GaussPyr() - Constructor for class org.openimaj.demos.GaussPyr
 
GD_SVD - Class in org.openimaj.workinprogress
 
GD_SVD(Matrix, int) - Constructor for class org.openimaj.workinprogress.GD_SVD
 
GD_SVD2 - Class in org.openimaj.workinprogress
 
GD_SVD2(Matrix, int) - Constructor for class org.openimaj.workinprogress.GD_SVD2
 
gen - Variable in class org.openimaj.image.processing.face.tracking.clm.MultiTracker.TrackedFace
 
GeneralFont - Class in org.openimaj.image.typography.general
This is a wrapper for the Java AWT Font in the OpenIMAJ system.
GeneralFont(String, int) - Constructor for class org.openimaj.image.typography.general.GeneralFont
Create a font with the given name, type and size.
GeneralFontRenderer<T> - Class in org.openimaj.image.typography.general
A font renderer that takes the glyph outline as generated by the Java AWT Font system and renders it into an OpenIMAJ image using the ImageRenderer methods.
GeneralFontRenderer() - Constructor for class org.openimaj.image.typography.general.GeneralFontRenderer
 
GeneralFontStyle<T> - Class in org.openimaj.image.typography.general
This is a wrapper and extensions for the Java AWT Font as an OpenIMAJ Font style.
GeneralFontStyle(GeneralFont, ImageRenderer<T, ?>) - Constructor for class org.openimaj.image.typography.general.GeneralFontStyle
Create a new font style that will be drawn solid.
GeneralFontStyle(GeneralFont, ImageRenderer<T, ?>, boolean) - Constructor for class org.openimaj.image.typography.general.GeneralFontStyle
Create a new GeneralFontStyle.
GeneralisedEigenvalueProblem - Class in org.openimaj.math.matrix
Methods for solving the Generalised Eigenvalue Problem: A x = L B x.
GeneralisedEigenvalueProblem() - Constructor for class org.openimaj.math.matrix.GeneralisedEigenvalueProblem
 
GeneralisedProcrustesAnalysis - Class in org.openimaj.math.geometry.shape.algorithm
Implementation of shape alignment using Generalised Procrustes Analysis.
GeneralisedProcrustesAnalysis(float, int) - Constructor for class org.openimaj.math.geometry.shape.algorithm.GeneralisedProcrustesAnalysis
Construct the GeneralisedProcrustesAnalysis with the given parameters.
GeneralisedProcrustesAnalysis(float) - Constructor for class org.openimaj.math.geometry.shape.algorithm.GeneralisedProcrustesAnalysis
Construct the GeneralisedProcrustesAnalysis with the given parameters.
GeneralJSON - Class in org.openimaj.twitter
This interface should be implemented by classes that will define a new json input format for the USMFStatus object.
GeneralJSON() - Constructor for class org.openimaj.twitter.GeneralJSON
 
GeneralJSONRDF - Class in org.openimaj.twitter
Holds an internal Jena Graph of the USMF status.
GeneralJSONRDF() - Constructor for class org.openimaj.twitter.GeneralJSONRDF
 
GeneralJSONTwitter - Class in org.openimaj.twitter
GeneralJSONTwitter extends GeneralJSON to provide an object that GSon can fill from a twitter json string.
GeneralJSONTwitter() - Constructor for class org.openimaj.twitter.GeneralJSONTwitter
 
GeneralJSONTwitterRawText - Class in org.openimaj.twitter
GeneralJSONTwitterRawText extends GeneralJSONTwitter to provide an object that can read raw strings.
GeneralJSONTwitterRawText() - Constructor for class org.openimaj.twitter.GeneralJSONTwitterRawText
 
GeneralSentimentFeatureExtractor - Class in org.openimaj.text.nlp.sentiment.model.classifier
GeneralSentimentFeatureExtractor(List<List<String>>) - Constructor for class org.openimaj.text.nlp.sentiment.model.classifier.GeneralSentimentFeatureExtractor
Construct with the training set.
GeneralSentimentFeatureExtractor() - Constructor for class org.openimaj.text.nlp.sentiment.model.classifier.GeneralSentimentFeatureExtractor
Blank constructor.
generate(double[]) - Method in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
Generate a new "observation" as a linear combination of the eigenvectors (ev): mean + ev * scaling.
generate(double[]) - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Generate a new "observation" as a linear combination of the principal components (PC): mean + PC * scaling.
generate() - Method in class org.openimaj.ml.linear.data.BiconvexDataGenerator
 
generate() - Method in class org.openimaj.ml.linear.data.BiconvexIncrementalDataGenerator
 
generate() - Method in class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
 
generate() - Method in interface org.openimaj.ml.linear.data.DataGenerator
 
generate() - Method in class org.openimaj.ml.linear.data.FixedDataGenerator
 
generate() - Method in class org.openimaj.ml.linear.data.LinearPerceptronDataGenerator
 
generate() - Method in class org.openimaj.ml.linear.data.MatlabFileDataGenerator
 
generate() - Method in interface org.openimaj.ml.linear.data.MatrixDataGenerator
 
generate(DoubleFV) - Method in class org.openimaj.ml.pca.FeatureVectorPCA
Generate a new "observation" as a linear combination of the principal components (PC): mean + PC * scaling.
generate(InputStream, Generator.GeneratorOptions) - Static method in class org.openimaj.rdf.owl2java.Generator
Generate the classes for the RDF information that's read from the given input stream.
generate(Locale, int, String) - Method in class org.openimaj.text.nlp.language.MarkovChainLanguageModel
Generate a string using this model of the desired length
generate(I) - Method in class org.openimaj.tools.ocr.FontSimulator
Generates a render of the text string in some random font with some random transform.
generateAll() - Method in class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
 
generateAnnotations - Variable in class org.openimaj.rdf.owl2java.Generator.GeneratorOptions
Whether to generate @@Predicate annotations.
generateClass(File, Map<URI, String>, Map<URI, ClassDef>, boolean, boolean, boolean) - Method in class org.openimaj.rdf.owl2java.ClassDef
Generates a Java file in the target directory
generateColours(int) - Method in enum org.openimaj.image.colour.ColourMap
Generate a list of colours using a colour map
generateFaceMap(FImage, FImage) - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
generateFeatures(int, int, HaarFeatureType...) - Static method in enum org.openimaj.image.objectdetection.haar.training.HaarFeatureType
Generate features of the given types for all possible locations and sizes in the given window bounds.
generateFeatures(int, int, Collection<HaarFeatureType>) - Static method in enum org.openimaj.image.objectdetection.haar.training.HaarFeatureType
Generate features of the given types for all possible locations and sizes in the given window bounds.
generateInterface(File, Map<URI, String>, Map<URI, ClassDef>) - Method in class org.openimaj.rdf.owl2java.ClassDef
Generates a Java interface file in the target directory
generateMatte(MBFImage, int, MatteGenerator.MatteType, Object...) - Static method in class org.openimaj.image.processing.mask.MatteGenerator
Generate a matte into the given image on the given band.
generateMatte(FImage, MatteGenerator.MatteType, Object...) - Static method in class org.openimaj.image.processing.mask.MatteGenerator
Generate a matte into the given FImage.
generateMatte(FImage, Object...) - Method in enum org.openimaj.image.processing.mask.MatteGenerator.MatteType
Generate the matte into the given image.
generateMildTransform(FImage) - Static method in class org.openimaj.feature.local.matcher.KeypointCorrespondenceTestHelper
Generate an affine transform between some reasonable limits: - Rotate it between 0 and 360 - transform it between 0 and 10 pixels - slant it (sheer in x and y) between 0 and 10 degrees - scale it between 0 and 2.0 times
generateMildTransform(FImage, Random) - Static method in class org.openimaj.feature.local.matcher.KeypointCorrespondenceTestHelper
Generate an affine transform between some reasonable limits: - Rotate it between 0 and 360 - transform it between 0 and 10 pixels - slant it (sheer in x and y) between 0 and 10 degrees - scale it between 0 and 2.0 times
generateMSERs(FImage) - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
Performs a watershed then an MSER detection on the given image and returns the MSERs.
generateMSERs(FImage, MSERFeatureGenerator.MSERDirection) - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
Performs a watershed then an MSER detection on the given image and returns the MSERs.
generateNegativeExamples(int, int, int, long, InputStreamObjectReader<IMAGE>) - Static method in class org.openimaj.image.objectdetection.datasets.INRIAPersonDataset
 
generateNewShape(double[]) - Method in class org.openimaj.math.geometry.shape.PointDistributionModel
Generate a plausible new shape from the scaling vector.
generatePackageMappings(Collection<ClassDef>) - Static method in class org.openimaj.rdf.owl2java.Generator
Creates a cache of mappings that map URIs to package names.
generateSkinColorMap(MBFImage) - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
generateSobelMagnitudes(MBFImage) - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
generateWeightTableCache(int, int) - Method in class org.openimaj.audio.filters.HammingAudioProcessor
Generate the cos table cache
generateWeightTableCache(int, int) - Method in class org.openimaj.audio.filters.HanningAudioProcessor
Generate the cos table cache
generateWeightTableCache(int, int) - Method in class org.openimaj.audio.filters.WeightedWindowedAudioProcessor
Generate the cos table cache
Generator - Class in org.openimaj.rdf.owl2java
The main class of the OWL 2 Java tool.
Generator() - Constructor for class org.openimaj.rdf.owl2java.Generator
 
Generator.GeneratorOptions - Class in org.openimaj.rdf.owl2java
Options for the generation of the Java classes.
GeneratorOptions() - Constructor for class org.openimaj.rdf.owl2java.Generator.GeneratorOptions
 
Generic() - Constructor for class org.openimaj.tools.imagecollection.collection.webpage.AbstractWebpageImageCollection.Generic
 
GenericValuePixel<T> - Class in org.openimaj.image.pixel
Represents a pixel location.
GenericValuePixel(int, int) - Constructor for class org.openimaj.image.pixel.GenericValuePixel
Default constructor
GenericValuePixel(int, int, T) - Constructor for class org.openimaj.image.pixel.GenericValuePixel
Constructor that takes the location and value of the pixel.
geo - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
geo - Variable in class org.openimaj.twitter.USMFStatus
Latitude/Longitude content creation location
geo - Variable in class org.openimaj.twitter.USMFStatus.User
Latitude/Logitude User location
GeoFilter - Class in org.openimaj.tools.twitter.modes.filter
 
GeoFilter() - Constructor for class org.openimaj.tools.twitter.modes.filter.GeoFilter
 
geometricMeanAveragePrecision() - Method in class org.lemurproject.ireval.SetRetrievalEvaluator
 
GeometricObject2d - Interface in org.openimaj.math.geometry
A generalised 2D geometric object that has a calculable centre of gravity and regular bounding box.
GeonamesIndex - Class in org.openimaj.text.nlp.geocode
 
GeonamesIndexGenerator - Class in org.openimaj.text.nlp.geocode
A harvester to parse and index the geo data into an embedded Solr index.
GeonamesIndexGenerator(File) - Constructor for class org.openimaj.text.nlp.geocode.GeonamesIndexGenerator
Basic constructor.
get(String, int, int, int) - Method in class backtype.storm.spout.KestrelThriftClient
 
get(int, int) - Method in class ch.akuhn.matrix.DenseMatrix
 
get(int) - Method in class ch.akuhn.matrix.DenseVector
 
get(int, int) - Method in class ch.akuhn.matrix.Matrix
 
get(int, int) - Method in class ch.akuhn.matrix.SparseMatrix
 
get(int) - Method in class ch.akuhn.matrix.SparseVector
 
get(int, int) - Method in class ch.akuhn.matrix.SymmetricMatrix
 
get(int) - Method in class ch.akuhn.matrix.Vector
Get the value at the given index
get(String, int, int, int, AsyncMethodCallback<Kestrel.AsyncClient.get_call>) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
get(String, int, int, int, AsyncMethodCallback<Kestrel.AsyncClient.get_call>) - Method in interface net.lag.kestrel.thrift.Kestrel.AsyncIface
 
get(String, int, int, int) - Method in class net.lag.kestrel.thrift.Kestrel.Client
 
get(String, int, int, int) - Method in interface net.lag.kestrel.thrift.Kestrel.Iface
 
get(int) - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Get the sample at the given index.
get(int) - Method in interface org.openimaj.audio.samples.SampleBuffer
Get the sample at the given index.
get(int) - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Get the sample at the given index.
get(int) - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Get the sample at the given index.
get(int) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
get(int) - Method in class org.openimaj.data.dataset.ReadableListDataset
 
get(int) - Method in class org.openimaj.feature.ByteFV
Get the element at the given flat index
get(int) - Method in class org.openimaj.feature.DoubleFV
Get the element at the given flat index
get(int) - Method in class org.openimaj.feature.FloatFV
Get the element at the given flat index
get(int) - Method in class org.openimaj.feature.IntFV
Get the element at the given flat index
get(int) - Method in class org.openimaj.feature.LongFV
Get the element at the given flat index
get(int) - Method in class org.openimaj.feature.MultidimensionalByteFV
Get the element at the given flat index
get(int...) - Method in class org.openimaj.feature.MultidimensionalByteFV
Get the element at the given n-dimensional coordinate
get(int) - Method in class org.openimaj.feature.MultidimensionalDoubleFV
Get the element at the given flat index
get(int...) - Method in class org.openimaj.feature.MultidimensionalDoubleFV
Get the element at the given n-dimensional coordinate
get(int) - Method in class org.openimaj.feature.MultidimensionalFloatFV
Get the element at the given flat index
get(int...) - Method in class org.openimaj.feature.MultidimensionalFloatFV
Get the element at the given n-dimensional coordinate
get(int) - Method in class org.openimaj.feature.MultidimensionalIntFV
Get the element at the given flat index
get(int...) - Method in class org.openimaj.feature.MultidimensionalIntFV
Get the element at the given n-dimensional coordinate
get(int) - Method in class org.openimaj.feature.MultidimensionalLongFV
Get the element at the given flat index
get(int...) - Method in class org.openimaj.feature.MultidimensionalLongFV
Get the element at the given n-dimensional coordinate
get(int) - Method in class org.openimaj.feature.MultidimensionalShortFV
Get the element at the given flat index
get(int...) - Method in class org.openimaj.feature.MultidimensionalShortFV
Get the element at the given n-dimensional coordinate
get(int) - Method in class org.openimaj.feature.ShortFV
Get the element at the given flat index
get(int) - Method in interface org.openimaj.image.searching.IncrementalMetaIndex
 
get(int) - Method in class org.openimaj.image.searching.MapBackedMetaIndex
 
get(String) - Method in class org.openimaj.kestrel.SimpleKestrelClient
Get the next value in the queue
get(String, int) - Method in class org.openimaj.kestrel.SimpleKestrelClient
Get the next value in the queue
get(String, Duration) - Method in class org.openimaj.kestrel.SimpleKestrelClient
Get the next value from the queue
get(int) - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
Get the data item at the given index.
get(int) - Method in class org.openimaj.math.geometry.point.PointList
Get the ith point
get(int, int) - Method in class org.openimaj.math.matrix.DiagonalMatrix
 
get(int, int) - Method in class org.openimaj.math.matrix.JamaDenseMatrix
 
get(ANNOTATION) - Method in class org.openimaj.ml.annotation.utils.AnnotatedListHelper
Retrieve all the items from the data that have a specific annotation.
get(long, int, int) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
get(long, long) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
get(long, int, int, TIMESERIES) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
get(long, long, long) - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
get(long, int, int) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
get(long, int, int, TS) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
get(long, long, long) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
get(long, long) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
get(long, int, int) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
get(long, int, int, DoubleTimeSeries) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
get(long, long, long) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
get(long, long) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
get(long) - Method in class org.openimaj.ml.timeseries.TimeSeries
Same as calling TimeSeries.get(long, int, int) with spans as 0
get(long, int, int) - Method in class org.openimaj.ml.timeseries.TimeSeries
returns the DATA at a specific point in time and those before and after to the number requested.
get(long, int, int, RETURNTYPE) - Method in class org.openimaj.ml.timeseries.TimeSeries
Same as TimeSeries.get(long, int, int) but instead of createing the output DATA instance, an existing data instance is handed which is filled.
get(long, long, long) - Method in class org.openimaj.ml.timeseries.TimeSeries
returns the RETURNTYPE at a specific point in time and those before and after within the specified thresholds.
get(long, long) - Method in class org.openimaj.ml.timeseries.TimeSeries
returns the RETURNTYPE between the specified time periods.
get(int) - Method in class org.openimaj.tools.clusterquantiser.FeatureFile
The ith local feature
get(int) - Method in class org.openimaj.tools.clusterquantiser.MemoryFeatureFile
 
get(int) - Method in class org.openimaj.tools.clusterquantiser.StreamedFeatureFile
 
get(Class<T>) - Static method in class org.openimaj.util.api.auth.DefaultTokenFactory
Convenience method equivalent to getInstance().getToken(tokenClass).
get(Class<T>, String) - Static method in class org.openimaj.util.api.auth.DefaultTokenFactory
Convenience method equivalent to getInstance().getToken(tokenClass, name).
get(int) - Method in class org.openimaj.util.array.ByteArrayView
Get the ith element of this array view.
get(int) - Method in class org.openimaj.util.array.DoubleArrayView
Get the ith element of this array view.
get(int) - Method in class org.openimaj.util.array.FloatArrayView
Get the ith element of this array view.
get(int) - Method in class org.openimaj.util.array.IntArrayView
Get the ith element of this array view.
get(int) - Method in class org.openimaj.util.array.LongArrayView
Get the ith element of this array view.
get(int) - Method in class org.openimaj.util.array.ShortArrayView
Get the ith element of this array view.
get(int) - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
get(int) - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
get(int) - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
get(int) - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
get(int) - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
get(int) - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
get(int) - Method in class org.openimaj.util.array.SparseByteArray
Get the value at the given index.
get(int) - Method in class org.openimaj.util.array.SparseDoubleArray
Get the value at the given index.
get(int) - Method in class org.openimaj.util.array.SparseFloatArray
Get the value at the given index.
get(int) - Method in class org.openimaj.util.array.SparseHashedByteArray
 
get(int) - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
get(int) - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
get(int) - Method in class org.openimaj.util.array.SparseHashedIntArray
 
get(int) - Method in class org.openimaj.util.array.SparseHashedLongArray
 
get(int) - Method in class org.openimaj.util.array.SparseHashedShortArray
 
get(int) - Method in class org.openimaj.util.array.SparseIntArray
Get the value at the given index.
get(int) - Method in class org.openimaj.util.array.SparseLongArray
Get the value at the given index.
get(int) - Method in class org.openimaj.util.array.SparseShortArray
Get the value at the given index.
get(int) - Method in class org.openimaj.util.list.AbstractFileBackedList
 
get(int) - Method in class org.openimaj.util.list.AcceptingListView
 
get(int) - Method in class org.openimaj.util.list.ConcatenatedList
 
get(int) - Method in class org.openimaj.util.list.SkippingListView
 
get(KEY) - Method in class org.openimaj.workinprogress.optimisation.params.KeyedParameters
 
get2dPoint(GL2, double, double, double) - Method in class org.openimaj.vis.general.BarVisualisation3D
 
get_age() - Method in class net.lag.kestrel.thrift.QueueInfo
 
get_args() - Constructor for class net.lag.kestrel.thrift.Kestrel.get_args
 
get_args(String, int, int, int) - Constructor for class net.lag.kestrel.thrift.Kestrel.get_args
 
get_args(Kestrel.get_args) - Constructor for class net.lag.kestrel.thrift.Kestrel.get_args
Performs a deep copy on other.
get_auto_abort_msec() - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
get_bytes() - Method in class net.lag.kestrel.thrift.QueueInfo
 
get_call(String, int, int, int, AsyncMethodCallback<Kestrel.AsyncClient.get_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.get_call
 
get_data() - Method in class net.lag.kestrel.thrift.Item
 
get_expiration_msec() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
get_head_item() - Method in class net.lag.kestrel.thrift.QueueInfo
 
get_id() - Method in class net.lag.kestrel.thrift.Item
 
get_ids() - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
get_ids() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
get_ids_iterator() - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
get_ids_iterator() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
get_ids_size() - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
get_ids_size() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
get_items() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
get_items() - Method in class net.lag.kestrel.thrift.QueueInfo
 
get_items_iterator() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
get_items_size() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
get_journal_bytes() - Method in class net.lag.kestrel.thrift.QueueInfo
 
get_max_items() - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
get_min_size() - Method in class com.jsaragih.FDet
 
get_open_transactions() - Method in class net.lag.kestrel.thrift.QueueInfo
 
get_queue_name() - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
get_queue_name() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
get_queue_name() - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
get_queue_name() - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
get_queue_name() - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
get_queue_name() - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
get_queue_name() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
get_result() - Constructor for class net.lag.kestrel.thrift.Kestrel.get_result
 
get_result(List<Item>) - Constructor for class net.lag.kestrel.thrift.Kestrel.get_result
 
get_result(Kestrel.get_result) - Constructor for class net.lag.kestrel.thrift.Kestrel.get_result
Performs a deep copy on other.
get_success() - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
get_success() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
get_success() - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
get_success() - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
get_success() - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
get_success() - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
get_success_iterator() - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
get_success_size() - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
get_timeout_msec() - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
get_version() - Method in class backtype.storm.spout.KestrelThriftClient
 
get_version(AsyncMethodCallback<Kestrel.AsyncClient.get_version_call>) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient
 
get_version(AsyncMethodCallback<Kestrel.AsyncClient.get_version_call>) - Method in interface net.lag.kestrel.thrift.Kestrel.AsyncIface
 
get_version() - Method in class net.lag.kestrel.thrift.Kestrel.Client
 
get_version() - Method in interface net.lag.kestrel.thrift.Kestrel.Iface
 
get_version_args() - Constructor for class net.lag.kestrel.thrift.Kestrel.get_version_args
 
get_version_args(Kestrel.get_version_args) - Constructor for class net.lag.kestrel.thrift.Kestrel.get_version_args
Performs a deep copy on other.
get_version_call(AsyncMethodCallback<Kestrel.AsyncClient.get_version_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class net.lag.kestrel.thrift.Kestrel.AsyncClient.get_version_call
 
get_version_result() - Constructor for class net.lag.kestrel.thrift.Kestrel.get_version_result
 
get_version_result(String) - Constructor for class net.lag.kestrel.thrift.Kestrel.get_version_result
 
get_version_result(Kestrel.get_version_result) - Constructor for class net.lag.kestrel.thrift.Kestrel.get_version_result
Performs a deep copy on other.
get_waiters() - Method in class net.lag.kestrel.thrift.QueueInfo
 
getAbout() - Method in interface orgrdfs.sioc.ns.Item
 
getAbout() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getAbout() - Method in class orgrdfs.sioc.ns.PostImpl
 
getAcceleration() - Method in class org.openimaj.hardware.kinect.KinectController
Get the current acceleration values from the device
getAccessLevel() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getAccount_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getAccount_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getAccumulator() - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the accumulator space.
getActualHeightScale() - Method in class org.openimaj.image.typography.hershey.HersheyFontStyle
Get the actual scale to render the font at.
getActualPoints(FacialKeypoint[], Matrix) - Method in class org.openimaj.image.processing.face.alignment.MeshWarpAligner
 
getActualWidthScale() - Method in class org.openimaj.image.typography.hershey.HersheyFontStyle
Get the actual scale to render the font at.
getAddressed_to() - Method in interface orgrdfs.sioc.ns.Item
 
getAddressed_to() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getAddressed_to() - Method in class orgrdfs.sioc.ns.PostImpl
 
getAdministrator_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getAdministrator_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getAffineConsistencyCheck() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getAggregatedResult() - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMAggregator
 
getAggregatedResult() - Method in interface org.openimaj.experiment.evaluation.ResultAggregator
Get the aggregated result
getAlbumImages(String) - Method in class org.openimaj.web.scraping.images.ImgurClient
Calls http://api.imgur.com/2/album/:ID
getAliasFrom(String) - Static method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
 
getAligner() - Method in interface org.openimaj.tools.faces.recognition.options.Aligners.AlignerDetectorProvider
 
getAll() - Method in interface org.openimaj.tools.imagecollection.collection.ImageCollection
 
getAll() - Method in class org.openimaj.tools.imagecollection.collection.video.XuggleVideoImageCollection
 
getAll() - Method in class org.openimaj.tools.imagecollection.collection.webpage.AbstractWebpageImageCollection
 
getAllInputs() - Method in class org.openimaj.tools.InOutToolOptions
 
getAllLinks() - Method in class org.openimaj.web.readability.Readability
 
getAllMatches() - Method in class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
 
getAllMatches() - Method in class org.openimaj.feature.local.matcher.consistent.LocalConsistentKeypointMatcher
 
getAllMatches() - Method in class org.openimaj.feature.local.matcher.VotingKeypointMatcher
 
getAllSuperclasses(RepositoryConnection) - Method in class org.openimaj.rdf.owl2java.ClassDef
Traverses up the tree from this class to find all ancestor allSuperclasses.
getAllTransitiveLeavesOf(String, String, String) - Method in class org.openimaj.text.nlp.namedentity.SparqlTransitiveClosure
Given a root entity, return a hash set of all transitive relationships up until a leaf nodes
getAnalysis(String) - Method in class org.openimaj.twitter.GeneralJSON
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.CountryCodeMode
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.LanguageDetectionMode
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.NERMode
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.SentimentExtractionMode
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.StemmingMode
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.StopwordMode
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.TokeniseMode
 
getAnalysisKey() - Method in class org.openimaj.tools.twitter.modes.preprocessing.TwitterPreprocessingMode
 
getAnalyzer() - Method in class org.openimaj.text.nlp.namedentity.QuickIndexer
 
getAngle() - Method in class org.openimaj.image.typography.FontStyle
 
getAngleJitter() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the amount of angle jitter in use.
getAnnotationKeyList() - Method in class org.openimaj.text.nlp.textpipe.annotations.TextPipeAnnotation
 
getAnnotations() - Method in class org.openimaj.audio.AudioAnnotator
getAnnotations() - Method in class org.openimaj.image.annotation.evaluation.dataset.CorelAnnotatedImage
 
getAnnotations() - Method in class org.openimaj.image.processing.face.recognition.AnnotatorFaceRecogniser
 
getAnnotations() - Method in interface org.openimaj.ml.annotation.Annotated
 
getAnnotations() - Method in class org.openimaj.ml.annotation.AnnotatedObject
 
getAnnotations() - Method in interface org.openimaj.ml.annotation.Annotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.basic.UniformRandomAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator
 
getAnnotations(VectorNaiveBayesCategorizer<ANNOTATION, NaiveBayesAnnotator.PDF>, Vector) - Method in enum org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator.Mode
 
getAnnotations() - Method in class org.openimaj.ml.annotation.FeatureCachingIncrementalBatchAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.InstanceCachingIncrementalBatchAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.linear.DenseLinearTransformAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.linear.LiblinearAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.linear.LinearSVMAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.model.ModelAnnotator
 
getAnnotations() - Method in class org.openimaj.ml.annotation.svm.SVMAnnotator
getAnnotations() - Method in class org.openimaj.ml.annotation.utils.AnnotatedListHelper
Get the set of all known annotations
getAnnotations() - Method in class org.openimaj.text.nlp.namedentity.YagoEntityCandidateAnnotator
 
getAnnotations() - Method in class org.openimaj.text.nlp.namedentity.YagoEntityCompleteAnnotator
 
getAnnotations() - Method in class org.openimaj.text.nlp.namedentity.YagoEntityContextAnnotator
 
getAnnotations() - Method in class org.openimaj.text.nlp.sentiment.model.TokenListSentimentAnnotator
 
getAnnotations() - Method in class org.openimaj.text.nlp.sentiment.model.TokenSentimentAnnotator
 
getAnnotationsFor(Class<T>) - Method in class org.openimaj.text.nlp.textpipe.annotations.TextPipeAnnotation
 
getAnnotationsQ1(GroupedDataset<String, ListDataset<MMSys2013.Response>, MMSys2013.Response>) - Static method in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
For a given GroupedDataset that represents the results from a single category, returns a list of scored annotations for each group, for question 1 (contains depication of category).
getAnnotationsQ2(GroupedDataset<String, ListDataset<MMSys2013.Response>, MMSys2013.Response>) - Static method in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
For a given GroupedDataset that represents the results from a single category, returns a list of scored annotations for each group, for question 2 (is in category).
getAnnotator() - Method in enum org.openimaj.audio.AudioAnnotator.AudioAnnotatorType
Returns a annotator that can train a DoubleFV feature with a specific String label.
getAnnotator() - Method in class org.openimaj.audio.AudioAnnotator
Get the annotator type in use.
getAnyJavaOutputLine(AudioFormat) - Static method in class org.openimaj.audio.util.AudioUtils
Gets a Java output line (SourceDataLine) that can play something with the given audio format.
getArgs() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
 
getArray(int) - Method in class org.openimaj.image.model.patch.MBFPatchClassificationModel
 
getArray(int) - Method in class org.openimaj.image.model.patch.PatchClassificationModel
 
getArray(int) - Method in class org.openimaj.image.model.pixel.MBFPixelClassificationModel
 
getArray(int) - Method in class org.openimaj.image.model.pixel.PixelClassificationModel
 
getArrayBackedVideo() - Method in class org.openimaj.video.VideoCache
Returns an ArrayBackedVideo for the frames in this cache.
getArticleContentType() - Method in class org.openimaj.web.readability.Readability
 
getArticleDate() - Method in class org.openimaj.web.readability.Readability
 
getArticleDateString() - Method in class org.openimaj.web.readability.Readability
 
getArticleHTML() - Method in class org.openimaj.web.readability.Readability
 
getArticleHTML_DOM() - Method in class org.openimaj.web.readability.Readability
 
getArticleImages() - Method in class org.openimaj.web.readability.Readability
 
getArticleLinks() - Method in class org.openimaj.web.readability.Readability
 
getArticleSubheadings() - Method in class org.openimaj.web.readability.Readability
 
getArticleText() - Method in class org.openimaj.web.readability.Readability
 
getArticleTextMapping(TreeWalker, List<Readability.MappingNode>) - Method in class org.openimaj.web.readability.Readability
 
getArticleTextMapping() - Method in class org.openimaj.web.readability.Readability
Get the mapping between bits of text in the dom & their xpaths
getArticleTitle() - Method in class org.openimaj.web.readability.Readability
 
getAsDouble(int) - Method in class org.openimaj.feature.ByteFV
 
getAsDouble(int) - Method in class org.openimaj.feature.DoubleFV
 
getAsDouble(int) - Method in class org.openimaj.feature.EnumFV
 
getAsDouble(int) - Method in interface org.openimaj.feature.FeatureVector
Get an element of the feature as a double value
getAsDouble(int) - Method in class org.openimaj.feature.FloatFV
 
getAsDouble(int) - Method in class org.openimaj.feature.IntFV
 
getAsDouble(int) - Method in class org.openimaj.feature.LongFV
 
getAsDouble(int) - Method in class org.openimaj.feature.ShortFV
 
getAsDouble(int) - Method in class org.openimaj.feature.SparseByteFV
 
getAsDouble(int) - Method in class org.openimaj.feature.SparseDoubleFV
 
getAsDouble(int) - Method in class org.openimaj.feature.SparseFloatFV
 
getAsDouble(int) - Method in class org.openimaj.feature.SparseIntFV
 
getAsDouble(int) - Method in class org.openimaj.feature.SparseLongFV
 
getAsDouble(int) - Method in class org.openimaj.feature.SparseShortFV
 
getAspect() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getAssignmentHistogram() - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
Compute the histogram of number of assignments to each cluster
getAssignments() - Method in class org.openimaj.ml.clustering.meanshift.ExactMeanShift
Get the assignments
getAsyncClient(TNonblockingTransport) - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.Factory
 
getAttachment() - Method in interface orgrdfs.sioc.ns.Item
 
getAttachment() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getAttachment() - Method in class orgrdfs.sioc.ns.PostImpl
 
getAttack() - Method in class org.openimaj.audio.generation.Synthesizer
Get the ADSR attack time in milliseconds
getAttr(double) - Static method in enum org.openimaj.image.feature.global.Colorfulness.ColorfulnessAttr
Get the colourfulness class for a given colourfulness value.
getAttr(double, double) - Static method in enum org.openimaj.image.feature.global.HueStats.ToneAttr
Estimate the tone from the given mean and variance of the hue.
getAudioOverview() - Method in class org.openimaj.vis.audio.AudioOverviewVisualisation.AudioOverviewGenerator
 
getAudioOverview(int, int) - Method in class org.openimaj.vis.audio.AudioOverviewVisualisation.AudioOverviewGenerator
Refactors the overview to given another overview.
getAudioStream(ListDataset<List<SampleBuffer>>) - Static method in class org.openimaj.audio.analysis.benchmarking.AudioDatasetHelper
From a dataset that contains sample buffers, this method will return an AudioStream which will return each of the sample buffers in turn.
getAudioWaveformImage(AudioStream, int, int, Float[], Float[]) - Static method in class org.openimaj.vis.audio.AudioOverviewVisualisation
Generates a waveform image that fits within the given width and height and drawn in the given colour.
getAvatar() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getAvatar() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getAxesRenderer() - Method in class org.openimaj.vis.general.XYPlotVisualisation
Provides access to the underlying axes renderer so that various changes can be made to the visualisation.
getAxesRenderer() - Method in class org.openimaj.vis.general.XYZVisualisation3D
Returns the object rendering the axes
getAxis() - Method in class org.openimaj.image.processing.effects.DioramaEffect
Get the current tilt axis
getAxisColour() - Method in class org.openimaj.vis.general.BarVisualisation
 
getAxisColour() - Method in class org.openimaj.vis.general.BarVisualisationBasic
 
getAxisLength() - Method in class org.openimaj.vis.general.AxisRenderer2D
 
getAxisLocation() - Method in class org.openimaj.vis.general.BarVisualisation
Returns the last calculated axis location
getAxisLocation() - Method in class org.openimaj.vis.general.BarVisualisationBasic
Returns the last calculated axis location
getAxisPaddingBottom() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getAxisPaddingLeft() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getAxisPaddingRight() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getAxisPaddingTop() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getAxisRangeX() - Method in class org.openimaj.vis.general.BarVisualisation
The data range being displayed.
getAxisRangeY() - Method in class org.openimaj.vis.general.BarVisualisation
The data range being displayed.
getAxisRangeY() - Method in class org.openimaj.vis.general.BarVisualisationBasic
The data range being displayed.
getAxisWidth() - Method in class org.openimaj.vis.general.BarVisualisation
Get the width of the axis being drawn
getAxisWidth() - Method in class org.openimaj.vis.general.BarVisualisationBasic
Get the width of the axis being drawn
getBackgroundColour() - Method in class org.openimaj.vis.general.BarVisualisation
 
getBackgroundColour() - Method in class org.openimaj.vis.general.BarVisualisationBasic
 
getBand(int) - Method in class org.openimaj.image.MultiBandImage
Get the band at index i.
getBandwidth() - Method in class org.openimaj.math.statistics.distribution.MultivariateKernelDensityEstimate
Get the bandwidth
getBarColour() - Method in class org.openimaj.vis.general.BarVisualisation
 
getBarColour() - Method in class org.openimaj.vis.general.BarVisualisationBasic
 
getBarColour() - Method in class org.openimaj.vis.video.VideoBarVisualisation
 
getBarWidth() - Method in class org.openimaj.vis.general.BarVisualisation
 
getBasis() - Method in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
Get the basis (the LDA eigenvectors)
getBasis() - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get the principal components.
getBasisVector(int) - Method in class org.openimaj.image.model.FisherImages
Get a specific basis vector as a double array.
getBasisVector(int) - Method in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
Get a specific basis vector as a double array.
getBeats() - Method in class org.openimaj.audio.timecode.MeasuresBeatsTicksTimecode
Returns the number of beats.
getBeatTimecode() - Method in class org.openimaj.audio.analysis.BeatDetector
Returns the timecode at which the first beat in this sample chunk was detected.
getBeginPoint() - Method in class org.openimaj.math.geometry.line.Line2d
Get the start point
getBest(int) - Method in class org.openimaj.image.analysis.algorithm.HoughCircles
Get the n-best detected circles.
getBestLine() - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the top line in the accumulator space.
getBestLine(FImage, int) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the top line in the given accumulator space.
getBestLine(float, float) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the best line within a certain angular range.
getBestLines(int, float, float) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the top n lines from the given accumulator space within the range.
getBestLines(int) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the top n lines from the accumulator space.
getBestLines(int, FImage, int) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Returns the top n lines from the given accumulator space.
getBestResponses(int) - Method in class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
Get the top-N "best" responses found by the template matcher.
getBestResponses(int) - Method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
Get the top-N "best" responses found by the template matcher.
getBestResponses(int, FImage, int, int, Comparator<FValuePixel>) - Static method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
Get the top-N "best" responses found by the template matcher.
getBias() - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
getBias() - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
getBias() - Method in class org.openimaj.ml.linear.learner.perceptron.DoubleArrayKernelPerceptron
 
getBias() - Method in class org.openimaj.ml.linear.learner.perceptron.KernelPerceptron
 
getBias() - Method in class org.openimaj.ml.linear.learner.perceptron.Projectron
 
getBias() - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
Get the bias, b
getBibliography() - Method in class org.openimaj.experiment.ExperimentContext
Get the bibliography for the experiment.
getBiggest(List<FACE>) - Static method in class org.openimaj.image.processing.face.detection.DatasetFaceDetector
Get the biggest face (by area) from the list
getBilinearLearner(int, int) - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
Construct a learner with the desired number of users and words.
getBilinearLearner() - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
getBinHeight() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
(Optional operation) Get the height of a single bin of the sampling window (in pixels).
getBinHeight() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getBinHeight() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getBinHeight() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
This returns the bin size of the zeroth level only.
getBinMap() - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Get the bin-map created in the last call to BinnedWindowedExtractor.analyseImage(FImage) .
getBinWidth() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
(Optional operation) Get the width of a single bin of the sampling window (in pixels).
getBinWidth() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getBinWidth() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getBinWidth() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
This returns the bin size of the zeroth level only.
getBlockSize() - Method in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
Get the number of samples processed in a batch by a thread.
getBlurredPixelProportion() - Method in class org.openimaj.image.feature.global.SharpPixelProportion
 
getBody() - Method in class org.openimaj.web.layout.LayoutExtractor
Get the BODY element of the loaded page
getBody() - Method in class org.openimaj.web.ProgrammaticBrowser
Get the BODY element of the loaded page
getBody() - Method in class org.openimaj.web.readability.Readability
Equivalent to document.body in JS
getBorderPixels() - Method in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Get the number of pixels used for a border that processors shouldn't touch.
getBottomRight() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
getBoundingBoxColour() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
 
getBoundingBoxes() - Method in class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
 
getBoundingBoxPaddingPc() - Method in class org.openimaj.image.text.extraction.LiuSamarabanduTextExtractorBasic
Get the expansion value of the bounding boxes that are generated for the text regions.
getBounds() - Method in class org.openimaj.image.annotation.evaluation.datasets.Caltech101.Record
Get the bounds rectangle if it is available
getBounds() - Method in class org.openimaj.image.Image
Get a rectangle representing the image, with the top-left at 0,0 and the bottom-right at width,height
getBounds() - Method in class org.openimaj.image.processing.face.detection.DetectedFace
Get the bounding box of the face in the detection image.
getBounds() - Method in class org.openimaj.image.processing.face.feature.DoGSIFTFeature
 
getBounds() - Method in class org.openimaj.image.processing.face.tracking.clm.MultiTracker.TrackedFace
 
getBounds(String, int, int, Q) - Method in class org.openimaj.image.typography.FontRenderer
Calculate the bounding box of the rendered text with the given style.
getBounds(AttributedString, ImageRenderer<T, ?>) - Static method in class org.openimaj.image.typography.FontRenderer
Calculate the bounding box of the given AttributedString.
getBounds() - Method in class org.openimaj.text.geo.WorldPolygons
 
getBounds() - Method in class org.openimaj.video.tracking.klt.FeatureList
Returns the bounding box of the features
getBounds() - Method in class org.openimaj.vis.world.WorldPolygons
Get the bounds of all the polygons
getBounds() - Method in class org.openimaj.web.layout.ElementInfo
 
getBPM() - Method in class org.openimaj.audio.util.BasicMusicTimekeeper
Returns the number of BPMs this timekeeper is running at.
getBrightness() - Method in class org.openimaj.image.feature.global.AvgBrightness
Get the brightness.
getBucketId(OBJECT[]) - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
Compute identifiers of the buckets in which the given points belong for all the tables.
getBucketId(OBJECT) - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
Compute identifiers of the buckets in which the given point belongs for all the tables.
getBuffer() - Method in class org.openimaj.util.stream.BlockingDroppingBufferedStream
Get the underlying BlockingDroppingQueue that is used as the internal buffer.
getByte(String) - Method in class org.openimaj.kestrel.SimpleKestrelClient
Get the next value in the queue
getByte(String, int) - Method in class org.openimaj.kestrel.SimpleKestrelClient
Get the next value in the queue
getByte(String, Duration) - Method in class org.openimaj.kestrel.SimpleKestrelClient
Get the next value from the queue
getByteKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or AbstractDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with byte vectors.
getByteKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or AbstractDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with byte vectors.
getByteKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getByteKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getByteKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getByteKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getByteKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getByteKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getByteKeypointsGrouped() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with byte vectors.
getByteKeypointsGrouped(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with byte vectors.
getBytes(File) - Static method in class org.openimaj.image.ImageUtilities
Returns the contents of a file in a byte array.
getBytes(InputStream) - Static method in class org.openimaj.image.ImageUtilities
Converts the input stream to a byte array.
getC() - Method in class org.openimaj.math.model.LeastSquaresLinearModel
Get the offset (c in y=mx+c)
getCameraPosition() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getCameraPosition() - Method in interface org.openimaj.vis.general.CameraPositionProvider
Returns the camera position (x, y, z) position, (x, y, z) look at position, (x, y, z) camera normal (up).
getCameraPosition() - Method in class org.openimaj.vis.general.RotatingCameraProvider
Returns the camera position (x, y, z) position, (x, y, z) look at position, (x, y, z) camera normal (up).
getCameras() - Method in class org.openimaj.image.camera.calibration.CameraCalibrationZhang
Get the computed (extrinsic and intrinsic) camera parameters for all images used at construction time (in the same order).
getCandidates(List<String>) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder
Gets candidate entities.
getCandidatesFromReversableTokenList(List<TokenAnnotation>) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder
Gets candidate entities.
getCannyEdgeDetector() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
Get the edge detector used.
getCanonicalImageDimension() - Method in class org.openimaj.image.processing.face.detection.keypoints.FacialKeypointExtractor
Get the size of the face image that the keypoint extractor can work with.
getCascade() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
getCentreFrequency() - Method in class org.openimaj.audio.filters.TriangularFilter
Get the centre frequency
getCentroid() - Method in class org.openimaj.feature.local.matcher.VotingKeypointMatcher
 
getCentroids() - Method in class org.openimaj.ml.clustering.ByteCentroidsResult
 
getCentroids() - Method in interface org.openimaj.ml.clustering.CentroidsProvider
 
getCentroids() - Method in class org.openimaj.ml.clustering.DoubleCentroidsResult
 
getCentroids() - Method in class org.openimaj.ml.clustering.FeatureVectorCentroidsResult
 
getCentroids() - Method in class org.openimaj.ml.clustering.FloatCentroidsResult
 
getCentroids() - Method in class org.openimaj.ml.clustering.IntCentroidsResult
 
getCentroids() - Method in class org.openimaj.ml.clustering.kmeans.SphericalKMeansResult
 
getCentroids() - Method in class org.openimaj.ml.clustering.LongCentroidsResult
 
getCentroids() - Method in class org.openimaj.ml.clustering.rac.IntRAC
 
getCentroids() - Method in class org.openimaj.ml.clustering.ShortCentroidsResult
 
getChannelPolygon(int, boolean, int) - Method in class org.openimaj.vis.audio.AudioOverviewVisualisation.AudioOverviewGenerator
Returns a polygon representing the channel overview.
getChannelsInUse() - Method in class org.openimaj.audio.generation.PolyphonicSynthesizer
The number of synths in use.
getCharCount(Element, String) - Method in class org.openimaj.web.readability.Readability
Get the number of times a string s appears in the node e.
getCharCount(Element) - Method in class org.openimaj.web.readability.Readability
 
getChildren() - Method in interface org.openimaj.util.tree.TreeNode
Get all children
getChildren() - Method in class org.openimaj.util.tree.TreeNodeImpl
 
getCircle(float) - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
Create an ellipse based on the features parameters.
getClass(Type) - Static method in class org.openimaj.util.reflection.ReflectionUtils
Get the underlying class for a type, or null if the type is a variable type.
getClassDistribution(T) - Method in class org.openimaj.math.model.UnivariateGaussianNaiveBayesModel
Get the class distribution for the given class.
getClassDistribution() - Method in class org.openimaj.math.model.UnivariateGaussianNaiveBayesModel
Get the class distribution for all classes.
getClasses() - Method in class org.openimaj.image.objectdetection.haar.training.BasicTrainingData
 
getClasses() - Method in class org.openimaj.image.objectdetection.haar.training.CachedTrainingData
 
getClasses() - Method in interface org.openimaj.ml.classification.LabelledDataProvider
 
getClassifier() - Method in class org.openimaj.image.objectdetection.haar.Detector
Get the classifier tree or cascade used by this detector.
getClassPriors() - Method in class org.openimaj.math.model.UnivariateGaussianNaiveBayesModel
 
getClassWeight(Element) - Method in class org.openimaj.web.readability.Readability
Get an elements class/id weight.
getClient(TProtocol) - Method in class net.lag.kestrel.thrift.Kestrel.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class net.lag.kestrel.thrift.Kestrel.Client.Factory
 
getClusterCentroid(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Given a path, get the cluster centroid associated with the cluster index of the path.
getClusterCentroid(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Given a path, get the cluster centroid associated with the cluster index of the path.
getClusterCentroid(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Given a path, get the cluster centroid associated with the cluster index of the path.
getClusterCentroid(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Given a path, get the cluster centroid associated with the cluster index of the path.
getClusterCentroid(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Given a path, get the cluster centroid associated with the cluster index of the path.
getClusterCentroid(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Given a path, get the cluster centroid associated with the cluster index of the path.
getClusterClass() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getClusterClass() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getClusterClass() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getClusterClass() - Method in class org.openimaj.tools.clusterquantiser.ClusterType.ClusterTypeOp
 
getClusterInputStream(String) - Static method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getClusterInputStream() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getClusterInputString() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getClusterType() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getClusterType() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getClusterType() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getCoefficients(double, double) - Method in enum org.openimaj.audio.filters.EQFilter.EQType
Initialise the filter
getCoefficients() - Method in class org.openimaj.audio.filters.FIRFilter
Returns the coefficients for the particular filter
getCoherenceFactor() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
Get the edge coherence factor.
getColor() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getColorfulness() - Method in class org.openimaj.image.feature.global.Colorfulness
 
getColorfulnessAttribute() - Method in class org.openimaj.image.feature.global.Colorfulness
 
getColour() - Method in class org.openimaj.image.processor.connectedcomponent.render.AbstractRenderer
Returns the colour that the components will be drawn in.
getColour(ConfigurableRenderOptions) - Method in class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererMono
Get the colour that a specific option will be drawn in.
getColour(ConfigurableRenderOptions) - Method in class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererRGB
Get the colour that a specific option will be drawn in.
getColour() - Method in class org.openimaj.image.typography.FontStyle
 
getColour() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getColourMap() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getColourMap() - Method in class org.openimaj.vis.general.DotPlotVisualisation
 
getColourMap() - Method in class org.openimaj.vis.general.DotPlotVisualisation3D
 
getColourMap() - Method in class org.openimaj.vis.general.HeightMap3D
 
getColourMapMax() - Method in class org.openimaj.vis.general.DotPlotVisualisation
 
getColourMapMax() - Method in class org.openimaj.vis.general.DotPlotVisualisation3D
 
getColourMapMin() - Method in class org.openimaj.vis.general.DotPlotVisualisation
 
getColourMapMin() - Method in class org.openimaj.vis.general.DotPlotVisualisation3D
 
getColourSpace() - Method in class org.openimaj.image.MultiBandImage
Get the colour space of this image
getColourspace() - Method in class org.openimaj.vis.animators.ColourSpaceAnimator
 
getCols() - Method in class org.openimaj.image.Image
Get the image width in pixels.
getCombinations(String) - Method in class org.openimaj.text.nlp.namedentity.Rationaliser
 
getComp(T, FeatureComparison) - Method in class org.openimaj.tools.globalfeature.CollectionComparisonTool
Get a feature comparison class for the given feature and metric.
getComp(T, FeatureComparison) - Method in class org.openimaj.tools.globalfeature.PairWiseComparisonTool
 
getComp(T, FeatureComparison) - Method in class org.openimaj.tools.globalfeature.SegmentingPairWiseComparisonTool
 
getComparisonMeasure() - Method in class org.openimaj.image.model.patch.HistogramPatchModel
 
getCompassData() - Method in class org.openimaj.hardware.compass.CompassSerialReader
 
getComponent(int, int) - Method in class org.openimaj.content.slideshow.AudioVideoSlide
 
getComponent(int, int) - Method in class org.openimaj.content.slideshow.PictureSlide
 
getComponent(int, int) - Method in interface org.openimaj.content.slideshow.Slide
Get the component to draw.
getComponent(int, int) - Method in class org.openimaj.content.slideshow.VideoSlide
 
getComponentConfiguration() - Method in class org.openimaj.picslurper.DownloadBolt
 
getComponentConfiguration() - Method in class org.openimaj.picslurper.LocalTweetSpout
 
getComponentConfiguration() - Method in class org.openimaj.picslurper.PrintBolt
 
getComponentConfiguration() - Method in class org.openimaj.storm.bolt.PrintingBolt
 
getComponents() - Method in class org.openimaj.image.connectedcomponent.ConnectedComponentLabeler
 
getComponents() - Method in class org.openimaj.image.connectedcomponent.GreyscaleConnectedComponentLabeler
 
getCompressionCodecClass() - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
 
getCompressionType() - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
 
getConcurrency() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getConf() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairPartitioner
 
getConf() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.sort.PMISortPartitioner
 
getConfidence(CLASS) - Method in class org.openimaj.experiment.evaluation.classification.BasicClassificationResult
 
getConfidence(CLASS) - Method in interface org.openimaj.experiment.evaluation.classification.ClassificationResult
Get the confidence associated with the given class.
getConfidence() - Method in class org.openimaj.image.processing.face.detection.DetectedFace
Get the confidence of the detection.
getConfig(LDALearner.LDAConfig) - Method in class org.openimaj.pgm.vb.lda.mle.LDALearner
 
getConfig() - Method in class org.openimaj.vis.general.AxisRenderer
 
getConfig() - Method in class org.openimaj.vis.general.AxisRenderer2D
 
getConfiguration() - Method in class org.openimaj.image.processing.face.detection.CLMFaceDetector
Get the internal configuration of the detector.
getConfiguration() - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Get the configuration
getConfiguration() - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Get the configuration
getConfiguration() - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Get the configuration
getConfiguration() - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Get the configuration
getConfiguration() - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Get the configuration
getConfiguration() - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Get the configuration
getConfiguration() - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Get the configuration
getConnectedComponent() - Method in class org.openimaj.image.processing.face.detection.CCDetectedFace
 
getConnectedComponent(DetectedFace) - Method in enum org.openimaj.image.processing.face.detection.FaceDetectorFeatures
 
getConnectionColour() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
 
getConnections() - Method in interface org.openimaj.image.model.asm.datasets.ShapeModelDataset
Get the connections between the points
getConnections(Point2d, PointList) - Method in class org.openimaj.math.geometry.point.PointListConnections
Get the points connected to the given point.
getConnections(int) - Method in class org.openimaj.math.geometry.point.PointListConnections
Get the indices of all the points connected to the point with the given index.
getContainer_of() - Method in interface orgrdfs.sioc.ns.Container
 
getContainer_of() - Method in class orgrdfs.sioc.ns.ContainerImpl
 
getContainer_of() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getContent() - Method in interface orgrdfs.sioc.ns.Item
 
getContent() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getContent() - Method in class orgrdfs.sioc.ns.PostImpl
 
getContent_encoded() - Method in interface orgrdfs.sioc.ns.Post
 
getContent_encoded() - Method in class orgrdfs.sioc.ns.PostImpl
 
getContentArea() - Method in class org.openimaj.image.FImage
Get bounding box of non-zero-valued pixels around the outside of the image.
getContentArea() - Method in class org.openimaj.image.Image
Get bounding box of non-zero-valued pixels around the outside of the image.
getContentArea() - Method in class org.openimaj.image.MultiBandImage
Get bounding box of non-zero-valued pixels around the outside of the image.
getContentArea() - Method in class org.openimaj.image.SVGImage
 
getContentUrl() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceResponse
 
getContext() - Method in class org.openimaj.text.nlp.namedentity.YagoNamedEntity
 
getContour() - Method in class org.openimaj.image.annotation.evaluation.datasets.Caltech101.Record
Get the object polygon if it is available.
getContrast() - Method in class org.openimaj.image.feature.global.RGBRMSContrast
Get the contrast of the last image analysed with RGBRMSContrast.analyseImage(MBFImage)
getContrast() - Method in class org.openimaj.image.feature.global.RMSContrast
Get the contrast of the last image analysed with RMSContrast.analyseImage(FImage)
getContrast() - Method in class org.openimaj.image.feature.global.WeberContrast
Get the contrast of the last image analysed with WeberContrast.analyseImage(FImage)
getContributors() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getConvexHull(List<Point2d>) - Static method in class org.openimaj.math.geometry.shape.util.GrahamScan
Returns the convex hull of the Point2ds created from the list Point2ds.
getCoordinates(int) - Method in class org.openimaj.feature.MultidimensionalByteFV
Given an index, calculate the coordinate which would map to that index using MultidimensionalByteFV.getIndex(int...)
getCoordinates(int) - Method in class org.openimaj.feature.MultidimensionalDoubleFV
Given an index, calculate the coordinate which would map to that index using MultidimensionalDoubleFV.getIndex(int...)
getCoordinates(int) - Method in class org.openimaj.feature.MultidimensionalFloatFV
Given an index, calculate the coordinate which would map to that index using MultidimensionalFloatFV.getIndex(int...)
getCoordinates(int) - Method in class org.openimaj.feature.MultidimensionalIntFV
Given an index, calculate the coordinate which would map to that index using MultidimensionalIntFV.getIndex(int...)
getCoordinates(int) - Method in class org.openimaj.feature.MultidimensionalLongFV
Given an index, calculate the coordinate which would map to that index using MultidimensionalLongFV.getIndex(int...)
getCoordinates(int) - Method in class org.openimaj.feature.MultidimensionalShortFV
Given an index, calculate the coordinate which would map to that index using MultidimensionalShortFV.getIndex(int...)
getCorners() - Method in class org.openimaj.image.camera.calibration.ChessboardCornerFinder
Get any corners detected by the last call to ChessboardCornerFinder.analyseImage(FImage).
getCount() - Method in class org.openimaj.hadoop.sequencefile.ExtractionState
 
getCount() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getCountMode() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getCountryCode() - Method in class org.openimaj.vis.world.WorldPlace
 
getCountryCodeByName(String) - Method in class org.openimaj.vis.world.WorldMap
Returns a country code for a given country name.
getCountryLocation(String) - Method in class org.openimaj.vis.world.WorldMap
Returns the lat/long of a country given its country code
getCovariance() - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
getCovariance() - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
getCovariance() - Method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
 
getCovariance(int, int) - Method in class org.openimaj.math.statistics.distribution.CachingMultivariateGaussian
 
getCovariance() - Method in class org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian
 
getCovariance(int, int) - Method in class org.openimaj.math.statistics.distribution.DiagonalMultivariateGaussian
 
getCovariance() - Method in class org.openimaj.math.statistics.distribution.FullMultivariateGaussian
 
getCovariance(int, int) - Method in class org.openimaj.math.statistics.distribution.FullMultivariateGaussian
 
getCovariance() - Method in interface org.openimaj.math.statistics.distribution.MultivariateGaussian
Get the covariance
getCovariance(int, int) - Method in interface org.openimaj.math.statistics.distribution.MultivariateGaussian
Get a covariance value from the covariance matrix.
getCovariance() - Method in class org.openimaj.math.statistics.distribution.SphericalMultivariateGaussian
 
getCovariance(int, int) - Method in class org.openimaj.math.statistics.distribution.SphericalMultivariateGaussian
 
getCovariance() - Method in class org.openimaj.math.statistics.MeanAndCovariance
Get the covariance matrix
getCreated_at() - Method in interface orgrdfs.sioc.ns.Post
 
getCreated_at() - Method in class orgrdfs.sioc.ns.PostImpl
 
getCreatedAt() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getCreator_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getCreator_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getCSVHeader() - Static method in class org.openimaj.web.layout.ElementInfo
 
getCumulativeEnergies() - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get the cumulative energies of each principal component
getCumulativeEnergy(int) - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get the cumulative energy of the ith principal component
getCurrentAngleDegrees() - Method in class org.openimaj.hardware.turntable.Turntable
Get the current absolute angle in degrees (relative to the position at initialisation)
getCurrentAngleRadians() - Method in class org.openimaj.hardware.turntable.Turntable
Get the current absolute angle in radians (relative to the position at initialisation)
getCurrentDisplayedPixelColour() - Method in class org.openimaj.image.DisplayUtilities.ImageComponent
Returns the current displayed pixel colour (as an RGB encoded int) from the currently displayed image.
getCurrentDrawPosition() - Method in class org.openimaj.vis.audio.AudioSpectrogram
Get the position at which the next spectrum will be drawn.
getCurrentFrame() - Method in class org.openimaj.hardware.kinect.KinectStream
 
getCurrentFrame() - Method in class org.openimaj.video.AnimatedVideo
 
getCurrentFrame() - Method in class org.openimaj.video.ArrayBackedVideo
 
getCurrentFrame() - Method in class org.openimaj.video.capture.VideoCapture
 
getCurrentFrame() - Method in class org.openimaj.video.FileBackedVideo
 
getCurrentFrame() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
getCurrentFrame() - Method in class org.openimaj.video.processor.VideoProcessor
Get the current frame
getCurrentFrame() - Method in class org.openimaj.video.translator.VideoTranslator
 
getCurrentFrame() - Method in class org.openimaj.video.Video
Get the current frame
getCurrentFrame() - Method in class org.openimaj.video.xuggle.XuggleVideo
Get the current frame
getCurrentFrame() - Method in class org.openimaj.web.video.VGetVideo
 
getCurrentFrameIndex() - Method in class org.openimaj.video.Video
Get the index of the current frame
getCurrentFrameIndex() - Method in class org.openimaj.video.xuggle.XuggleVideo
Get the index of the current frame
getCurrentGradientProps(ScaleSpaceImageExtractorProperties<MBFImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.ColourGradientFeatureExtractor
Get the GradientScaleSpaceImageExtractorProperties for the given properties.
getCurrentGradientProps(ScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.dog.extractor.GradientFeatureExtractor
Get the GradientScaleSpaceImageExtractorProperties for the given properties.
getCurrentGradientProps(ScaleSpaceImageExtractorProperties<FImage>) - Method in class org.openimaj.image.feature.local.detector.ipd.extractor.InterestPointGradientFeatureExtractor
Get the GradientScaleSpaceImageExtractorProperties for the given properties.
getCurrentKey() - Method in class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileRecordReader
 
getCurrentMouseImagePosition() - Method in class org.openimaj.image.DisplayUtilities.ImageComponent
Returns the current mouse position in the coordinates of the image and is determined by the scaling factors and the position of the image within the viewport.
getCurrentMousePosition() - Method in class org.openimaj.image.DisplayUtilities.ImageComponent
Returns the current mouse position in pixels within the viewport.
getCurrentPixelColour() - Method in class org.openimaj.image.DisplayUtilities.ImageComponent
Returns the current pixel colour at the point of the mouse.
getCurrentPositionLineColour() - Method in class org.openimaj.vis.audio.AudioSpectrogram
Get the colour of the current position line
getCurrentScale() - Method in class org.openimaj.vis.general.AxisRenderer2D
 
getCurrentScaleIndex() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder
 
getCurrentScaleIndex() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder
 
getCurrentScaleIndex() - Method in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
 
getCurrentScaleIndex() - Method in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveInterestPointFinder
 
getCurrentScaleIndex() - Method in interface org.openimaj.image.feature.local.detector.pyramid.OctaveInterestPointFinder
Get the current scale index within the octave.
getCurrentShapes() - Method in class org.openimaj.image.processing.transform.ProjectionProcessor
Get the current shapes as an array for efficient access, first entry for each shape is its rectangle, second entry is the shape
getCurrentTimecode() - Method in class org.openimaj.video.xuggle.XuggleVideo
Returns a video timecode for the current frame.
getCurrentUserRetweetId() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getCurrentValue() - Method in class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileRecordReader
 
getCurrentValues() - Method in class org.openimaj.ml.linear.learner.init.CurrentUMean
 
getCurrentValues() - Method in class org.openimaj.ml.linear.learner.init.CurrentValueMean
 
getCurrentValues() - Method in class org.openimaj.ml.linear.learner.init.CurrentWMean
 
getCutOff() - Method in interface org.openimaj.math.statistics.distribution.kernel.UnivariateKernel
Get the absolute value at which the kernel's response is essentially zero.
getData(int, int, DATATYPE[]) - Method in class org.openimaj.data.AbstractMultiListDataSource
 
getData(int) - Method in class org.openimaj.data.AbstractMultiListDataSource
 
getData(int, int, T[]) - Method in class org.openimaj.data.ArrayBackedDataSource
 
getData(int) - Method in class org.openimaj.data.ArrayBackedDataSource
 
getData(int, int, byte[][]) - Method in class org.openimaj.data.ByteArrayBackedDataSource
 
getData(int) - Method in class org.openimaj.data.ByteArrayBackedDataSource
 
getData(int, int, DATATYPE[]) - Method in interface org.openimaj.data.DataSource
Get data between given rows.
getData(int) - Method in interface org.openimaj.data.DataSource
Get the data for a given row
getData(int, int, double[][]) - Method in class org.openimaj.data.DoubleArrayBackedDataSource
 
getData(int) - Method in class org.openimaj.data.DoubleArrayBackedDataSource
 
getData(int, int, float[][]) - Method in class org.openimaj.data.FloatArrayBackedDataSource
 
getData(int) - Method in class org.openimaj.data.FloatArrayBackedDataSource
 
getData(int, int, DATATYPE[]) - Method in class org.openimaj.data.IndexedViewDataSource
 
getData(int) - Method in class org.openimaj.data.IndexedViewDataSource
 
getData(int, int, int[][]) - Method in class org.openimaj.data.IntArrayBackedDataSource
 
getData(int) - Method in class org.openimaj.data.IntArrayBackedDataSource
 
getData(int, int, long[][]) - Method in class org.openimaj.data.LongArrayBackedDataSource
 
getData(int) - Method in class org.openimaj.data.LongArrayBackedDataSource
 
getData(int, int, short[][]) - Method in class org.openimaj.data.ShortArrayBackedDataSource
 
getData(int) - Method in class org.openimaj.data.ShortArrayBackedDataSource
 
getData(InputStreamObjectReader<IMAGE>) - Static method in class org.openimaj.image.annotation.evaluation.datasets.Caltech101
Get a dataset of the Caltech 101 images and metadata.
getData() - Method in class org.openimaj.knn.lsh.LSHNearestNeighbours
Get a read-only view of the underlying data.
getData(Matrix) - Static method in class org.openimaj.math.matrix.CFMatrixUtils
Get the data array backing this matrix (in column-major format)
getData() - Method in class org.openimaj.math.statistics.distribution.MultivariateKernelDensityEstimate
Get the underlying data
getData() - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
 
getData() - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
getData() - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
getData() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
getData() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection
 
getData() - Method in class org.openimaj.ml.timeseries.TimeSeries
 
getData(int, int, byte[][]) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchByteDataSource
 
getData(int) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchByteDataSource
 
getData(int, int, int[][]) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchIntDataSource
 
getData(int) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchIntDataSource
 
getDataDirectory() - Static method in class org.openimaj.data.DataUtils
Get the openimaj data directory.
getDataLocation(File) - Static method in class org.openimaj.data.DataUtils
Get the location of the given data file/directory.
getDataLocation(String) - Static method in class org.openimaj.data.DataUtils
Get the location of the given data file/directory.
getDataset() - Method in interface org.openimaj.data.dataset.cache.GroupedListCache
 
getDataset() - Method in class org.openimaj.data.dataset.cache.InMemoryGroupedListCache
 
getDecay() - Method in class org.openimaj.audio.generation.Synthesizer
Get the ADSR decay time in milliseconds
getDecayAmount() - Method in class org.openimaj.vis.audio.AudioWaveform
Get the amount of decay in use
getDecisionAnalysis() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FScoreAnalysis
 
getDecisionAnalysis() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomIndexAnalysis
 
getDeclarationType() - Method in class org.openimaj.rdf.owl2java.PropertyDef
Returns the Java declaration type for this property
getDeclaredField(Class<?>, String) - Method in class org.kohsuke.args4j.ProxyOptionHandler
 
getDefaultAliasFilePath() - Static method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
 
getDefaultCountryLandColour() - Method in class org.openimaj.vis.world.WorldMap
 
getDefaultCountryOutlineColour() - Method in class org.openimaj.vis.world.WorldMap
 
getDefaultIndexDirectoryPath() - Static method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
 
getDefaultMetaVariable() - Method in class org.kohsuke.args4j.FileOutputStreamOptionHandler
 
getDefaultMetaVariable() - Method in class org.kohsuke.args4j.FImageOptionHandler
 
getDefaultMetaVariable() - Method in class org.kohsuke.args4j.MBFImageOptionHandler
 
getDefaultMetaVariable() - Method in class org.kohsuke.args4j.ProxyOptionHandler
 
getDefaultRootPath() - Static method in class org.openimaj.text.nlp.namedentity.EntityExtractionResourceBuilder
 
getDelta() - Method in class org.openimaj.image.feature.local.detector.mser.MSERDetector
 
getDelta() - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
 
getDemixingMatrix() - Method in class org.openimaj.math.matrix.algorithm.ica.IndependentComponentAnalysis
 
getDemixingMatrix() - Method in class org.openimaj.math.matrix.algorithm.ica.SymmetricFastICA
 
getDensestSubgraph() - Method in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
 
getDependantValues() - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
getDependentVariables() - Method in class org.openimaj.experiment.ExperimentContext
Get the dependent variables of the experiment and their values at the time this method is called.
getDepth() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Get the depth of the cluster tree
getDepth() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Get the depth of the cluster tree
getDepth() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Get the depth of the cluster tree
getDepth() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Get the depth of the cluster tree
getDepth() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Get the depth of the cluster tree
getDepth() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Get the depth of the cluster tree
getDescription() - Method in interface orgrdfs.sioc.ns.Post
 
getDescription() - Method in class orgrdfs.sioc.ns.PostImpl
 
getDescriptors() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the computed raw dense SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or AbstractDenseSIFT.analyseImage(Image, Rectangle) .
getDescriptors() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getDescriptors() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
Get the computed raw dense SIFT descriptors from the previous call to #analyseImage(FImage) or DenseSIFT.analyseImage(FImage, Rectangle) .
getDescriptors() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getDetailReport(String, String) - Method in interface org.openimaj.experiment.evaluation.AnalysisResult
Get a JasperPrint detailing the result.
getDetailReport() - Method in interface org.openimaj.experiment.evaluation.AnalysisResult
Get a String detailing the result.
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMResult
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMResult
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.classification.analysers.roc.ROCResult
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.classification.analysers.roc.ROCResult
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FScoreAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FScoreAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.NMIAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.NMIAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.PurityAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.PurityAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineClusterAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineClusterAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomIndexAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomIndexAnalysis
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEAnalysis
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.RangedAnalysisResult
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.cluster.RangedAnalysisResult
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalResult
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalResult
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.PrecisionAtNResult
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.PrecisionAtNResult
 
getDetailReport(String, String) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.TRECResult
 
getDetailReport() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.TRECResult
 
getDetections(FDDBRecord) - Method in interface org.openimaj.image.processing.face.detection.benchmarking.FDDBEvaluation.EvaluationDetector
 
getDetectionScale() - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getDetector() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
getDetector() - Method in class org.openimaj.image.processing.face.recognition.FaceRecognitionEngine
 
getDetector() - Method in interface org.openimaj.tools.faces.recognition.options.Aligners.AlignerDetectorProvider
 
getDetector() - Method in interface org.openimaj.tools.faces.recognition.options.FaceDetectors.FaceDetectorProvider
 
getDetIntScaleFactor() - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getDevice(int) - Method in class org.openimaj.video.capture.DeviceList
 
getDevices() - Static method in class org.openimaj.audio.util.AudioUtils
Returns a list of devices that are available on this system.
getDifferentials() - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Get the differentials between frames (if storeAllDiff is true).
getDimensions() - Method in class org.openimaj.feature.local.ScaleSpaceLocation
 
getDimensions() - Method in class org.openimaj.feature.local.SpatialLocation
 
getDimensions() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
getDimensions() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
getDimensions() - Method in class org.openimaj.image.feature.local.keypoints.KeypointLocation
 
getDimensions() - Method in class org.openimaj.image.feature.local.keypoints.quantised.QuantisedKeypoint
 
getDimensions() - Method in class org.openimaj.image.pixel.Pixel
getDimensions() - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
getDimensions() - Method in interface org.openimaj.math.geometry.point.Coordinate
 
getDimensions() - Method in class org.openimaj.math.geometry.point.PayloadCoordinate
 
getDimensions() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
getDimensions() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
getDimensions() - Method in class org.openimaj.video.tracking.klt.Feature
 
getDirection() - Method in class org.openimaj.image.processing.edges.StrokeWidthTransform
Get the direction of the SWT; true for dark on light, false for light
getDirection(List<double[]>, List<Double>) - Static method in class org.openimaj.ml.linear.kernel.LinearVectorKernel
 
getDirectoryFile() - Method in class org.openimaj.tools.imagecollection.processor.DirectoryImageProcessor
 
getDisplayedImage() - Method in class org.openimaj.image.DisplayUtilities.ImageComponent
Returns the currently displaying image.
getDisplayFPS() - Method in class org.openimaj.video.VideoDisplay
Returns the speed at which the display is being updated.
getDistanceMaps() - Method in class org.openimaj.image.processing.face.feature.ltp.AbstractLtpDtFeature
Get the Euclidean distance maps for each slice.
getDistances() - Method in class org.openimaj.image.analysis.algorithm.EuclideanDistanceTransform
 
getDistances(File, List<File>, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between all the faces in the first image with all the faces in the given images.
getDistances(List<File>, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between faces in the given images.
getDistances(List<File>, boolean, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between faces in the given images.
getDistances(List<String>, List<FImage>, boolean, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between faces in the given images.
getDistances(List<T>, boolean, FaceSimilarityTool.ImageGetter<T>, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
This is the actual comparison function that performs the nested loops as necessary to match all the faces against each other.
getDocument() - Method in class org.openimaj.image.renderer.SVGRenderer
 
getDocuments() - Method in class org.openimaj.pgm.util.Corpus
 
getDocuments() - Method in class org.openimaj.tools.web.ReaderOptions
 
getDoGOctave() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder
Get the difference-of-Gaussian octave corresponding to the current Gaussian octave.
getDoGOctave() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder
Get the difference-of-Gaussian octave corresponding to the current Gaussian octave.
getDoublePixelVector() - Method in class org.openimaj.image.FImage
Returns the pixels of the image as a vector (array) of doubles.
getDoublePixelVector() - Method in class org.openimaj.image.MBFImage
Returns the pixels of the image as a vector (array) of doubles.
getDrawableSurface() - Method in class org.openimaj.vis.general.JOGLWindow
Get the drawable surface for 3D operations.
getDroppedFrameCount() - Method in class org.openimaj.video.VideoDisplay
Returns the number of frames that have been dropped while playing the video.
getDuplicatePoints(List<? extends Point2d>) - Static method in class org.openimaj.demos.DTConsistency
 
getDuration() - Method in class org.openimaj.video.xuggle.XuggleVideo
Returns the duration of the video in seconds.
getEdgeImage() - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
 
getEdges() - Method in class org.openimaj.math.geometry.shape.Triangle
 
getEdgeThreshold() - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
getEffectiveSoundPressure() - Method in class org.openimaj.audio.analysis.EffectiveSoundPressure
 
getEigenValue(int) - Method in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
Get the eigen value corresponding to the ith principal component.
getEigenValue(int) - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get the eigen value corresponding to the ith principal component.
getEigenvalueRatio() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the threshold on the ratio of the Eigenvalues of the Hessian matrix (Lowe IJCV, p.12)
getEigenValues() - Method in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
 
getEigenValues() - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
 
getEigenVectors() - Method in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
Get the basis eigenvectors.
getEigenVectors() - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get the principal components.
getElement() - Method in class org.openimaj.web.layout.ElementInfo
 
getElementId() - Method in class org.openimaj.web.layout.ElementInfo
 
getEllipse() - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
Create an ellipse based on the features parameters
getEllipse(float) - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
Create an ellipse based on the features parameters.
getEllipse() - Method in class org.openimaj.image.feature.local.interest.EllipticInterestPointData
 
getEllipse() - Method in class org.openimaj.image.feature.local.interest.InterestPointData
 
getEllipseBoundingBox(float) - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
Create a rotated rectangle that fits around an ellipse based on the features parameters.
getEllipseBoundingRectsData(double) - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
 
getEmail() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getEmail() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getEmail_sha1() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getEmail_sha1() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getEmbeds_knowledge() - Method in interface orgrdfs.sioc.ns.Item
 
getEmbeds_knowledge() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getEmbeds_knowledge() - Method in class orgrdfs.sioc.ns.PostImpl
 
getEncoding() - Method in class org.openimaj.tools.twitter.options.AbstractTwitterPreprocessingToolOptions
 
getEnd() - Method in class org.openimaj.text.nlp.textpipe.annotations.NamedEntityAnnotation
Get the end char the matching substring for this Named Entity.
getEndIndex() - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
 
getEndPoint() - Method in class org.openimaj.math.geometry.line.Line2d
Get the end point
getEndTimecode() - Method in class org.openimaj.video.processing.shotdetector.FadeShotBoundary
Get the timecode at the end of the fade.
getEndTimeMilliseconds() - Method in class org.openimaj.vis.audio.AudioOverviewVisualisation
Returns the end time of the timeline object in the timeline.
getEndTimeMilliseconds() - Method in interface org.openimaj.vis.timeline.TimelineObject
Returns the end time of the timeline object in the timeline.
getEndTimeMilliseconds() - Method in class org.openimaj.vis.timeline.TimelineObjectAdapter
Returns the end time of the timeline object in the timeline.
getEndTimeMilliseconds() - Method in class org.openimaj.vis.video.VideoBarVisualisation
Returns the end time of the timeline object in the timeline.
getEnvelopePhase() - Method in class org.openimaj.audio.generation.Synthesizer
Returns the phase of the ADSR envelope
getEps() - Method in class org.openimaj.ml.clustering.dbscan.DoubleNNDBSCAN
 
getEps() - Method in class org.openimaj.ml.clustering.dbscan.SparseMatrixDBSCAN
 
getErrors() - Method in class org.openimaj.ml.linear.learner.perceptron.KernelPerceptron
 
getEvaluators() - Method in class org.lemurproject.ireval.SetRetrievalEvaluator
 
getEvents() - Method in class org.openimaj.time.Sequencer
Returns the set of events in this sequencer.
getExifPath() - Method in class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
getExpected() - Method in class org.openimaj.experiment.evaluation.classification.ClassificationEvaluator
Get the expected classes for each instance
getExperimentName() - Method in class org.openimaj.ml.linear.experiments.sinabill.BilinearExperiment
 
getExperimentName() - Method in class org.openimaj.ml.linear.experiments.sinabill.StreamAustrianDampeningExperiments
 
getExperimentSetName() - Method in class org.openimaj.ml.linear.experiments.sinabill.BilinearExperiment
 
getExpertData() - Method in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
Returns the results from the expert turkers.
getExtension() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getExtractor() - Method in enum org.openimaj.hadoop.tools.sequencefile.ListModeOptions
 
getExtractor() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
 
getExtractUsageInfo() - Method in class org.openimaj.storm.tool.StormToolOptions
 
getExtraInputs(double[], double) - Method in class org.openimaj.audio.features.JAudioFeatureExtractor
Returns the extra inputs required by a specific feature extractor
getExtraInputs(double[], double) - Method in class org.openimaj.audio.features.MagnitudeSpectrum
Returns the extra inputs required by a specific feature extractor
getExtraInputs(double[], double) - Method in class org.openimaj.audio.features.MFCC
Returns the extra inputs required by a specific feature extractor
getExtraInputs(double[], double) - Method in class org.openimaj.audio.features.SpectralFlux
Returns the extra inputs required by a specific feature extractor
getExtraScaleSteps() - Method in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Get the number of extra scale steps taken beyond scales.
getF() - Method in class org.openimaj.math.geometry.transforms.FundamentalModel
Get the fundamental matrix
getFacePatch() - Method in class org.openimaj.image.processing.face.detection.DetectedFace
Returns the sub-image representing the face.
getFarm() - Method in class org.openimaj.web.flickr.FlickrImage
 
getFast(int) - Method in class org.openimaj.util.array.ByteArrayView
Get the ith element of this array view omitting any bounds checks.
getFast(int) - Method in class org.openimaj.util.array.DoubleArrayView
Get the ith element of this array view omitting any bounds checks.
getFast(int) - Method in class org.openimaj.util.array.FloatArrayView
Get the ith element of this array view omitting any bounds checks.
getFast(int) - Method in class org.openimaj.util.array.IntArrayView
Get the ith element of this array view omitting any bounds checks.
getFast(int) - Method in class org.openimaj.util.array.LongArrayView
Get the ith element of this array view omitting any bounds checks.
getFast(int) - Method in class org.openimaj.util.array.ShortArrayView
Get the ith element of this array view omitting any bounds checks.
getFeature(int) - Method in class org.openimaj.image.analysis.watershed.Component
Get the feature at the given index
getFeature(Class<T>) - Method in class org.openimaj.image.analysis.watershed.Component
Get the feature matching the given class if it exists.
getFeature(int) - Method in class org.openimaj.image.objectdetection.haar.training.BasicTrainingData
 
getFeature(int) - Method in class org.openimaj.image.objectdetection.haar.training.CachedTrainingData
 
getFeatureClass() - Method in interface org.openimaj.feature.local.LocalFeatureExtractor
Get the actual type of LocalFeatures extracted.
getFeatureList() - Method in class org.openimaj.video.processing.tracking.BasicMBFImageObjectTracker
Returns the list of features that the tracker has been tracking.
getFeatureList() - Method in class org.openimaj.video.processing.tracking.BasicObjectTracker
Returns the list of features that the tracker has been tracking.
getFeatureList() - Method in class org.openimaj.video.tracking.klt.KLTTracker
 
getFeatureMap() - Method in class org.openimaj.image.text.extraction.LiuSamarabanduTextExtractorMultiscale.PyramidTextExtractor
Get the feature map for the image.
getFeatureResponse(int) - Method in class org.openimaj.image.objectdetection.haar.training.BasicTrainingData
 
getFeatureResponse(int) - Method in class org.openimaj.image.objectdetection.haar.training.CachedTrainingData
 
getFeatureResponse(int) - Method in interface org.openimaj.ml.classification.LabelledDataProvider
Get the response for all items for a specific dimension of each feature vector
getFeatures(int) - Method in class org.openimaj.hadoop.tools.fastkmeans.SequenceFileByteImageFeatureSelector
 
getFeatures() - Method in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
Get the list of all the detected features
getFeatures() - Method in class org.openimaj.image.feature.local.detector.dog.collector.AbstractOctaveLocalFeatureCollector
Get the list of features collected.
getFeatures() - Method in interface org.openimaj.image.feature.local.detector.dog.collector.Collector
Get the list of features collected.
getFeatures() - Method in class org.openimaj.image.feature.local.detector.ipd.collector.InterestPointFeatureCollector
 
getFeatureVector() - Method in interface org.openimaj.feature.FeatureVectorProvider
Get the FeatureVector associated with this object.
getFeatureVector() - Method in class org.openimaj.feature.local.FloatLocalFeatureAdaptor
 
getFeatureVector() - Method in class org.openimaj.feature.local.LocalFeatureImpl
 
getFeatureVector() - Method in class org.openimaj.feature.local.quantised.QuantisedLocalFeature
 
getFeatureVector() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
Get the FeatureVector associated with this object.
getFeatureVector() - Method in class org.openimaj.image.connectedcomponent.proc.AffineInvariantMoments
 
getFeatureVector(BasicShapeDescriptor) - Method in enum org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor.BasicShapeDescriptorType
Create a @link{FeatureVector} representation of the specified description
getFeatureVector() - Method in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
 
getFeatureVector() - Method in class org.openimaj.image.connectedcomponent.proc.BoundaryDistanceDescriptor
 
getFeatureVector(ColourDescriptor) - Method in enum org.openimaj.image.connectedcomponent.proc.ColourDescriptor.ColourDescriptorType
Extract the feature for the given descriptor.
getFeatureVector() - Method in class org.openimaj.image.connectedcomponent.proc.ColourDescriptor
 
getFeatureVector() - Method in class org.openimaj.image.connectedcomponent.proc.HuMoments
 
getFeatureVector() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ByteDSIFTKeypoint
 
getFeatureVector() - Method in class org.openimaj.image.feature.dense.gradient.dsift.FloatDSIFTKeypoint
 
getFeatureVector(Rectangle) - Method in class org.openimaj.image.feature.dense.gradient.HOG
Compute the HOG feature for the given window.
getFeatureVector(Rectangle) - Method in class org.openimaj.image.feature.dense.gradient.PHOG
Extract the PHOG feature for the specified region of the image last analysed with PHOG.analyseImage(FImage).
getFeatureVector() - Method in class org.openimaj.image.feature.dense.gradient.PHOG
Extract the PHOG feature for the whole of the image last analysed with PHOG.analyseImage(FImage).
getFeatureVector() - Method in class org.openimaj.image.feature.global.AvgBrightness
 
getFeatureVector() - Method in enum org.openimaj.image.feature.global.Colorfulness.ColorfulnessAttr
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.Colorfulness
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.ColourContrast
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.HorizontalIntensityDistribution
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.HueStats
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.LRIntensityBalance
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.LuoSimplicity
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.ModifiedLuoSimplicity
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.Naturalness
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.RGBRMSContrast
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.RMSContrast
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.ROIProportion
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.RuleOfThirds
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.Saturation
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.SaturationVariation
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.Sharpness
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.SharpnessVariation
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.SharpPixelProportion
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.WeberContrast
 
getFeatureVector() - Method in class org.openimaj.image.feature.global.YehBokehEstimator
 
getFeatureVector() - Method in interface org.openimaj.image.feature.local.descriptor.gradient.GradientFeatureProvider
 
getFeatureVector() - Method in class org.openimaj.image.feature.local.descriptor.gradient.IrregularBinningSIFTFeatureProvider
 
getFeatureVector() - Method in class org.openimaj.image.feature.local.descriptor.gradient.SIFTFeatureProvider
 
getFeatureVector() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
getFeatureVector() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
getFeatureVector() - Method in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint
 
getFeatureVector() - Method in class org.openimaj.image.pixel.statistics.BlockHistogramModel
 
getFeatureVector() - Method in class org.openimaj.image.pixel.statistics.HistogramModel
 
getFeatureVector(List<? extends DetectedFace>, T) - Method in enum org.openimaj.image.processing.face.detection.FaceDetectorFeatures
Compute a feature vector describing the detections.
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.CLMPoseFeature
 
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.CLMPoseShapeFeature
 
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.CLMShapeFeature
 
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.EigenFaceFeature
 
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.FaceImageFeature
 
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature
 
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.FisherFaceFeature
 
getFeatureVector() - Method in class org.openimaj.image.processing.face.feature.LocalLBPHistogram
 
getFeatureVectorArray() - Method in class org.openimaj.image.connectedcomponent.proc.AffineInvariantMoments
Get all the values of the descriptor as an array.
getFeatureVectorArray() - Method in class org.openimaj.image.connectedcomponent.proc.BasicShapeDescriptor
Get all the values of the descriptor as an array in the order area, centroid_x, centroid_y, direction, elongatedness, compactness convex_hull_fit, corner_count
getFeatureVectorArray() - Method in class org.openimaj.image.connectedcomponent.proc.BoundaryDistanceDescriptor
Get the feature vector as a double array
getFeatureVectorArray() - Method in class org.openimaj.image.connectedcomponent.proc.ColourDescriptor
 
getFeatureVectorArray() - Method in class org.openimaj.image.connectedcomponent.proc.HuMoments
Get all the values of the descriptor as an array.
getField(Image.Field) - Method in class org.openimaj.image.FImage
Get the given field of this image.
getField(Image.Field) - Method in class org.openimaj.image.Image
Get the given field of this image.
getField(Image.Field) - Method in class org.openimaj.image.MultiBandImage
Get the given field of this image.
getField(Image.Field) - Method in class org.openimaj.image.SVGImage
 
getFieldCopy(Image.Field) - Method in class org.openimaj.image.FImage
Get the given field of this image, maintaining the image's aspect ratio by doubling the fields.
getFieldCopy(Image.Field) - Method in class org.openimaj.image.Image
Get the given field of this image, maintaining the image's aspect ratio by doubling the fields.
getFieldCopy(Image.Field) - Method in class org.openimaj.image.MultiBandImage
Get the given field of this image, maintaining the image's aspect ratio by doubling the fields.
getFieldCopy(Image.Field) - Method in class org.openimaj.image.SVGImage
 
getFieldInterpolate(Image.Field) - Method in class org.openimaj.image.FImage
Get the given field of this image, maintaining the image's aspect ratio by interpolating between the fields.
getFieldInterpolate(Image.Field) - Method in class org.openimaj.image.Image
Get the given field of this image, maintaining the image's aspect ratio by interpolating between the fields.
getFieldInterpolate(Image.Field) - Method in class org.openimaj.image.MultiBandImage
Get the given field of this image, maintaining the image's aspect ratio by interpolating between the fields.
getFieldInterpolate(Image.Field) - Method in class org.openimaj.image.SVGImage
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Item._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.abort_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.abort_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.confirm_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.confirm_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.get_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.get_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.get_version_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.get_version_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.peek_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.peek_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.put_args._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.Kestrel.put_result._Fields
 
getFieldName() - Method in enum net.lag.kestrel.thrift.QueueInfo._Fields
 
getFields() - Method in class org.openimaj.storm.StormPlayground.RandomFieldSpout
 
getFieldValue(Item._Fields) - Method in class net.lag.kestrel.thrift.Item
 
getFieldValue(Kestrel.abort_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
getFieldValue(Kestrel.abort_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
getFieldValue(Kestrel.confirm_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
getFieldValue(Kestrel.confirm_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
getFieldValue(Kestrel.delete_queue_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
getFieldValue(Kestrel.delete_queue_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
getFieldValue(Kestrel.flush_all_queues_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
getFieldValue(Kestrel.flush_all_queues_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
getFieldValue(Kestrel.flush_queue_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
getFieldValue(Kestrel.flush_queue_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
getFieldValue(Kestrel.get_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
getFieldValue(Kestrel.get_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
getFieldValue(Kestrel.get_version_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
getFieldValue(Kestrel.get_version_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
getFieldValue(Kestrel.peek_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
getFieldValue(Kestrel.peek_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
getFieldValue(Kestrel.put_args._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
getFieldValue(Kestrel.put_result._Fields) - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
getFieldValue(QueueInfo._Fields) - Method in class net.lag.kestrel.thrift.QueueInfo
 
getFileObject(String) - Method in class org.openimaj.data.dataset.VFSGroupDataset
Get the underlying file descriptor for a particular group in the dataset.
getFileObject(int) - Method in class org.openimaj.data.dataset.VFSListDataset
Get the underlying file descriptor for a particular instance in the dataset.
getFileObjects() - Method in class org.openimaj.data.dataset.VFSListDataset
Get the underlying file descriptors of the files in the dataset
getFilePaths(String[], String) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get a list of all the sequence files (with a given name prefix) in the set of input paths.
getFilePaths(String[], String, String) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get a list of all the sequence files (with a given name prefix) in the set of input paths.
getFilePaths(String, String) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get a list of all the sequence files (with a given name prefix) in a directory.
getFiles(String, String) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get a list of all the sequence files (with a given name prefix) in a directory.
getFilesList(String, int, int) - Static method in class org.openimaj.video.FileBackedVideo
Get a list of numbered files using the given format string and indices.
getFilesRegex(String, String) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get a list of all the sequence files whose names match the given regular expression in a directory.
getFileSystem(URI) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get the filesystem associated with a uri.
getFileSystem(URI, Configuration) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get the filesystem associated with a uri.
getFileSystem(URI) - Static method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getFileSystem(URI) - Static method in class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
getFileSystem(URI) - Static method in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
getFileSystem(URI) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
 
getFileSystem(Path) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
Get the FileSystem corresponding to a Path.
getFileSystem(URI) - Static method in class org.openimaj.hadoop.tools.sequencefile.index.SequenceFileIndexerOptions
 
getFileSystem(URI) - Static method in class org.openimaj.tools.imagecollection.processor.SequenceFileProcessor
 
getFileType() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getFilterAmplitude() - Method in class org.openimaj.audio.filters.TriangularFilter
Returns the filter amplitude
getFilters() - Method in class org.openimaj.audio.filters.MelFilterBank
Returns a list of filters in this filter bank
getFilters() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
 
getFImage() - Method in interface org.openimaj.image.processing.face.detection.benchmarking.FDDBRecord
 
getFinderMode() - Method in class org.openimaj.image.feature.local.engine.ipd.AbstractIPDSIFTEngine
 
getFirst() - Method in class org.openimaj.util.pair.ByteBytePair
Get the value of the first element
getFirst(Iterable<ByteBytePair>) - Static method in class org.openimaj.util.pair.ByteBytePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ByteDoublePair
Get the value of the first element
getFirst(Iterable<ByteDoublePair>) - Static method in class org.openimaj.util.pair.ByteDoublePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ByteFloatPair
Get the value of the first element
getFirst(Iterable<ByteFloatPair>) - Static method in class org.openimaj.util.pair.ByteFloatPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ByteIntPair
Get the value of the first element
getFirst(Iterable<ByteIntPair>) - Static method in class org.openimaj.util.pair.ByteIntPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ByteLongPair
Get the value of the first element
getFirst(Iterable<ByteLongPair>) - Static method in class org.openimaj.util.pair.ByteLongPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ByteObjectPair
Get the value of the first element
getFirst(Iterable<ByteObjectPair<Q>>) - Static method in class org.openimaj.util.pair.ByteObjectPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ByteShortPair
Get the value of the first element
getFirst(Iterable<ByteShortPair>) - Static method in class org.openimaj.util.pair.ByteShortPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.DoubleBytePair
Get the value of the first element
getFirst(Iterable<DoubleBytePair>) - Static method in class org.openimaj.util.pair.DoubleBytePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.DoubleDoublePair
Get the value of the first element
getFirst(Iterable<DoubleDoublePair>) - Static method in class org.openimaj.util.pair.DoubleDoublePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.DoubleFloatPair
Get the value of the first element
getFirst(Iterable<DoubleFloatPair>) - Static method in class org.openimaj.util.pair.DoubleFloatPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.DoubleIntPair
Get the value of the first element
getFirst(Iterable<DoubleIntPair>) - Static method in class org.openimaj.util.pair.DoubleIntPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.DoubleLongPair
Get the value of the first element
getFirst(Iterable<DoubleLongPair>) - Static method in class org.openimaj.util.pair.DoubleLongPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.DoubleObjectPair
Get the value of the first element
getFirst(Iterable<DoubleObjectPair<Q>>) - Static method in class org.openimaj.util.pair.DoubleObjectPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.DoubleShortPair
Get the value of the first element
getFirst(Iterable<DoubleShortPair>) - Static method in class org.openimaj.util.pair.DoubleShortPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.FloatBytePair
Get the value of the first element
getFirst(Iterable<FloatBytePair>) - Static method in class org.openimaj.util.pair.FloatBytePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.FloatDoublePair
Get the value of the first element
getFirst(Iterable<FloatDoublePair>) - Static method in class org.openimaj.util.pair.FloatDoublePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.FloatFloatPair
Get the value of the first element
getFirst(Iterable<FloatFloatPair>) - Static method in class org.openimaj.util.pair.FloatFloatPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.FloatIntPair
Get the value of the first element
getFirst(Iterable<FloatIntPair>) - Static method in class org.openimaj.util.pair.FloatIntPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.FloatLongPair
Get the value of the first element
getFirst(Iterable<FloatLongPair>) - Static method in class org.openimaj.util.pair.FloatLongPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.FloatObjectPair
Get the value of the first element
getFirst(Iterable<FloatObjectPair<Q>>) - Static method in class org.openimaj.util.pair.FloatObjectPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.FloatShortPair
Get the value of the first element
getFirst(Iterable<FloatShortPair>) - Static method in class org.openimaj.util.pair.FloatShortPair
Extract the first values from a list of pairs.
getFirst(Iterable<? extends IndependentPair<T, Q>>) - Static method in class org.openimaj.util.pair.IndependentPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.IntBytePair
Get the value of the first element
getFirst(Iterable<IntBytePair>) - Static method in class org.openimaj.util.pair.IntBytePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.IntDoublePair
Get the value of the first element
getFirst(Iterable<IntDoublePair>) - Static method in class org.openimaj.util.pair.IntDoublePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.IntFloatPair
Get the value of the first element
getFirst(Iterable<IntFloatPair>) - Static method in class org.openimaj.util.pair.IntFloatPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.IntIntPair
Get the value of the first element
getFirst(Iterable<IntIntPair>) - Static method in class org.openimaj.util.pair.IntIntPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.IntLongPair
Get the value of the first element
getFirst(Iterable<IntLongPair>) - Static method in class org.openimaj.util.pair.IntLongPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.IntObjectPair
Get the value of the first element
getFirst(Iterable<IntObjectPair<Q>>) - Static method in class org.openimaj.util.pair.IntObjectPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.IntShortPair
Get the value of the first element
getFirst(Iterable<IntShortPair>) - Static method in class org.openimaj.util.pair.IntShortPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.LongBytePair
Get the value of the first element
getFirst(Iterable<LongBytePair>) - Static method in class org.openimaj.util.pair.LongBytePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.LongDoublePair
Get the value of the first element
getFirst(Iterable<LongDoublePair>) - Static method in class org.openimaj.util.pair.LongDoublePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.LongFloatPair
Get the value of the first element
getFirst(Iterable<LongFloatPair>) - Static method in class org.openimaj.util.pair.LongFloatPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.LongIntPair
Get the value of the first element
getFirst(Iterable<LongIntPair>) - Static method in class org.openimaj.util.pair.LongIntPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.LongLongPair
Get the value of the first element
getFirst(Iterable<LongLongPair>) - Static method in class org.openimaj.util.pair.LongLongPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.LongObjectPair
Get the value of the first element
getFirst(Iterable<LongObjectPair<Q>>) - Static method in class org.openimaj.util.pair.LongObjectPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.LongShortPair
Get the value of the first element
getFirst(Iterable<LongShortPair>) - Static method in class org.openimaj.util.pair.LongShortPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ObjectBytePair
Get the value of the first element
getFirst(Iterable<ObjectBytePair<Q>>) - Static method in class org.openimaj.util.pair.ObjectBytePair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ObjectDoublePair
Get the value of the first element
getFirst(Iterable<ObjectDoublePair<Q>>) - Static method in class org.openimaj.util.pair.ObjectDoublePair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ObjectFloatPair
Get the value of the first element
getFirst(Iterable<ObjectFloatPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectFloatPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ObjectIntPair
Get the value of the first element
getFirst(Iterable<ObjectIntPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectIntPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ObjectLongPair
Get the value of the first element
getFirst(Iterable<ObjectLongPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectLongPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ObjectShortPair
Get the value of the first element
getFirst(Iterable<ObjectShortPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectShortPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ShortBytePair
Get the value of the first element
getFirst(Iterable<ShortBytePair>) - Static method in class org.openimaj.util.pair.ShortBytePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ShortDoublePair
Get the value of the first element
getFirst(Iterable<ShortDoublePair>) - Static method in class org.openimaj.util.pair.ShortDoublePair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ShortFloatPair
Get the value of the first element
getFirst(Iterable<ShortFloatPair>) - Static method in class org.openimaj.util.pair.ShortFloatPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ShortIntPair
Get the value of the first element
getFirst(Iterable<ShortIntPair>) - Static method in class org.openimaj.util.pair.ShortIntPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ShortLongPair
Get the value of the first element
getFirst(Iterable<ShortLongPair>) - Static method in class org.openimaj.util.pair.ShortLongPair
Extract the first values from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ShortObjectPair
Get the value of the first element
getFirst(Iterable<ShortObjectPair<Q>>) - Static method in class org.openimaj.util.pair.ShortObjectPair
Extract the first objects from a list of pairs.
getFirst() - Method in class org.openimaj.util.pair.ShortShortPair
Get the value of the first element
getFirst(Iterable<ShortShortPair>) - Static method in class org.openimaj.util.pair.ShortShortPair
Extract the first values from a list of pairs.
getFirst_name() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getFirst_name() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getFirstFunction() - Static method in class org.openimaj.util.pair.IndependentPair
Get the function that returns the first object from the pair
getFirstObject() - Method in class org.openimaj.util.pair.IndependentPair
 
getFixedPoints() - Static method in class org.lemurproject.ireval.RetrievalEvaluator
 
getFixedPoints() - Static method in class org.lemurproject.ireval.SetRetrievalEvaluator
 
getFloatKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or AbstractDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with float vectors.
getFloatKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or AbstractDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with float vectors.
getFloatKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getFloatKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getFloatKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getFloatKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getFloatKeypoints() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getFloatKeypoints(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getFloatKeypointsGrouped() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with float vectors.
getFloatKeypointsGrouped(float) - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
Get the SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle) in the form of a list of local features with float vectors.
getFloatPixelVector() - Method in class org.openimaj.image.FImage
Returns the pixels of the image as a vector (array) of floats.
getFlooded() - Method in class org.openimaj.image.analysis.algorithm.FloodFill
Get the binary flooded image map
getFn() - Method in enum org.openimaj.hardware.gps.NMEASentenceType
 
getFocalLengthX() - Method in class org.openimaj.image.camera.CameraIntrinsics
Get the focal length in the x direction (in pixels)
getFocalLengthY() - Method in class org.openimaj.image.camera.CameraIntrinsics
Get the focal length in the y direction (in pixels)
getFollows() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getFollows() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getFont() - Method in class org.openimaj.image.typography.FontStyle
 
getFontPointSize() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the size of the font that is being drawn
getFontSize() - Method in class org.openimaj.image.typography.FontStyle
 
getFontsToAvoid() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the list of fonts to avoid.
getForceRetry() - Method in class org.openimaj.image.processing.face.tracking.KLTHaarFaceTracker
 
getFormat() - Method in class org.openimaj.audio.Audio
Get the audio format of this audio object.
getFormat() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns the audio format for this set of samples.
getFormat() - Method in interface org.openimaj.audio.samples.SampleBuffer
Returns the audio format for this set of samples.
getFormat() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Returns the audio format for this set of samples.
getFormat() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Returns the audio format for this set of samples.
getFPS() - Method in class org.openimaj.hardware.kinect.KinectStream
Get the frame rate
getFPS() - Method in class org.openimaj.video.AnimatedVideo
 
getFPS() - Method in class org.openimaj.video.ArrayBackedVideo
Get the frame rate
getFPS() - Method in class org.openimaj.video.capture.VideoCapture
Get the frame rate
getFPS() - Method in class org.openimaj.video.FileBackedVideo
Get the frame rate
getFPS() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
getFPS() - Method in class org.openimaj.video.processor.VideoProcessor
Get the frame rate
getFPS() - Method in class org.openimaj.video.translator.VideoTranslator
 
getFPS() - Method in class org.openimaj.video.Video
Get the frame rate
getFPS() - Method in class org.openimaj.video.VideoWriter
Get the frame rate
getFPS() - Method in class org.openimaj.video.xuggle.XuggleVideo
Get the frame rate
getFPS() - Method in class org.openimaj.web.video.VGetVideo
 
getFrame(int) - Method in class org.openimaj.video.VideoCache
Returns the frame at the given index.
getFrameNumber() - Method in class org.openimaj.video.timecode.FrameNumberVideoTimecode
Returns the frame number of the frame represented by the video timecode.
getFrameNumber() - Method in class org.openimaj.video.timecode.VideoTimecode
Returns the frame number of the frame represented by the video timecode.
getFrames() - Method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
Get the number of frames within the second.
getFrequency() - Method in class org.openimaj.audio.filters.FeedForwardCombFilter
This returns the frequency that this comb filter is set to detect.
getFrequencyBands() - Method in class org.openimaj.vis.audio.AudioSpectrogram
Get the frequency bands which are being drawn in Hz.
getFreshness() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getFunction_of() - Method in interface orgrdfs.sioc.ns.Role
 
getFunction_of() - Method in class orgrdfs.sioc.ns.RoleImpl
 
getFunctions(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>, FundamentalRefinement.Parameterisation) - Method in enum org.openimaj.math.geometry.transforms.FundamentalRefinement
 
getGalleryImages() - Method in class org.openimaj.web.scraping.images.ImgurClient
Calls http://imgur.com/gallery.json
getGaussians() - Method in class org.openimaj.math.statistics.distribution.MixtureOfGaussians
Get the gaussians that make up the mixture
getGaussianSigma() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the width of the Gaussian used for weighting samples, relative to the half-width of the sampling window (default 1.0).
getGeneralJSONClass() - Method in class org.openimaj.twitter.USMFStatus
 
getGeoLocation() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getGradientMagnitudesAndOrientations(FImage) - Static method in class org.openimaj.image.processing.convolution.FImageGradients
Static helper to create a new FImageGradients and call FImageGradients.analyseImage(FImage) with the image.
getGradientMagnitudesAndOrientations(FImage, FImageGradients.Mode) - Static method in class org.openimaj.image.processing.convolution.FImageGradients
Static helper to create a new FImageGradients and call FImageGradients.analyseImage(FImage) with the image.
getGradientX() - Method in class org.openimaj.image.processing.convolution.CLSobel
 
getGradientY() - Method in class org.openimaj.image.processing.convolution.CLSobel
 
getGraphics2D() - Method in class org.openimaj.image.renderer.SVGRenderer
 
getGridRef(FImage) - Method in class org.openimaj.workinprogress.Snap
Estimate a grid reference from an image using the MapSnapper algorithm.
getGroundTruth() - Method in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
Returns the ground truth set.
getGroundTruth() - Method in interface org.openimaj.image.processing.face.detection.benchmarking.FDDBRecord
 
getGroupDirectories() - Method in class org.openimaj.data.dataset.VFSGroupDataset
Get the underlying file descriptors of the directories that form the groups of the dataset
getGroupedDatasetSubset(GroupedDataset<ANN, DATASET, INSTANCE>, ANN...) - Static method in class org.openimaj.experiment.dataset.util.DatasetAdaptors
Takes a grouped dataset and returns a new dataset that contains only those groups specified.
getGroupingFilter() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
getGroups() - Method in interface org.openimaj.data.dataset.GroupedDataset
Get the set of all defined group keys.
getGroups() - Method in class org.openimaj.data.dataset.MapBackedDataset
 
getGroups() - Method in class org.openimaj.data.dataset.ReadableGroupDataset
 
getHandler(String, String, int) - Method in class org.openimaj.video.xuggle.JarURLProtocolHandlerFactory
 
getHarmonicity() - Method in class org.openimaj.audio.filters.FeedForwardCombFilter
Returns the harmonicity power.
getHas_administrator() - Method in interface orgrdfs.sioc.ns.Site
 
getHas_administrator() - Method in class orgrdfs.sioc.ns.SiteImpl
 
getHas_container() - Method in interface orgrdfs.sioc.ns.Item
 
getHas_container() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getHas_container() - Method in class orgrdfs.sioc.ns.PostImpl
 
getHas_discussion() - Method in interface orgrdfs.sioc.ns.Item
 
getHas_discussion() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getHas_discussion() - Method in class orgrdfs.sioc.ns.PostImpl
 
getHas_host() - Method in interface orgrdfs.sioc.ns.Forum
 
getHas_host() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getHas_member() - Method in interface orgrdfs.sioc.ns.Usergroup
 
getHas_member() - Method in class orgrdfs.sioc.ns.UsergroupImpl
 
getHas_moderator() - Method in interface orgrdfs.sioc.ns.Forum
 
getHas_moderator() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getHas_modifier() - Method in interface orgrdfs.sioc.ns.Item
 
getHas_modifier() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getHas_modifier() - Method in class orgrdfs.sioc.ns.PostImpl
 
getHas_parent() - Method in interface orgrdfs.sioc.ns.Container
 
getHas_parent() - Method in class orgrdfs.sioc.ns.ContainerImpl
 
getHas_parent() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getHas_reply() - Method in interface orgrdfs.sioc.ns.Item
 
getHas_reply() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getHas_reply() - Method in class orgrdfs.sioc.ns.PostImpl
 
getHas_scope() - Method in interface orgrdfs.sioc.ns.Role
 
getHas_scope() - Method in class orgrdfs.sioc.ns.RoleImpl
 
getHas_subscriber() - Method in interface orgrdfs.sioc.ns.Container
 
getHas_subscriber() - Method in class orgrdfs.sioc.ns.ContainerImpl
 
getHas_subscriber() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getHas_usergroup() - Method in class orgrdfs.sioc.ns.SiteImpl
 
getHas_usergroup() - Method in interface orgrdfs.sioc.ns.Space
 
getHas_usergroup() - Method in class orgrdfs.sioc.ns.SpaceImpl
 
getHashtagEntities() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getHeight() - Method in class org.openimaj.hardware.kinect.KinectStream
 
getHeight() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getHeight() - Method in class org.openimaj.image.Image
Returns the image height in pixels.
getHeight() - Method in class org.openimaj.image.MultiBandImage
Returns the image height in pixels.
getHeight() - Method in class org.openimaj.image.objectdetection.haar.StageTreeClassifier
Get the classifier height
getHeight() - Method in class org.openimaj.image.SingleBandImage
Returns the image height in pixels.
getHeight() - Method in class org.openimaj.image.SVGImage
 
getHeight() - Method in interface org.openimaj.math.geometry.GeometricObject2d
 
getHeight() - Method in class org.openimaj.math.geometry.line.Line2d
 
getHeight() - Method in class org.openimaj.math.geometry.point.PointList
 
getHeight() - Method in class org.openimaj.math.geometry.shape.Circle
 
getHeight() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
getHeight() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
getHeight() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
getHeight() - Method in class org.openimaj.math.geometry.shape.Triangle
 
getHeight() - Method in class org.openimaj.video.AnimatedVideo
 
getHeight() - Method in class org.openimaj.video.ArrayBackedVideo
Get the height of the video frame.
getHeight() - Method in class org.openimaj.video.capture.VideoCapture
Get the height of the video frame.
getHeight() - Method in class org.openimaj.video.FileBackedVideo
Get the height of the video frame.
getHeight() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
getHeight() - Method in class org.openimaj.video.processor.VideoProcessor
Get the height of the video frame.
getHeight() - Method in class org.openimaj.video.translator.VideoTranslator
 
getHeight() - Method in class org.openimaj.video.Video
Get the height of the video frame.
getHeight() - Method in class org.openimaj.video.xuggle.XuggleVideo
Get the height of the video frame.
getHeight() - Method in class org.openimaj.web.ProgrammaticBrowser
Get the height of the browser.
getHeight() - Method in class org.openimaj.web.video.VGetVideo
 
getHeightScale() - Method in class org.openimaj.image.typography.hershey.HersheyFontStyle
 
getHighestConfidenceClass(ClassificationResult<CLASS>) - Static method in class org.openimaj.experiment.evaluation.classification.ClassificationResultUtils
Get the class with the highest confidence
getHighFrequency() - Method in class org.openimaj.audio.filters.TriangularFilter
Gets the high frequency
getHighlightCountryLandColour() - Method in class org.openimaj.vis.world.WorldMap
 
getHistogram() - Method in class ch.akuhn.matrix.Matrix
 
getHistogram(double[][], int) - Static method in class ch.akuhn.matrix.Util
Get the histogram
getHistogram() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
Returns the edge direction coherence histogram that was calculated.
getHistogram() - Method in class org.openimaj.image.analysis.algorithm.histogram.HistogramAnalyser
Returns the histogram that was built having run the processing function.
getHistogram(FImage, int) - Static method in class org.openimaj.image.analysis.algorithm.histogram.HistogramAnalyser
Quickly create a histogram from an image.
getHistogram() - Method in class org.openimaj.image.feature.dense.binarypattern.LocalUniformBinaryPatternHistogram
Get the histograms as a single FloatFV.
getHistograms() - Method in class org.openimaj.image.feature.dense.binarypattern.LocalUniformBinaryPatternHistogram
Get the histograms
getHorizontalAlignment() - Method in class org.openimaj.image.typography.FontStyle
 
getHorizontalGridElements() - Method in interface org.openimaj.image.processor.GridProcessor
Returns the number of columns in the grid.
getHost_of() - Method in interface orgrdfs.sioc.ns.Site
 
getHost_of() - Method in class orgrdfs.sioc.ns.SiteImpl
 
getHours() - Method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
Get the number of hours.
getHref() - Method in class org.openimaj.web.readability.Anchor
 
getHTML() - Method in class org.openimaj.web.ProgrammaticBrowser
Get the HTML of the currently loaded page
getHueVariance() - Method in class org.openimaj.image.feature.global.HueStats
Get the variance in hue value.
getHystThresh1() - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
Get the first hysteresis threshold.
getHystThresh2() - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
Get the second hysteresis threshold.
getID(int) - Method in class org.openimaj.data.dataset.ReadableListDataset
Get an identifier for the instance at the given index.
getID() - Method in class org.openimaj.data.dataset.VFSGroupDataset
 
getID(int) - Method in class org.openimaj.data.dataset.VFSListDataset
 
getID() - Method in class org.openimaj.data.dataset.VFSListDataset
 
getID() - Method in interface org.openimaj.data.identity.Identifiable
 
getID() - Method in class org.openimaj.data.identity.IdentifiableObject
 
getID() - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchGroupDataset
 
getID() - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchListDataset
 
getID() - Method in class org.openimaj.image.annotation.evaluation.dataset.CorelAnnotatedImage
 
getID() - Method in class org.openimaj.image.annotation.evaluation.datasets.Caltech101.Record
 
getID() - Method in class org.openimaj.image.dataset.BingImageDataset
 
getID(int) - Method in class org.openimaj.image.dataset.FlickrImageDataset
 
getID() - Method in class org.openimaj.image.searching.ImageSearchResult
 
getId() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getId() - Method in class org.openimaj.web.flickr.FlickrImage
 
getId() - Method in class org.openimaj.web.readability.Readability.MappingNode
 
getIdentifier() - Method in class org.openimaj.video.capture.Device
 
getIdentifierStr() - Method in class org.openimaj.video.capture.Device
 
getIM() - Method in class org.openimaj.math.util.Complex
Return the imaginary part.
getImage(int) - Method in class org.openimaj.image.dataset.BingImageDataset
Get the specific underlying BingImageDataset.ImageDataSourceResponse for the given index.
getImage() - Method in class org.openimaj.image.Image
 
getImage() - Method in interface org.openimaj.image.ImageProvider
Get the image that this provider provides.
getImage() - Method in class org.openimaj.image.Plotter
 
getImage() - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature.DetectedFacePart
 
getImage() - Method in class org.openimaj.image.processor.connectedcomponent.render.AbstractRenderer
Returns the image that is being rendered on.
getImage() - Method in class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererMono
Get the rendered image.
getImage() - Method in class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererRGB
Get the rendered image.
getImage() - Method in class org.openimaj.image.renderer.ImageRenderer
Get the target image
getImage(List<T>, int) - Method in interface org.openimaj.tools.faces.FaceSimilarityTool.ImageGetter
Get the image associated with the item
getImage() - Method in class org.openimaj.video.processing.shotdetector.VideoKeyframe
Return the image at the shot boundary.
getImage() - Method in class org.openimaj.vis.general.AxisRenderer2D
 
getImage() - Method in class org.openimaj.web.flickr.FlickrImage
Reads the actual flickr image.
getImageContent() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getImageName() - Method in interface org.openimaj.image.processing.face.detection.benchmarking.FDDBRecord
 
getImageRDF(File, ExifTool.Tag...) - Method in class com.thebuzzmedia.exiftool.RDFExifTool
 
getImageRDF(File, String, ExifTool.Tag...) - Method in class com.thebuzzmedia.exiftool.RDFExifTool
 
getImageRDF(File, ExifTool.Format, ExifTool.Tag...) - Method in class com.thebuzzmedia.exiftool.RDFExifTool
 
getImageRDF(File, ExifTool.Format, String, ExifTool.Tag...) - Method in class com.thebuzzmedia.exiftool.RDFExifTool
 
getImages(InputStreamObjectReader<IMAGE>) - Static method in class org.openimaj.image.annotation.evaluation.datasets.Caltech101
Get a dataset of the Caltech 101 images.
getImages() - Method in class org.openimaj.image.dataset.BingImageDataset
Get the underlying BingImageDataset.ImageDataSourceResponse objects that back the dataset.
getImages() - Method in interface org.openimaj.image.model.asm.datasets.ShapeModelDataset
Get the image for each instance
getImages(ImgurClient.ImgurTypeHash) - Method in class org.openimaj.web.scraping.images.ImgurClient
getImageSize() - Method in class org.openimaj.image.dataset.FlickrImageDataset
Get the size of the images that this dataset produces.
getImageType() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
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
getImageVector(FImage) - Method in class org.openimaj.tools.ocr.KNNCharacterClassifier
Get the feature vector for a single image.
getImaginary() - Method in class org.openimaj.image.processing.algorithm.FourierTransformComplex
 
getIndependentComponentMatrix() - Method in class org.openimaj.math.matrix.algorithm.ica.IndependentComponentAnalysis
 
getIndependentComponentMatrix() - Method in class org.openimaj.math.matrix.algorithm.ica.SymmetricFastICA
 
getIndependentVariables() - Method in class org.openimaj.experiment.ExperimentContext
Get the independent variables of the experiment and their values at the time this method is called.
getIndex(int, int) - Method in class edu.emory.mathcs.jtransforms.fft.RealFFTUtils_2D
Returns the 1d index of the specified 2d Fourier mode.
getIndex(int, int, int) - Method in class edu.emory.mathcs.jtransforms.fft.RealFFTUtils_3D
Returns the 1d index of the specified 3d Fourier mode.
getIndex(int...) - Method in class org.openimaj.feature.MultidimensionalByteFV
Convert the given coordinate into a flat index value
getIndex(int...) - Method in class org.openimaj.feature.MultidimensionalDoubleFV
Convert the given coordinate into a flat index value
getIndex(int...) - Method in class org.openimaj.feature.MultidimensionalFloatFV
Convert the given coordinate into a flat index value
getIndex(int...) - Method in class org.openimaj.feature.MultidimensionalIntFV
Convert the given coordinate into a flat index value
getIndex(int...) - Method in class org.openimaj.feature.MultidimensionalLongFV
Convert the given coordinate into a flat index value
getIndex(int...) - Method in class org.openimaj.feature.MultidimensionalShortFV
Convert the given coordinate into a flat index value
getIndex(Polygon, RotatingCalipers.Corner) - Static method in class org.openimaj.math.geometry.shape.util.RotatingCalipers
 
getIndex() - Method in class org.openimaj.math.matrix.similarity.SimilarityMatrix
Get the index
getIndex(int[], int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[], int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[], int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[], int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[], int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[], int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex(int[]) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Translates a path down the KDTree as a cluster index.
getIndex() - Method in class org.openimaj.text.nlp.namedentity.QuickIndexer
 
getIndexValue(int) - Method in class org.openimaj.math.matrix.similarity.SimilarityMatrix
Get a value from the index
getIndices() - Method in class org.openimaj.image.analysis.algorithm.EuclideanDistanceTransform
 
getInit() - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans
Get the current initialisation algorithm
getInit() - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans
Get the current initialisation algorithm
getInit() - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans
Get the current initialisation algorithm
getInit() - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans
Get the current initialisation algorithm
getInit() - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans
Get the current initialisation algorithm
getInit() - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans
Get the current initialisation algorithm
getInit() - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans
Get the current initialisation algorithm
getInitialSigma() - Method in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Get the assumed initial scale of the first image in each octave.
getInitialVars() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Returns the initial variables that will be used by the tracker for each found face.
getInitialVars() - Method in class org.openimaj.image.processing.face.tracking.clm.MultiTracker
Returns the initial variables used for each face tracker.
getInlierPercentage() - Method in class org.openimaj.image.model.asm.ActiveShapeModel
 
getInliers() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustAffineTransformEstimator
 
getInliers() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustFundamentalEstimator
 
getInliers() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustHomographyEstimator
 
getInliers() - Method in class org.openimaj.math.model.fit.LMedS
 
getInliers() - Method in class org.openimaj.math.model.fit.RANSAC
 
getInliers() - Method in interface org.openimaj.math.model.fit.RobustModelFitting
 
getInliers() - Method in class org.openimaj.math.model.fit.SimpleModelFitting
 
getInnerBoundary(ConnectedComponent.ConnectMode) - Method in class org.openimaj.image.pixel.ConnectedComponent
Returns an ordered list of pixels that are on the inner boundary of the shape.
getInnerDetector() - Method in class org.openimaj.image.objectdetection.RotationSimulationObjectDetector
Get the internal detector
getInnerHTML(Node) - Method in class org.openimaj.web.readability.Readability
 
getInnerPoly(int) - Method in class org.openimaj.math.geometry.shape.Polygon
Get the inner polygon at the given index.
getInnerPolys() - Method in class org.openimaj.math.geometry.shape.Polygon
Returns the list of inner polygons.
getInnerText(Element, boolean) - Method in class org.openimaj.web.readability.Readability
Get the inner text of a node - cross browser compatibly.
getInnerText(Element) - Method in class org.openimaj.web.readability.Readability
 
getInnerTextSep(Node) - Method in class org.openimaj.web.readability.Readability
 
getInput() - Method in class org.openimaj.tools.InOutToolOptions
 
getInput() - Method in class org.openimaj.tools.localfeature.options.ExtractorOptions
Get the input location
getInput() - Method in class org.openimaj.tools.similaritymatrix.SimilarityMatrixToolOptions
 
getInputClass() - Method in class org.openimaj.tools.twitter.options.AbstractTwitterPreprocessingToolOptions
 
getInputFile() - Method in class org.openimaj.tools.InOutToolOptions
 
getInputFileCommonRoot() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getInputFiles(List<File>, File, Pattern) - Static method in class org.openimaj.tools.cbir.VLADBuilder
 
getInputFiles() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getInputFileString() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getInputFileString() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getInputFileString() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getInputImage(String) - Method in class org.openimaj.tools.localfeature.options.BaseExtractorOptions
Read the input image as bytes
getInputImage(File) - Method in class org.openimaj.tools.localfeature.options.BaseExtractorOptions
Read the input image as bytes
getInputImage() - Method in class org.openimaj.tools.localfeature.options.ExtractorOptions
Read the input image as bytes
getInputParser() - Method in class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
 
getInputPaths() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getInputPaths() - Method in class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
Get the input file(s) containing the URLs
getInputPaths() - Method in class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
getInputPaths(InOutToolOptions) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
Get the input paths from an InOutToolOptions.
getInputPaths(String) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
Get the input paths from a String.
getInputPaths(String[]) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
 
getInputPaths(String[], String) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
All the files starting with "part" in the paths which look like: "paths[i]/subdir
getInputPaths() - Method in class org.openimaj.hadoop.tools.localfeature.HadoopLocalFeaturesToolOptions
 
getInputPaths() - Method in class org.openimaj.hadoop.tools.sequencefile.index.SequenceFileIndexerOptions
 
getInputPaths() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingToolOptions
 
getInputPower() - Method in class org.openimaj.audio.filters.FeedForwardCombFilter
Returns the input power for the last processed frame.
getInputs() - Method in class org.openimaj.tools.localfeature.options.BatchExtractorOptions
Get the input files
getInputStream() - Method in class org.openimaj.hardware.serial.SerialDevice
Returns the input stream for this device.
getInputString() - Method in class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
getInputString() - Method in class org.openimaj.hadoop.tools.sequencefile.index.SequenceFileIndexerOptions
 
getInReplyToScreenName() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getInReplyToStatusId() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getInReplyToUserId() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getInstance(int) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
getInstance(int) - Method in interface org.openimaj.data.dataset.ListDataset
Returns the instance at the specified position in this dataset.
getInstance(int) - Method in class org.openimaj.data.dataset.VFSListDataset
 
getInstance(int) - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchListDataset
 
getInstance(int) - Method in class org.openimaj.image.dataset.BingImageDataset
 
getInstance(int) - Method in class org.openimaj.image.dataset.FlickrImageDataset
 
getInstance() - Static method in class org.openimaj.util.api.auth.DefaultTokenFactory
Get the default singleton instance
getInstanceFeature(int) - Method in class org.openimaj.image.objectdetection.haar.training.BasicTrainingData
 
getInstanceFeature(int) - Method in class org.openimaj.image.objectdetection.haar.training.CachedTrainingData
 
getInstanceFeature(int) - Method in interface org.openimaj.ml.classification.LabelledDataProvider
Get the feature vector for a specific instance
getInstances(KEY) - Method in interface org.openimaj.data.dataset.GroupedDataset
Get sub-dataset corresponding to the given group key
getInstances(KEY) - Method in class org.openimaj.data.dataset.MapBackedDataset
 
getInstances(KEY) - Method in class org.openimaj.data.dataset.ReadableGroupDataset
 
getIntegrationScale() - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getInterestPoints(int) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getInterestPoints() - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getInterestPoints(float) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getInterestPoints(int) - Method in class org.openimaj.image.feature.local.interest.AffineAdaption
 
getInterestPoints(float) - Method in class org.openimaj.image.feature.local.interest.AffineAdaption
 
getInterestPoints() - Method in class org.openimaj.image.feature.local.interest.AffineAdaption
 
getInterestPoints(int) - Method in interface org.openimaj.image.feature.local.interest.InterestPointDetector
Retrieve the interest points found
getInterestPoints(float) - Method in interface org.openimaj.image.feature.local.interest.InterestPointDetector
Retrieve the interest points found whose normalised score exceeds the threshold
getInterestPoints() - Method in interface org.openimaj.image.feature.local.interest.InterestPointDetector
Get all the interest points found.
getInterestPoints(int) - Method in class org.openimaj.workinprogress.LOCKY
 
getInterestPoints(float) - Method in class org.openimaj.workinprogress.LOCKY
 
getInterestPoints() - Method in class org.openimaj.workinprogress.LOCKY
 
getInterestPointsThresh(float) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getInterframeDistance(MBFImage) - Method in class org.openimaj.video.processing.shotdetector.CombiShotDetector
Returns the inter-frame distance between this frame and the last.
getInterframeDistance(MBFImage) - Method in class org.openimaj.video.processing.shotdetector.HistogramVideoShotDetector
Checks whether a shot boundary occurred between the given frame and the previous frame, and if so, it will add a shot boundary to the shot boundary list.
getInterframeDistance(MBFImage) - Method in class org.openimaj.video.processing.shotdetector.LocalHistogramVideoShotDetector
Returns the inter-frame distance between this frame and the last.
getInterframeDistance(I) - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Returns the inter-frame distance between this frame and the last.
getInterpolatedPRData() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalResult
 
getIntersection(Line2d) - Method in class org.openimaj.math.geometry.line.Line2d
Calculates the intersection point of this line and another line
getIntrisics() - Method in class org.openimaj.image.camera.calibration.CameraCalibrationZhang
Get the computed intrinsic parameters calculated during construction.
getInverseCovariance() - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
getInverseCovariance() - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
getIp_address() - Method in interface orgrdfs.sioc.ns.Item
 
getIp_address() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getIp_address() - Method in class orgrdfs.sioc.ns.PostImpl
 
getISOA2() - Method in class org.openimaj.text.geo.WorldPlace
 
getISOA2() - Method in class org.openimaj.vis.world.WorldPlace
 
getItalicSlant() - Method in class org.openimaj.image.typography.hershey.HersheyFontStyle
 
getJacobianFunction(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Method in enum org.openimaj.math.geometry.transforms.HomographyRefinement
 
getJavaAudioFormat() - Method in class org.openimaj.audio.AudioFormat
Get a Java Sound API AudioFormat object using this object's properties.
getJavaOutputLine(String, AudioFormat) - Static method in class org.openimaj.audio.util.AudioUtils
Returns a Java sound line for the given device name.
getJitteredFont(GeneralFont) - Method in class org.openimaj.tools.ocr.FontSimulator
Returns a font that is somewhat randomised from the initial font.
getJitteredFontStyle(GeneralFontStyle<Q>) - Method in class org.openimaj.tools.ocr.FontSimulator
Get a jittered font style
getJitterTransform(I) - Method in class org.openimaj.tools.ocr.FontSimulator
Returns an affine transform matrix based on the jitter specifications.
getJsonPath() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
 
getK() - Method in class org.openimaj.ml.annotation.basic.KNNAnnotator
 
getK() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Get the number of clusters per node
getK() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Get the number of clusters per node
getK() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Get the number of clusters per node
getK() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Get the number of clusters per node
getK() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Get the number of clusters per node
getK() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Get the number of clusters per node
getK() - Method in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
Get the number of clusters
getKernelHeight() - Method in class org.openimaj.image.processing.convolution.FSobelMagnitude
 
getKernelHeight() - Method in class org.openimaj.image.processing.morphology.Dilate
 
getKernelHeight() - Method in class org.openimaj.image.processing.morphology.Erode
 
getKernelHeight() - Method in class org.openimaj.image.processing.morphology.HitAndMiss
 
getKernelHeight() - Method in class org.openimaj.image.processing.threshold.AbstractLocalThreshold
Get the height of the local sampling rectangle
getKernelHeight() - Method in interface org.openimaj.image.processor.KernelProcessor
Get the height of the kernel required by this processor.
getKernelSize() - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
Get the kernel size being used.
getKernelWidth() - Method in class org.openimaj.image.processing.convolution.FSobelMagnitude
 
getKernelWidth() - Method in class org.openimaj.image.processing.morphology.Dilate
 
getKernelWidth() - Method in class org.openimaj.image.processing.morphology.Erode
 
getKernelWidth() - Method in class org.openimaj.image.processing.morphology.HitAndMiss
 
getKernelWidth() - Method in class org.openimaj.image.processing.threshold.AbstractLocalThreshold
Get the width of the local sampling rectangle
getKernelWidth() - Method in interface org.openimaj.image.processor.KernelProcessor
Get the width of the kernel required by this processor.
getKey(FileSystem, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility.FilenameKeyProvider
 
getKey(FileSystem, Path, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility.FilenameKeyProvider
 
getKey(FileSystem, Path) - Method in interface org.openimaj.hadoop.sequencefile.SequenceFileUtility.KeyProvider
 
getKey(FileSystem, Path, Path) - Method in interface org.openimaj.hadoop.sequencefile.SequenceFileUtility.KeyProvider
 
getKey(FileSystem, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility.MD5UUIDKeyProvider
 
getKey(FileSystem, Path, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility.MD5UUIDKeyProvider
 
getKey(FileSystem, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility.RelativePathFilenameKeyProvider
 
getKey(FileSystem, Path, Path) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility.RelativePathFilenameKeyProvider
 
getKeyframe() - Method in class org.openimaj.video.processing.shotdetector.ShotBoundary
 
getKeypoint(FacialKeypoint[], FacialKeypoint.FacialKeypointType) - Static method in class org.openimaj.image.processing.face.detection.keypoints.FacialKeypoint
Search the given points for the a keypoint with the specified type and return it.
getKeypoint(FacialKeypoint.FacialKeypointType) - Method in class org.openimaj.image.processing.face.detection.keypoints.KEDetectedFace
Get a keypoint of the specified type.
getKeypointInterpolated(FacialKeypoint.FacialKeypointType) - Method in class org.openimaj.image.processing.face.detection.keypoints.KEDetectedFace
Get a keypoint of the specified type, interpolating the position if the internal model doesn't have a matching point.
getKeypoints() - Method in class org.openimaj.image.processing.face.detection.keypoints.KEDetectedFace
 
getKeypointsMap() - Method in class org.openimaj.image.feature.local.affine.AffineSimulationExtractor
get the detected interest points, grouped by simulation
getKeys() - Method in class org.openimaj.image.processing.face.feature.DoGSIFTFeature
 
getLabel() - Method in class org.openimaj.vis.timeline.Timeline.TimelineTrack
Get the name of the track
getLabelTransformer() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getLandmarkModels() - Method in class org.openimaj.image.model.asm.ActiveShapeModel
 
getLanguageModel() - Method in class org.openimaj.text.nlp.language.LanguageDetector
 
getLast_item_date() - Method in interface orgrdfs.sioc.ns.Container
 
getLast_item_date() - Method in class orgrdfs.sioc.ns.ContainerImpl
 
getLast_item_date() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getLast_name() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getLast_name() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getLastCalculatedFeature() - Method in class org.openimaj.audio.features.JAudioFeatureExtractor
 
getLastCalculatedFeatureWithoutFirst() - Method in class org.openimaj.audio.features.MFCC
Returns the MFCCs with the first coefficient set to zero.
getLastCepstrum() - Method in class org.openimaj.audio.analysis.PowerCepstrumTransform
Returns the last generated cepstrum
getLastFFT() - Method in class org.openimaj.audio.analysis.FourierTransform
Get the last processed FFT frequency data.
getLastHistogram() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
 
getLastKeyframe() - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Returns the last video keyframe that was generated.
getLastShotBoundary() - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Return the last shot boundary in the list.
getLatest_version() - Method in interface orgrdfs.sioc.ns.Item
 
getLatest_version() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getLatest_version() - Method in class orgrdfs.sioc.ns.PostImpl
 
getLatitude() - Method in class org.openimaj.hardware.gps.GPSSerialReader
 
getLatitude() - Method in class org.openimaj.vis.world.WorldPlace
 
getLayoutContext() - Method in class org.openimaj.image.typography.mathml.MathMLFontStyle
 
getLayoutInfo() - Method in class org.openimaj.web.layout.LayoutExtractor
Get the layout info of the page
getLeftOverString() - Method in class org.openimaj.hardware.serial.RegExParser
This function must return the data that was left-over from the previous parse, if at all.
getLeftOverString() - Method in interface org.openimaj.hardware.serial.SerialDataParser
This function must return the data that was left-over from the previous parse, if at all.
getLength() - Method in class org.openimaj.audio.AudioLooper
Returns the length of the audio stream in milliseconds.
getLength() - Method in class org.openimaj.audio.AudioMixer
Returns the length of the audio stream in milliseconds.
getLength() - Method in class org.openimaj.audio.AudioStream
Returns the length of the audio stream in milliseconds.
getLength() - Method in class org.openimaj.audio.generation.Synthesizer
Returns the length of the audio stream in milliseconds.
getLength() - Method in class org.openimaj.audio.JavaSoundAudioGrabber
Returns the length of the audio stream in milliseconds.
getLength() - Method in class org.openimaj.audio.processor.AudioProcessor
Returns the length of the audio stream in milliseconds.
getLength() - Method in class org.openimaj.audio.util.MemoryAudioSource
For live streams, returns the length of the buffered audio, otherwise returns the length of the original stream.
getLength() - Method in class org.openimaj.video.xuggle.XuggleAudio
Returns the length of the audio stream in milliseconds.
getLength() - Method in class org.openimaj.vis.audio.AudioOverviewVisualisation
Returns the length of the audio data in milliseconds.
getLetter(int[]) - Method in class org.openimaj.ml.clustering.rforest.RandomDecisionTree
The function which finds the path down this random tree for a given feature.
getLetters() - Method in class org.openimaj.image.text.extraction.swt.LineCandidate
Get the letters corresponding to this line.
getLetters() - Method in class org.openimaj.image.text.extraction.swt.SWTTextDetector
Get the unfiltered detected characters.
getLetters() - Method in class org.openimaj.image.text.extraction.swt.WordCandidate
Get the letters within this word.
getLevelDescriptors() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
Get the computed raw dense SIFT descriptors from the previous call to AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle) .
getLicense() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getLine() - Method in class org.openimaj.image.text.extraction.swt.WordCandidate
Get the line containing this word.
getLineFromParams(int, int, int, int) - Method in class org.openimaj.image.analysis.algorithm.HoughLines
From a r,theta parameterisation of a line, this returns a Line2d with endpoints at the given x coordinates.
getLines() - Method in class org.openimaj.image.text.extraction.swt.SWTTextDetector
Get the detected candidate lines of text
getLines() - Method in class org.openimaj.math.geometry.point.PointList
 
getLines(PointListConnections) - Method in class org.openimaj.math.geometry.point.PointList
 
getLines(PointList) - Method in class org.openimaj.math.geometry.point.PointListConnections
Get the connections as a list of lines based on the points in the given PointList.
getLinkDensity(Element) - Method in class org.openimaj.web.readability.Readability
Get the density of links as a percentage of the content This is the amount of text that is inside a link divided by the total text in the node.
getList() - Method in class org.openimaj.data.dataset.ListBackedDataset
Get the underlying list backing this dataset
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.openimaj.demos.Demos.IconListRenderer
 
getLocale() - Method in class org.openimaj.text.nlp.language.LanguageDetector.WeightedLocale
 
getLocalFile() - Method in class org.openimaj.web.flickr.FlickrImage
 
getLocation() - Method in class org.openimaj.feature.local.FloatLocalFeatureAdaptor
 
getLocation() - Method in class org.openimaj.feature.local.LocalFeatureImpl
 
getLocation() - Method in interface org.openimaj.feature.local.LocationProvider
Get the location associated with this object.
getLocation() - Method in class org.openimaj.feature.local.quantised.QuantisedLocalFeature
 
getLocation() - Method in class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint
 
getLocation() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
getLocation() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
getLocation() - Method in class org.openimaj.image.feature.local.keypoints.MinMaxKeypoint
 
getLocation() - Method in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint
 
getLocation() - Method in class org.openimaj.vis.general.AxisConfig
 
getLogNormalisedMagnitude() - Method in class org.openimaj.image.processing.algorithm.FourierTransform
Get a log-normalised copy of the magnitude image suitable for displaying.
getLogoAsStream() - Static method in class org.openimaj.OpenIMAJ
Get a stream to the OpenIMAJ logo.
getLogoAsURL() - Static method in class org.openimaj.OpenIMAJ
Get a URL to the OpenIMAJ logo.
getLongitude() - Method in class org.openimaj.hardware.gps.GPSSerialReader
 
getLongitude() - Method in class org.openimaj.vis.world.WorldPlace
 
getLowestPoint2d(List<Point2d>) - Static method in class org.openimaj.math.geometry.shape.util.GrahamScan
Returns the Point2ds with the lowest y coordinate.
getLowFrequency() - Method in class org.openimaj.audio.filters.TriangularFilter
Returns the lowest frequency of the filter
getM() - Method in class org.openimaj.math.model.LeastSquaresLinearModel
Get the gradient (m in y=mx+c)
getMagnificationFactor() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the magnification factor determining the size of a spatial SIFT bin relative to the scale.
getMagnitude() - Method in class org.openimaj.image.processing.algorithm.FourierTransform
 
getMagnitude() - Method in class org.openimaj.image.processing.convolution.CLSobel
 
getMagnitude() - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
 
getMagnitude() - Method in class org.openimaj.math.util.Complex
Return the magnitude of this complex number.
getMagnitudes() - Method in class org.openimaj.audio.analysis.FourierTransform
Returns the magnitudes of the last FFT data.
getMagnitudeThreshold() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the threshold on the magnitude of detected points (Lowe IJCV, p.11)
getMain(Class<?>) - Static method in class org.openimaj.util.reflection.ReflectionUtils
Get the "public static main(String [] args)" method of the class, or null if it doesn't have one.
getMainClass(File) - Static method in class org.openimaj.aop.classloader.ClassLoaderTransform
Get the main class from the manifest of the given jar file
getMajor() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
getMajorGridColour() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMajorGridThickness() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMajorTickColour() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMajorTickLabelFont() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMajorTickLabelSpacing() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMajorTickLength() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMajorTickSpacing() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMajorTickThickness() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMap() - Method in class org.openimaj.data.dataset.MapBackedDataset
Get the underlying map.
getMask() - Method in class org.openimaj.image.mask.AbstractMaskedObject
 
getMask() - Method in interface org.openimaj.image.mask.MaskedObject
 
getMask() - Method in class org.openimaj.image.processing.face.alignment.AffineAligner
 
getMask() - Method in class org.openimaj.image.processing.face.alignment.CLMAligner
 
getMask() - Method in interface org.openimaj.image.processing.face.alignment.FaceAligner
Return a mask image for aligned faces.
getMask() - Method in class org.openimaj.image.processing.face.alignment.IdentityAligner
 
getMask() - Method in class org.openimaj.image.processing.face.alignment.MeshWarpAligner
 
getMask() - Method in class org.openimaj.image.processing.face.alignment.RotateScaleAligner
 
getMask() - Method in class org.openimaj.image.processing.face.alignment.ScalingAligner
 
getMatcher() - Static method in class org.openimaj.text.nlp.namedentity.YagoEntityExactMatcherFactory
Build a YagoEntityExactMatcherFactory.YagoEntityExactMatcher from the default YagoEntity folder path.
getMatcher(String) - Static method in class org.openimaj.text.nlp.namedentity.YagoEntityExactMatcherFactory
Build a YagoEntityExactMatcherFactory.YagoEntityExactMatcher from the provided resource path.
getMatches() - Method in class org.openimaj.feature.local.matcher.BasicMatcher
 
getMatches() - Method in class org.openimaj.feature.local.matcher.BasicTwoWayMatcher
 
getMatches() - Method in class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
 
getMatches() - Method in class org.openimaj.feature.local.matcher.consistent.LocalConsistentKeypointMatcher
 
getMatches() - Method in class org.openimaj.feature.local.matcher.FastEuclideanKeypointMatcher
 
getMatches() - Method in class org.openimaj.feature.local.matcher.FastLimitedEuclideanKeypointMatcher
 
getMatches() - Method in interface org.openimaj.feature.local.matcher.LocalFeatureMatcher
Get the matches detected by the underlying algorithm
getMatches() - Method in class org.openimaj.feature.local.matcher.MultipleMatchesMatcher
 
getMatches() - Method in class org.openimaj.feature.local.matcher.quantised.BasicQuantisedKeypointMatcher
 
getMatches() - Method in class org.openimaj.feature.local.matcher.VotingKeypointMatcher
 
getMatchingShape(Point2d) - Method in class org.openimaj.image.processing.transform.PiecewiseMeshWarp
Get the shape in the observation space for a point in the canonical space.
getMatchingShapeIndex(Point2d) - Method in class org.openimaj.image.processing.transform.PiecewiseMeshWarp
Get the shape pair index for a point in the canonical space.
getMathInput() - Method in class org.openimaj.image.typography.mathml.MathMLFontStyle
 
getMatrix() - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMResult
Get the internal ConfusionMatrix.
getMatrix() - Method in class org.openimaj.image.processing.transform.ProjectionProcessor
 
getMatrix() - Method in class org.openimaj.math.matrix.JamaDenseMatrix
 
getMax() - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Get the expected maximum value in the input image.
getMaxArea() - Method in class org.openimaj.image.feature.local.detector.mser.MSERDetector
 
getMaxArea() - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
 
getMaximum() - Method in class org.openimaj.vis.audio.AudioWaveform
Get the maximum value in use
getMaximumDetectionSize() - Method in class org.openimaj.image.objectdetection.AbstractMultiScaleObjectDetector
 
getMaximumDetectionSize() - Method in interface org.openimaj.image.objectdetection.MultiScaleObjectDetector
(Optional operation).
getMaxIterations() - Method in class org.openimaj.image.model.asm.ActiveShapeModel
 
getMaxIterations() - Method in class org.openimaj.math.model.fit.RANSAC
 
getMaxIterations() - Method in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
Get the maximum allowed number of iterations.
getMaxIterations() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getMaxResidue() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getMaxSize() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
getMaxStrokeWidth() - Method in class org.openimaj.image.processing.edges.StrokeWidthTransform
Get the maximum stroke width
getMaxValue() - Method in class org.openimaj.vis.general.AxisConfig
 
getMaxValue() - Method in class org.openimaj.vis.general.BarVisualisation
Get the maximum value for the scaling
getMaxValue() - Method in class org.openimaj.vis.general.BarVisualisationBasic
Get the maximum value for the scaling
getMaxVariation() - Method in class org.openimaj.image.feature.local.detector.mser.MSERDetector
 
getMaxVariation() - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
 
getMaxYValue() - Method in class org.openimaj.vis.general.AxesRenderer2D
Returns the maximum value of the y axis
getMBFImage() - Method in interface org.openimaj.image.processing.face.detection.benchmarking.FDDBRecord
 
getMean() - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
getMean() - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
getMean() - Method in class org.openimaj.math.geometry.shape.PointDistributionModel
 
getMean() - Method in class org.openimaj.math.matrix.algorithm.LinearDiscriminantAnalysis
 
getMean() - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
 
getMean() - Method in class org.openimaj.math.statistics.distribution.AbstractMultivariateGaussian
 
getMean() - Method in interface org.openimaj.math.statistics.distribution.MultivariateGaussian
Get the mean
getMean() - Method in class org.openimaj.math.statistics.MeanAndCovariance
Get the mean vector
getMean() - Method in class org.openimaj.ml.linear.learner.perceptron.MeanCenteredKernelPerceptron
 
getMean() - Method in class org.openimaj.ml.linear.learner.perceptron.MeanCenteredProjectron
 
getMean() - Method in class org.openimaj.video.processing.pixels.FMeanVarianceField
Get the mean field of all the frames that have been analysed so far.
getMean() - Method in class org.openimaj.video.processing.pixels.MBFMeanVarianceField
Get the mean field of all the frames that have been analysed so far.
getMeanHue() - Method in class org.openimaj.image.feature.global.HueStats
Get the mean hue value.
getMeasures() - Method in class org.openimaj.audio.timecode.MeasuresBeatsTicksTimecode
Returns the number of measures.
getMediaEntities() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getMember_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getMember_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getMergeTree() - Method in class org.openimaj.image.feature.local.detector.mser.MSERDetector
 
getMeshColour() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
 
getMeta() - Method in class org.openimaj.util.stream.window.Aggregation
 
getMeta() - Method in class org.openimaj.util.stream.window.MetaPayload
 
getMetaClass() - Method in class org.openimaj.hardware.gps.NMEAMessage
 
getMetaClass() - Method in class org.openimaj.hardware.gps.NMEAParser
 
getMetaClass() - Method in enum org.openimaj.hardware.gps.NMEASentenceType
 
getMetadata(Configuration) - Static method in class org.openimaj.hadoop.sequencefile.MetadataConfiguration
Read any metadata stored in the Configuration.
getMetadata() - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Return the metadata map.
getMetadata() - Method in class org.openimaj.image.searching.ImageSearchResult
 
getMin() - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
Get the expected minimum value in the input image
getMinArea() - Method in class org.openimaj.image.feature.local.detector.mser.MSERDetector
 
getMinArea() - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
 
getMinDegreeVertex(UndirectedGraph<V, E>) - Method in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
 
getMinDegreeVertexBruteForce(UndirectedGraph<V, E>) - Method in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
 
getMinDeterminant() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getMinDisplacement() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getMinDist() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getMinDiversity() - Method in class org.openimaj.image.feature.local.detector.mser.MSERDetector
 
getMinDiversity() - Method in class org.openimaj.image.feature.local.detector.mser.MSERFeatureGenerator
 
getMinEigenvalue() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getMinimumBoundingRectangle(Polygon, boolean) - Static method in class org.openimaj.math.geometry.shape.util.RotatingCalipers
Use the rotating calipers algorithm to optimally find the minimum sized rotated rectangle that encompasses the outer shell of the given polygon.
getMinimumDetectionSize() - Method in class org.openimaj.image.objectdetection.AbstractMultiScaleObjectDetector
 
getMinimumDetectionSize() - Method in interface org.openimaj.image.objectdetection.MultiScaleObjectDetector
(Optional operation).
getMinor() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
getMinorGridColour() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinorGridThickness() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinorTickColour() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinorTickLabelFont() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinorTickLabelSpacing() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinorTickLength() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinorTickSpacing() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinorTickThickness() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getMinSize() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
getMinutes() - Method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
Get the number of minutes within the hour.
getMinValue() - Method in class org.openimaj.vis.general.AxisConfig
 
getMinValue() - Method in class org.openimaj.vis.general.BarVisualisation
Get the minimum value in use.
getMinValue() - Method in class org.openimaj.vis.general.BarVisualisationBasic
Get the minimum value in use.
getMode() - Method in class org.openimaj.tools.localfeature.options.BaseExtractorOptions
 
getMode() - Method in class org.openimaj.tools.localfeature.options.LocalFeatureMode.LocalFeatureModeOp
 
getMode() - Method in class org.openimaj.video.VideoDisplay
Returns the current state of the video display.
getModel() - Method in class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
 
getModel() - Method in class org.openimaj.feature.local.matcher.consistent.LocalConsistentKeypointMatcher
 
getModel() - Method in interface org.openimaj.feature.local.matcher.consistent.ModelFittingLocalFeatureMatcher
Get the model that has been learned.
getModel() - Method in class org.openimaj.image.connectedcomponent.proc.ColourDescriptor
 
getModel() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustAffineTransformEstimator
 
getModel() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustFundamentalEstimator
 
getModel() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustHomographyEstimator
 
getModel() - Method in class org.openimaj.math.model.fit.LMedS
 
getModel() - Method in interface org.openimaj.math.model.fit.ModelFitting
 
getModel() - Method in class org.openimaj.math.model.fit.RANSAC
 
getModel() - Method in class org.openimaj.math.model.fit.SimpleModelFitting
 
getModel() - Method in class org.openimaj.math.util.distance.ModelDistanceCheck
 
getModelConstructionData() - Method in class org.openimaj.math.model.fit.RANSAC
 
getModelTracker() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Returns the model tracker
getModerator_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getModerator_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getModes() - Method in class org.openimaj.ml.clustering.meanshift.ExactMeanShift
Get the modes
getModified_at() - Method in interface orgrdfs.sioc.ns.Post
 
getModified_at() - Method in class orgrdfs.sioc.ns.PostImpl
 
getModifier_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getModifier_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getMotionVectors() - Method in class org.openimaj.video.processing.motion.MotionEstimator
Return the estimated motion vectors for the last processed frame.
getN() - Method in class ch.akuhn.matrix.eigenvalues.Eigenvalues
 
getN() - Method in class org.openimaj.image.processing.face.detection.benchmarking.Results
 
getName(K, V, ExtractionState, boolean) - Method in enum org.openimaj.hadoop.sequencefile.NamingStrategy
Generate the filename for the given record (key-value pair).
getName() - Method in class org.openimaj.image.objectdetection.haar.StageTreeClassifier
Get the classifier name
getName() - Method in interface org.openimaj.image.typography.Font
Get the name of this font
getName() - Method in class org.openimaj.image.typography.general.GeneralFont
Get the name of this font
getName() - Method in enum org.openimaj.image.typography.hershey.HersheyFont
 
getName() - Method in class org.openimaj.image.typography.mathml.MathMLFont
 
getName(List<T>, int) - Method in interface org.openimaj.tools.faces.FaceSimilarityTool.ImageGetter
Get the name of the item
getName() - Method in class org.openimaj.video.capture.Device
 
getName() - Method in class org.openimaj.vis.general.AxisConfig
 
getName() - Method in class org.openimaj.vis.world.WorldPlace
 
getNameColour() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getNameDirection() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getNameInternal(K, V, ExtractionState) - Method in enum org.openimaj.hadoop.sequencefile.NamingStrategy
 
getNameOrientation() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getNames() - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
getNameSize() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getNameStr() - Method in class org.openimaj.video.capture.Device
 
getNaturalness() - Method in class org.openimaj.image.feature.global.Naturalness
Get the naturalness value for the image previously analysed with Naturalness.analyseImage(MBFImage).
getNBits() - Method in class org.openimaj.audio.AudioFormat
Get the number of bits in each sample.
getnChars() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the number of characters being generated.
getNDecisions() - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
getNearestNeighbourFactory() - Method in class org.openimaj.ml.clustering.kmeans.KMeansConfiguration
Get the factory that produces the NearestNeighbours during clustering.
getNearestNeighbours() - Method in interface org.openimaj.knn.ByteNearestNeighboursProvider
 
getNearestNeighbours() - Method in interface org.openimaj.knn.DoubleNearestNeighboursProvider
 
getNearestNeighbours() - Method in interface org.openimaj.knn.FloatNearestNeighboursProvider
 
getNearestNeighbours() - Method in interface org.openimaj.knn.IntNearestNeighboursProvider
 
getNearestNeighbours() - Method in interface org.openimaj.knn.LongNearestNeighboursProvider
 
getNearestNeighbours() - Method in interface org.openimaj.knn.ObjectNearestNeighboursProvider
 
getNearestNeighbours() - Method in interface org.openimaj.knn.ShortNearestNeighboursProvider
 
getNearestNeighbours() - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeans.Result
 
getNearestNeighbours() - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeans.Result
 
getNearestNeighbours() - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeans.Result
 
getNearestNeighbours() - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeans.Result
 
getNearestNeighbours() - Method in class org.openimaj.ml.clustering.kmeans.IntKMeans.Result
 
getNearestNeighbours() - Method in class org.openimaj.ml.clustering.kmeans.LongKMeans.Result
 
getNearestNeighbours() - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeans.Result
 
getNegativePattern() - Method in class org.openimaj.image.feature.dense.binarypattern.LocalTernaryPattern
Get the negative pattern created during the last call to LocalTernaryPattern.analyseImage(FImage).
getNegativeTrainingImages(InputStreamObjectReader<IMAGE>) - Static method in class org.openimaj.image.objectdetection.datasets.INRIAPersonDataset
 
getNeighbours(FImage, int, int, float) - Method in enum org.openimaj.image.pixel.ConnectedComponent.ConnectMode
Get the neighbouring pixels
getNext_by_date() - Method in interface orgrdfs.sioc.ns.Item
 
getNext_by_date() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getNext_by_date() - Method in class orgrdfs.sioc.ns.PostImpl
 
getNext_version() - Method in interface orgrdfs.sioc.ns.Item
 
getNext_version() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getNext_version() - Method in class orgrdfs.sioc.ns.PostImpl
 
getNextFrame() - Method in class org.openimaj.hardware.kinect.KinectStream
 
getNextFrame() - Method in class org.openimaj.video.AnimatedVideo
 
getNextFrame() - Method in class org.openimaj.video.ArrayBackedVideo
 
getNextFrame() - Method in class org.openimaj.video.capture.VideoCapture
Get the next frame.
getNextFrame() - Method in class org.openimaj.video.FileBackedVideo
 
getNextFrame() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
getNextFrame() - Method in class org.openimaj.video.processor.VideoProcessor
Get the next frame.
getNextFrame() - Method in class org.openimaj.video.translator.VideoTranslator
 
getNextFrame() - Method in class org.openimaj.video.Video
Get the next frame.
getNextFrame() - Method in class org.openimaj.video.xuggle.XuggleVideo
Get the next frame.
getNextFrame() - Method in class org.openimaj.web.video.VGetVideo
 
getNextOctaveImage() - Method in class org.openimaj.image.analysis.pyramid.gaussian.GaussianOctave
 
getNextOctaveImage() - Method in class org.openimaj.image.analysis.pyramid.Octave
Get the image that starts the next octave.
getNGrams(List<R>, int...) - Method in class org.openimaj.text.nlp.namedentity.NGramGenerator
 
getNN() - Method in class org.openimaj.ml.clustering.assignment.hard.ExactByteAssigner
Get the underlying nearest-neighbour implementation.
getNN() - Method in class org.openimaj.ml.clustering.assignment.hard.ExactDoubleAssigner
Get the underlying nearest-neighbour implementation.
getNN() - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFeatureVectorAssigner
Get the underlying nearest-neighbour implementation.
getNN() - Method in class org.openimaj.ml.clustering.assignment.hard.ExactFloatAssigner
Get the underlying nearest-neighbour implementation.
getNN() - Method in class org.openimaj.ml.clustering.assignment.hard.ExactIntAssigner
Get the underlying nearest-neighbour implementation.
getNN() - Method in class org.openimaj.ml.clustering.assignment.hard.ExactLongAssigner
Get the underlying nearest-neighbour implementation.
getNN() - Method in class org.openimaj.ml.clustering.assignment.hard.ExactShortAssigner
Get the underlying nearest-neighbour implementation.
getNode(int) - Method in class org.openimaj.math.geometry.shape.util.polygon.EdgeTable
 
getNoise() - Method in class org.openimaj.ml.clustering.dbscan.DBSCANClusters
 
getNonExpertData() - Method in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
Returns the results from the non-expert turkers.
getNonHadoopArgs() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
 
getNonStopWords(List<String>) - Method in class org.openimaj.text.nlp.namedentity.IgnoreTokenStripper
Strips given list of tokens of all ignore words.
getNormal() - Method in class org.openimaj.math.geometry.line.Line2d
Returns a line that is at 90 degrees to the original line.
getNormal(Point2d) - Method in class org.openimaj.math.geometry.line.Line2d
Returns a line that is at 90 degrees to the original line and also passes through the given point.
getNormalisations(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Generates the data for normalisation of the points such that each matched point is centered about the origin and also scaled be be within Math.sqrt(2) of the origin.
getNormalisedColourPlanes(BufferedImage) - Static method in class org.openimaj.image.ImageUtilities
Calculate normalised RGB planes.
getNormalisedMagnitudes(float) - Method in class org.openimaj.audio.analysis.FourierTransform
Scales the real and imaginary parts by the scalar prior to calculating the (square) magnitude for normalising the outputs.
getNormDirection() - Method in class org.openimaj.ml.linear.data.LinearPerceptronDataGenerator
 
getNTrees() - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
getNTweets() - Method in class org.openimaj.hadoop.tools.twitter.utils.TweetCountWordMap
 
getNum_items() - Method in interface orgrdfs.sioc.ns.Container
 
getNum_items() - Method in class orgrdfs.sioc.ns.ContainerImpl
 
getNum_items() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getNum_threads() - Method in interface orgrdfs.sioc.ns.Forum
 
getNum_threads() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getNumBands() - Method in enum org.openimaj.image.colour.ColourSpace
Get the number of bands required by this colour space
getNumberOfDirBins() - Method in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector
 
getNumberOfFrames() - Method in class org.openimaj.video.VideoCache
Returns the number of frames that have been cached.
getNumberOfProcessors() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Returns the number of available processors.
getNumberOfReducers() - Method in class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
 
getNumberOfSamples() - Method in class org.openimaj.audio.SampleChunk
Returns the number of samples in this sample chunk.
getNumberOfSatellites() - Method in class org.openimaj.hardware.gps.GPSSerialReader
 
getNumberOfSegments() - Method in class org.openimaj.image.analysis.algorithm.HoughLines
Get the number of directional accumulator bins.
getNumberOfThreads() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Returns the current number of threads.
getNumberOfThreads() - Method in class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
Get the number of threads to use in the mapper.
getNumberRecords() - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get number of records in file.
getNumberSamples() - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
getNumberSamples() - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
getNumberToStore() - Method in class org.openimaj.audio.features.SpectralFlux
Get the number of spectral flux values to store in the feature
getNumBins() - Method in class org.openimaj.image.analysis.algorithm.histogram.BinnedWindowedExtractor
 
getNumBins() - Method in class org.openimaj.image.analysis.algorithm.histogram.SATWindowedExtractor
 
getNumBins() - Method in interface org.openimaj.image.analysis.algorithm.histogram.WindowedHistogramExtractor
Get the number of bins
getNumBinsX() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the number of spatial bins in the X direction
getNumBinsX() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getNumBinsX() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getNumBinsX() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getNumBinsY() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the number of spatial bins in the Y direction
getNumBinsY() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getNumBinsY() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getNumBinsY() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getNumChannels() - Method in class org.openimaj.audio.AudioFormat
Get the number of channels in this format.
getNumComponents() - Method in class org.openimaj.image.model.EigenImages
Get the number of PCA components selected by this EigenImages object.
getNumDevices() - Method in class org.openimaj.video.capture.DeviceList
 
getNumInnerPoly() - Method in class org.openimaj.math.geometry.shape.Polygon
Returns the number of inner polygons in this polygon including this polygon.
getNumOriBins() - Method in class org.openimaj.image.feature.dense.gradient.dsift.AbstractDenseSIFT
Get the number of orientation bins
getNumOriBins() - Method in class org.openimaj.image.feature.dense.gradient.dsift.ColourDenseSIFT
 
getNumOriBins() - Method in class org.openimaj.image.feature.dense.gradient.dsift.DenseSIFT
 
getNumOriBins() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
 
getNumOriBins() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the number of orientation bins (default 8) in the SIFT feature
getNumOriHistBins() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the number of orientation histogram bins for finding the dominant orientations; Lowe's IJCV paper (p.13) suggests 36 bins.
getNumSpatialBins() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the number of spatial bins in each direction (default 4) in the SIFT feature
getObject() - Method in class org.openimaj.experiment.gmm.retrieval.UKBenchListDataset
 
getObject() - Method in class org.openimaj.image.annotation.evaluation.dataset.CorelAnnotatedImage
 
getObject() - Method in interface org.openimaj.ml.annotation.Annotated
 
getObject() - Method in class org.openimaj.ml.annotation.AnnotatedObject
 
getObjectClass() - Method in class org.openimaj.image.annotation.evaluation.datasets.Caltech101.Record
Get the class of the object depicted in the image.
getObjectURI(Object, URIImpl) - Method in class org.openimaj.rdf.serialize.RDFSerializer
Returns a URI for the given object.
getOCRProcessor() - Method in class org.openimaj.image.text.extraction.TextExtractor
Return the OCR processor being used to extract text from the image.
getOctave() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder
 
getOctave() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder
 
getOctave() - Method in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveExtremaFinder
 
getOctave() - Method in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveInterestPointFinder
 
getOctave() - Method in interface org.openimaj.image.feature.local.detector.pyramid.OctaveInterestPointFinder
Get the octave from which we are operating
getOctaveInterestPointListener() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.DoGOctaveExtremaFinder
 
getOctaveInterestPointListener() - Method in class org.openimaj.image.feature.local.detector.dog.pyramid.FirstBandDoGOctaveExtremaFinder
 
getOctaveInterestPointListener() - Method in class org.openimaj.image.feature.local.detector.pyramid.AbstractOctaveInterestPointFinder
 
getOctaveInterestPointListener() - Method in interface org.openimaj.image.feature.local.detector.pyramid.OctaveInterestPointFinder
Get the current listener object.
getOctaveProcessor() - Method in class org.openimaj.image.analysis.pyramid.PyramidOptions
Get an OctaveProcessor to apply to each octave of the pyramid or null if none is set.
getOctaves() - Method in class org.openimaj.image.analysis.pyramid.Pyramid
Get the octaves of this pyramid if they have been retained by the processing.
getOffset() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getOpposingColour(Float[]) - Static method in enum org.openimaj.vis.timeline.Timeline.TimelineMarkerType
Returns an opposing colour
getOptionName() - Method in class org.kohsuke.args4j.spi.AbstractGetter
 
getOptionName() - Method in interface org.kohsuke.args4j.spi.Getter
 
getOptions() - Method in interface org.kohsuke.args4j.CmdLineOptionsProvider
 
getOptions() - Method in class org.openimaj.audio.generation.Oscillator.DummyOscillator
 
getOptions() - Method in class org.openimaj.audio.generation.Oscillator.FrequencyModulatedOscillator
 
getOptions() - Method in interface org.openimaj.audio.generation.Oscillator
Returns the options for the particular oscillator type.
getOptions() - Method in class org.openimaj.audio.generation.Oscillator.NoiseOscillator
 
getOptions() - Method in class org.openimaj.audio.generation.Oscillator.SawOscillator
 
getOptions() - Method in class org.openimaj.audio.generation.Oscillator.SineOscillator
 
getOptions() - Method in class org.openimaj.audio.generation.Oscillator.SquareOscillator
 
getOptions() - Method in enum org.openimaj.hadoop.tools.downloader.InputMode
 
getOptions() - Method in enum org.openimaj.hadoop.tools.twitter.token.mode.TwitterTokenModeOption
 
getOptions() - Method in enum org.openimaj.hadoop.tools.twitter.token.outputmode.TwitterTokenOutputModeOption
 
getOptions() - Method in class org.openimaj.image.analysis.pyramid.Pyramid
Get the options used to initialise this pyramid
getOptions() - Method in class org.openimaj.image.feature.local.engine.DoGColourSIFTEngine
 
getOptions() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngine
 
getOptions() - Method in class org.openimaj.image.feature.local.engine.MinMaxDoGSIFTEngine
Get the options for this engine.
getOptions() - Method in class org.openimaj.image.text.extraction.swt.SWTTextDetector
Get the current options.
getOptions() - Method in enum org.openimaj.picslurper.output.OutputListenerMode
 
getOptions() - Method in enum org.openimaj.picslurper.output.TrendDetectorFeatureMode
 
getOptions() - Method in enum org.openimaj.rdf.storm.tool.topology.TopologyModeOption
 
getOptions() - Method in enum org.openimaj.tools.clusterquantiser.fastkmeans.ByteKMeansInitialisers
 
getOptions() - Method in enum org.openimaj.tools.faces.recognition.options.Aligners.AnyAligner
 
getOptions() - Method in enum org.openimaj.tools.faces.recognition.options.FaceDetectors.AnyBasicFImageDetector
 
getOptions() - Method in enum org.openimaj.tools.faces.recognition.options.RecognitionStrategy
 
getOptions() - Method in enum org.openimaj.tools.globalfeature.GlobalFeatureType
 
getOptions() - Method in enum org.openimaj.tools.globalfeature.ShapeFeatures
 
getOptions() - Method in enum org.openimaj.tools.imagecollection.collection.config.ImageCollectionProcessorMode
 
getOptions() - Method in enum org.openimaj.tools.imagecollection.ImageCollectionProcessorMode
 
getOptions() - Method in enum org.openimaj.tools.localfeature.options.LocalFeatureMode
 
getOptions() - Method in enum org.openimaj.tools.reddit.SplitModeOption
 
getOptions() - Method in enum org.openimaj.tools.twitter.modes.filter.RegexEngineMode
 
getOptions() - Method in enum org.openimaj.tools.twitter.modes.filter.TwitterPreprocessingFilterOption
 
getOptions() - Method in enum org.openimaj.tools.twitter.modes.output.TwitterOutputModeOption
 
getOptions() - Method in enum org.openimaj.tools.twitter.modes.preprocessing.TwitterPreprocessingModeOption
 
getOptionsMap() - Method in class org.openimaj.tools.clusterquantiser.ClusterType.ClusterTypeOp
 
getOrder() - Method in class org.openimaj.text.nlp.textpipe.annotations.PhraseAnnotation
Returns a string representation of the Phrase order of this phrase.
getOrdinate(int) - Method in class org.openimaj.feature.local.ScaleSpaceLocation
 
getOrdinate(int) - Method in class org.openimaj.feature.local.SpatialLocation
 
getOrdinate(int) - Method in class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint.AffineSimulationKeypointLocation
 
getOrdinate(int) - Method in class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint
 
getOrdinate(int) - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
getOrdinate(int) - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
getOrdinate(int) - Method in class org.openimaj.image.feature.local.keypoints.KeypointLocation
 
getOrdinate(int) - Method in class org.openimaj.image.feature.local.keypoints.quantised.QuantisedKeypoint
 
getOrdinate(int) - Method in class org.openimaj.image.feature.local.keypoints.SIFTGeoKeypoint.SIFTGeoLocation
 
getOrdinate(int) - Method in class org.openimaj.image.pixel.Pixel
Get the ordinate value for a specific dimension.
getOrdinate(int) - Method in interface org.openimaj.math.geometry.point.Coordinate
Get the ordinate value for a specific dimension.
getOrdinate(int) - Method in class org.openimaj.math.geometry.point.DoublePoint2dImpl
 
getOrdinate(int) - Method in class org.openimaj.math.geometry.point.PayloadCoordinate
 
getOrdinate(int) - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
getOrdinate(int) - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
getOrdinate(int) - Method in class org.openimaj.video.tracking.klt.Feature
 
getOrientation() - Method in class org.openimaj.image.analysis.watershed.feature.MomentFeature
Get the primary orientation of the feature.
getOrientation() - Method in class org.openimaj.image.processing.convolution.CLSobel
 
getOrientation() - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
 
getOrientation() - Method in class org.openimaj.vis.general.AxisConfig
 
getOrigin() - Method in class org.openimaj.ml.linear.data.LinearPerceptronDataGenerator
 
getOriginalLink() - Method in class org.openimaj.web.scraping.images.ImgurClient.ImageResponse
 
getOriHistExtractor() - Method in class org.openimaj.image.feature.local.detector.dog.extractor.DominantOrientationExtractor
 
getOscillator() - Method in class org.openimaj.audio.generation.Synthesizer
Returns the oscillator in use.
getOtherInfoClass() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getOtherInfoClass() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getOtherInfoClass() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getOtherInfoFile() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getOtherInfoFile() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getOtherInfoType() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getOtherInfoType() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getOtherInfoType() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getOuterBoundary() - Method in class org.openimaj.image.pixel.ConnectedComponent
Returns an ordered list of pixels that are on the outer boundary of the shape.
getOutliers() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustAffineTransformEstimator
 
getOutliers() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustFundamentalEstimator
 
getOutliers() - Method in class org.openimaj.math.geometry.transforms.estimation.RobustHomographyEstimator
 
getOutliers() - Method in class org.openimaj.math.model.fit.LMedS
 
getOutliers() - Method in class org.openimaj.math.model.fit.RANSAC
 
getOutliers() - Method in interface org.openimaj.math.model.fit.RobustModelFitting
 
getOutliers() - Method in class org.openimaj.math.model.fit.SimpleModelFitting
 
getOutput(RecordDetail[], int, int) - Static method in class org.openimaj.classifier.citylandscape.CityLandscapeUtilities
Calculates and returns message of given record detail array.
getOutput() - Method in class org.openimaj.tools.InOutToolOptions
 
getOutput(File) - Method in class org.openimaj.tools.localfeature.options.BatchExtractorOptions
Get the output file corresponding to the input, making directories as required
getOutput() - Method in class org.openimaj.tools.localfeature.options.ExtractorOptions
Get the output location
getOutput() - Method in class org.openimaj.tools.similaritymatrix.SimilarityMatrixToolOptions
 
getOutputClass() - Method in class org.openimaj.tools.twitter.options.AbstractTwitterPreprocessingToolOptions
 
getOutputFields() - Method in class backtype.storm.scheme.StringScheme
 
getOutputFields() - Method in class backtype.storm.spout.KestrelThriftSpout
 
getOutputFields() - Method in class org.openimaj.storm.scheme.StringScheme
 
getOutputFile() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getOutputFileString() - Method in class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
getOutputFileString() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getOutputFileString() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getOutputFormat() - Method in class org.openimaj.audio.conversion.AudioConverter
Same as Audio.getFormat() for this class - returns the output format.
getOutputMode() - Method in class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
getOutputPath() - Method in class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
 
getOutputPath() - Method in class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
getOutputPath(InOutToolOptions) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
Get the output path from an InOutToolOptions.
getOutputPath(String) - Static method in class org.openimaj.hadoop.tools.HadoopToolsUtil
Get the output path from a String.
getOutputPath() - Method in class org.openimaj.hadoop.tools.localfeature.HadoopLocalFeaturesToolOptions
 
getOutputPath() - Method in class org.openimaj.hadoop.tools.sequencefile.index.SequenceFileIndexerOptions
 
getOutputPath() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingToolOptions
 
getOutputPower() - Method in class org.openimaj.audio.filters.FeedForwardCombFilter
Returns the output power for the last processed frame.
getOutputPower() - Method in class org.openimaj.audio.filters.MusicalNoteFilterBank
Get the last calculated output power.
getOutputStream() - Method in class org.openimaj.hardware.serial.SerialDevice
Returns the output stream for this device.
getOutputString() - Method in class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
getOutputString() - Method in class org.openimaj.hadoop.tools.sequencefile.index.SequenceFileIndexerOptions
 
getOversamplingAmount() - Method in class org.openimaj.image.feature.local.descriptor.gradient.IrregularBinningSIFTFeatureProvider
 
getOversamplingAmount() - Method in class org.openimaj.image.feature.local.descriptor.gradient.SIFTFeatureProvider
 
getOversamplingAmount() - Method in interface org.openimaj.image.feature.local.descriptor.LocalFeatureProvider
Get the amount of required over-sampling outside of the unit square patch.
getOwner_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getOwner_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getPackageName(URI) - Static method in class org.openimaj.rdf.owl2java.Generator
From the given URI will attempt to create a java package name by reversing all the elements and separating with dots.
getPackageName(URI, boolean) - Static method in class org.openimaj.rdf.owl2java.Generator
From the given URI will attempt to create a java package name by reversing all the elements and separating with dots.
getPadding() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the amount of padding around the image.
getParams() - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
getParams() - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
getParams() - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
getParent_of() - Method in interface orgrdfs.sioc.ns.Container
 
getParent_of() - Method in class orgrdfs.sioc.ns.ContainerImpl
 
getParent_of() - Method in class orgrdfs.sioc.ns.ForumImpl
 
getPartition(HadoopSiftLSHExtractor.MapperOut, Text, int) - Method in class org.openimaj.hadoop.tools.image.indexing.HadoopSiftLSHExtractor.LSHPartitioner
 
getPartition(BytesWritable, BytesWritable, int) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairPartitioner
 
getPartition(BytesWritable, BytesWritable, int) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.sort.PMISortPartitioner
 
getPartitions() - Method in class org.openimaj.util.parallel.partition.FixedSizeBlockingChunkPartitioner
 
getPartitions() - Method in class org.openimaj.util.parallel.partition.FixedSizeChunkPartitioner
 
getPartitions() - Method in class org.openimaj.util.parallel.partition.GrowingChunkPartitioner
 
getPartitions() - Method in interface org.openimaj.util.parallel.partition.Partitioner
 
getPartitions() - Method in class org.openimaj.util.parallel.partition.RangePartitioner
 
getPatches(int) - Method in class org.openimaj.image.feature.local.keypoints.KeypointVisualizer
Extract the oriented sampling patches used in the construction of the keypoints.
getPatches() - Method in class org.openimaj.workinprogress.featlearn.RandomPatchSampler
 
getPath(URI) - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get a path from a uri.
getPath(int, int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int, int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int, int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int, int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int, int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int, int, int) - Static method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPath(int) - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Given an index, what was the path down the hierarchy that lead to it.
getPattern() - Method in class org.openimaj.image.feature.dense.binarypattern.BasicLocalBinaryPattern
Get the pattern created during the last call to BasicLocalBinaryPattern.analyseImage(FImage).
getPattern() - Method in class org.openimaj.image.feature.dense.binarypattern.ExtendedLocalBinaryPattern
Get the pattern created during the last call to ExtendedLocalBinaryPattern.analyseImage(FImage).
getPayload() - Method in class org.openimaj.math.geometry.point.PayloadCoordinate
 
getPayload() - Method in class org.openimaj.util.stream.window.Aggregation
 
getPayload() - Method in class org.openimaj.util.stream.window.MetaPayload
 
getPCA() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
 
getPDM() - Method in class org.openimaj.image.model.asm.ActiveShapeModel
 
getPDM() - Method in class org.openimaj.image.model.asm.MultiResolutionActiveShapeModel
 
getPeakThreshold() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the threshold for peak detection in the orientation histogram.
getPenColour() - Method in class org.openimaj.image.Plotter
 
getPenPosition() - Method in class org.openimaj.image.Plotter
 
getPenThickness() - Method in class org.openimaj.image.Plotter
 
getPercentageThreshold() - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
getPerspectiveJitter() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the amount of perspective jitter being simulated
getPhase() - Method in class org.openimaj.image.processing.algorithm.FourierTransform
 
getPhoto(int) - Method in class org.openimaj.image.dataset.FlickrImageDataset
Get the a specific underlying flickr Photo object corresponding to a particular image instance.
getPhotos() - Method in class org.openimaj.image.dataset.FlickrImageDataset
Get the underlying flickr Photo objects.
getPhrasefromString(String) - Static method in enum org.openimaj.text.nlp.textpipe.annotations.PhraseAnnotation.Phrase
Returns a PhraseAnnotation.Phrase based on the string.
getPitch() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Returns the pitch of the model (that is the look up/down, noddy head movement).
getPixel(int, int) - Method in class org.openimaj.image.FImage
Get the value of the pixel at coordinate (x, y).
getPixel(int, int) - Method in class org.openimaj.image.Image
Get the value of the pixel at coordinate (x, y).
getPixel(Pixel) - Method in class org.openimaj.image.Image
Get the value of the pixel at coordinate p
getPixel(int, int) - Method in class org.openimaj.image.MBFImage
 
getPixel(int, int) - Method in class org.openimaj.image.SVGImage
 
getPixelComparator() - Method in class org.openimaj.image.FImage
Returns a pixel comparator that is able to compare equality of pixels in the given image type.
getPixelComparator() - Method in class org.openimaj.image.Image
Returns a pixel comparator that is able to compare equality of pixels in the given image type.
getPixelComparator() - Method in class org.openimaj.image.MBFImage
 
getPixelComparator() - Method in class org.openimaj.image.SVGImage
 
getPixelInterp(double, double) - Method in class org.openimaj.image.FImage
Get the value of a sub-pixel using linear-interpolation.
getPixelInterp(double, double, Float) - Method in class org.openimaj.image.FImage
Get the value of a sub-pixel using linear-interpolation.
getPixelInterp(double, double) - Method in class org.openimaj.image.Image
Get the value of a sub-pixel using linear-interpolation.
getPixelInterp(double, double, Q) - Method in class org.openimaj.image.Image
Get the value of a sub-pixel using linear-interpolation.
getPixelInterp(double, double) - Method in class org.openimaj.image.MBFImage
 
getPixelInterp(double, double, Float[]) - Method in class org.openimaj.image.MBFImage
 
getPixelInterp(double, double) - Method in class org.openimaj.image.SVGImage
 
getPixelInterp(double, double, Float[]) - Method in class org.openimaj.image.SVGImage
 
getPixelInterpNative(float, float, float) - Method in class org.openimaj.image.FImage
Interpolate the value of a pixel at the given coordinates
getPixelInterpolated(float, float) - Method in class org.openimaj.image.analysis.algorithm.ImageInterpolation
Get the interpolated pixel value of the previously analysed image
getPixelNative(Pixel) - Method in class org.openimaj.image.FImage
Get the value of the pixel at coordinate p
getPixelNative(int, int) - Method in class org.openimaj.image.FImage
Get the value of the pixel at coordinate (x, y).
getPixelNative(Pixel) - Method in class org.openimaj.image.MBFImage
Get the value of the pixel at coordinate p
getPixelNative(int, int) - Method in class org.openimaj.image.MBFImage
Get the value of the pixel at coordinate (x, y).
getPixels() - Method in class org.openimaj.image.analysis.watershed.Component
Get the pixels in the component.
getPixels() - Method in class org.openimaj.image.pixel.PixelSet
Returns the set of Pixels that are within this component.
getPixels() - Method in class org.openimaj.image.processing.morphology.HitAndMiss
Get the pixels selected by the hit and miss operator
getPixelVector(Q[]) - Method in class org.openimaj.image.Image
Returns the pixels in this image as a vector (an array of the pixel type).
getPixelVectorNative(float[]) - Method in class org.openimaj.image.FImage
Returns the pixels in this image as a vector (an array of the pixel type).
getPixelVectorNative(float[][]) - Method in class org.openimaj.image.MBFImage
Returns the pixels in this image as a vector (an array of the pixel type).
getPlace() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getPlane() - Method in class org.openimaj.ml.linear.data.LinearPerceptronDataGenerator
 
getPlaneDirections(List<double[]>, List<Double>) - Static method in class org.openimaj.ml.linear.kernel.LinearVectorKernel
 
getPlanePoint(List<double[]>, List<Double>, double, double...) - Static method in class org.openimaj.ml.linear.kernel.LinearVectorKernel
On the plane
getPlotter() - Method in class org.openimaj.vis.general.XYZVisualisation3D
 
getPoint(String) - Method in class org.openimaj.math.matrix.similarity.processor.MultidimensionalScaling
Get the predicted point for a specific element.
getPointColour() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
 
getPointLists() - Method in interface org.openimaj.image.model.asm.datasets.ShapeModelDataset
Get the points for each instance
getPoints() - Method in class org.openimaj.knn.ByteNearestNeighboursExact
Get the underlying data points.
getPoints() - Method in class org.openimaj.knn.DoubleNearestNeighboursExact
Get the underlying data points.
getPoints() - Method in class org.openimaj.knn.FloatNearestNeighboursExact
Get the underlying data points.
getPoints() - Method in class org.openimaj.knn.IntNearestNeighboursExact
Get the underlying data points.
getPoints() - Method in class org.openimaj.knn.LongNearestNeighboursExact
Get the underlying data points.
getPoints() - Method in class org.openimaj.knn.ShortNearestNeighboursExact
Get the underlying data points.
getPoints() - Method in class org.openimaj.math.matrix.similarity.processor.MultidimensionalScaling
Get a list of the 2-D coordinates learned by the MDS algorithm for each element in the input similarity matrix.
getPolygons(String, int, int, GeneralFontStyle<T>) - Static method in class org.openimaj.image.typography.general.GeneralFontRenderer
Returns a list of polygons that represent the letters in the given text.
getPolygons(char[], int, int, GeneralFontStyle<T>) - Static method in class org.openimaj.image.typography.general.GeneralFontRenderer
Returns a list of polygons that represent the letters in the given text.
getPool() - Static method in class org.openimaj.util.parallel.GlobalExecutorPool
Get the pool.
getPoseParameters() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Get the parameters describing the pose of the face.
getPoseShapeParameters() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Get a vector describing the pose (pitch, yaw and roll only) and shape of the model.
getPOSfromString(String) - Static method in enum org.openimaj.text.nlp.textpipe.annotations.POSAnnotation.PartOfSpeech
Gets a POSAnnotation.PartOfSpeech from a string.
getPosition() - Method in class org.openimaj.video.VideoDisplay
Returns the position of the play head in this video as a percentage of the length of the video.
getPositivePattern() - Method in class org.openimaj.image.feature.dense.binarypattern.LocalTernaryPattern
Get the positive pattern created during the last call to LocalTernaryPattern.analyseImage(FImage).
getPositiveTrainingImages(InputStreamObjectReader<IMAGE>) - Static method in class org.openimaj.image.objectdetection.datasets.INRIAPersonDataset
 
getPostProcess() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
 
getPowerMagnitudes() - Method in class org.openimaj.audio.analysis.FourierTransform
Returns the power magnitudes of the last FFT data.
getPredictedClasses() - Method in class org.openimaj.experiment.evaluation.classification.BasicClassificationResult
 
getPredictedClasses() - Method in interface org.openimaj.experiment.evaluation.classification.ClassificationResult
Get the set of classes predicted by this result.
getPreferredSize() - Method in interface org.openimaj.vis.timeline.TimelineObject
The timeline object needs to be able to suggest a size, if it needs a particular amount.
getPreferredVideoCapture(int, int) - Static method in class org.openimaj.content.slideshow.CameraSelector
Get a VideoCapture representing the preferred device.
getPreferredVideoCaptureDevice() - Static method in class org.openimaj.content.slideshow.CameraSelector
 
getPrevious_by_date() - Method in interface orgrdfs.sioc.ns.Item
 
getPrevious_by_date() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getPrevious_by_date() - Method in class orgrdfs.sioc.ns.PostImpl
 
getPrevious_version() - Method in interface orgrdfs.sioc.ns.Item
 
getPrevious_version() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getPrevious_version() - Method in class orgrdfs.sioc.ns.PostImpl
 
getPreviousPyramid() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getPrincipalComponent(int) - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get a specific principle component vector as a double array.
getPrincipalPointX() - Method in class org.openimaj.image.camera.CameraIntrinsics
Get the x-ordinate of the principal point (in pixels).
getPrincipalPointY() - Method in class org.openimaj.image.camera.CameraIntrinsics
Get the y-ordinate of the principal point (in pixels).
getProductQuantiser() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Get the product quantiser
getProgress() - Method in class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileRecordReader
 
getProjection() - Method in class org.openimaj.image.analysis.algorithm.HorizontalProjection
 
getProjection() - Method in class org.openimaj.image.analysis.algorithm.VerticalProjection
 
getProperty(String) - Method in class org.openimaj.hardware.gps.NMEAMessage
 
getProperty(String) - Method in class org.openimaj.hardware.gps.NMEAParser
 
getProperty(String) - Method in enum org.openimaj.hardware.gps.NMEASentenceType
 
getProtectedStringTokens() - Method in class org.openimaj.text.nlp.EntityTweetTokeniser
 
getProtectedStringTokens() - Method in class org.openimaj.text.nlp.TweetTokeniser
 
getPyramidProcessor() - Method in class org.openimaj.image.analysis.pyramid.PyramidOptions
Gets the currently set PyramidProcessor or null if none is set.
getQuery() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getQuery() - Method in class org.openimaj.stream.provider.twitter.AbstractTwitterSearchDataset
Get the current query
getQuery() - Method in class org.openimaj.stream.provider.twitter.ContextRoundRobinTwitterSearchAPIDataset
 
getQuery() - Method in class org.openimaj.stream.provider.twitter.RoundRobinTwitterSearchAPIDataset
 
getQuery() - Method in class org.openimaj.stream.provider.twitter.TwitterSearchDataset
 
getRadius() - Method in class org.openimaj.math.geometry.shape.Circle
 
getRandomByteArray(int, int, byte, byte) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed byte values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomByteArray(int, int, byte, byte, int) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed byte values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomByteArray(int, byte, byte) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed byte values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomByteArray(int, byte, byte, int) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed byte values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomByteArray(int, byte, byte, MersenneTwister) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed byte values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomDoubleArray(int, int, double, double) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed double values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomDoubleArray(int, int, double, double, int) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed double values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomDoubleArray(int, double, double) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed double values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomDoubleArray(int, double, double, int) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed double values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomDoubleArray(int, double, double, MersenneTwister) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed double values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomFeatures(int) - Method in class org.openimaj.hadoop.tools.fastkmeans.SequenceFileByteFeatureSelector
 
getRandomFloatArray(int, int, float, float) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed float values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomFloatArray(int, int, float, float, int) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed float values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomFloatArray(int, float, float) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed float values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomFloatArray(int, float, float, int) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed float values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomFloatArray(int, float, float, MersenneTwister) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed float values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomInstance() - Method in interface org.openimaj.data.dataset.Dataset
 
getRandomInstance(KEY) - Method in interface org.openimaj.data.dataset.GroupedDataset
Get a random instance from the sub-dataset corresponding to a specific group.
getRandomInstance() - Method in class org.openimaj.data.dataset.ListBackedDataset
 
getRandomInstance(KEY) - Method in class org.openimaj.data.dataset.MapBackedDataset
 
getRandomInstance() - Method in class org.openimaj.data.dataset.MapBackedDataset
 
getRandomInstance() - Method in class org.openimaj.data.dataset.ReadableGroupDataset
 
getRandomInstance(KEY) - Method in class org.openimaj.data.dataset.ReadableGroupDataset
 
getRandomInstance() - Method in class org.openimaj.data.dataset.ReadableListDataset
 
getRandomInstance() - Method in class org.openimaj.stream.provider.irc.AbstractIRCStreamDataset
 
getRandomInstance() - Method in class org.openimaj.stream.provider.twitter.AbstractTwitterSearchDataset
 
getRandomInstance() - Method in class org.openimaj.stream.provider.twitter.AbstractTwitterStatusesFilterDataset
 
getRandomInstance() - Method in class org.openimaj.stream.provider.twitter.AbstractTwitterStreamDataset
 
getRandomIntArray(int, int, int, int, int) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomIntArray(int, int, int) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomIntArray(int, int, int, int) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomIntArray(int, int, int, MersenneTwister) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomLongArray(int, int, long, long) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed long values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomLongArray(int, int, long, long, int) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed long values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomLongArray(int, long, long) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed long values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomLongArray(int, long, long, int) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed long values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomLongArray(int, long, long, MersenneTwister) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed long values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomRows(DATATYPE[]) - Method in class org.openimaj.data.AbstractDataSource
 
getRandomRows(T[]) - Method in class org.openimaj.data.ArrayBackedDataSource
 
getRandomRows(byte[][]) - Method in class org.openimaj.data.ByteArrayBackedDataSource
 
getRandomRows(DATATYPE[]) - Method in interface org.openimaj.data.DataSource
 
getRandomRows(double[][]) - Method in class org.openimaj.data.DoubleArrayBackedDataSource
 
getRandomRows(float[][]) - Method in class org.openimaj.data.FloatArrayBackedDataSource
 
getRandomRows(int[][]) - Method in class org.openimaj.data.IntArrayBackedDataSource
 
getRandomRows(long[][]) - Method in class org.openimaj.data.LongArrayBackedDataSource
 
getRandomRows(short[][]) - Method in class org.openimaj.data.ShortArrayBackedDataSource
 
getRandomRows(int) - Method in class org.openimaj.hadoop.tools.fastkmeans.SequenceFileByteDataSelector
 
getRandomRows(byte[][]) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchByteDataSource
 
getRandomRows(int[][]) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatchIntDataSource
 
getRandomSeed() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getRandomShortArray(int, int, short, short, int) - Static method in class org.openimaj.data.RandomData
Returns a two dimensional array of pseudorandom, uniformly distributed short values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomShortArray(int, short, short, int) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed short values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRandomShortArray(int, short, short, MersenneTwister) - Static method in class org.openimaj.data.RandomData
Returns a one dimensional array of pseudorandom, uniformly distributed short values between min (inclusive) and max (exclusive), drawn from this random number generator's sequence.
getRank() - Method in interface org.openimaj.experiment.evaluation.retrieval.Ranked
 
getRate(int, int, PTYPE) - Method in class org.openimaj.workinprogress.optimisation.EpochAnnealedLearningRate
 
getRate(int, int, PTYPE) - Method in class org.openimaj.workinprogress.optimisation.LearningRate
 
getRate(int, int, PTYPE) - Method in class org.openimaj.workinprogress.optimisation.StaticLearningRate
 
getRateLimitStatus() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getRawString() - Method in class org.openimaj.text.nlp.textpipe.annotations.TokenAnnotation
 
getRawString() - Method in interface org.openimaj.text.nlp.tokenisation.ReversableToken
 
getRawStringFromTest(String) - Static method in class org.openimaj.text.nlp.namedentity.YagoCompanyAnnotatorEvaluator
 
getRE() - Method in class org.openimaj.math.util.Complex
Return the real part.
getReadability(String) - Static method in class org.openimaj.web.readability.Readability
Convenience method to build a Readability instance from an html string.
getReadability(String, boolean) - Static method in class org.openimaj.web.readability.Readability
Convenience method to build a Readability instance from an html string.
getReal() - Method in class org.openimaj.image.processing.algorithm.FourierTransformComplex
 
getReals() - Method in class org.openimaj.audio.analysis.FourierTransform
Returns just the real numbers from the last FFT.
getRecogniser() - Method in class org.openimaj.image.processing.face.recognition.FaceRecognitionEngine
 
getRecordWriter(TaskAttemptContext) - Method in class org.openimaj.hadoop.sequencefile.MetadataSequenceFileOutputFormat
 
getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class org.openimaj.io.HttpUtils.MetaRefreshRedirectStrategy
 
getReducerFiles(String) - Static method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get a list of all the reducer outputs in a directory.
getReference() - Method in interface orgrdfs.sioc.ns.Post
 
getReference() - Method in class orgrdfs.sioc.ns.PostImpl
 
getReferenceConnections() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Get the reference connections
getReferences() - Static method in class org.openimaj.citation.ReferenceListener
Get a copy of the references collected by the listener
getReferenceTriangles() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Get the reference triangles
getReferenceType(String) - Static method in enum org.openimaj.citation.annotation.ReferenceType
Get a ReferenceType from a string.
getReg() - Method in class org.openimaj.ml.timeseries.aggregator.WindowedLinearRegressionAggregator
 
getRegex() - Method in class org.openimaj.hardware.serial.SerialDevice
Returns the regular expression being used to split incoming strings.
getRegression() - Method in class org.openimaj.ml.timeseries.aggregator.WindowedLinearRegressionAggregator
 
getRegression() - Method in class org.openimaj.ml.timeseries.processor.LinearRegressionProcessor
 
getRegression() - Method in class org.openimaj.ml.timeseries.processor.WindowedLinearRegressionProcessor
 
getRegroupedDataset(GroupedDataset<ANN, DATASET, INSTANCE>, Map<ANN, ANN[]>) - Static method in class org.openimaj.experiment.dataset.util.DatasetAdaptors
Takes a grouped dataset and returns a new dataset with the groups re-shuffled as specified in the regrouping criteria.
getRelativeIndexList() - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
 
getRelativeKeypoints(List<Keypoint>, float, float) - Static method in class org.openimaj.image.feature.local.keypoints.Keypoint
Create a list of Keypoints from the input list, but with the positions offset by the given amount.
getRelativePixelTransformer(int, int) - Method in class org.openimaj.vis.general.AxesRenderer2D
Returns a data pixel transformer that is based on this axes renderer but has its values offset by the given number of pixels.
getRelease() - Method in class org.openimaj.audio.generation.Synthesizer
Get the release time in milliseconds
getRender() - Method in class org.openimaj.tools.web.LayoutExtractorTool
 
getRenderer(ImageRenderer<T, ?>) - Method in interface org.openimaj.image.typography.Font
Get a font renderer suitable for rendering this font to the given image renderer.
getRenderer(ImageRenderer<T, ?>) - Method in class org.openimaj.image.typography.FontStyle
Get the renderer suitable for rendering text with this style into the given image.
getRenderer(ImageRenderer<T, ?>) - Method in class org.openimaj.image.typography.general.GeneralFont
Get a font renderer suitable for rendering this font to the given image renderer.
getRenderer(ImageRenderer<T, ?>) - Method in enum org.openimaj.image.typography.hershey.HersheyFont
 
getRenderer(ImageRenderer<T, ?>) - Method in class org.openimaj.image.typography.mathml.MathMLFont
 
getRenderHints() - Method in class org.openimaj.image.renderer.ImageRenderer
Get the render hints object associated with this renderer
getRenderingConfig() - Method in class org.openimaj.vis.general.AxisConfig
 
getReply_of() - Method in interface orgrdfs.sioc.ns.Item
 
getReply_of() - Method in class orgrdfs.sioc.ns.ItemImpl
 
getReply_of() - Method in class orgrdfs.sioc.ns.PostImpl
 
getRequiredSize() - Method in interface org.openimaj.vis.timeline.TimelineObject
Returns the size that this object wishes to be.
getRequiredSize() - Method in class org.openimaj.vis.VisualisationImpl
Get the current required size of the vis
getResponse() - Method in class org.openimaj.image.feature.global.Gist
Get the response vector from the previous call to Gist.analyseImage(Image).
getResponse(int, int) - Method in class org.openimaj.image.processing.convolution.filterbank.FilterBank
Get the response vector for a given pixel.
getResponseCurve(int, double) - Method in class org.openimaj.audio.filters.MelFilterBank
Returns a set of values that represent the response of this filter bank when the linear frequency is split in the given number of bins.
getResponseCurve(int, double) - Method in class org.openimaj.audio.filters.TriangularFilter
Returns a set of values that represent the response of this filter when the linear frequency is split in the given number of bins.
getResponseFV(int, int) - Method in class org.openimaj.image.processing.convolution.filterbank.FilterBank
Get the response vector for a given pixel as a FloatFV.
getResponseImages() - Method in class org.openimaj.image.processing.convolution.filterbank.FilterBank
Get the response images for the image analysed with FilterBank.analyseImage(FImage).
getResponseMap() - Method in class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
 
getResponseMap() - Method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
 
getResponses() - Method in class org.openimaj.image.processing.convolution.filterbank.FilterBank
Build an array of responses for every pixel.
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.abort_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.confirm_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.delete_queue_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.flush_all_queues_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.flush_queue_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.get_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.get_version_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.peek_call
 
getResult() - Method in class net.lag.kestrel.thrift.Kestrel.AsyncClient.put_call
 
getResult(Class<Polygon>) - Method in class org.openimaj.math.geometry.shape.util.polygon.TopPolygonNode
 
getRetweetCount() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getRetweetedStatus() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getROCData() - Method in class org.openimaj.experiment.evaluation.classification.analysers.roc.ROCResult
 
getROCData(List<Results>) - Static method in class org.openimaj.image.processing.face.detection.benchmarking.Results
 
getROI(int, int, int, int) - Method in class org.openimaj.image.model.landmark.FPatchLandmarkModel
 
getROIMap() - Method in class org.openimaj.image.saliency.LuoTangSubjectRegion
 
getRoll() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Returns the roll of the model (that is the spinning, standy on the head movement)
getRoot() - Method in class org.openimaj.image.objectdetection.haar.StageTreeClassifier
Get the root Stage of the classifier
getRoot() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
Get the root node of the tree
getRoot() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
Get the root node of the tree
getRoot() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
Get the root node of the tree
getRoot() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
Get the root node of the tree
getRoot() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
Get the root node of the tree
getRoot() - Method in class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
Get the root node of the tree
getRotation() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
getRows() - Method in class org.openimaj.image.Image
Get the height of this image.
getS() - Method in class no.uib.cipr.matrix.EconomySVD
Returns the singular values (stored in descending order)
getSafeSearch() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getSaliencyComponents() - Method in class org.openimaj.image.saliency.YehSaliency
Get a map of component->saliency for all the components in the image
getSaliencyMap() - Method in class org.openimaj.image.saliency.AchantaSaliency
 
getSaliencyMap() - Method in class org.openimaj.image.saliency.DepthOfFieldEstimator
 
getSaliencyMap() - Method in class org.openimaj.image.saliency.LuoTangSubjectRegion
 
getSaliencyMap() - Method in interface org.openimaj.image.saliency.SaliencyMapGenerator
Get the generated saliency map
getSaliencyMap() - Method in class org.openimaj.image.saliency.YehSaliency
 
getSampleBuffer() - Method in class org.openimaj.audio.SampleChunk
Returns an appropriate sample buffer for this sample chunk.
getSampleChunk(int, double, double, int, AudioFormat) - Method in class org.openimaj.audio.generation.Oscillator.DummyOscillator
 
getSampleChunk(int, double, double, int, AudioFormat) - Method in class org.openimaj.audio.generation.Oscillator.FrequencyModulatedOscillator
 
getSampleChunk(int, double, double, int, AudioFormat) - Method in interface org.openimaj.audio.generation.Oscillator
 
getSampleChunk(int, double, double, int, AudioFormat) - Method in class org.openimaj.audio.generation.Oscillator.NoiseOscillator
 
getSampleChunk(int, double, double, int, AudioFormat) - Method in class org.openimaj.audio.generation.Oscillator.SawOscillator
 
getSampleChunk(int, double, double, int, AudioFormat) - Method in class org.openimaj.audio.generation.Oscillator.SineOscillator
 
getSampleChunk(int, double, double, int, AudioFormat) - Method in class org.openimaj.audio.generation.Oscillator.SquareOscillator
 
getSampleChunk() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns NULL.
getSampleChunk(int) - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns NULL.
getSampleChunk() - Method in interface org.openimaj.audio.samples.SampleBuffer
Return a sample chunk that contains the data from this sample buffer.
getSampleChunk(int) - Method in interface org.openimaj.audio.samples.SampleBuffer
Return a sample chunk that contains the data from a specific channel in this sample buffer.
getSampleChunk() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Return a sample chunk that contains the data from this sample buffer.
getSampleChunk(int) - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Return a sample chunk that contains the data from a specific channel in this sample buffer.
getSampleChunk() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Return a sample chunk that contains the data from this sample buffer.
getSampleChunk(int) - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Return a sample chunk that contains the data from a specific channel in this sample buffer.
getSampleKeypoints() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getSampleLine(Line2d, FImage, int) - Method in enum org.openimaj.image.pixel.sampling.FLineSampler
 
getSampleLine(Line2d, I, int) - Method in interface org.openimaj.image.pixel.sampling.LineSampler
Get the a line representing the extremities of the pixels that are actually sampled.
getSampler() - Method in class org.openimaj.image.pixel.statistics.FStatisticalPixelProfileModel
 
getSampler() - Method in class org.openimaj.image.pixel.statistics.MBFStatisticalPixelProfileModel
 
getSampleRateKHz() - Method in class org.openimaj.audio.AudioFormat
Get the rate at which the audio should be replayed
getSamples() - Method in class org.openimaj.audio.SampleChunk
Get the samples in this sample chunk
getSamples() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getSamplesAsByteBuffer() - Method in class org.openimaj.audio.SampleChunk
Returns a ByteBuffer that can be used to create views of the samples in the object.
getSamplesFile() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getSampleSlice(int, int) - Method in class org.openimaj.audio.SampleChunk
Return a slice of data from the sample array.
getSamplingBox(Keypoint) - Static method in class org.openimaj.image.feature.local.keypoints.KeypointVisualizer
Get the sampling area of an single feature as a polygon.
getSamplingBox(Keypoint, float) - Static method in class org.openimaj.image.feature.local.keypoints.KeypointVisualizer
Get the sampling area of an single feature as a polygon.
getSamplingSize() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the size of the sampling window relative to the sampling scale.
getSaturation() - Method in class org.openimaj.image.feature.global.Saturation
Get the average saturation of the last image processed with Saturation.analyseImage(MBFImage).
getSaturationVariation() - Method in class org.openimaj.image.feature.global.SaturationVariation
Get the variation in saturation of the last image processed with SaturationVariation.analyseImage(MBFImage).
getScale() - Method in class org.openimaj.feature.local.ScaleSpaceLocation
 
getScale() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
getScale() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
getScale() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Returns the scale (size) of the face
getScale() - Method in interface org.openimaj.math.geometry.point.ScaleSpacePoint
Get the scale associated with this point.
getScaledBandwidth() - Method in class org.openimaj.math.statistics.distribution.MultivariateKernelDensityEstimate
Get the bandwidth scaled by the kernel support.
getScaledIntrinsics(int, int) - Method in class org.openimaj.image.camera.CameraIntrinsics
Compute a scaled set of intrinsic parameters based on the given image size.
getScaledKeypoints(List<Keypoint>, int) - Static method in class org.openimaj.image.feature.local.keypoints.Keypoint
Scale a list of keypoints by the given amount.
getScaleFactor() - Method in class org.openimaj.image.objectdetection.haar.Detector
Get the scale factor (the amount to change between scales (multiplicative)).
getScaleFactor() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
getScales() - Method in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Get the number of scales in this octave minus extraScaleSteps.
getScaling() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the value for weighting the scaling Gaussian of the orientation histogram relative to the keypoint scale.
getScalingFactor() - Method in class org.openimaj.audio.analysis.FourierTransform
Get the scaling factor in use.
getScore() - Method in interface org.openimaj.experiment.evaluation.retrieval.Scored
 
getScore() - Method in class org.openimaj.image.searching.ImageSearchResult
 
getScoredEntitiesFromContext(INPUT) - Method in class org.openimaj.text.nlp.namedentity.EntityContextScorer
Given a context give the likelihoods of each entity.
getScoredEntitiesFromContext(List<String>) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityContextScorerFactory.YagoEntityContextScorer
 
getScoresForEntityList(List<String>, INPUT) - Method in class org.openimaj.text.nlp.namedentity.EntityContextScorer
Given the context give the likelihood of each entity limited by the entityUris list
getScoresForEntityList(List<String>, String) - Method in class org.openimaj.text.nlp.namedentity.EntityContextScorer
 
getScoresForEntityList(List<String>, List<String>) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityContextScorerFactory.YagoEntityContextScorer
 
getScoresForEntityList(List<String>, String) - Method in class org.openimaj.text.nlp.namedentity.YagoEntityContextScorerFactory.YagoEntityContextScorer
 
getScreen() - Method in class org.openimaj.video.VideoDisplay
Get the frame the video is being drawn to
getSeaColour() - Method in class org.openimaj.vis.world.WorldMap
 
getSearchAreaColour() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
 
getSearchAreaSize() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
 
getSearchBounds() - Method in class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
 
getSearchBounds() - Method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
 
getSecond() - Method in class org.openimaj.util.pair.ByteBytePair
Get the value of the second element
getSecond(Iterable<ByteBytePair>) - Static method in class org.openimaj.util.pair.ByteBytePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ByteDoublePair
Get the value of the second element
getSecond(Iterable<ByteDoublePair>) - Static method in class org.openimaj.util.pair.ByteDoublePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ByteFloatPair
Get the value of the second element
getSecond(Iterable<ByteFloatPair>) - Static method in class org.openimaj.util.pair.ByteFloatPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ByteIntPair
Get the value of the second element
getSecond(Iterable<ByteIntPair>) - Static method in class org.openimaj.util.pair.ByteIntPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ByteLongPair
Get the value of the second element
getSecond(Iterable<ByteLongPair>) - Static method in class org.openimaj.util.pair.ByteLongPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ByteObjectPair
Get the value of the second element
getSecond(Iterable<ByteObjectPair<Q>>) - Static method in class org.openimaj.util.pair.ByteObjectPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ByteShortPair
Get the value of the second element
getSecond(Iterable<ByteShortPair>) - Static method in class org.openimaj.util.pair.ByteShortPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.DoubleBytePair
Get the value of the second element
getSecond(Iterable<DoubleBytePair>) - Static method in class org.openimaj.util.pair.DoubleBytePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.DoubleDoublePair
Get the value of the second element
getSecond(Iterable<DoubleDoublePair>) - Static method in class org.openimaj.util.pair.DoubleDoublePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.DoubleFloatPair
Get the value of the second element
getSecond(Iterable<DoubleFloatPair>) - Static method in class org.openimaj.util.pair.DoubleFloatPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.DoubleIntPair
Get the value of the second element
getSecond(Iterable<DoubleIntPair>) - Static method in class org.openimaj.util.pair.DoubleIntPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.DoubleLongPair
Get the value of the second element
getSecond(Iterable<DoubleLongPair>) - Static method in class org.openimaj.util.pair.DoubleLongPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.DoubleObjectPair
Get the value of the second element
getSecond(Iterable<DoubleObjectPair<Q>>) - Static method in class org.openimaj.util.pair.DoubleObjectPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.DoubleShortPair
Get the value of the second element
getSecond(Iterable<DoubleShortPair>) - Static method in class org.openimaj.util.pair.DoubleShortPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.FloatBytePair
Get the value of the second element
getSecond(Iterable<FloatBytePair>) - Static method in class org.openimaj.util.pair.FloatBytePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.FloatDoublePair
Get the value of the second element
getSecond(Iterable<FloatDoublePair>) - Static method in class org.openimaj.util.pair.FloatDoublePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.FloatFloatPair
Get the value of the second element
getSecond(Iterable<FloatFloatPair>) - Static method in class org.openimaj.util.pair.FloatFloatPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.FloatIntPair
Get the value of the second element
getSecond(Iterable<FloatIntPair>) - Static method in class org.openimaj.util.pair.FloatIntPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.FloatLongPair
Get the value of the second element
getSecond(Iterable<FloatLongPair>) - Static method in class org.openimaj.util.pair.FloatLongPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.FloatObjectPair
Get the value of the second element
getSecond(Iterable<FloatObjectPair<Q>>) - Static method in class org.openimaj.util.pair.FloatObjectPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.FloatShortPair
Get the value of the second element
getSecond(Iterable<FloatShortPair>) - Static method in class org.openimaj.util.pair.FloatShortPair
Extract the second values from a list of pairs.
getSecond(Iterable<? extends IndependentPair<T, Q>>) - Static method in class org.openimaj.util.pair.IndependentPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.IntBytePair
Get the value of the second element
getSecond(Iterable<IntBytePair>) - Static method in class org.openimaj.util.pair.IntBytePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.IntDoublePair
Get the value of the second element
getSecond(Iterable<IntDoublePair>) - Static method in class org.openimaj.util.pair.IntDoublePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.IntFloatPair
Get the value of the second element
getSecond(Iterable<IntFloatPair>) - Static method in class org.openimaj.util.pair.IntFloatPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.IntIntPair
Get the value of the second element
getSecond(Iterable<IntIntPair>) - Static method in class org.openimaj.util.pair.IntIntPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.IntLongPair
Get the value of the second element
getSecond(Iterable<IntLongPair>) - Static method in class org.openimaj.util.pair.IntLongPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.IntObjectPair
Get the value of the second element
getSecond(Iterable<IntObjectPair<Q>>) - Static method in class org.openimaj.util.pair.IntObjectPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.IntShortPair
Get the value of the second element
getSecond(Iterable<IntShortPair>) - Static method in class org.openimaj.util.pair.IntShortPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.LongBytePair
Get the value of the second element
getSecond(Iterable<LongBytePair>) - Static method in class org.openimaj.util.pair.LongBytePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.LongDoublePair
Get the value of the second element
getSecond(Iterable<LongDoublePair>) - Static method in class org.openimaj.util.pair.LongDoublePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.LongFloatPair
Get the value of the second element
getSecond(Iterable<LongFloatPair>) - Static method in class org.openimaj.util.pair.LongFloatPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.LongIntPair
Get the value of the second element
getSecond(Iterable<LongIntPair>) - Static method in class org.openimaj.util.pair.LongIntPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.LongLongPair
Get the value of the second element
getSecond(Iterable<LongLongPair>) - Static method in class org.openimaj.util.pair.LongLongPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.LongObjectPair
Get the value of the second element
getSecond(Iterable<LongObjectPair<Q>>) - Static method in class org.openimaj.util.pair.LongObjectPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.LongShortPair
Get the value of the second element
getSecond(Iterable<LongShortPair>) - Static method in class org.openimaj.util.pair.LongShortPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ObjectBytePair
Get the value of the second element
getSecond(Iterable<ObjectBytePair<Q>>) - Static method in class org.openimaj.util.pair.ObjectBytePair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ObjectDoublePair
Get the value of the second element
getSecond(Iterable<ObjectDoublePair<Q>>) - Static method in class org.openimaj.util.pair.ObjectDoublePair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ObjectFloatPair
Get the value of the second element
getSecond(Iterable<ObjectFloatPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectFloatPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ObjectIntPair
Get the value of the second element
getSecond(Iterable<ObjectIntPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectIntPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ObjectLongPair
Get the value of the second element
getSecond(Iterable<ObjectLongPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectLongPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ObjectShortPair
Get the value of the second element
getSecond(Iterable<ObjectShortPair<Q>>) - Static method in class org.openimaj.util.pair.ObjectShortPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ShortBytePair
Get the value of the second element
getSecond(Iterable<ShortBytePair>) - Static method in class org.openimaj.util.pair.ShortBytePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ShortDoublePair
Get the value of the second element
getSecond(Iterable<ShortDoublePair>) - Static method in class org.openimaj.util.pair.ShortDoublePair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ShortFloatPair
Get the value of the second element
getSecond(Iterable<ShortFloatPair>) - Static method in class org.openimaj.util.pair.ShortFloatPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ShortIntPair
Get the value of the second element
getSecond(Iterable<ShortIntPair>) - Static method in class org.openimaj.util.pair.ShortIntPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ShortLongPair
Get the value of the second element
getSecond(Iterable<ShortLongPair>) - Static method in class org.openimaj.util.pair.ShortLongPair
Extract the second values from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ShortObjectPair
Get the value of the second element
getSecond(Iterable<ShortObjectPair<Q>>) - Static method in class org.openimaj.util.pair.ShortObjectPair
Extract the second objects from a list of pairs.
getSecond() - Method in class org.openimaj.util.pair.ShortShortPair
Get the value of the second element
getSecond(Iterable<ShortShortPair>) - Static method in class org.openimaj.util.pair.ShortShortPair
Extract the second values from a list of pairs.
getSecondFunction() - Static method in class org.openimaj.util.pair.IndependentPair
Get the function that returns the second object from the pair
getSecondMomentsAt(int, int) - Method in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
getSecondObject() - Method in class org.openimaj.util.pair.IndependentPair
 
getSeconds() - Method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
Get the number of seconds within the minute.
getSecret() - Method in class org.openimaj.web.flickr.FlickrImage
 
getSentenceAnnotations(String) - Method in class org.openimaj.text.nlp.textpipe.annotators.AbstractSentenceAnnotator
 
getSentenceAnnotations(String) - Method in class org.openimaj.text.nlp.textpipe.annotators.OpenNLPSentenceAnnotator
 
getSequenceFilePath() - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
 
getSerialPorts() - Static method in class org.openimaj.hardware.serial.SerialDevice
 
getServer() - Method in class org.openimaj.web.flickr.FlickrImage
 
getShape() - Method in class org.openimaj.image.processing.face.detection.CCDetectedFace
 
getShape() - Method in class org.openimaj.image.processing.face.detection.DetectedFace
Get the shape of the detection.
getShape() - Method in class org.openimaj.image.processing.face.detection.EllipticalDetectedFace
 
getShapeMatrix() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Get the matrix of points describing the model.
getShapeParameters() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Get the parameters describing the shape model (i.e.
getShapes() - Method in class org.openimaj.text.geo.WorldPlace
 
getShapes() - Method in class org.openimaj.text.geo.WorldPolygons
 
getShapes() - Method in class org.openimaj.vis.world.WorldPlace
 
getShapes() - Method in class org.openimaj.vis.world.WorldPolygons
Get all the WorldPlaces.
getSharpness() - Method in class org.openimaj.image.feature.global.Sharpness
Get the sharpness of the last image processed with Sharpness.analyseImage(FImage).
getSharpnessVariation() - Method in class org.openimaj.image.feature.global.SharpnessVariation
Get the variation in sharpness of the last image processed with SharpnessVariation.analyseImage(FImage).
getShearJitter() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the amount of shear jitter in use.
getShotBoundaries() - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Get the list of shot boundaries that have been extracted so far.
getSignalToInterferenceMatrix() - Method in class org.openimaj.math.matrix.algorithm.ica.IndependentComponentAnalysis
 
getSignalToInterferenceMatrix() - Method in class org.openimaj.math.matrix.algorithm.ica.SymmetricFastICA
 
getSimilarityDictionary() - Method in class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
 
getSimilarityMatrix(boolean) - Method in class org.openimaj.image.processing.face.similarity.FaceSimilarityEngine
Get the similarity matrix computed by FaceSimilarityEngine.performTest().
getSingleImage(String) - Method in class org.openimaj.web.scraping.images.ImgurClient
Calls http://api.imgur.com/2/image/:HASH
getSize() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getSize(String, Q) - Method in class org.openimaj.image.typography.FontRenderer
Calculate the bounding box of the rendered text with the given style.
getSize(String, GeneralFontStyle<T>) - Method in class org.openimaj.image.typography.general.GeneralFontRenderer
Calculate the bounding box of the rendered text with the given style.
getSize(String, MathMLFontStyle<T>) - Method in class org.openimaj.image.typography.mathml.MathMLFontRenderer
 
getSize() - Method in class org.openimaj.web.flickr.FlickrImage
 
getSizeJitter() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the amount of size jitter in use.
getSizes() - Method in class org.openimaj.image.feature.dense.gradient.dsift.PyramidDenseSIFT
Get the bin sizes
getSkewFactor() - Method in class org.openimaj.image.camera.CameraIntrinsics
Get the skew factor.
getSkinModel() - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
getSkinThreshold() - Method in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
 
getSleep() - Method in class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
 
getSmatrix() - Method in class org.openimaj.math.matrix.ThinSingularValueDecomposition
 
getSmatrixSqrt() - Method in class org.openimaj.math.matrix.ThinSingularValueDecomposition
 
getSmoothingIterations() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the number of iterations of the smoothing filter.
getSmoothSpectrum(double, HomogeneousKernelMap) - Method in enum org.openimaj.ml.kernel.HomogeneousKernelMap.WindowType
 
getSortedClassesAndConfidences(ClassificationResult<CLASS>) - Static method in class org.openimaj.experiment.evaluation.classification.ClassificationResultUtils
Get the all classes and confidences, sorted by decreasing confidence
getSortedPoint2dSet(List<Point2d>) - Static method in class org.openimaj.math.geometry.shape.util.GrahamScan
Returns a sorted set of Point2ds from the list Point2ds.
getSortedResponseIndices(int) - Method in class org.openimaj.image.objectdetection.haar.training.BasicTrainingData
 
getSortedResponseIndices(int) - Method in class org.openimaj.image.objectdetection.haar.training.CachedTrainingData
 
getSortedResponseIndices(int) - Method in interface org.openimaj.ml.classification.LabelledDataProvider
Get the indices of the responses corresponding to a specific dimension for all items ordered such that the responses are ascending.
getSource() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getSpace_of() - Method in class orgrdfs.sioc.ns.SiteImpl
 
getSpace_of() - Method in interface orgrdfs.sioc.ns.Space
 
getSpace_of() - Method in class orgrdfs.sioc.ns.SpaceImpl
 
getSpectrum(double) - Method in enum org.openimaj.ml.kernel.HomogeneousKernelMap.KernelType
 
getSplit(int) - Method in interface org.openimaj.experiment.dataset.split.KWaySplitProvider
Get the ith split
getStagePaths(String) - Method in class org.openimaj.hadoop.mapreduce.MultiStagedJob
 
getStandardDeviations(double) - Method in class org.openimaj.math.geometry.shape.PointDistributionModel
Compute the standard deviations of the shape components, multiplied by the given value.
getStandardDeviations() - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get the standard deviations (sqrt of eigenvalues) of the principal components.
getStandardDeviations(int) - Method in class org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis
Get the standard deviations (sqrt of eigenvalues) of the n top principal components.
getStart() - Method in class org.openimaj.text.nlp.textpipe.annotations.NamedEntityAnnotation
Get the start char the matching substring for this Named Entity.
getStartIndex() - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
 
getStartTimecode() - Method in class org.openimaj.audio.SampleChunk
Get the timecode at the start of this audio chunk.
getStartTimecode() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns the timecode of the start of this sample buffer.
getStartTimecode() - Method in interface org.openimaj.audio.samples.SampleBuffer
Returns the timecode of the start of this sample buffer.
getStartTimecode() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
 
getStartTimecode() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
 
getStartTimecode() - Method in class org.openimaj.video.processing.shotdetector.FadeShotBoundary
Get the timecode at the start of the fade.
getStartTimeMilliseconds() - Method in class org.openimaj.vis.audio.AudioOverviewVisualisation
Returns the start time of the timeline object in the timeline.
getStartTimeMilliseconds() - Method in interface org.openimaj.vis.timeline.TimelineObject
Returns the start time of the timeline object in the timeline.
getStartTimeMilliseconds() - Method in class org.openimaj.vis.timeline.TimelineObjectAdapter
Returns the start time of the timeline object in the timeline.
getStatusType() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
 
getStepFactor() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getStoredSamples() - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
 
getStoredSamples(int[]) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
Get the stored samples
getStoredSamples(int, int) - Method in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
Get the stored samples
getStringPOSsFromTokenAnnotationList(List<TokenAnnotation>) - Static method in class org.openimaj.text.nlp.textpipe.annotations.AnnotationUtils
Returns a list of String represented Parts of Speech given a list of TokenAnnotation (These should have POSAnnotation)
getStringToken() - Method in class org.openimaj.text.nlp.textpipe.annotations.TokenAnnotation
 
getStringTokens() - Method in class org.openimaj.text.nlp.EntityTweetTokeniser
 
getStringTokens() - Method in class org.openimaj.text.nlp.TweetTokeniser
 
getStringTokensFromTokenAnnotationList(List<TokenAnnotation>) - Static method in class org.openimaj.text.nlp.textpipe.annotations.AnnotationUtils
Get the string tokens from a list of TokenAnnotations
getStringValues() - Method in class org.kohsuke.args4j.spi.FieldGetter
 
getStringValues() - Method in interface org.kohsuke.args4j.spi.Getter
A Getter object has an implicit knowledge about the property it's setting, and the instance of the option bean.
getStringValues() - Method in class org.kohsuke.args4j.spi.MapGetter
 
getStringValues() - Method in class org.kohsuke.args4j.spi.MultiValueFieldGetter
 
getStrokeColour(int) - Method in class org.openimaj.vis.general.BarVisualisation
 
getStrokeColour(int) - Method in class org.openimaj.vis.general.BarVisualisationBasic
 
getStrokeColour(int) - Method in interface org.openimaj.vis.general.StrokeColourProvider
 
getStrokeWidth() - Method in class org.openimaj.image.typography.hershey.HersheyFontStyle
 
getSubject() - Method in interface orgrdfs.sioc.ns.Post
 
getSubject() - Method in class orgrdfs.sioc.ns.PostImpl
 
getSubsampling() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getSubscriber_of() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getSubscriber_of() - Method in class orgrdfs.sioc.ns.UserAccountImpl
 
getSubsets() - Method in class org.openimaj.util.set.DisjointSetForest
Get all the subsets stored in this forest.
getSummaryData() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalResult
 
getSummaryReport(String, String) - Method in interface org.openimaj.experiment.evaluation.AnalysisResult
Get a JasperPrint summarising the result.
getSummaryReport() - Method in interface org.openimaj.experiment.evaluation.AnalysisResult
Get a String summarising the result.
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.AggregatedCMResult
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMResult
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.classification.analysers.confusionmatrix.CMResult
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.classification.analysers.roc.ROCResult
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.classification.analysers.roc.ROCResult
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.AdjustedRandomIndexAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.ClusterStatsAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.DecisionAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FScoreAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FScoreAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.FullMEAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.NMIAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.NMIAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.PurityAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.PurityAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineClusterAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineClusterAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineSMEAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomIndexAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomIndexAnalysis
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.analyser.SimpleMEAnalysis
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.cluster.RangedAnalysisResult
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.cluster.RangedAnalysisResult
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalResult
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.IREvalResult
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.PrecisionAtNResult
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.PrecisionAtNResult
 
getSummaryReport(String, String) - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.TRECResult
 
getSummaryReport() - Method in class org.openimaj.experiment.evaluation.retrieval.analysers.TRECResult
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.BellFilter
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.BlackmanFilter
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.BoxFilter
Returns the defaultSupport
getSupport() - Method in class org.openimaj.image.processing.resize.filters.BSplineFilter
Returns the defaultSupport
getSupport() - Method in class org.openimaj.image.processing.resize.filters.CatmullRomFilter
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.HammingFilter
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.HanningFilter
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.HermiteFilter
Returns the defaultSupport
getSupport() - Method in class org.openimaj.image.processing.resize.filters.Lanczos3Filter
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.MitchellFilter
Returns the defaultSupport
getSupport() - Method in class org.openimaj.image.processing.resize.filters.PointFilter
 
getSupport() - Method in class org.openimaj.image.processing.resize.filters.TriangleFilter
 
getSupport() - Method in interface org.openimaj.image.processing.resize.ResizeFilterFunction
Returns the support width for the filter function.
getSupport(double[]) - Method in class org.openimaj.math.statistics.distribution.MultivariateKernelDensityEstimate
Get the underlying points that support the KDE within the window around the given point.
getSupportHeight(Set<Pixel>) - Static method in class org.openimaj.image.processing.algorithm.FilterSupport
Get the height of the support region
getSupports() - Method in class org.openimaj.ml.linear.learner.perceptron.DoubleArrayKernelPerceptron
 
getSupports() - Method in class org.openimaj.ml.linear.learner.perceptron.KernelPerceptron
 
getSupports() - Method in class org.openimaj.ml.linear.learner.perceptron.MeanCenteredKernelPerceptron
 
getSupports() - Method in class org.openimaj.ml.linear.learner.perceptron.MeanCenteredProjectron
 
getSupportWidth(Set<Pixel>) - Static method in class org.openimaj.image.processing.algorithm.FilterSupport
Get the width of the support region
getSustain() - Method in class org.openimaj.audio.generation.Synthesizer
Get the ADSR sustain gain
getTargetArea() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getTasks() - Method in class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
 
getTemplate() - Method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
 
Getter<T> - Interface in org.kohsuke.args4j.spi
Abstraction of the value setter.
getTernaryPattern() - Method in class org.openimaj.image.feature.dense.binarypattern.LocalTernaryPattern
Get the ternary pattern created during the last call to LocalTernaryPattern.analyseImage(FImage).
Getters - Class in org.kohsuke.args4j.spi
Factory of Setters.
Getters() - Constructor for class org.kohsuke.args4j.spi.Getters
 
getTestClusters() - Method in class org.openimaj.ml.clustering.kdtree.ClusterTestDataLoader
 
getTestData() - Method in class org.openimaj.ml.clustering.kdtree.ClusterTestDataLoader
 
getTestDataset() - Method in class org.openimaj.experiment.dataset.split.GroupedRandomSplitter
 
getTestDataset() - Method in interface org.openimaj.experiment.dataset.split.TestSplitProvider
 
getTestDataset() - Method in class org.openimaj.image.annotation.evaluation.dataset.StandardCorel5kSplit
 
getTestImages(BinaryReader<IMAGE>, boolean) - Static method in class org.openimaj.image.annotation.evaluation.datasets.CIFAR100Dataset
Load the test images using the given reader.
getTestImages(BinaryReader<IMAGE>) - Static method in class org.openimaj.image.annotation.evaluation.datasets.CIFAR10Dataset
Load the test images using the given reader.
getTestStats() - Method in class org.openimaj.ml.clustering.kdtree.ClusterTestDataLoader
 
getText() - Method in class org.openimaj.image.text.extraction.TextExtractor
Get text that can be extracted from an image.
getText() - Method in class org.openimaj.image.text.ocr.OCRProcessor
After processing, this method should return a set of bounding boxes of regions within the image mapped to a String that contains the recognised text.
getText() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getText() - Method in class org.openimaj.web.readability.Anchor
 
getText() - Method in class org.openimaj.web.readability.Readability.MappingNode
 
getTextBasePad() - Method in class org.openimaj.vis.general.BarVisualisation
 
getTextColour() - Method in class org.openimaj.vis.general.BarVisualisation
 
getTextColour() - Method in class org.openimaj.vis.general.BarVisualisationBasic
 
getTextRegions() - Method in class org.openimaj.image.text.extraction.LiuSamarabanduTextExtractorBasic
Returns a map of bounding box to image and textual string.
getTextRegions() - Method in class org.openimaj.image.text.extraction.LiuSamarabanduTextExtractorMultiscale
Get the text regions that can be extracted from an image.
getTextRegions() - Method in class org.openimaj.image.text.extraction.TextExtractor
Get the text regions that can be extracted from an image.
getTextSize() - Method in class org.openimaj.vis.general.BarVisualisation
 
getTextSize() - Method in class org.openimaj.vis.general.BarVisualisationBasic
 
getTextString() - Method in class org.openimaj.tools.ocr.FontSimulator
Get the text string in use.
getTextStrings() - Method in class org.openimaj.image.text.extraction.TextExtractor
If you're not interested in where the strings are located in the image you can use this method to simply get a list of extracted strings.
getTextStrokeColour() - Method in class org.openimaj.vis.general.BarVisualisation
 
getTextStrokeColour() - Method in class org.openimaj.vis.general.BarVisualisationBasic
 
getThickness() - Method in class org.openimaj.vis.general.AxisConfig.AxisRenderingConfig
 
getThreadPool() - Method in class org.openimaj.tools.localfeature.options.BatchExtractorOptions
Get the thread pool to use for performing operations
getThreadsBeginN_1D_FFT_2Threads() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Returns the minimal size of 1D data for which two threads are used.
getThreadsBeginN_1D_FFT_4Threads() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Returns the minimal size of 1D data for which four threads are used.
getThreadsBeginN_2D() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Returns the minimal size of 2D data for which threads are used.
getThreadsBeginN_3D() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Returns the minimal size of 3D data for which threads are used.
getThreshold() - Method in class org.openimaj.image.processing.edges.CannyEdgeDetector2
Deprecated.
Get the threshold above which an edge pixel will be considered an edge.
getThreshold() - Method in class org.openimaj.video.processing.shotdetector.VideoShotDetector
Returns the current threshold value.
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Item._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.abort_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.abort_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.confirm_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.confirm_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.delete_queue_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_all_queues_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.flush_queue_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.get_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.get_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.get_version_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.get_version_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.peek_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.peek_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.put_args._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.Kestrel.put_result._Fields
 
getThriftFieldId() - Method in enum net.lag.kestrel.thrift.QueueInfo._Fields
 
getThumbnailSize() - Method in class org.openimaj.vis.general.ImageThumbnailPlotter
 
getTicks() - Method in class org.openimaj.audio.timecode.MeasuresBeatsTicksTimecode
Returns the number of ticks in the current beat.
getTicksPerBeat() - Method in class org.openimaj.audio.util.BasicMusicTimekeeper
Returns the number of ticks per beat
getTilt() - Method in class org.openimaj.hardware.kinect.KinectController
Get the current angle in degrees
getTiltStatus() - Method in class org.openimaj.hardware.kinect.KinectController
Determine the current tilt status of the device
getTime() - Method in class org.openimaj.audio.AudioPlayer
Returns the current time.
getTime() - Method in class org.openimaj.audio.util.BasicMusicTimekeeper
Returns the current time.
getTime(long, long, long) - Static method in class org.openimaj.ml.timeseries.processor.interpolation.util.TimeSpanUtils
Get
getTime(long, long, int) - Static method in class org.openimaj.ml.timeseries.processor.interpolation.util.TimeSpanUtils
 
getTime(long, int, long) - Static method in class org.openimaj.ml.timeseries.processor.interpolation.util.TimeSpanUtils
 
getTime() - Method in interface org.openimaj.time.TimeKeeper
Returns the current time.
getTime() - Method in class org.openimaj.video.VideoDisplay.BasicVideoTimeKeeper
Returns the current time.
getTimeBeforeSkip() - Method in class org.openimaj.tools.twitter.options.AbstractTwitterPreprocessingToolOptions
 
getTimecode() - Method in class org.openimaj.video.processing.shotdetector.FadeShotBoundary
Get the timecode of this shot boundary.
getTimecode() - Method in class org.openimaj.video.processing.shotdetector.ShotBoundary
Get the timecode of this shot boundary.
getTimecode() - Method in class org.openimaj.video.processing.shotdetector.VideoKeyframe
Returns the timecode of this keyframe.
getTimecodeInMilliseconds() - Method in class org.openimaj.audio.timecode.AudioTimecode
All timecode instances must be able to return the time in seconds from the beginning of the temporal media.
getTimecodeInMilliseconds() - Method in interface org.openimaj.time.Timecode
All timecode instances must be able to return the time in seconds from the beginning of the temporal media.
getTimecodeInMilliseconds() - Method in class org.openimaj.video.timecode.FrameNumberVideoTimecode
All timecode instances must be able to return the time in seconds from the beginning of the temporal media.
getTimecodeObject() - Method in class org.openimaj.audio.AudioPlayer
Returns the current timecode.
getTimePosition(long) - Method in class org.openimaj.vis.timeline.Timeline
Find the position of the given time on the panel.
getTimePosition(Timecode) - Method in class org.openimaj.vis.video.VideoBarVisualisation
Returns the position of the given timecode at the scale of the current display.
getTimePosition(int) - Method in class org.openimaj.vis.video.VideoBarVisualisation
Returns the position of the given frame at the scale of the current display.
getTimes() - Static method in class org.openimaj.experiment.agent.TimeTracker
Get a copy of all the accumulated data
getTimes() - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
 
getTimes() - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
getTimes() - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
getTimes() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
getTimes() - Method in class org.openimaj.ml.timeseries.TimeSeries
 
getTimeScalar() - Method in class org.openimaj.vis.timeline.Timeline
Returns the scalar between milliseconds and pixels.
getTimeStamp() - Method in class org.openimaj.hardware.kinect.KinectStream
Get the timestamp of the current frame
getTimeStamp() - Method in class org.openimaj.video.AnimatedVideo
 
getTimeStamp() - Method in class org.openimaj.video.ArrayBackedVideo
Get the timestamp of the current frame in milliseconds
getTimeStamp() - Method in class org.openimaj.video.capture.VideoCapture
Get the timestamp of the current frame in milliseconds
getTimeStamp() - Method in class org.openimaj.video.FileBackedVideo
Get the timestamp of the current frame in milliseconds
getTimeStamp() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
getTimeStamp() - Method in class org.openimaj.video.processor.VideoProcessor
Get the timestamp of the current frame in milliseconds
getTimeStamp() - Method in class org.openimaj.video.translator.VideoTranslator
 
getTimeStamp() - Method in class org.openimaj.video.Video
Get the timestamp of the current frame in milliseconds
getTimeStamp() - Method in class org.openimaj.video.VideoWriter
Get the timestamp of the current frame in milliseconds
getTimeStamp() - Method in class org.openimaj.video.xuggle.XuggleVideo
Get the timestamp of the current frame in milliseconds
getTimeStamp() - Method in class org.openimaj.web.video.VGetVideo
 
getTimingInfo() - Method in class org.openimaj.experiment.ExperimentContext
Get the timing information for the experiment.
getTitle() - Method in class org.openimaj.web.readability.Readability
 
getTitle() - Method in interface orgrdfs.sioc.ns.Post
 
getTitle() - Method in class orgrdfs.sioc.ns.PostImpl
 
getToken(Class<T>) - Method in class org.openimaj.util.api.auth.DefaultTokenFactory
 
getToken(Class<T>, String) - Method in class org.openimaj.util.api.auth.DefaultTokenFactory
 
getToken(Class<T>) - Method in interface org.openimaj.util.api.auth.TokenFactory
Get the default token for the given class.
getToken(Class<T>, String) - Method in interface org.openimaj.util.api.auth.TokenFactory
Get the token for the given class, tagged with a specific name.
getTokens() - Method in class org.openimaj.text.nlp.EntityTweetTokeniser
 
getTokens() - Method in class org.openimaj.text.nlp.TweetTokeniser
 
getTone() - Method in class org.openimaj.image.feature.global.HueStats
Estimate the tone of the image.
getToolMode() - Method in class org.openimaj.tools.similaritymatrix.SimilarityMatrixToolOptions
 
getTopLeft() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
getTrackedFaces() - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
 
getTrackingContext() - Method in class org.openimaj.video.tracking.klt.KLTTracker
 
getTrackNumber() - Method in class org.openimaj.vis.timeline.Timeline.TimelineTrack
Return the number of this track.
getTrainingData() - Static method in class org.openimaj.image.objectdetection.datasets.INRIAPersonDataset
 
getTrainingDataset() - Method in class org.openimaj.experiment.dataset.split.GroupedRandomSplitter
 
getTrainingDataset() - Method in interface org.openimaj.experiment.dataset.split.TrainSplitProvider
 
getTrainingDataset() - Method in class org.openimaj.experiment.validation.DefaultValidationData
 
getTrainingDataset() - Method in class org.openimaj.image.annotation.evaluation.dataset.StandardCorel5kSplit
 
getTrainingImages(BinaryReader<IMAGE>, boolean) - Static method in class org.openimaj.image.annotation.evaluation.datasets.CIFAR100Dataset
Load the training images using the given reader.
getTrainingImages(BinaryReader<IMAGE>) - Static method in class org.openimaj.image.annotation.evaluation.datasets.CIFAR10Dataset
Load the training images using the given reader.
getTransform() - Method in class org.openimaj.image.feature.local.interest.EllipticInterestPointData
 
getTransform() - Method in class org.openimaj.image.feature.local.interest.InterestPointData
 
getTransform(Point2d) - Method in class org.openimaj.image.processing.transform.PiecewiseMeshWarp
 
getTransform() - Method in class org.openimaj.math.geometry.transforms.AffineTransformModel
 
getTransform() - Method in class org.openimaj.math.geometry.transforms.AffineTransformModel3d
 
getTransform() - Method in class org.openimaj.math.geometry.transforms.HomographyModel
 
getTransform() - Method in interface org.openimaj.math.geometry.transforms.MatrixTransformProvider
 
getTransform() - Method in class org.openimaj.math.matrix.algorithm.whitening.PCAWhitening
Get the underlying whitening transform matrix.
getTransform() - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
Get the transform matrix W
getTransform3(List<Pair<Point2d>>) - Method in class org.openimaj.image.processing.transform.PiecewiseMeshWarp
 
getTransform4(List<Pair<Point2d>>) - Method in class org.openimaj.image.processing.transform.PiecewiseMeshWarp
 
getTransformer() - Method in class org.openimaj.vis.general.BarVisualisation
 
getTranslationX() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Returns the x-translation in the model
getTranslationY() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Returns the y-translation in the model
getTree() - Method in class org.openimaj.image.analysis.watershed.MergeTreeBuilder
Return the tree that has been built.
getTreeFile() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getTreeFile() - Method in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
getTrees() - Method in class org.openimaj.ml.clustering.rforest.IntRandomForest
 
getTriangle() - Method in class org.openimaj.math.geometry.shape.algorithm.ConvexityDefect
Get the triangle represented by this defect.
getTriangles(MultiTracker.TrackedFace) - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Get the triangle mesh corresponding to a tracked face.
getTriangles(Matrix, Matrix, int[][]) - Static method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Get the triangle mesh corresponding to a tracked face.
getTurn(Point2d, Point2d, Point2d) - Static method in class org.openimaj.math.geometry.shape.util.GrahamScan
Returns the GrahamScan#Turn formed by traversing through the ordered Point2ds a, b and c.
getTweetWordMap() - Method in class org.openimaj.hadoop.tools.twitter.utils.TweetCountWordMap
 
getTwitterStatusList() - Method in class org.openimaj.tools.twitter.options.TwitterPreprocessingToolOptions
 
getType() - Method in class org.kohsuke.args4j.spi.AbstractGetter
 
getType() - Method in interface org.kohsuke.args4j.spi.Getter
 
getType() - Method in class org.openimaj.image.typography.general.GeneralFont
Get the font attributes
getType(int, int, int, int) - Static method in class org.openimaj.math.geometry.shape.util.polygon.VertexType
 
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class org.openimaj.util.reflection.ReflectionUtils
Get the actual type arguments a child class has used to extend a generic base class.
getTyped(String) - Method in class org.openimaj.ml.linear.learner.LearningParameters
 
getTyped(String) - Method in class org.openimaj.util.data.Context
Get the object from the context with the given key and coerce the type.
getTyped(String) - Method in class org.openimaj.vis.ternary.TernaryParams
 
getTypeName(URI) - Static method in class org.openimaj.rdf.owl2java.Generator
Returns the Java type name for a given URI
getU() - Method in class no.uib.cipr.matrix.EconomySVD
Returns the left singular vectors, column-wise.
getU() - Method in class org.openimaj.ml.linear.data.BiconvexDataGenerator
 
getU() - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
getU() - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
getUnderlyingStorage() - Method in class org.openimaj.util.array.ByteArrayView
Get access to the underlying array of this view.
getUnderlyingStorage() - Method in class org.openimaj.util.array.DoubleArrayView
Get access to the underlying array of this view.
getUnderlyingStorage() - Method in class org.openimaj.util.array.FloatArrayView
Get access to the underlying array of this view.
getUnderlyingStorage() - Method in class org.openimaj.util.array.IntArrayView
Get access to the underlying array of this view.
getUnderlyingStorage() - Method in class org.openimaj.util.array.LongArrayView
Get access to the underlying array of this view.
getUnderlyingStorage() - Method in class org.openimaj.util.array.ShortArrayView
Get access to the underlying array of this view.
getUnderlyingStream() - Method in class org.openimaj.audio.processor.AudioProcessor
Get the underlying stream.
getUniformPatterns(int) - Static method in class org.openimaj.image.feature.dense.binarypattern.UniformBinaryPattern
Get a list of all the binary patterns of a given length that are "uniform".
getUniqueRandomInts(int, int, int) - Static method in class org.openimaj.data.RandomData
Returns an array of N unique pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive).
getUniqueRandomInts(int, int, int, Random) - Static method in class org.openimaj.data.RandomData
Returns an array of N unique pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive).
getUniqueRandomIntsA(int, int, int) - Static method in class org.openimaj.data.RandomData
Returns an array of N unique pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive).
getUniqueRandomIntsA(int, int, int, Random) - Static method in class org.openimaj.data.RandomData
Returns an array of N unique pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive).
getUniqueRandomIntsS(int, int, int) - Static method in class org.openimaj.data.RandomData
Returns an array of N unique pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive).
getUniqueRandomIntsS(int, int, int, Random) - Static method in class org.openimaj.data.RandomData
Returns an array of N unique pseudorandom, uniformly distributed int values between min (inclusive) and max (exclusive).
getUnmodified() - Method in class org.openimaj.experiment.evaluation.cluster.analyser.RandomBaselineClusterAnalysis
 
getUnprotectedStringTokens() - Method in class org.openimaj.text.nlp.EntityTweetTokeniser
 
getUnprotectedStringTokens() - Method in class org.openimaj.text.nlp.TweetTokeniser
 
getUnscaled(int) - Method in class org.openimaj.audio.samples.FloatSampleBuffer
Returns the sample value at the given index without scaling - that is, at it's original sample value.
getUnscaled(int) - Method in interface org.openimaj.audio.samples.SampleBuffer
Returns the sample value at the given index without scaling - that is, at it's original sample value.
getUnscaled(int) - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
Returns the sample value at the given index without scaling - that is, at it's original sample value.
getUnscaled(int) - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
Returns the sample value at the given index without scaling - that is, at it's original sample value.
getURI() - Method in interface comxmlns.foaf._0.Agent
 
getURI() - Method in interface comxmlns.foaf._0.Document
 
getURI() - Method in interface comxmlns.foaf._0.OnlineAccount
 
getURI() - Method in class org.openimaj.rdf.owl2java.Something
Get the URI of this instance
getURI() - Method in interface org.w3._2004._03.trix.rdfg_1.Graph
 
getURI() - Method in interface orgrdfs.sioc.ns.Community
 
getURI() - Method in interface orgrdfs.sioc.ns.Container
 
getURI() - Method in interface orgrdfs.sioc.ns.Forum
 
getURI() - Method in interface orgrdfs.sioc.ns.Item
 
getURI() - Method in interface orgrdfs.sioc.ns.Post
 
getURI() - Method in interface orgrdfs.sioc.ns.Role
 
getURI() - Method in interface orgrdfs.sioc.ns.Site
 
getURI() - Method in interface orgrdfs.sioc.ns.Space
 
getURI() - Method in interface orgrdfs.sioc.ns.Thread
 
getURI() - Method in interface orgrdfs.sioc.ns.UserAccount
 
getURI() - Method in interface orgrdfs.sioc.ns.Usergroup
 
getURIList(URI, RepositoryConnection) - Static method in class org.openimaj.rdf.owl2java.PropertyDef
For a given URI that represents a node in an RDF Collection, will returns all the items in the list.
getURIListBNode(MemBNode) - Static method in class org.openimaj.rdf.owl2java.PropertyDef
Gets a list of URIs from a bnode that's part of an RDF Collection.
getURL(Photo) - Method in enum org.openimaj.image.dataset.FlickrImageDataset.Size
 
getUrl() - Method in class org.openimaj.web.flickr.FlickrImage
 
getURL() - Method in class org.openimaj.web.ProgrammaticBrowser
Get the URL for the currently loaded page
getURLEntities() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getUser() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getUsergroup_of() - Method in interface orgrdfs.sioc.ns.Usergroup
 
getUsergroup_of() - Method in class orgrdfs.sioc.ns.UsergroupImpl
 
getUserMentionEntities() - Method in class org.openimaj.picslurper.DatabaseStatusFeeder.DatabaseFeederStatus
 
getUsers() - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
getUUID() - Method in class org.openimaj.hadoop.sequencefile.SequenceFileUtility
Get the UUID of this file
getValidationDataset() - Method in class org.openimaj.experiment.dataset.split.GroupedRandomSplitter
 
getValidationDataset() - Method in interface org.openimaj.experiment.dataset.split.ValidateSplitProvider
 
getValidationDataset() - Method in class org.openimaj.experiment.validation.DefaultValidationData
 
getValidClient() - Method in class org.openimaj.kestrel.KestrelServerSpec
Get a valid Kestrel client, reconnecting if necessary
getVals() - Method in class org.openimaj.math.matrix.DiagonalMatrix
 
getValue(T) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.WritableEnumCounter
 
getValue() - Method in class org.openimaj.image.pixel.FValuePixel
 
getValue() - Method in class org.openimaj.image.pixel.GenericValuePixel
 
getValue() - Method in class org.openimaj.image.pixel.IntValuePixel
 
getValue() - Method in class org.openimaj.image.pixel.ValuePixel
Get the value of this pixel.
getValue() - Method in interface org.openimaj.util.tree.TreeNode
 
getValue() - Method in class org.openimaj.util.tree.TreeNodeImpl
 
getValueAt(int, int) - Method in class org.openimaj.vis.general.BarVisualisation
Returns the units value at the given pixel coordinate.
getValueAt(int, int) - Method in class org.openimaj.vis.general.BarVisualisationBasic
Returns the units value at the given pixel coordinate.
getValueFunction(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Method in enum org.openimaj.math.geometry.transforms.HomographyRefinement
 
getValues() - Method in class org.openimaj.math.matrix.EigenValueVectorPair
 
getValueThreshold() - Method in class org.openimaj.image.feature.local.engine.DoGSIFTEngineOptions
Get the threshold for the maximum value allowed in the histogram (default 0.2)
getValVect() - Method in class org.openimaj.ml.clustering.spectral.SpectralIndexedClusters
 
getVariance() - Method in class org.openimaj.video.processing.pixels.FMeanVarianceField
Get the variance field of all the frames that have been analysed so far.
getVariance() - Method in class org.openimaj.video.processing.pixels.MBFMeanVarianceField
Get the variance field of all the frames that have been analysed so far.
getVector() - Method in class org.openimaj.feature.ArrayFeatureVector
Get the underlying representation
getVector() - Method in class org.openimaj.feature.EnumFV
 
getVector() - Method in interface org.openimaj.feature.FeatureVector
Get the underlying data array.
getVector() - Method in class org.openimaj.feature.MultidimensionalByteFV
Get the underlying flat-vector representation
getVector() - Method in class org.openimaj.feature.MultidimensionalDoubleFV
Get the underlying flat-vector representation
getVector() - Method in class org.openimaj.feature.MultidimensionalFloatFV
Get the underlying flat-vector representation
getVector() - Method in class org.openimaj.feature.MultidimensionalIntFV
Get the underlying flat-vector representation
getVector() - Method in class org.openimaj.feature.MultidimensionalLongFV
Get the underlying flat-vector representation
getVector() - Method in class org.openimaj.feature.MultidimensionalShortFV
Get the underlying flat-vector representation
getVector() - Method in class org.openimaj.feature.SparseByteFV
 
getVector() - Method in class org.openimaj.feature.SparseDoubleFV
 
getVector() - Method in class org.openimaj.feature.SparseFloatFV
 
getVector() - Method in class org.openimaj.feature.SparseIntFV
 
getVector() - Method in class org.openimaj.feature.SparseLongFV
 
getVector() - Method in class org.openimaj.feature.SparseShortFV
 
getVector() - Method in class org.openimaj.tools.ocr.KNNCharacterClassifier.ImageTrainer
Retrieve the set of training data as a double array.
getVectors() - Method in class org.openimaj.math.matrix.EigenValueVectorPair
 
getVerbosity() - Method in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
getVersion() - Static method in class org.openimaj.OpenIMAJ
Get the OpenIMAJ version currently being used
getVerticalAlignment() - Method in class org.openimaj.image.typography.FontStyle
 
getVerticalGridElements() - Method in interface org.openimaj.image.processor.GridProcessor
Returns the number of rows in the grid.
getVertices() - Method in class org.openimaj.math.geometry.shape.Polygon
Get the vertices of the polygon
getVideo() - Method in class org.openimaj.video.VideoDisplay
Get the video
getVideo() - Method in class org.openimaj.video.VideoIterator
 
getVideo() - Method in class org.openimaj.vis.video.VideoBarVisualisation
Return the data being shown by this bar.
getVideoDevices() - Static method in class org.openimaj.video.capture.VideoCapture
Get a list of all compatible video devices attached to the machine.
getVideoPlayerPanel() - Method in class org.openimaj.video.VideoPlayer
Returns a JPanel video player which can be incorporated into other GUIs.
getViewIdx() - Method in class com.jsaragih.CLM
 
getVisibility() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Get the visibility matrix
getVisualisationImage() - Method in class org.openimaj.vis.general.ChronologicalScrollingBarVisualisation3D
Return the static visualisation image.
getVisualisationImage() - Method in class org.openimaj.vis.Visualisation3D
Return the static visualisation image.
getVisualisationImage() - Method in interface org.openimaj.vis.VisualisationImageProvider
Return the static visualisation image.
getVisualisationImage() - Method in class org.openimaj.vis.VisualisationImpl
Returns the image to which the bars will be drawn.
getVLAD() - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Get the VLAD aggregator instance
getVocabulary() - Method in class org.openimaj.ml.linear.data.BillMatlabFileDataGenerator
 
getVocabulary() - Method in class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
getVolumeScalar() - Method in class org.openimaj.audio.analysis.PeakNormalisationCalculator
Returns the calculated peak scalar as it currently stands in the stream.
getVt() - Method in class no.uib.cipr.matrix.EconomySVD
Returns the right singular vectors, row-wise.
getW() - Method in class org.openimaj.ml.linear.data.BiconvexDataGenerator
 
getW() - Method in class org.openimaj.ml.linear.learner.BilinearSparseOnlineLearner
 
getW() - Method in class org.openimaj.ml.linear.learner.matlib.MatlibBilinearSparseOnlineLearner
 
getWarpedImage(FacialKeypoint[], FImage, Matrix) - Method in class org.openimaj.image.processing.face.alignment.MeshWarpAligner
 
getWeightAt(double) - Method in class org.openimaj.audio.filters.TriangularFilter
Returns the weighting provided by this filter at the given frequency (Hz).
getWeights() - Method in class org.openimaj.audio.filters.WeightedWindowedAudioProcessor
Get the weights used.
getWeights() - Method in class org.openimaj.math.statistics.distribution.MixtureOfGaussians
Get the mixture weights for each gaussian.
getWeights() - Method in class org.openimaj.ml.linear.learner.perceptron.DoubleArrayKernelPerceptron
 
getWeights() - Method in class org.openimaj.ml.linear.learner.perceptron.KernelPerceptron
 
getWeights() - Method in class org.openimaj.ml.linear.learner.perceptron.SimplePerceptron
 
getWeightsMap() - Method in class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
Get the weights map
getWidth() - Method in class org.openimaj.hardware.kinect.KinectStream
 
getWidth() - Method in class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
getWidth() - Method in class org.openimaj.image.Image
Get the width (number of columns) in this image.
getWidth() - Method in class org.openimaj.image.MultiBandImage
Get the width (number of columns) in this image.
getWidth() - Method in class org.openimaj.image.objectdetection.haar.StageTreeClassifier
Get the classifier width
getWidth() - Method in class org.openimaj.image.SingleBandImage
Get the width (number of columns) in this image.
getWidth() - Method in class org.openimaj.image.SVGImage
 
getWidth() - Method in interface org.openimaj.math.geometry.GeometricObject2d
 
getWidth() - Method in class org.openimaj.math.geometry.line.Line2d
 
getWidth() - Method in class org.openimaj.math.geometry.point.PointList
 
getWidth() - Method in class org.openimaj.math.geometry.shape.Circle
 
getWidth() - Method in class org.openimaj.math.geometry.shape.Ellipse
 
getWidth() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
getWidth() - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
getWidth() - Method in class org.openimaj.math.geometry.shape.Triangle
 
getWidth() - Method in class org.openimaj.video.AnimatedVideo
 
getWidth() - Method in class org.openimaj.video.ArrayBackedVideo
Get the width of the video frame
getWidth() - Method in class org.openimaj.video.capture.VideoCapture
Get the width of the video frame
getWidth() - Method in class org.openimaj.video.FileBackedVideo
Get the width of the video frame
getWidth() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
getWidth() - Method in class org.openimaj.video.processor.VideoProcessor
Get the width of the video frame
getWidth() - Method in class org.openimaj.video.translator.VideoTranslator
 
getWidth() - Method in class org.openimaj.video.Video
Get the width of the video frame
getWidth() - Method in class org.openimaj.video.xuggle.XuggleVideo
Get the width of the video frame
getWidth() - Method in class org.openimaj.web.ProgrammaticBrowser
Get the width of the browser.
getWidth() - Method in class org.openimaj.web.video.VGetVideo
 
getWidthScale() - Method in class org.openimaj.image.typography.hershey.HersheyFontStyle
 
getWindowHeight() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getWindowSize() - Method in class org.openimaj.audio.processor.FixedSizeSampleAudioProcessor
Returns the size of the sample window.
getWindowStep() - Method in class org.openimaj.audio.processor.FixedSizeSampleAudioProcessor
Returns the step of each overlapping window.
getWindowSum(SampleChunk) - Method in class org.openimaj.audio.filters.WeightedWindowedAudioProcessor
The sum of the Hanning window
getWindowSum(int, int) - Method in class org.openimaj.audio.filters.WeightedWindowedAudioProcessor
Get the sum of the Hanning window for the given parameters
getWindowWidth() - Method in class org.openimaj.video.tracking.klt.TrackingContext
 
getWords() - Method in class org.openimaj.image.text.extraction.swt.LineCandidate
Get the words corresponding to this line
getX() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
getX() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
getX() - Method in class org.openimaj.image.feature.local.keypoints.quantised.QuantisedKeypoint
 
getX() - Method in class org.openimaj.image.pixel.Pixel
getX() - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
getX() - Method in interface org.openimaj.math.geometry.point.Point2d
 
getX() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
getX() - Method in interface org.openimaj.math.geometry.point.Point3d
 
getX() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
getX() - Method in class org.openimaj.math.geometry.shape.Circle
 
getX() - Method in class org.openimaj.video.tracking.klt.Feature
 
getxAxisColour() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getxAxisColour() - Method in class org.openimaj.vis.general.XYZVisualisation3D
 
getxAxisConfig() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getxAxisName() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getxAxisName() - Method in class org.openimaj.vis.general.XYZVisualisation3D
 
getxAxisPosition() - Method in class org.openimaj.vis.general.AxesRenderer2D
The y position of the x axis.
getxAxisRenderer() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getxAxisRenderer() - Method in class org.openimaj.vis.general.AxesRenderer3D
 
getXOffset() - Method in class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
 
getXOffset() - Method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
 
getY() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
getY() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
getY() - Method in class org.openimaj.image.feature.local.keypoints.quantised.QuantisedKeypoint
 
getY() - Method in class org.openimaj.image.pixel.Pixel
getY() - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
getY() - Method in interface org.openimaj.math.geometry.point.Point2d
 
getY() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
getY() - Method in interface org.openimaj.math.geometry.point.Point3d
 
getY() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
getY() - Method in class org.openimaj.math.geometry.shape.Circle
 
getY() - Method in class org.openimaj.video.tracking.klt.Feature
 
getYaw() - Method in class org.openimaj.image.processing.face.detection.CLMDetectedFace
Returns the yaw of the face (that is the side-to-side, shakey head movement).
getyAxisColour() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getyAxisColour() - Method in class org.openimaj.vis.general.XYZVisualisation3D
 
getyAxisConfig() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getyAxisName() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getyAxisName() - Method in class org.openimaj.vis.general.XYZVisualisation3D
 
getyAxisRenderer() - Method in class org.openimaj.vis.general.AxesRenderer2D
 
getyAxisRenderer() - Method in class org.openimaj.vis.general.AxesRenderer3D
 
getYOffset() - Method in class org.openimaj.image.analysis.algorithm.FourierTemplateMatcher
 
getYOffset() - Method in class org.openimaj.image.analysis.algorithm.TemplateMatcher
 
getYscale() - Method in class org.openimaj.vis.general.BarVisualisation
The y-scale being used to plot the data.
getYscale() - Method in class org.openimaj.vis.general.BarVisualisationBasic
The y-scale being used to plot the data.
getZ() - Method in interface org.openimaj.math.geometry.point.Point3d
 
getZ() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
getzAxisColour() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getzAxisColour() - Method in class org.openimaj.vis.general.XYZVisualisation3D
 
getzAxisName() - Method in class org.openimaj.vis.general.BarVisualisation3D
 
getzAxisName() - Method in class org.openimaj.vis.general.XYZVisualisation3D
 
getzAxisRenderer() - Method in class org.openimaj.vis.general.AxesRenderer3D
 
Gist<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> - Class in org.openimaj.image.feature.global
Implementation of the "Gist" spatial envelope feature.
Gist() - Constructor for class org.openimaj.image.feature.global.Gist
Construct a fixed size Gist extractor using the default values.
Gist(boolean) - Constructor for class org.openimaj.image.feature.global.Gist
Construct a variable or fixed size Gist extractor using the default values.
Gist(int, int) - Constructor for class org.openimaj.image.feature.global.Gist
Construct a fixed-size Gist extractor, with the given image size and the default number of orientations per scale for the Gabor jet.
Gist(int, int, int[]) - Constructor for class org.openimaj.image.feature.global.Gist
Construct a fixed-size Gist extractor, with the given image size and number of orientations per scale for the Gabor jet.
Gist(int[], boolean) - Constructor for class org.openimaj.image.feature.global.Gist
Construct a variable or fixed size Gist extractor with the given number of orientations per scale for the Gabor jet.
Gist(int, int, int[], boolean) - Constructor for class org.openimaj.image.feature.global.Gist
Construct a variable or fixed size Gist extractor with the given number of orientations per scale for the Gabor jet.
Gist(int[]) - Constructor for class org.openimaj.image.feature.global.Gist
 
GLOBAL_STATS_FILE - Static variable in class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod
where to find the global stats file
GlobalExecutorPool - Class in org.openimaj.util.parallel
A globally available (static) fixed-size ThreadPoolExecutor.
GlobalExecutorPool() - Constructor for class org.openimaj.util.parallel.GlobalExecutorPool
 
GlobalExecutorPool.DaemonThreadFactory - Class in org.openimaj.util.parallel
A ThreadFactory that produces daemon threads.
GlobalFeatureExtractor - Class in org.openimaj.tools.globalfeature
Global feature extractors can enact based on an image and a mask
GlobalFeatureExtractor() - Constructor for class org.openimaj.tools.globalfeature.GlobalFeatureExtractor
 
GlobalFeaturesTool - Class in org.openimaj.tools.globalfeature
A tool for extracting global image features.
GlobalFeaturesTool() - Constructor for class org.openimaj.tools.globalfeature.GlobalFeaturesTool
 
GlobalFeatureType - Enum in org.openimaj.tools.globalfeature
Different types of global image feature.
glu - Variable in class org.openimaj.vis.Visualisation3D
The GLU library we'll use
glut - Variable in class org.openimaj.vis.Visualisation3D
The GLUT library we'll use
GMMFromFeatures - Class in org.openimaj.experiment.gmm.retrieval
This function turns a list of features to a gaussian mixture model
GMMFromFeatures() - Constructor for class org.openimaj.experiment.gmm.retrieval.GMMFromFeatures
GMMFromFeatures(GaussianMixtureModelEM.CovarianceType) - Constructor for class org.openimaj.experiment.gmm.retrieval.GMMFromFeatures
 
GMMFromFeatures(int) - Constructor for class org.openimaj.experiment.gmm.retrieval.GMMFromFeatures
 
GMMFromFeatures(int, GaussianMixtureModelEM.CovarianceType) - Constructor for class org.openimaj.experiment.gmm.retrieval.GMMFromFeatures
 
go() - Method in class org.openimaj.storm.tools.twitter.StormTwitterPreprocessingTool
 
go() - Method in class org.openimaj.utils.threads.WatchedRunner
 
GolayAlphabet - Class in org.openimaj.image.processing.morphology
The Golay Alphabet of morphological structuring elements
GolayAlphabet() - Constructor for class org.openimaj.image.processing.morphology.GolayAlphabet
 
GOLDEN_RATIO - Static variable in class org.openimaj.image.processing.face.detection.SandeepFaceDetector
The golden ratio (for comparing facial height/width)
GPC_DIFF - Static variable in class org.openimaj.math.geometry.shape.util.polygon.OperationType
 
GPC_INT - Static variable in class org.openimaj.math.geometry.shape.util.polygon.OperationType
 
GPC_UNION - Static variable in class org.openimaj.math.geometry.shape.util.polygon.OperationType
 
GPC_XOR - Static variable in class org.openimaj.math.geometry.shape.util.polygon.OperationType
 
GPSSerialReader - Class in org.openimaj.hardware.gps
This class reads GPS data from a serial port and makes available the latest location information through its getters.
GPSSerialReader(String) - Constructor for class org.openimaj.hardware.gps.GPSSerialReader
Constructor that takes the name of the serial port onto which the GPS is transmitting data.
grabArticle() - Method in class org.openimaj.web.readability.Readability
grabArticle - Using a variety of metrics (content score, classname, element types), find the content that is most likely to be the stuff a user wants to read.
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.LossFunction
 
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatLossFunction
 
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.MatSquareLossFunction
 
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.SquareLossFunction
 
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.loss.SquareMissingLossFunction
 
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.LossFunction
 
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatLossFunction
 
gradient(Matrix) - Method in class org.openimaj.ml.linear.learner.matlib.loss.MatSquareLossFunction
 
GradientFeatureExtractor - Class in org.openimaj.image.feature.local.detector.dog.extractor
Class capable of extracting local descriptors from a circular region in an image defined by its scale and centre.
GradientFeatureExtractor(AbstractDominantOrientationExtractor, GradientFeatureProviderFactory) - Constructor for class org.openimaj.image.feature.local.detector.dog.extractor.GradientFeatureExtractor
Construct with the given orientation extractor and gradient feature provider.
GradientFeatureExtractor(AbstractDominantOrientationExtractor, GradientFeatureProviderFactory, float) - Constructor for class org.openimaj.image.feature.local.detector.dog.extractor.GradientFeatureExtractor
Construct with the given orientation extractor, gradient feature provider and magnification factor determining the size of the sampling region relative to the scale of the interest point.
GradientFeatureProvider - Interface in org.openimaj.image.feature.local.descriptor.gradient
Interface for classes capable of building local descriptors from the gradient (magnitude and orientation) information in an image patch.
GradientFeatureProviderFactory - Interface in org.openimaj.image.feature.local.descriptor.gradient
Interface for classes capable of producing new instances of specific GradientFeatureProvider implementations.
gradientMagnitudesAndOrientations(FImage, FImage, FImage) - Static method in class org.openimaj.image.processing.convolution.FImageGradients
Estimate gradients magnitudes and orientations by calculating pixel differences.
gradientMagnitudesAndQuantisedOrientations(FImage, FImage[]) - Static method in class org.openimaj.image.processing.convolution.FImageGradients
Estimate gradients magnitudes and orientations by calculating pixel differences.
gradientMagnitudesAndQuantisedOrientations(FImage, FImage[], boolean, FImageGradients.Mode) - Static method in class org.openimaj.image.processing.convolution.FImageGradients
Estimate gradients magnitudes and orientations by calculating pixel differences.
gradientMagnitudesAndUnsignedOrientations(FImage, FImage, FImage) - Static method in class org.openimaj.image.processing.convolution.FImageGradients
Estimate gradients magnitudes and orientations by calculating pixel differences.
GradientOrientationHistogramExtractor - Class in org.openimaj.image.analysis.algorithm.histogram
Implementation of the WindowedHistogramExtractor for efficiently extracting gradient orientation histograms.
GradientOrientationHistogramExtractor(int, boolean, FImageGradients.Mode) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.GradientOrientationHistogramExtractor
Construct a new GradientOrientationHistogramExtractor with the given number of bins.
GradientScaleSpaceImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> - Class in org.openimaj.image.feature.local.extraction
An extended ScaleSpaceImageExtractorProperties that holds edge responses in the form of gradient orientations and magnitudes.
GradientScaleSpaceImageExtractorProperties() - Constructor for class org.openimaj.image.feature.local.extraction.GradientScaleSpaceImageExtractorProperties
 
gradientX - Variable in class org.openimaj.image.processing.convolution.CLSobel
The computed Sobel gradient in the X direction
gradientY - Variable in class org.openimaj.image.processing.convolution.CLSobel
The computed Sobel gradient in the Y direction
gradx - Variable in class org.openimaj.video.tracking.klt.PyramidSet
the x gradient pyramid
grady - Variable in class org.openimaj.video.tracking.klt.PyramidSet
the y gradient pyramid
GrahamScan - Class in org.openimaj.math.geometry.shape.util
Graham Scan convex hull algorithm, based on the implementation by Bart Kiers.
GrahamScan() - Constructor for class org.openimaj.math.geometry.shape.util.GrahamScan
 
GrahamScan.Turn - Enum in org.openimaj.math.geometry.shape.util
An enum denoting a directional-turn between 3 Point2ds (vectors).
GramSchmidtProcess - Class in org.openimaj.math.matrix
Perform the Gram-Schmid process on a vector, returning the orthogonal basis set whose first vector is the input http://zintegra.net/archives/738
GramSchmidtProcess() - Constructor for class org.openimaj.math.matrix.GramSchmidtProcess
an unseeded random start
GramSchmidtProcess(int) - Constructor for class org.openimaj.math.matrix.GramSchmidtProcess
Set the random seed of the purtubations
graph - Variable in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
 
Graph - Interface in org.w3._2004._03.trix.rdfg_1
An RDF graph (with intensional semantics).
GraphLaplacian - Class in org.openimaj.ml.clustering.spectral
Functions which turn a graph weight adjacency matrix into the Laplacian matrix.
GraphLaplacian() - Constructor for class org.openimaj.ml.clustering.spectral.GraphLaplacian
 
GraphLaplacian.Normalised - Class in org.openimaj.ml.clustering.spectral
The inverted symmetric normalised Laplacian is defined as: L = D^-1/2 A D^-1/2
GraphLaplacian.Unnormalised - Class in org.openimaj.ml.clustering.spectral
The symmetric normalised Laplacian is defined as: L = D - W
GraphLaplacian.Warped - Class in org.openimaj.ml.clustering.spectral
The inverted symmetric normalised Laplacian is defined as: L = D^-1 .
GraphSerialiser() - Constructor for class org.openimaj.rdf.storm.utils.JenaStormUtils.GraphSerialiser
 
GRAY - Static variable in class org.openimaj.image.colour.RGBColour
Gray colour as RGB
greaterThan(Matrix, double) - Static method in class org.openimaj.math.matrix.MatrixUtils
 
greaterThanSet(Matrix, int, int) - Static method in class org.openimaj.math.matrix.MatrixUtils
for every value in x greater than val set toset
greatest(int) - Method in class ch.akuhn.matrix.eigenvalues.FewEigenvalues
Compute the largest eigenvalues in magnitude.
greedyMatch() - Method in class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
Find a valid matching by greedily selecting among zero-cost matchings.
GREEN - Static variable in class org.openimaj.image.colour.RGBColour
Green colour as RGB
GrepFilter - Class in org.openimaj.tools.twitter.modes.filter
The grep functionality.
GrepFilter() - Constructor for class org.openimaj.tools.twitter.modes.filter.GrepFilter
 
GreyscaleConnectedComponentLabeler - Class in org.openimaj.image.connectedcomponent
A Connected Component Labeler for grey-level images.
GreyscaleConnectedComponentLabeler() - Constructor for class org.openimaj.image.connectedcomponent.GreyscaleConnectedComponentLabeler
 
GreyscaleSimulation - Class in org.openimaj.image.neardups.sim
 
GreyscaleSimulation(int) - Constructor for class org.openimaj.image.neardups.sim.GreyscaleSimulation
 
GreyscaleSlitScanProcessor - Class in org.openimaj.video.processing.effects
VideoProcessor that produces a slit-scan effect based on the time-map in a greyscale image.
GreyscaleSlitScanProcessor(FImage) - Constructor for class org.openimaj.video.processing.effects.GreyscaleSlitScanProcessor
Default constructor for using the video processor in an ad-hoc manner.
GreyscaleSlitScanProcessor(FImage, int) - Constructor for class org.openimaj.video.processing.effects.GreyscaleSlitScanProcessor
Default constructor for using the video processor in an ad-hoc manner.
GreyscaleSlitScanProcessor(Video<MBFImage>, FImage, int) - Constructor for class org.openimaj.video.processing.effects.GreyscaleSlitScanProcessor
Constructor for creating a video processor which is chainable.
GreyscaleSlitScanProcessor(int) - Constructor for class org.openimaj.video.processing.effects.GreyscaleSlitScanProcessor
Default constructor for using the video processor in an ad-hoc manner.
GreyscaleSlitScanProcessor(Video<MBFImage>, int) - Constructor for class org.openimaj.video.processing.effects.GreyscaleSlitScanProcessor
Constructor for creating a video processor which is chainable.
GridMotionEstimator - Class in org.openimaj.video.processing.motion
Estimates the motion field over a grid.
GridMotionEstimator(MotionEstimatorAlgorithm, int, int, boolean) - Constructor for class org.openimaj.video.processing.motion.GridMotionEstimator
Construct a grid-based motion estimator.
GridMotionEstimator(Video<FImage>, MotionEstimatorAlgorithm, int, int, boolean) - Constructor for class org.openimaj.video.processing.motion.GridMotionEstimator
Construct a chained grid-based motion estimator.
GridProcessor<T,I extends Image<T,I>> - Interface in org.openimaj.image.processor
A processor that will process an image in a grid-wise fashion returning a single value for each grid element.
groundTruthFile - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013
 
GroupedDataset<KEY,DATASET extends Dataset<INSTANCE>,INSTANCE> - Interface in org.openimaj.data.dataset
A Dataset that is grouped into separate classes or groups.
GroupedKFold<KEY,INSTANCE> - Class in org.openimaj.experiment.validation.cross
K-Fold Cross-Validation on grouped datasets.
GroupedKFold(int) - Constructor for class org.openimaj.experiment.validation.cross.GroupedKFold
Construct the GroupedKFold with the given number of folds.
GroupedLeaveOneOut<KEY,INSTANCE> - Class in org.openimaj.experiment.validation.cross
Leave-One-Out Cross Validation (LOOCV) with a GroupedDataset.
GroupedLeaveOneOut() - Constructor for class org.openimaj.experiment.validation.cross.GroupedLeaveOneOut
 
GroupedListCache<KEY,OBJECT> - Interface in org.openimaj.data.dataset.cache
Definition of a cache for groups of lists.
GroupedRandomisedPercentageHoldOut<KEY,INSTANCE> - Class in org.openimaj.experiment.validation
Hold-Out validation for grouped data that selects a percentage of the original data to use for training, and the remainder to use for validation.
GroupedRandomisedPercentageHoldOut(double, GroupedDataset<KEY, ListDataset<INSTANCE>, INSTANCE>) - Constructor for class org.openimaj.experiment.validation.GroupedRandomisedPercentageHoldOut
Construct with the given dataset and percentage of training data (0..1).
GroupedRandomSplitter<KEY,INSTANCE> - Class in org.openimaj.experiment.dataset.split
This class splits a GroupedDataset into subsets for training, validation and testing.
GroupedRandomSplitter(GroupedDataset<KEY, ? extends ListDataset<INSTANCE>, INSTANCE>, int, int, int) - Constructor for class org.openimaj.experiment.dataset.split.GroupedRandomSplitter
Construct the dataset splitter with the given target instance sizes for each group of the training, validation and testing data.
GroupedUniformRandomisedSampler<KEY,INSTANCE> - Class in org.openimaj.experiment.dataset.sampling
A uniformly random sampling scheme for grouped datasets.
GroupedUniformRandomisedSampler(double) - Constructor for class org.openimaj.experiment.dataset.sampling.GroupedUniformRandomisedSampler
Construct a GroupedUniformRandomisedSampler with the given percentage of instances to select.
GroupedUniformRandomisedSampler(double, boolean) - Constructor for class org.openimaj.experiment.dataset.sampling.GroupedUniformRandomisedSampler
Construct a GroupedUniformRandomisedSampler with the given percentage of instances to select, using with with-replacement or without-replacement sampling.
GroupedUniformRandomisedSampler(int) - Constructor for class org.openimaj.experiment.dataset.sampling.GroupedUniformRandomisedSampler
Construct a GroupedUniformRandomisedSampler with the given number of instances to select.
GroupedUniformRandomisedSampler(int, boolean) - Constructor for class org.openimaj.experiment.dataset.sampling.GroupedUniformRandomisedSampler
Construct a GroupedUniformRandomisedSampler with the given number of instances to select, using with with-replacement or without-replacement sampling.
groupingFilter - Variable in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
GroupSampler<KEY,INSTANCE> - Class in org.openimaj.experiment.dataset.sampling
Sampler that samples whole groups from a GroupedDataset.
GroupSampler(int, boolean) - Constructor for class org.openimaj.experiment.dataset.sampling.GroupSampler
Construct the sample to extract the given number of groups, either randomly or by taking them in the order provided by the iterator of groups.
GrowingChunkPartitioner<T> - Class in org.openimaj.util.parallel.partition
A GrowingChunkPartitioner dynamically partitions data into chunks.
GrowingChunkPartitioner(Iterable<T>) - Constructor for class org.openimaj.util.parallel.partition.GrowingChunkPartitioner
Construct with data in the form of an Iterable.
gson - Static variable in class org.openimaj.twitter.GeneralJSON
 
GsonPLAY - Class in org.openimaj.twitter
Just some gson play
GsonPLAY() - Constructor for class org.openimaj.twitter.GsonPLAY
 
GStreamerException - Exception in org.openimaj.video.gstreamer
Signals an exception occurred during video capture from a GStreamer pipeline.
GStreamerException(String) - Constructor for exception org.openimaj.video.gstreamer.GStreamerException
Constructs an VideoCaptureException with the specified detail message.
GStreamerVideo - Class in org.openimaj.video.gstreamer
 
GStreamerVideo(String) - Constructor for class org.openimaj.video.gstreamer.GStreamerVideo
 
guessType(ImageCollectionConfig) - Static method in enum org.openimaj.tools.imagecollection.collection.config.ImageCollectionMode
 
GZIPFileProvider(File) - Constructor for class org.openimaj.util.iterator.TextLineIterable.GZIPFileProvider
Construct with the given file

H

H - Static variable in class org.openimaj.image.processing.morphology.GolayAlphabet
The H elements of the Golay Alphabet
h1 - Variable in class org.openimaj.image.connectedcomponent.proc.HuMoments
The first Hu moment
h2 - Variable in class org.openimaj.image.connectedcomponent.proc.HuMoments
The second Hu moment
H2SV2_TO_HSV_Simple(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert H2SV to HSV VARIANT 2 using the simple formulation from: http://ilab.usc.edu/wiki/index.php/HSV_And_H2SV_Color_Space Assumes H1 and H2 are 0..1.
H2SV_TO_HSV_Simple(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert H2SV to HSV VARIANT 1 using the simple formulation from: http://ilab.usc.edu/wiki/index.php/HSV_And_H2SV_Color_Space Assumes H1 and H2 are 0..1.
h3 - Variable in class org.openimaj.image.connectedcomponent.proc.HuMoments
The third Hu moment
h4 - Variable in class org.openimaj.image.connectedcomponent.proc.HuMoments
The forth Hu moment
h5 - Variable in class org.openimaj.image.connectedcomponent.proc.HuMoments
The fifth Hu moment
h6 - Variable in class org.openimaj.image.connectedcomponent.proc.HuMoments
The sixth Hu moment
h7 - Variable in class org.openimaj.image.connectedcomponent.proc.HuMoments
The seventh Hu moment
H_TO_H1H2(FImage) - Static method in class org.openimaj.image.colour.Transforms
Convert to Hue to H2 using the formulation from: http://ilab.usc.edu/wiki/index.php/HSV_And_H2SV_Color_Space
H_TO_H1H2_2(FImage) - Static method in class org.openimaj.image.colour.Transforms
Convert to Hue to H2 VARIANT 2 using the formulation from: http://ilab.usc.edu/wiki/index.php/HSV_And_H2SV_Color_Space
HaarCascadeDetector - Class in org.openimaj.image.processing.face.detection
A face detector based on a Haar cascade.
HaarCascadeDetector(String) - Constructor for class org.openimaj.image.processing.face.detection.HaarCascadeDetector
Construct with the given cascade resource.
HaarCascadeDetector() - Constructor for class org.openimaj.image.processing.face.detection.HaarCascadeDetector
HaarCascadeDetector(int) - Constructor for class org.openimaj.image.processing.face.detection.HaarCascadeDetector
Construct with the HaarCascadeDetector.BuiltInCascade.frontalface_default cascade and the given minimum search window size.
HaarCascadeDetector(String, int) - Constructor for class org.openimaj.image.processing.face.detection.HaarCascadeDetector
Construct with the given cascade resource and the given minimum search window size.
HaarCascadeDetector.BuiltInCascade - Enum in org.openimaj.image.processing.face.detection
The set of pre-trained cascades from OpenCV.
HaarFacesExtractor - Class in org.openimaj.tools.globalfeature.type
Haar cascades
HaarFacesExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.HaarFacesExtractor
 
HaarFeature - Class in org.openimaj.image.objectdetection.haar
Class describing a Haar-like feature.
HaarFeatureClassifier - Class in org.openimaj.image.objectdetection.haar
A classifier based on a Haar-like feature.
HaarFeatureClassifier(HaarFeature, float, Classifier, Classifier) - Constructor for class org.openimaj.image.objectdetection.haar.HaarFeatureClassifier
Construct with the given feature, threshold and left/right nodes.
HaarFeatureType - Enum in org.openimaj.image.objectdetection.haar.training
Definitions of standard haar-like features.
HadoopClusterQuantiserOptions - Class in org.openimaj.hadoop.tools.clusterquantiser
 
HadoopClusterQuantiserOptions(String[]) - Constructor for class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
HadoopClusterQuantiserOptions(String[], boolean) - Constructor for class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserOptions
 
HadoopClusterQuantiserTool - Class in org.openimaj.hadoop.tools.clusterquantiser
 
HadoopClusterQuantiserTool() - Constructor for class org.openimaj.hadoop.tools.clusterquantiser.HadoopClusterQuantiserTool
 
HadoopCounterTest - Class in org.openimaj.hadoop.tools.twitter
 
HadoopCounterTest() - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopCounterTest
 
HadoopCounterTest.CounterMapper - Class in org.openimaj.hadoop.tools.twitter
 
HadoopCounterTest.CounterReducer - Class in org.openimaj.hadoop.tools.twitter
 
HadoopDownloader - Class in org.openimaj.hadoop.tools.downloader
A tool for the distributed downloading of data into Hadoop SequenceFiles.
HadoopDownloader() - Constructor for class org.openimaj.hadoop.tools.downloader.HadoopDownloader
 
HadoopDownloaderOptions - Class in org.openimaj.hadoop.tools.downloader
Command-line options for the downloader tool
HadoopDownloaderOptions(String[]) - Constructor for class org.openimaj.hadoop.tools.downloader.HadoopDownloaderOptions
Construct with the given arguments
HadoopEXIF - Class in org.openimaj.hadoop.tools.exif
An EXIF extraction tool based on exiftool.
HadoopEXIF() - Constructor for class org.openimaj.hadoop.tools.exif.HadoopEXIF
 
HadoopEXIF.HadoopEXIFMapper - Class in org.openimaj.hadoop.tools.exif
 
HadoopEXIFMapper() - Constructor for class org.openimaj.hadoop.tools.exif.HadoopEXIF.HadoopEXIFMapper
 
HadoopEXIFOptions - Class in org.openimaj.hadoop.tools.exif
 
HadoopEXIFOptions(String[], boolean) - Constructor for class org.openimaj.hadoop.tools.exif.HadoopEXIFOptions
 
HadoopFastKMeans - Class in org.openimaj.hadoop.tools.fastkmeans
Approximate/Exact K-Means over Hadoop
HadoopFastKMeans(String[]) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeans
 
HadoopFastKMeans() - Constructor for class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeans
 
HadoopFastKMeansOptions - Class in org.openimaj.hadoop.tools.fastkmeans
 
HadoopFastKMeansOptions(String[]) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
HadoopFastKMeansOptions(String[], boolean) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
HadoopFastKMeansOptions(String[], String[], boolean) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
HadoopGlobalFeaturesOptions - Class in org.openimaj.hadoop.tools.globalfeature
Options for the Hadoop version of the GlobalFeaturesTool
HadoopGlobalFeaturesOptions(String[]) - Constructor for class org.openimaj.hadoop.tools.globalfeature.HadoopGlobalFeaturesOptions
Construct with the argument string.
HadoopGlobalFeaturesOptions(String[], boolean) - Constructor for class org.openimaj.hadoop.tools.globalfeature.HadoopGlobalFeaturesOptions
Construct with the argument string.
HadoopGlobalFeaturesTool - Class in org.openimaj.hadoop.tools.globalfeature
A Hadoop version of the GlobalFeaturesTool.
HadoopGlobalFeaturesTool() - Constructor for class org.openimaj.hadoop.tools.globalfeature.HadoopGlobalFeaturesTool
 
HadoopLocalFeaturesTool - Class in org.openimaj.hadoop.tools.localfeature
Hadoop version of the LocalFeaturesTool.
HadoopLocalFeaturesTool() - Constructor for class org.openimaj.hadoop.tools.localfeature.HadoopLocalFeaturesTool
 
HadoopLocalFeaturesToolOptions - Class in org.openimaj.hadoop.tools.localfeature
Options for the HadoopLocalFeaturesTool.
HadoopLocalFeaturesToolOptions(String[]) - Constructor for class org.openimaj.hadoop.tools.localfeature.HadoopLocalFeaturesToolOptions
Construct with the given arguments string
HadoopLocalFeaturesToolOptions(String[], boolean) - Constructor for class org.openimaj.hadoop.tools.localfeature.HadoopLocalFeaturesToolOptions
Construct with the given arguments string
HadoopLZOTest - Class in org.openimaj.hadoop.tools.twitter
 
HadoopLZOTest() - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopLZOTest
 
HadoopLZOTest.CounterMapper - Class in org.openimaj.hadoop.tools.twitter
 
HadoopLZOTest.CounterReducer - Class in org.openimaj.hadoop.tools.twitter
 
HadoopPcaVladExtractor - Class in org.openimaj.hadoop.tools.image.indexing
Extractor for VLAD-PCA features.
HadoopPcaVladExtractor() - Constructor for class org.openimaj.hadoop.tools.image.indexing.HadoopPcaVladExtractor
 
HadoopPqPcaVladIndexer - Class in org.openimaj.hadoop.tools.image.indexing
Indexer for Product-quantised VLAD-PCA features.
HadoopPqPcaVladIndexer() - Constructor for class org.openimaj.hadoop.tools.image.indexing.HadoopPqPcaVladIndexer
 
HadoopSiftLSHExtractor - Class in org.openimaj.hadoop.tools.image.indexing
Tool to convert SIFT features to LSH sketch form.
HadoopSiftLSHExtractor() - Constructor for class org.openimaj.hadoop.tools.image.indexing.HadoopSiftLSHExtractor
 
HadoopSiftLSHExtractor.LSHGroupingComparator - Class in org.openimaj.hadoop.tools.image.indexing
Comparator to group the maps outputs by their HadoopSiftLSHExtractor.MapperOut.hash.
HadoopSiftLSHExtractor.LSHMapper - Class in org.openimaj.hadoop.tools.image.indexing
 
HadoopSiftLSHExtractor.LSHPartitioner - Class in org.openimaj.hadoop.tools.image.indexing
Partitioner that sends the data to a reducer based on the HadoopSiftLSHExtractor.MapperOut.index.
HadoopSiftLSHExtractor.LSHReducer - Class in org.openimaj.hadoop.tools.image.indexing
 
HadoopSiftLSHExtractor.MapperOut - Class in org.openimaj.hadoop.tools.image.indexing
 
HadoopSiftLSHExtractor.Sketcher - Class in org.openimaj.hadoop.tools.image.indexing
 
HadoopToolsUtil - Class in org.openimaj.hadoop.tools
Tools for dealing with #InOutTool instances that are hdfs files
HadoopToolsUtil() - Constructor for class org.openimaj.hadoop.tools.HadoopToolsUtil
 
HadoopTwitterPreprocessingTool - Class in org.openimaj.hadoop.tools.twitter
A hadoop implementation of twitter preprocessing
HadoopTwitterPreprocessingTool() - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingTool
 
HadoopTwitterPreprocessingToolOptions - Class in org.openimaj.hadoop.tools.twitter
Hadoop specific options for twitter preprocessing
HadoopTwitterPreprocessingToolOptions(String[]) - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingToolOptions
The hadoop options, assume these are the options before mapping
HadoopTwitterPreprocessingToolOptions(String[], boolean) - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingToolOptions
The hadoop twitter preprocessing options
HadoopTwitterTokenTool - Class in org.openimaj.hadoop.tools.twitter
A hadoop implementation of various twitter token counting algorithms
HadoopTwitterTokenTool(String[]) - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenTool
 
HadoopTwitterTokenToolOptions - Class in org.openimaj.hadoop.tools.twitter
Hadoop specific options for twitter preprocessing
HadoopTwitterTokenToolOptions(String[], String[], boolean) - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
Initialise the options
HadoopTwitterTokenToolOptions(String[]) - Constructor for class org.openimaj.hadoop.tools.twitter.HadoopTwitterTokenToolOptions
 
halfSize(I) - Static method in class org.openimaj.image.processing.resize.ResizeProcessor
Halve the size of the image.
halfSize(FImage) - Static method in class org.openimaj.image.processing.resize.ResizeProcessor
Halve the size of the image.
halfWindowSize - Variable in class org.openimaj.image.feature.local.engine.ipd.InterestPointImageExtractorProperties
 
HammingAudioProcessor - Class in org.openimaj.audio.filters
Applies a Hamming function over a window of samples.
HammingAudioProcessor(int) - Constructor for class org.openimaj.audio.filters.HammingAudioProcessor
Constructor that takes the size of the window required.
HammingAudioProcessor(AudioStream, int) - Constructor for class org.openimaj.audio.filters.HammingAudioProcessor
Chainable constructor that takes the audio stream to chain to and the size of the window required.
HammingAudioProcessor(int, int) - Constructor for class org.openimaj.audio.filters.HammingAudioProcessor
Constructor that takes the size of the window and the number of samples overlap.
HammingAudioProcessor(AudioStream, int, int) - Constructor for class org.openimaj.audio.filters.HammingAudioProcessor
Chainable constructor that takes the size of the window and the number of samples overlap.
HammingFilter - Class in org.openimaj.image.processing.resize.filters
Hamming window function interpolation filter for the resample function
HammingFilter() - Constructor for class org.openimaj.image.processing.resize.filters.HammingFilter
 
HammingUtils - Class in org.openimaj.math.util.distance
Utilities for hamming distance calculations.
HammingUtils() - Constructor for class org.openimaj.math.util.distance.HammingUtils
 
handleStatus(Status) - Method in class org.openimaj.picslurper.PicSlurper
 
handleTwitterException(TwitterException, long) - Static method in class org.openimaj.twitter.utils.Twitter4jUtil
Handle a twitter exception, waiting the appropriate amount of time if the API requests this behaviour
HandWritingNeuralNetENCOG - Class in org.openimaj.ml.neuralnet
 
HandWritingNeuralNetENCOG() - Constructor for class org.openimaj.ml.neuralnet.HandWritingNeuralNetENCOG
 
HandWritingNeuralNetSANDIA - Class in org.openimaj.ml.neuralnet
 
HandWritingNeuralNetSANDIA() - Constructor for class org.openimaj.ml.neuralnet.HandWritingNeuralNetSANDIA
 
HanningAudioProcessor - Class in org.openimaj.audio.filters
Applies a Hanning window on top of the audio signal.
HanningAudioProcessor(int) - Constructor for class org.openimaj.audio.filters.HanningAudioProcessor
Default constructor for non chainable processing.
HanningAudioProcessor(AudioStream, int) - Constructor for class org.openimaj.audio.filters.HanningAudioProcessor
Chainable constructor.
HanningAudioProcessor(int, int) - Constructor for class org.openimaj.audio.filters.HanningAudioProcessor
Constructor that takes the size of the window and the number of samples overlap.
HanningAudioProcessor(AudioStream, int, int) - Constructor for class org.openimaj.audio.filters.HanningAudioProcessor
Chainable constructor that takes the size of the window and the number of samples overlap.
HanningFilter - Class in org.openimaj.image.processing.resize.filters
Hanning window function interpolation filter for the resample function
HanningFilter() - Constructor for class org.openimaj.image.processing.resize.filters.HanningFilter
 
HardAssigner<DATATYPE,DISTANCES,DISTANCE_INDEX> - Interface in org.openimaj.ml.clustering.assignment
The HardAssigner interface describes classes that assign a spatial point to a single cluster.
HardCoded(int) - Constructor for class org.openimaj.ml.clustering.spectral.StoppingCondition.HardCoded
 
HardCodedEigenChooser - Class in org.openimaj.ml.clustering.spectral
 
HardCodedEigenChooser(int) - Constructor for class org.openimaj.ml.clustering.spectral.HardCodedEigenChooser
 
HardCodedInitStrat - Class in org.openimaj.ml.linear.learner.init
Completely ignores desired dimensions and returns what it wants
HardCodedInitStrat() - Constructor for class org.openimaj.ml.linear.learner.init.HardCodedInitStrat
 
HarrisIPD - Class in org.openimaj.image.feature.local.interest
 
HarrisIPD(float, float) - Constructor for class org.openimaj.image.feature.local.interest.HarrisIPD
 
HarrisIPD(float, float, float) - Constructor for class org.openimaj.image.feature.local.interest.HarrisIPD
 
HarrisIPD() - Constructor for class org.openimaj.image.feature.local.interest.HarrisIPD
 
HarrisIPD(float) - Constructor for class org.openimaj.image.feature.local.interest.HarrisIPD
 
has_administrator - Variable in class orgrdfs.sioc.ns.SiteImpl
A UserAccount that is an administrator of this Site.
has_container - Variable in class orgrdfs.sioc.ns.ItemImpl
The Container to which this Item belongs.
has_discussion - Variable in class orgrdfs.sioc.ns.ItemImpl
The discussion that is related to this Item.
has_host - Variable in class orgrdfs.sioc.ns.ForumImpl
The Site that hosts this Forum.
has_member - Variable in class orgrdfs.sioc.ns.UsergroupImpl
A UserAccount that is a member of this Usergroup.
has_moderator - Variable in class orgrdfs.sioc.ns.ForumImpl
A UserAccount that is a moderator of this Forum.
has_modifier - Variable in class orgrdfs.sioc.ns.ItemImpl
A UserAccount that modified this Item.
has_parent - Variable in class orgrdfs.sioc.ns.ContainerImpl
A Container or Forum that this Container or Forum is a child of.
has_reply - Variable in class orgrdfs.sioc.ns.ItemImpl
Points to an Item or Post that is a reply or response to this Item or Post.
has_scope - Variable in class orgrdfs.sioc.ns.RoleImpl
A resource that this Role applies to.
has_subscriber - Variable in class orgrdfs.sioc.ns.ContainerImpl
A UserAccount that is subscribed to this Container.
has_usergroup - Variable in class orgrdfs.sioc.ns.SpaceImpl
Points to a Usergroup that has certain access to this Space.
hasContent() - Method in class org.openimaj.web.readability.Readability
 
hasConverged() - Method in class org.openimaj.ml.gmm.GaussianMixtureModelEM
Get's the convergence state of the algorithm.
hasFinished() - Method in class org.openimaj.content.animation.animator.AbstractValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.ByteArrayValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.DoubleArrayValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.FloatArrayValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.ForwardBackwardLoopingValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.IntegerArrayValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.LongArrayValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.LoopingValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.RandomLinearByteValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.RandomLinearDoubleValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.RandomLinearFloatValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.RandomLinearIntegerValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.RandomLinearLongValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.RandomLinearShortValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.ShortArrayValueAnimator
 
hasFinished() - Method in class org.openimaj.content.animation.animator.TimeBasedValueAnimator
A implementation sugar for TimeBasedValueAnimator.isComplete() Has the animator finished animating the value.
hasFinished() - Method in interface org.openimaj.content.animation.animator.ValueAnimator
Has the animator finished animating the value.
hasFinished() - Method in class org.openimaj.vis.animators.ColourSpaceAnimator
Has the animator finished animating the value.
hash - Variable in class org.openimaj.hadoop.tools.image.indexing.HadoopSiftLSHExtractor.MapperOut
 
hash(int, boolean) - Static method in class org.openimaj.util.hash.HashCodeUtil
booleans.
hash(int, char) - Static method in class org.openimaj.util.hash.HashCodeUtil
chars.
hash(int, int) - Static method in class org.openimaj.util.hash.HashCodeUtil
ints.
hash(int, long) - Static method in class org.openimaj.util.hash.HashCodeUtil
longs.
hash(int, float) - Static method in class org.openimaj.util.hash.HashCodeUtil
floats.
hash(int, double) - Static method in class org.openimaj.util.hash.HashCodeUtil
doubles.
hash(int, Object) - Static method in class org.openimaj.util.hash.HashCodeUtil
aObject is a possibly-null object field, and possibly an array.
hash(int, boolean[]) - Static method in class org.openimaj.util.hash.HashCodeUtil
boolean array
hash - Variable in class org.openimaj.web.scraping.images.ImgurClient.ImgurTypeHash
the hash code, might be null if ImgurClient.ImgurType is GALLERY
hashCode() - Method in class ch.akuhn.matrix.SparseMatrix
 
hashCode() - Method in class ch.akuhn.matrix.SparseVector
 
hashCode() - Method in class net.lag.kestrel.thrift.Item
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.abort_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.abort_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.confirm_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.delete_queue_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.flush_all_queues_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.flush_queue_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.get_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.get_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.get_version_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.get_version_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.peek_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.peek_result
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.put_args
 
hashCode() - Method in class net.lag.kestrel.thrift.Kestrel.put_result
 
hashCode() - Method in class net.lag.kestrel.thrift.QueueInfo
 
hashCode() - Method in class org.openimaj.feature.ByteFV
 
hashCode() - Method in class org.openimaj.feature.DoubleFV
 
hashCode() - Method in class org.openimaj.feature.FloatFV
 
hashCode() - Method in class org.openimaj.feature.IntFV
 
hashCode() - Method in class org.openimaj.feature.local.FloatLocalFeatureAdaptor
 
hashCode() - Method in class org.openimaj.feature.LongFV
 
hashCode() - Method in class org.openimaj.feature.ShortFV
 
hashCode() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDF
 
hashCode() - Method in class org.openimaj.image.feature.astheticode.Aestheticode
 
hashCode() - Method in class org.openimaj.image.feature.local.keypoints.FloatKeypoint
 
hashCode() - Method in class org.openimaj.image.feature.local.keypoints.Keypoint
 
hashCode() - Method in class org.openimaj.image.pixel.Pixel
hashCode() - Method in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
hashCode() - Method in class org.openimaj.image.processing.face.detection.keypoints.FacialKeypointExtractor
 
hashCode() - Method in class org.openimaj.image.processing.face.detection.keypoints.FKEFaceDetector
 
hashCode() - Method in class org.openimaj.image.processing.transform.AffineParams
 
hashCode() - Method in class org.openimaj.io.wrappers.ReadWriteableByte
 
hashCode() - Method in class org.openimaj.io.wrappers.ReadWriteableDouble
 
hashCode() - Method in class org.openimaj.io.wrappers.ReadWriteableFloat
 
hashCode() - Method in class org.openimaj.io.wrappers.ReadWriteableInt
 
hashCode() - Method in class org.openimaj.io.wrappers.ReadWriteableLong
 
hashCode() - Method in class org.openimaj.io.wrappers.ReadWriteableShort
 
hashCode() - Method in class org.openimaj.io.wrappers.ReadWriteableString
 
hashCode() - Method in class org.openimaj.math.geometry.line.Line2d
 
hashCode() - Method in class org.openimaj.math.geometry.point.AbstractPoint2d
 
hashCode() - Method in class org.openimaj.math.geometry.point.Point2dImpl
 
hashCode() - Method in class org.openimaj.math.geometry.point.Point3dImpl
 
hashCode() - Method in class org.openimaj.math.geometry.shape.Polygon
hashCode() - Method in class org.openimaj.math.geometry.shape.Rectangle
 
hashCode() - Method in class org.openimaj.math.geometry.shape.Triangle
 
hashCode() - Method in class org.openimaj.rdf.owl2java.PropertyDef
 
hashCode() - Method in class org.openimaj.storm.util.graph.StormGraphCreator.NamedNode
 
hashCode() - Method in class org.openimaj.text.nlp.namedentity.NamedEntity
 
hashCode() - Method in class org.openimaj.text.nlp.namedentity.YagoCompanyAnnotatorEvaluator.FileEntityLocation
 
hashCode() - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
hashCode() - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
hashCode() - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
hashCode() - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
hashCode() - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
hashCode() - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
hashCode() - Method in class org.openimaj.util.array.SparseHashedByteArray
 
hashCode() - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
hashCode() - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
hashCode() - Method in class org.openimaj.util.array.SparseHashedIntArray
 
hashCode() - Method in class org.openimaj.util.array.SparseHashedLongArray
 
hashCode() - Method in class org.openimaj.util.array.SparseHashedShortArray
 
hashCode() - Method in class org.openimaj.video.capture.Device
 
hashCode() - Method in class org.openimaj.video.timecode.FrameNumberVideoTimecode
hashCode() - Method in class org.openimaj.video.timecode.HrsMinSecFrameTimecode
hashCode() - Method in class org.openimaj.video.tracking.klt.Feature
 
hashCode() - Method in class org.openimaj.vis.ternary.TernaryPlot.TernaryData
 
HashCodeUtil - Class in org.openimaj.util.hash
Collected methods which allow easy implementation of hashCode.
HashCodeUtil() - Constructor for class org.openimaj.util.hash.HashCodeUtil
 
HashComposition<OBJECT> - Class in org.openimaj.util.hash.composition
HashCompositions are HashFunctions that compose the hash codes generated by multiple hash functions applied to an object into a single hash code for that object.
HashComposition(List<HashFunction<OBJECT>>) - Constructor for class org.openimaj.util.hash.composition.HashComposition
Construct with the given functions.
HashComposition(HashFunction<OBJECT>, HashFunction<OBJECT>...) - Constructor for class org.openimaj.util.hash.composition.HashComposition
Construct with the given functions.
HashComposition(HashFunctionFactory<OBJECT>, int) - Constructor for class org.openimaj.util.hash.composition.HashComposition
Construct with the factory which is used to produce the required number of functions.
HashFunction<OBJECT> - Interface in org.openimaj.util.hash
Interface describing a hash function: an object that can compute a hashcode for another object.
hashFunction - Variable in class org.openimaj.util.hash.modifier.HashModifier
 
HashFunctionFactory<OBJECT> - Interface in org.openimaj.util.hash
A factory for producing HashFunctions.
hashFunctions - Variable in class org.openimaj.util.hash.composition.HashComposition
 
HashModifier<OBJECT> - Class in org.openimaj.util.hash.modifier
A hash function that modifies the hash code produced by another hash function.
HashModifier(HashFunction<OBJECT>) - Constructor for class org.openimaj.util.hash.modifier.HashModifier
 
hashtagPatternString() - Method in class org.openimaj.text.nlp.patterns.TwitterStuffPatternProvider
 
hasMain(Class<?>) - Static method in class org.openimaj.util.reflection.ReflectionUtils
Test if a class has a "public static main(String [] args)" method
hasNext() - Method in class org.openimaj.audio.samples.FloatSampleBuffer
hasNext() - Method in class org.openimaj.audio.samples.SampleBuffer16Bit
hasNext() - Method in class org.openimaj.audio.samples.SampleBuffer8Bit
hasNext() - Method in class org.openimaj.image.analysis.algorithm.HoughLines
hasNext() - Method in class org.openimaj.ml.clustering.spectral.FBEigenIterator
 
hasNext() - Method in class org.openimaj.picslurper.PicSlurper
 
hasNext() - Method in class org.openimaj.tools.clusterquantiser.KeypointListArrayIterator
 
hasNext() - Method in class org.openimaj.tools.imagecollection.collection.video.MetadataVideoIterator
 
hasNext() - Method in class org.openimaj.tools.imagecollection.collection.webpage.URLImageIterator
 
hasNext() - Method in class org.openimaj.util.array.ArrayIterator
 
hasNext() - Method in class org.openimaj.util.stream.BlockingDroppingBufferedStream
 
hasNext() - Method in class org.openimaj.util.stream.BufferedReaderStream
 
hasNext() - Method in class org.openimaj.util.stream.CollectionStream
 
hasNext() - Method in class org.openimaj.util.stream.combine.ContextStreamCombiner
 
hasNext() - Method in class org.openimaj.util.stream.combine.RoundRobinStreamCombiner
 
hasNext() - Method in class org.openimaj.util.stream.combine.StreamCombiner
 
hasNext() - Method in class org.openimaj.util.stream.window.MetaPayloadStreamCombiner
 
hasNext() - Method in class org.openimaj.video.VideoIterator
 
hasNextFile() - Method in class org.openimaj.tools.twitter.options.TwitterPreprocessingToolOptions
 
hasNextFrame() - Method in class org.openimaj.hardware.kinect.KinectStream
 
hasNextFrame() - Method in class org.openimaj.video.AnimatedVideo
 
hasNextFrame() - Method in class org.openimaj.video.ArrayBackedVideo
 
hasNextFrame() - Method in class org.openimaj.video.capture.VideoCapture
 
hasNextFrame() - Method in class org.openimaj.video.FileBackedVideo
 
hasNextFrame() - Method in class org.openimaj.video.gstreamer.GStreamerVideo
 
hasNextFrame() - Method in class org.openimaj.video.processor.VideoProcessor
Returns whether this video has another frame to provide.
hasNextFrame() - Method in class org.openimaj.video.translator.VideoTranslator
 
hasNextFrame() - Method in class org.openimaj.video.Video
Returns whether this video has another frame to provide.
hasNextFrame() - Method in class org.openimaj.video.xuggle.XuggleVideo
Returns whether this video has another frame to provide.
hasNextFrame() - Method in class org.openimaj.web.video.VGetVideo
 
hasNoInnerPolygons() - Method in class org.openimaj.math.geometry.shape.Polygon
Test if this has no inner polygons or sub-parts
hasOnsetBeenDetected() - Method in class org.openimaj.audio.filters.MusicalNoteOnsetDetector
Returns whether an onset was detected during the last processing cycle.
hasTiltedFeatures() - Method in class org.openimaj.image.objectdetection.haar.StageTreeClassifier
Does the classifier use tilted haar-like features?
Header - Class in org.openimaj.tools.clusterquantiser
The header of a file containing local features
Header() - Constructor for class org.openimaj.tools.clusterquantiser.Header
 
HEADER - Static variable in class org.openimaj.tools.clusterquantiser.samplebatch.SampleBatch
Header for SampleBatch files
headerLength - Variable in class org.openimaj.util.list.AbstractFileBackedList
 
headerLength - Variable in class org.openimaj.util.list.AbstractStreamBackedList
The length (in bytes) of the header which identifies the stream type
heap - Variable in class org.openimaj.image.processing.restoration.inpainting.AbstractFMMInpainter
The working heap of pixels to process next
heap - Variable in class org.openimaj.math.graph.algorithm.CharikarDensestSubgraph
 
HeatMap - Class in org.openimaj.vis.general
Visualise heat maps
HeatMap(int, int, ColourMap) - Constructor for class org.openimaj.vis.general.HeatMap
 
HeatMap(int, int) - Constructor for class org.openimaj.vis.general.HeatMap
Uses ColourMap.Hot by default
height() - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
height(short) - Method in class org.openimaj.hardware.kinect.freenect.freenect_frame_mode
 
HEIGHT - Static variable in class org.openimaj.image.annotation.evaluation.datasets.CIFARDataset
Image height
height - Variable in class org.openimaj.image.camera.CameraIntrinsics
The image height of the camera in pixels
height - Variable in class org.openimaj.image.feature.DoubleFV2FImage
the image height
height - Variable in class org.openimaj.image.feature.FloatFV2FImage
the image height
height - Variable in class org.openimaj.image.objectdetection.haar.WeightedRectangle
The height
height - Variable in class org.openimaj.image.processing.resize.BicubicInterpolation
 
height - Variable in class org.openimaj.image.processing.resize.BilinearInterpolation
 
height - Variable in class org.openimaj.image.renderer.SVGRenderHints
 
height - Variable in class org.openimaj.image.SingleBandImage
The image height
height - Variable in class org.openimaj.math.geometry.shape.Rectangle
The height of the rectangle
height - Variable in class org.openimaj.math.geometry.shape.RotatedRectangle
The height of the rotated rectangle (Note that this is different to the height returned by RotatedRectangle.getHeight() which is the height of the regular bounding box)
height - Variable in class org.openimaj.video.VideoWriter
The height of the video frames in pixels
HEIGHT_SCALE - Static variable in class org.openimaj.image.typography.hershey.HersheyFontStyle
Attribute for height scaling.
HeightMap3D - Class in org.openimaj.vis.general
Visualisation that draws a height map in 3d.
HeightMap3D(int, int) - Constructor for class org.openimaj.vis.general.HeightMap3D
 
HeightMap3D.HeightMapType - Enum in org.openimaj.vis.general
Rendering style for the height map.
HellingerNormaliser - Class in org.openimaj.feature.normalisation
This Normaliser normalises vectors such that the Euclidean distance between normalised vectors is equivalent to computing the similarity using the Hellinger kernel on the un-normalised vectors.
HellingerNormaliser() - Constructor for class org.openimaj.feature.normalisation.HellingerNormaliser
Construct with no offset
HellingerNormaliser(int) - Constructor for class org.openimaj.feature.normalisation.HellingerNormaliser
Construct with the given offset
HermiteFilter - Class in org.openimaj.image.processing.resize.filters
Basic filtering for the resampling function
HermiteFilter() - Constructor for class org.openimaj.image.processing.resize.filters.HermiteFilter
 
HersheyFont - Enum in org.openimaj.image.typography.hershey
The set of Hershey's vector fonts.
HersheyFontStyle<T> - Class in org.openimaj.image.typography.hershey
Style parameters for Hershey vector fonts.
HersheyFontStyle(HersheyFont, ImageRenderer<T, ?>) - Constructor for class org.openimaj.image.typography.hershey.HersheyFontStyle
Construct with the default parameters for the given image type
HessianIPD - Class in org.openimaj.image.feature.local.interest
 
HessianIPD(float, float) - Constructor for class org.openimaj.image.feature.local.interest.HessianIPD
 
HierarchicalByteHardAssigner - Class in org.openimaj.ml.clustering.assignment.hard
HierarchicalByteHardAssigner(HierarchicalByteKMeansResult, HierarchicalByteHardAssigner.ScoringScheme) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalByteHardAssigner
Construct with the given hierarchical KMeans clusterer and scoring scheme.
HierarchicalByteHardAssigner(HierarchicalByteKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalByteHardAssigner
Construct with the given Hierarchical KMeans clusterer and the SUM scoring scheme.
HierarchicalByteHardAssigner.ScoringScheme - Enum in org.openimaj.ml.clustering.assignment.hard
The HierarchicalByteHardAssigner.ScoringScheme determines how the distance to a cluster is estimated from the hierarchy of k-means generated clusters.
HierarchicalByteKMeans - Class in org.openimaj.ml.clustering.kmeans
Hierarchical Byte K-Means clustering (HierarchicalByteKMeans) is a simple hierarchical version of ByteKMeans.
HierarchicalByteKMeans(KMeansConfiguration<ByteNearestNeighbours, byte[]>, int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeans
Construct a new HierarchicalByteKMeans with the given parameters.
HierarchicalByteKMeans(int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeans
Construct a new HierarchicalByteKMeans with the given parameters.
HierarchicalByteKMeansResult - Class in org.openimaj.ml.clustering.kmeans
The result of a HierarchicalByteKMeans clustering operation.
HierarchicalByteKMeansResult() - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalByteKMeansResult
 
HierarchicalByteKMeansResult.Node - Class in org.openimaj.ml.clustering.kmeans
HierarchicalByteKMeans tree node The number of children is not bigger than the HierarchicalByteKMeans K parameter
HierarchicalBytePathAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner for gathering the clusters assigned to a point from a hierarchical clustering.
HierarchicalBytePathAssigner(HierarchicalByteKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.soft.HierarchicalBytePathAssigner
Construct with the given HierarchicalByteKMeansResult instance.
HierarchicalDoubleHardAssigner - Class in org.openimaj.ml.clustering.assignment.hard
HierarchicalDoubleHardAssigner(HierarchicalDoubleKMeansResult, HierarchicalDoubleHardAssigner.ScoringScheme) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalDoubleHardAssigner
Construct with the given hierarchical KMeans clusterer and scoring scheme.
HierarchicalDoubleHardAssigner(HierarchicalDoubleKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalDoubleHardAssigner
Construct with the given Hierarchical KMeans clusterer and the SUM scoring scheme.
HierarchicalDoubleHardAssigner.ScoringScheme - Enum in org.openimaj.ml.clustering.assignment.hard
The HierarchicalDoubleHardAssigner.ScoringScheme determines how the distance to a cluster is estimated from the hierarchy of k-means generated clusters.
HierarchicalDoubleKMeans - Class in org.openimaj.ml.clustering.kmeans
Hierarchical Double K-Means clustering (HierarchicalDoubleKMeans) is a simple hierarchical version of DoubleKMeans.
HierarchicalDoubleKMeans(KMeansConfiguration<DoubleNearestNeighbours, double[]>, int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeans
Construct a new HierarchicalDoubleKMeans with the given parameters.
HierarchicalDoubleKMeans(int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeans
Construct a new HierarchicalDoubleKMeans with the given parameters.
HierarchicalDoubleKMeansResult - Class in org.openimaj.ml.clustering.kmeans
The result of a HierarchicalDoubleKMeans clustering operation.
HierarchicalDoubleKMeansResult() - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalDoubleKMeansResult
 
HierarchicalDoubleKMeansResult.Node - Class in org.openimaj.ml.clustering.kmeans
HierarchicalDoubleKMeans tree node The number of children is not bigger than the HierarchicalDoubleKMeans K parameter
HierarchicalDoublePathAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner for gathering the clusters assigned to a point from a hierarchical clustering.
HierarchicalDoublePathAssigner(HierarchicalDoubleKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.soft.HierarchicalDoublePathAssigner
Construct with the given HierarchicalDoubleKMeansResult instance.
HierarchicalFloatHardAssigner - Class in org.openimaj.ml.clustering.assignment.hard
HierarchicalFloatHardAssigner(HierarchicalFloatKMeansResult, HierarchicalFloatHardAssigner.ScoringScheme) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalFloatHardAssigner
Construct with the given hierarchical KMeans clusterer and scoring scheme.
HierarchicalFloatHardAssigner(HierarchicalFloatKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalFloatHardAssigner
Construct with the given Hierarchical KMeans clusterer and the SUM scoring scheme.
HierarchicalFloatHardAssigner.ScoringScheme - Enum in org.openimaj.ml.clustering.assignment.hard
The HierarchicalFloatHardAssigner.ScoringScheme determines how the distance to a cluster is estimated from the hierarchy of k-means generated clusters.
HierarchicalFloatKMeans - Class in org.openimaj.ml.clustering.kmeans
Hierarchical Float K-Means clustering (HierarchicalFloatKMeans) is a simple hierarchical version of FloatKMeans.
HierarchicalFloatKMeans(KMeansConfiguration<FloatNearestNeighbours, float[]>, int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeans
Construct a new HierarchicalFloatKMeans with the given parameters.
HierarchicalFloatKMeans(int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeans
Construct a new HierarchicalFloatKMeans with the given parameters.
HierarchicalFloatKMeansResult - Class in org.openimaj.ml.clustering.kmeans
The result of a HierarchicalFloatKMeans clustering operation.
HierarchicalFloatKMeansResult() - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalFloatKMeansResult
 
HierarchicalFloatKMeansResult.Node - Class in org.openimaj.ml.clustering.kmeans
HierarchicalFloatKMeans tree node The number of children is not bigger than the HierarchicalFloatKMeans K parameter
HierarchicalFloatPathAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner for gathering the clusters assigned to a point from a hierarchical clustering.
HierarchicalFloatPathAssigner(HierarchicalFloatKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.soft.HierarchicalFloatPathAssigner
Construct with the given HierarchicalFloatKMeansResult instance.
HierarchicalIntHardAssigner - Class in org.openimaj.ml.clustering.assignment.hard
HierarchicalIntHardAssigner(HierarchicalIntKMeansResult, HierarchicalIntHardAssigner.ScoringScheme) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalIntHardAssigner
Construct with the given hierarchical KMeans clusterer and scoring scheme.
HierarchicalIntHardAssigner(HierarchicalIntKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalIntHardAssigner
Construct with the given Hierarchical KMeans clusterer and the SUM scoring scheme.
HierarchicalIntHardAssigner.ScoringScheme - Enum in org.openimaj.ml.clustering.assignment.hard
The HierarchicalIntHardAssigner.ScoringScheme determines how the distance to a cluster is estimated from the hierarchy of k-means generated clusters.
HierarchicalIntKMeans - Class in org.openimaj.ml.clustering.kmeans
Hierarchical Integer K-Means clustering (HierarchicalIntKMeans) is a simple hierarchical version of IntKMeans.
HierarchicalIntKMeans(KMeansConfiguration<IntNearestNeighbours, int[]>, int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeans
Construct a new HierarchicalIntKMeans with the given parameters.
HierarchicalIntKMeans(int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeans
Construct a new HierarchicalIntKMeans with the given parameters.
HierarchicalIntKMeansResult - Class in org.openimaj.ml.clustering.kmeans
The result of a HierarchicalIntKMeans clustering operation.
HierarchicalIntKMeansResult() - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalIntKMeansResult
 
HierarchicalIntKMeansResult.Node - Class in org.openimaj.ml.clustering.kmeans
HierarchicalIntKMeans tree node The number of children is not bigger than the HierarchicalIntKMeans K parameter
HierarchicalIntPathAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner for gathering the clusters assigned to a point from a hierarchical clustering.
HierarchicalIntPathAssigner(HierarchicalIntKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.soft.HierarchicalIntPathAssigner
Construct with the given HierarchicalIntKMeansResult instance.
HierarchicalLongHardAssigner - Class in org.openimaj.ml.clustering.assignment.hard
HierarchicalLongHardAssigner(HierarchicalLongKMeansResult, HierarchicalLongHardAssigner.ScoringScheme) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalLongHardAssigner
Construct with the given hierarchical KMeans clusterer and scoring scheme.
HierarchicalLongHardAssigner(HierarchicalLongKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalLongHardAssigner
Construct with the given Hierarchical KMeans clusterer and the SUM scoring scheme.
HierarchicalLongHardAssigner.ScoringScheme - Enum in org.openimaj.ml.clustering.assignment.hard
The HierarchicalLongHardAssigner.ScoringScheme determines how the distance to a cluster is estimated from the hierarchy of k-means generated clusters.
HierarchicalLongKMeans - Class in org.openimaj.ml.clustering.kmeans
Hierarchical Long K-Means clustering (HierarchicalLongKMeans) is a simple hierarchical version of LongKMeans.
HierarchicalLongKMeans(KMeansConfiguration<LongNearestNeighbours, long[]>, int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeans
Construct a new HierarchicalLongKMeans with the given parameters.
HierarchicalLongKMeans(int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeans
Construct a new HierarchicalLongKMeans with the given parameters.
HierarchicalLongKMeansResult - Class in org.openimaj.ml.clustering.kmeans
The result of a HierarchicalLongKMeans clustering operation.
HierarchicalLongKMeansResult() - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalLongKMeansResult
 
HierarchicalLongKMeansResult.Node - Class in org.openimaj.ml.clustering.kmeans
HierarchicalLongKMeans tree node The number of children is not bigger than the HierarchicalLongKMeans K parameter
HierarchicalLongPathAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner for gathering the clusters assigned to a point from a hierarchical clustering.
HierarchicalLongPathAssigner(HierarchicalLongKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.soft.HierarchicalLongPathAssigner
Construct with the given HierarchicalLongKMeansResult instance.
HierarchicalShortHardAssigner - Class in org.openimaj.ml.clustering.assignment.hard
HierarchicalShortHardAssigner(HierarchicalShortKMeansResult, HierarchicalShortHardAssigner.ScoringScheme) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalShortHardAssigner
Construct with the given hierarchical KMeans clusterer and scoring scheme.
HierarchicalShortHardAssigner(HierarchicalShortKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.hard.HierarchicalShortHardAssigner
Construct with the given Hierarchical KMeans clusterer and the SUM scoring scheme.
HierarchicalShortHardAssigner.ScoringScheme - Enum in org.openimaj.ml.clustering.assignment.hard
The HierarchicalShortHardAssigner.ScoringScheme determines how the distance to a cluster is estimated from the hierarchy of k-means generated clusters.
HierarchicalShortKMeans - Class in org.openimaj.ml.clustering.kmeans
Hierarchical Short K-Means clustering (HierarchicalShortKMeans) is a simple hierarchical version of ShortKMeans.
HierarchicalShortKMeans(KMeansConfiguration<ShortNearestNeighbours, short[]>, int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeans
Construct a new HierarchicalShortKMeans with the given parameters.
HierarchicalShortKMeans(int, int, int) - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeans
Construct a new HierarchicalShortKMeans with the given parameters.
HierarchicalShortKMeansResult - Class in org.openimaj.ml.clustering.kmeans
The result of a HierarchicalShortKMeans clustering operation.
HierarchicalShortKMeansResult() - Constructor for class org.openimaj.ml.clustering.kmeans.HierarchicalShortKMeansResult
 
HierarchicalShortKMeansResult.Node - Class in org.openimaj.ml.clustering.kmeans
HierarchicalShortKMeans tree node The number of children is not bigger than the HierarchicalShortKMeans K parameter
HierarchicalShortPathAssigner - Class in org.openimaj.ml.clustering.assignment.soft
A SoftAssigner for gathering the clusters assigned to a point from a hierarchical clustering.
HierarchicalShortPathAssigner(HierarchicalShortKMeansResult) - Constructor for class org.openimaj.ml.clustering.assignment.soft.HierarchicalShortPathAssigner
Construct with the given HierarchicalShortKMeansResult instance.
HighConstrastEdgeFunction(float) - Constructor for class org.openimaj.image.processing.algorithm.AnisotropicDiffusion.HighConstrastEdgeFunction
Construct with the given kappa value
highFrequency - Variable in class org.openimaj.audio.filters.TriangularFilter
The highest frequency of the filter
highSlope - Variable in class org.openimaj.audio.filters.TriangularFilter
The slope of the second half of the filter
hints - Variable in class org.openimaj.image.renderer.ImageRenderer
 
histogram - Variable in class org.openimaj.image.pixel.statistics.HistogramModel
The histogram data
Histogram - Class in org.openimaj.math.statistics.distribution
Simple Histogram based on a DoubleFV.
Histogram(int) - Constructor for class org.openimaj.math.statistics.distribution.Histogram
Construct a histogram with the given number of bins.
Histogram(DoubleFV...) - Constructor for class org.openimaj.math.statistics.distribution.Histogram
Construct a histogram by concatenating the given histograms
Histogram(double[]) - Constructor for class org.openimaj.math.statistics.distribution.Histogram
Construct from values array and dimensions
HistogramAnalyser - Class in org.openimaj.image.analysis.algorithm.histogram
An ImageAnalyser that processes an image and generates a Histogram.
HistogramAnalyser(int) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.HistogramAnalyser
Default constructor that builds a histogram processor that will create histograms with the given number of bins.
histogramEqualize - Variable in class org.openimaj.image.processing.face.detection.HaarCascadeDetector
 
HistogramExtractor() - Constructor for class org.openimaj.image.annotation.evaluation.dataset.Corel5kDataset.HistogramExtractor
 
HistogramExtractor - Class in org.openimaj.tools.globalfeature.type
Create a global colour histogram and output a feature
HistogramExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.HistogramExtractor
 
HistogramModel - Class in org.openimaj.image.pixel.statistics
A multidimensional histogram calculated from image pixels (assumes image is in 0-1 range)
HistogramModel(int...) - Constructor for class org.openimaj.image.pixel.statistics.HistogramModel
Construct with the given number of bins per dimension
HistogramPatchModel - Class in org.openimaj.image.model.patch
A MBFPatchClassificationModel that performs classification based on the joint (colour) histogram of the patch by comparing the patch histogram to a model histogram with a given comparison measure.
HistogramPatchModel(int, int, int...) - Constructor for class org.openimaj.image.model.patch.HistogramPatchModel
Construct with the given patch size and number of histogram bins per dimension.
HistogramPatchModel(int, int, DoubleFVComparison, int...) - Constructor for class org.openimaj.image.model.patch.HistogramPatchModel
Construct with the given patch size, comparison measure and ] number of histogram bins per dimension.
HistogramPixelModel - Class in org.openimaj.image.model.pixel
An MBFPixelClassificationModel that classifies an individual pixel by comparing it to a joint (colour) histogram.
HistogramPixelModel(int...) - Constructor for class org.openimaj.image.model.pixel.HistogramPixelModel
Construct with the given number of histogram bins per dimension.
histograms - Variable in class org.openimaj.image.pixel.statistics.BlockHistogramModel
The histogram data
HistogramVideoShotDetector - Class in org.openimaj.video.processing.shotdetector
Video shot detector class implemented as a video display listener.
HistogramVideoShotDetector() - Constructor for class org.openimaj.video.processing.shotdetector.HistogramVideoShotDetector
If you use this constructor, your timecodes will be messed up unless you call VideoShotDetector.setFPS(double) before you process any frames.
HistogramVideoShotDetector(double) - Constructor for class org.openimaj.video.processing.shotdetector.HistogramVideoShotDetector
Constructor that takes the frame rate of the source material.
HistogramVideoShotDetector(Video<MBFImage>) - Constructor for class org.openimaj.video.processing.shotdetector.HistogramVideoShotDetector
Default constructor takes the video to process.
HistogramVideoShotDetector(Video<MBFImage>, boolean) - Constructor for class org.openimaj.video.processing.shotdetector.HistogramVideoShotDetector
Constructor that determines whether to display the processing.
HitAndMiss - Class in org.openimaj.image.processing.morphology
Morphological hit-and-miss transform of connected components and (assumed binary) FImages.
HitAndMiss(StructuringElement...) - Constructor for class org.openimaj.image.processing.morphology.HitAndMiss
Construct a hit and miss operator with the given structuring elements.
hitAndMiss - Variable in class org.openimaj.image.processing.morphology.SequentialThin
 
hitAndMiss - Variable in class org.openimaj.image.processing.morphology.Thicken
 
hitAndMiss - Variable in class org.openimaj.image.processing.morphology.Thin
 
hm - Variable in class org.openimaj.tools.globalfeature.type.HistogramExtractor
The histogram model
HMLexiconBuilder - Class in org.openimaj.text.nlp.sentiment.lexicon
An implementation of Hatzivassiloglou and McKeown's approach to a semisupervised method of building a bipolar sentiment lexicon.
HMLexiconBuilder(List<String>, List<String>) - Constructor for class org.openimaj.text.nlp.sentiment.lexicon.HMLexiconBuilder
 
HOG - Class in org.openimaj.image.feature.dense.gradient
Implementation of an extractor for the Histogram of Oriented Gradients (HOG) feature for object detection.
HOG(SpatialBinningStrategy) - Constructor for class org.openimaj.image.feature.dense.gradient.HOG
Construct a new HOG with the 9 bins, using histogram interpolation and unsigned gradients.
HOG(int, boolean, FImageGradients.Mode, SpatialBinningStrategy) - Constructor for class org.openimaj.image.feature.dense.gradient.HOG
Construct a new HOG with the given number of bins.
HOGClassifier - Class in org.openimaj.image.objectdetection.hog
 
HOGClassifier() - Constructor for class org.openimaj.image.objectdetection.hog.HOGClassifier
 
HOGDetector - Class in org.openimaj.image.objectdetection.hog
 
HOGDetector(HOGClassifier, float) - Constructor for class org.openimaj.image.objectdetection.hog.HOGDetector
 
HOGDetector(HOGClassifier) - Constructor for class org.openimaj.image.objectdetection.hog.HOGDetector
 
holdreg(boolean) - Method in class org.openimaj.ml.timeseries.processor.LinearRegressionProcessor
 
holdreg(boolean) - Method in class org.openimaj.ml.timeseries.processor.WindowedLinearRegressionProcessor
 
HomogeneousKernelMap - Class in org.openimaj.ml.kernel
Implementation of the Homogeneous Kernel Map.
HomogeneousKernelMap(HomogeneousKernelMap.KernelType, HomogeneousKernelMap.WindowType) - Constructor for class org.openimaj.ml.kernel.HomogeneousKernelMap
Construct with the given kernel and window.
HomogeneousKernelMap(HomogeneousKernelMap.KernelType, double, HomogeneousKernelMap.WindowType) - Constructor for class org.openimaj.ml.kernel.HomogeneousKernelMap
Construct with the given kernel, gamma and window.
HomogeneousKernelMap(HomogeneousKernelMap.KernelType, double, int, HomogeneousKernelMap.WindowType) - Constructor for class org.openimaj.ml.kernel.HomogeneousKernelMap
Construct with the given kernel, gamma, order and window.
HomogeneousKernelMap(HomogeneousKernelMap.KernelType, double, int, double, HomogeneousKernelMap.WindowType) - Constructor for class org.openimaj.ml.kernel.HomogeneousKernelMap
Construct with the given kernel, gamma, order, period and window.
HomogeneousKernelMap.ExtractorWrapper<T> - Class in org.openimaj.ml.kernel
Helper implementation of a FeatureExtractor that wraps another FeatureExtractor and then applies the HomogeneousKernelMap to the output before returning the vector.
HomogeneousKernelMap.KernelType - Enum in org.openimaj.ml.kernel
Types of supported kernel for the HomogeneousKernelMap
HomogeneousKernelMap.WindowType - Enum in org.openimaj.ml.kernel
Types of window supported by the HomogeneousKernelMap.
homography - Variable in class org.openimaj.math.geometry.transforms.HomographyModel
 
homographyMatrix(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Compute the least-squares estimate (the normalised Direct Linear Transform approach) of the homography between a set of matching data points.
homographyMatrixNorm(List<? extends IndependentPair<? extends Point2d, ? extends Point2d>>) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Compute the least-squares estimate (the normalised Direct Linear Transform approach) of the homography between a set of matching data points.
HomographyModel - Class in org.openimaj.math.geometry.transforms
Implementation of a Homogeneous Homography model - a transform that models the relationship between planes under projective constraints (8 D.o.F)
HomographyModel() - Constructor for class org.openimaj.math.geometry.transforms.HomographyModel
Create an HomographyModel that automatically normalises the data given to HomographyModel.estimate(List) to get a numerically stable estimate.
HomographyModel(boolean) - Constructor for class org.openimaj.math.geometry.transforms.HomographyModel
Create a HomographyModel with optional automatic normalisation.
HomographyModel(Predicate<HomographyModel>) - Constructor for class org.openimaj.math.geometry.transforms.HomographyModel
Create an HomographyModel that automatically normalises the data given to HomographyModel.estimate(List) to get a numerically stable estimate.
HomographyModel(boolean, Predicate<HomographyModel>) - Constructor for class org.openimaj.math.geometry.transforms.HomographyModel
Create a HomographyModel with optional automatic normalisation.
HomographyRefinement - Enum in org.openimaj.math.geometry.transforms
Refinement of homographies estimates using non-linear optimisation (Levenberg-Marquardt) under different geometric distance/error assumptions.
homographyToAffine(Matrix) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Given a point x and y, calculate the 2x2 affine transform component of the 3x3 homography provided such that: H = AH_p H = { {h11,h12,h13}, {h21,h22,h23}, {h31,h32,h33} } H_p = { {1,0,0}, {0,1,0}, {h31,h32,1} } A = { {a11,a12,a13}, {a21,a22,a23}, {0,0,1} } so
homographyToAffine(Matrix, double, double) - Static method in class org.openimaj.math.geometry.transforms.TransformUtilities
Estimate the closest (in the least-squares sense) affine transform for a homography.
HORIZONTAL_ALIGNMENT - Static variable in class org.openimaj.image.typography.FontStyle
Attribute for horizontal alignment.
horizontalAlignment - Variable in class org.openimaj.image.typography.FontStyle
horizontal alignment of the text
HorizontalIntensityDistribution - Class in org.openimaj.image.feature.global
Produce a feature vector that describes the average intensity distribution across the from left to right.
HorizontalIntensityDistribution() - Constructor for class org.openimaj.image.feature.global.HorizontalIntensityDistribution
Construct the HorizontalIntensityDistribution feature extractor using the default of 10 equally spaced bins.
HorizontalIntensityDistribution(int) - Constructor for class org.openimaj.image.feature.global.HorizontalIntensityDistribution
Construct the HorizontalIntensityDistribution feature extractor using the given number of equally spaced bins.
HorizontalIntensityDistributionExtractor - Class in org.openimaj.tools.globalfeature.type
Horizontal intensity distribution
HorizontalIntensityDistributionExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.HorizontalIntensityDistributionExtractor
 
HorizontalProjection - Class in org.openimaj.image.analysis.algorithm
Project an image onto the x-axis.
HorizontalProjection() - Constructor for class org.openimaj.image.analysis.algorithm.HorizontalProjection
 
host - Variable in class org.openimaj.kestrel.KestrelServerSpec
the kestrel host
host_of - Variable in class orgrdfs.sioc.ns.SiteImpl
A Forum that is hosted on this Site.
HOSTNAME_KEY - Variable in class org.openimaj.stream.provider.irc.BasicIRCStreamDataset
The host name key
HoughCircles - Class in org.openimaj.image.analysis.algorithm
An implementation of the Hough transform for circles.
HoughCircles(int, int, int, int) - Constructor for class org.openimaj.image.analysis.algorithm.HoughCircles
Construct with the given parameters.
HoughCircles.WeightedCircle - Class in org.openimaj.image.analysis.algorithm
A circle with an associated weight.
HoughLines - Class in org.openimaj.image.analysis.algorithm
Implementation of the Hough Transform for lines as an ImageAnalyser.
HoughLines() - Constructor for class org.openimaj.image.analysis.algorithm.HoughLines
Default constructor that creates an accumulator space for 360 degrees with a "on value" of 0.0f
HoughLines(float) - Constructor for class org.openimaj.image.analysis.algorithm.HoughLines
Constructor that creates a default accumulator space with a specified value for pixels considered to be "on"
HoughLines(int, float) - Constructor for class org.openimaj.image.analysis.algorithm.HoughLines
Constructor that creates an accumulator space for the given number of segments.
HPIT - Static variable in class org.openimaj.image.processing.morphology.StructuringElement
Standard horizontal pit structuring element [x .
href - Variable in class org.openimaj.twitter.USMFStatus.Link
Direct href to item
HrsMinSecFrameTimecode - Class in org.openimaj.video.timecode
A timecode representation that extends the standard frame count representation to provide hours, minutes, seconds and frames timecode.
HrsMinSecFrameTimecode(long, double) - Constructor for class org.openimaj.video.timecode.HrsMinSecFrameTimecode
Default constructor that takes the current (start) frame number and the number of frames in one second.
HSL_TO_RGB(float[], float[]) - Static method in class org.openimaj.image.colour.Transforms
Converts an HSL color value to RGB.
hstack(Matrix...) - Static method in class org.openimaj.math.matrix.MatrixUtils
horizontally stack all the matrices provided.
HState - Class in org.openimaj.math.geometry.shape.util.polygon
Horizontal edge states
HState() - Constructor for class org.openimaj.math.geometry.shape.util.polygon.HState
 
HSV_TO_H2SV(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert HSV to H2SV using the formulation from: http://ilab.usc.edu/wiki/index.php/HSV_And_H2SV_Color_Space
HSV_TO_H2SV_2(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert HSV to H2SV VARIANT 2 using the formulation from: http://ilab.usc.edu/wiki/index.php/HSV_And_H2SV_Color_Space
HSV_TO_RGB(MBFImage) - Static method in class org.openimaj.image.colour.Transforms
Convert from HSV using the formulation from: http://ilab.usc.edu/wiki/index.php/HSV_And_H2SV_Color_Space Assumption is that H is in the range 0..1 and SV are in the range 0..1.
HTMLScrapingSiteSpecificConsumer - Class in org.openimaj.web.scraping
Abstract base for scraping data from elements in web pages
HTMLScrapingSiteSpecificConsumer() - Constructor for class org.openimaj.web.scraping.HTMLScrapingSiteSpecificConsumer
 
HttpUtils - Class in org.openimaj.io
HTTP(S) download utilities, with support for HTTP redirects and meta refresh redirection.
HttpUtils.MetaRefreshRedirectStrategy - Class in org.openimaj.io
A RedirectStrategy that can deal with meta-refresh style redirection
HueStats - Class in org.openimaj.image.feature.global
A two-valued summary representing mean hue (in radians) and variance of hue respectively.
HueStats() - Constructor for class org.openimaj.image.feature.global.HueStats
Construct with no mask set
HueStats(FImage) - Constructor for class org.openimaj.image.feature.global.HueStats
Construct with a mask.
HueStats.ToneAttr - Enum in org.openimaj.image.feature.global
Tonal attributes for images based on the mean hue and variance.
HueStatsExtractor - Class in org.openimaj.tools.globalfeature.type
Hue stats
HueStatsExtractor() - Constructor for class org.openimaj.tools.globalfeature.type.HueStatsExtractor
 
HuMoments - Class in org.openimaj.image.connectedcomponent.proc
Implementation of the 7 Hu moments for describing connected component shape.
HuMoments() - Constructor for class org.openimaj.image.connectedcomponent.proc.HuMoments
 
HungarianAlgorithm - Class in org.openimaj.math.combinatorics.optimisation
An implementation of the Hungarian algorithm for solving the assignment problem.
HungarianAlgorithm(Matrix) - Constructor for class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
Construct an instance of the algorithm.
HungarianAlgorithm(double[][]) - Constructor for class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
Construct an instance of the algorithm.

I

I - Static variable in class org.openimaj.image.processing.morphology.GolayAlphabet
The I elements of the Golay Alphabet
I1 - Variable in class org.openimaj.image.connectedcomponent.proc.AffineInvariantMoments
The first affine-invariant moment
I2 - Variable in class org.openimaj.image.connectedcomponent.proc.AffineInvariantMoments
The second affine-invariant moment
I3 - Variable in class org.openimaj.image.connectedcomponent.proc.AffineInvariantMoments
The third affine-invariant moment
I4 - Variable in class org.openimaj.image.connectedcomponent.proc.AffineInvariantMoments
The forth affine-invariant moment
ic - Variable in class org.openimaj.content.slideshow.PictureSlide
 
IconListRenderer() - Constructor for class org.openimaj.demos.Demos.IconListRenderer
 
id - Variable in class org.openimaj.feature.local.quantised.QuantisedLocalFeature
The identifier.
id - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
id - Variable in class org.openimaj.twitter.USMFStatus
Unique ID
id - Variable in class org.openimaj.twitter.USMFStatus.User
Unique User ID
ID - Static variable in class org.openimaj.workinprogress.SignProgrammer
 
id_str - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
Identifiable - Interface in org.openimaj.data.identity
An Identifiable is an object that has an associated identifier.
IdentifiableBuilder() - Constructor for class org.openimaj.data.dataset.MapBackedDataset.IdentifiableBuilder
 
IdentifiableObject<T> - Class in org.openimaj.data.identity
A simple implementation of Identifiable that wraps another object.
IdentifiableObject(String, T) - Constructor for class org.openimaj.data.identity.IdentifiableObject
Construct with the given identity and data.
identifier - Variable in class org.openimaj.experiment.ExperimentContext.Variable
The variables identifier taken from the annotation, or the variables name if the annotation has the default identifier.
identifier() - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairCount
 
identifier(long) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairCount
 
identifier() - Method in interface org.openimaj.io.Cachable
 
identifier() - Method in class org.openimaj.twitter.finance.YahooFinanceData
 
identifier() - Method in class org.openimaj.video.capture.Device
 
identifier(Pointer<Byte>) - Method in class org.openimaj.video.capture.Device
 
identifierBinary(long) - Method in class org.openimaj.hadoop.tools.twitter.token.mode.pointwisemi.count.TokenPairCount
Generate a byte array identifier with some time stamp included.
identify() - Method in class org.openimaj.hardware.kinect.KinectController
Sets the LEDs to blink red and yellow for five seconds before resetting to green.
identity(Matrix, Matrix) - Method in class com.jsaragih.PDM
Initialise the identify face parameters
identity - Variable in class org.openimaj.data.identity.IdentifiableObject
The identity
IdentityAligner<T extends DetectedFace> - Class in org.openimaj.image.processing.face.alignment
A FaceAligner that does nothing, and just passes on the patch from the DetectedFace.
IdentityAligner() - Constructor for class org.openimaj.image.processing.face.alignment.IdentityAligner
 
IdentityFaceDetector<IMAGE extends Image<?,IMAGE>> - Class in org.openimaj.image.processing.face.detection
A face detector that does nothing other than wrap the input image in a single DetectedFace object.
IdentityFaceDetector() - Constructor for class org.openimaj.image.processing.face.detection.IdentityFaceDetector
 
IdentityFeatureExtractor<OBJECT> - Class in org.openimaj.feature
An identity extractor hands back the object it is given as the extracted feature
IdentityFeatureExtractor() - Constructor for class org.openimaj.feature.IdentityFeatureExtractor
 
IdentityFilter<T> - Class in org.openimaj.image.objectdetection.filtering
Identity DetectionFilter; just outputs the input directly.
IdentityFilter() - Constructor for class org.openimaj.image.objectdetection.filtering.IdentityFilter
 
IdentityMapper<INPUT_KEY,INPUT_VALUE,MAP_OUTPUT_KEY,MAP_OUTPUT_VALUE> - Class in org.openimaj.hadoop.mapreduce.stage
The identity mapper emits what it is given as input
IdentityMapper() - Constructor for class org.openimaj.hadoop.mapreduce.stage.IdentityMapper
Default constructor
IdentityReducer<MAP_OUTPUT_KEY,MAP_OUTPUT_VALUE,OUTPUT_KEY,OUTPUT_VALUE> - Class in org.openimaj.hadoop.mapreduce.stage
The identity reducer outputs what it gets as input.
IdentityReducer() - Constructor for class org.openimaj.hadoop.mapreduce.stage.IdentityReducer
Default constructor
ie - Variable in class org.openimaj.math.geometry.shape.util.polygon.ItNode
Intersecting edge (bundle) pair
IgnoreTokenStripper - Class in org.openimaj.text.nlp.namedentity
Class to remove stopwords from a list of tokens, or to check if a word is a stopword.
IgnoreTokenStripper(IgnoreTokenStripper.Language) - Constructor for class org.openimaj.text.nlp.namedentity.IgnoreTokenStripper
Constructor for specified language.
IgnoreTokenStripper.Language - Enum in org.openimaj.text.nlp.namedentity
Language to build stripper from.
ILI - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
Internal left intermediate
im - Variable in class org.openimaj.math.util.Complex
The imaginary part
im_ - Variable in class com.jsaragih.Patch
 
image - Variable in class org.openimaj.image.analysis.algorithm.ImageInterpolation
 
image - Variable in class org.openimaj.image.annotation.evaluation.datasets.MMSys2013.Record
The Flickr Photo
image - Variable in class org.openimaj.image.connectedcomponent.proc.ColourDescriptor
 
image - Variable in class org.openimaj.image.DisplayUtilities.ImageComponent
The image being displayed
image - Variable in class org.openimaj.image.feature.local.detector.dog.extractor.ColourGradientFeatureExtractor
 
image - Variable in class org.openimaj.image.feature.local.extraction.LocalImageExtractorProperties
The image being processed
Image<Q,I extends Image<Q,I>> - Class in org.openimaj.image
Base class for representing and manipulating images.
Image() - Constructor for class org.openimaj.image.Image
 
image - Variable in class org.openimaj.image.Plotter
 
image - Variable in class org.openimaj.image.processor.connectedcomponent.render.AbstractRenderer
The image that the rendered will write to
image - Variable in class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererMono
The image to draw into
image - Variable in class org.openimaj.image.processor.connectedcomponent.render.ConfigurableRendererRGB
The image to draw into
image - Variable in class org.openimaj.tools.imagecollection.collection.ImageCollectionEntry
 
image - Variable in class org.openimaj.web.scraping.images.ImgurClient.ImageResponse
Image metadata
Image.Field - Enum in org.openimaj.image
Enumerator for representing the type of field interlacing operations.
ImageAnalyser<I extends Image<?,I>> - Interface in org.openimaj.image.analyser
An interface for objects that are able to perform analysis on images.
ImageAnalyserFVFeatureExtractor<ANALYSER extends ImageAnalyser<IMAGE> & FeatureVectorProvider<FEATURE>,IMAGE extends Image<?,IMAGE>,FEATURE extends FeatureVector> - Class in org.openimaj.image.feature
A FeatureExtractor that wraps ImageAnalysers that can provide FeatureVectors through FeatureVectorProvider.
ImageAnalyserFVFeatureExtractor(ANALYSER) - Constructor for class org.openimaj.image.feature.ImageAnalyserFVFeatureExtractor
Construct with the given analyser
imageAtBoundary - Variable in class org.openimaj.video.processing.shotdetector.VideoKeyframe
An image at the shot boundary
ImageClassificationModel<T extends Image<?,T>> - Interface in org.openimaj.image.model
An ImageClassificationModel is a EstimatableModel constructed between an generic image and a probability map in the form of an FImage.
ImageCollection<ImageType extends Image<?,ImageType>> - Interface in org.openimaj.tools.imagecollection.collection
An image collection knows how to load itself from a given type of configuration.
ImageCollectionConfig - Class in org.openimaj.tools.imagecollection.collection.config
An ImageCollectionConfig can be written to and read from an ASCII str
ImageCollectionConfig() - Constructor for class org.openimaj.tools.imagecollection.collection.config.ImageCollectionConfig
 
ImageCollectionConfig(String) - Constructor for class org.openimaj.tools.imagecollection.collection.config.ImageCollectionConfig
 
ImageCollectionConfig - Class in org.openimaj.tools.imagecollection.collection
An ImageCollectionConfig can be written to and read from an ASCII str
ImageCollectionConfig() - Constructor for class org.openimaj.tools.imagecollection.collection.ImageCollectionConfig
 
ImageCollectionConfig(String) - Constructor for class org.openimaj.tools.imagecollection.collection.ImageCollectionConfig
 
ImageCollectionEntry<T extends Image<?,T>> - Class in org.openimaj.tools.imagecollection.collection
 
ImageCollectionEntry() - Constructor for class org.openimaj.tools.imagecollection.collection.ImageCollectionEntry
 
ImageCollectionEntrySelection<T extends Image<?,T>> - Interface in org.openimaj.tools.imagecollection.collection
 
ImageCollectionEntrySelection.All<T extends Image<?,T>> - Class in org.openimaj.tools.imagecollection.collection
 
ImageCollectionMode - Enum in org.openimaj.tools.imagecollection.collection.config
 
ImageCollectionProcessor<T extends Image<?,T>> - Class in org.openimaj.tools.imagecollection.processor
 
ImageCollectionProcessor() - Constructor for class org.openimaj.tools.imagecollection.processor.ImageCollectionProcessor
 
ImageCollectionProcessorJob<T extends Image<?,T>> - Class in org.openimaj.tools.imagecollection.tool
 
ImageCollectionProcessorJob(ImageCollection<T>, ImageCollectionProcessor<T>, MetaMapper) - Constructor for class org.openimaj.tools.imagecollection.tool.ImageCollectionProcessorJob
 
ImageCollectionProcessorJob.ProcessorJobEvent - Class in org.openimaj.tools.imagecollection.tool
 
ImageCollectionProcessorJob.ProcessorJobListener - Interface in org.openimaj.tools.imagecollection.tool
 
ImageCollectionProcessorMode - Enum in org.openimaj.tools.imagecollection.collection.config
 
ImageCollectionProcessorMode - Enum in org.openimaj.tools.imagecollection
 
ImageCollectionProcessorMode.ModeOp - Interface in org.openimaj.tools.imagecollection.collection.config
 
ImageCollectionSetupException - Exception in org.openimaj.tools.imagecollection.collection
 
ImageCollectionSetupException(String) - Constructor for exception org.openimaj.tools.imagecollection.collection.ImageCollectionSetupException
 
ImageCollectionSetupException(ParseException) - Constructor for exception org.openimaj.tools.imagecollection.collection.ImageCollectionSetupException
 
ImageCollectionState - Class in org.openimaj.tools.imagecollection.collection
 
ImageCollectionState() - Constructor for class org.openimaj.tools.imagecollection.collection.ImageCollectionState
 
ImageCollectionTool<T extends Image<?,T>> - Class in org.openimaj.tools.imagecollection.tool
 
ImageCollectionTool() - Constructor for class org.openimaj.tools.imagecollection.tool.ImageCollectionTool
 
ImageCombiner<I1 extends Image<?,I1>,I2 extends Image<?,I2>,O extends Image<?,O>> - Interface in org.openimaj.image.combiner
Interface for classes capable of combining two images into one.
ImageComponent() - Constructor for class org.openimaj.image.DisplayUtilities.ImageComponent
Default constructor
ImageComponent(boolean) - Constructor for class org.openimaj.image.DisplayUtilities.ImageComponent
Default constructor.
ImageComponent(BufferedImage) - Constructor for class org.openimaj.image.DisplayUtilities.ImageComponent
Construct with given image
ImageComponent(boolean, boolean) - Constructor for class org.openimaj.image.DisplayUtilities.ImageComponent
Default constructor.
ImageComponent(float, boolean, boolean) - Constructor for class org.openimaj.image.DisplayUtilities.ImageComponent
Default constructor.
imageCreated(I) - Method in interface org.openimaj.tools.ocr.FontSimulator.FontSimListener
Called when an image is created during one of its runs.
imageCreated(FImage) - Method in class org.openimaj.tools.ocr.KNNCharacterClassifier.ImageTrainer
Implementation of the FontSimulator.FontSimListener interface.
ImageDataSourceQuery() - Constructor for class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceQuery
 
ImageDataSourceResponse(JSONObject) - Constructor for class org.openimaj.image.dataset.BingImageDataset.ImageDataSourceResponse
 
ImageFeatureMDS - Class in org.openimaj.demos
 
ImageFeatureMDS() - Constructor for class org.openimaj.demos.ImageFeatureMDS
 
ImageFeatureSelect - Class in org.openimaj.hadoop.tools.fastkmeans
 
ImageFeatureSelect() - Constructor for class org.openimaj.hadoop.tools.fastkmeans.ImageFeatureSelect
 
ImageFeatureSelect.Map - Class in org.openimaj.hadoop.tools.fastkmeans
 
ImageFeatureSelect.Reduce - Class in org.openimaj.hadoop.tools.fastkmeans
 
ImageFromURL<I extends Image<?,I>> - Class in org.openimaj.stream.functions
This class implements a function that can read images from URLs.
ImageFromURL(ObjectReader<I, InputStream>) - Constructor for class org.openimaj.stream.functions.ImageFromURL
Construct with the given image reader.
imageHeight - Variable in class org.openimaj.image.feature.global.Gist
 
ImageInterpolation - Class in org.openimaj.image.analysis.algorithm
An ImageAnalyser that can provide interpolate pixel values using a variety of interpolation approaches.
ImageInterpolation(ImageInterpolation.Interpolator) - Constructor for class org.openimaj.image.analysis.algorithm.ImageInterpolation
Default constructor.
ImageInterpolation.InterpolationType - Enum in org.openimaj.image.analysis.algorithm
Standard interpolation types.
ImageInterpolation.Interpolator - Interface in org.openimaj.image.analysis.algorithm
Interface defining an object capable of performing pixel interpolation
imagePanned(double, double) - Method in interface org.openimaj.image.DisplayUtilities.ImageComponent.ImageComponentListener
Called when the image has been panned to a new position.
ImageProcessor<I extends Image<?,I>> - Interface in org.openimaj.image.processor
An interface for objects that are able to process whole images.
ImageProvider<IMAGE extends Image<?,IMAGE>> - Interface in org.openimaj.image
Interface for objects that can provide images
ImageRenderer<Q,I extends Image<Q,I>> - Class in org.openimaj.image.renderer
ImageRenderer is the abstract base class for all renderers capable of drawing to images.
ImageRenderer(I) - Constructor for class org.openimaj.image.renderer.ImageRenderer
Construct with given target image.
ImageRenderer(I, RenderHints) - Constructor for class org.openimaj.image.renderer.ImageRenderer
Construct with given target image and rendering hints.
ImageResponse() - Constructor for class org.openimaj.web.scraping.images.ImgurClient.ImageResponse
 
images - Variable in class org.openimaj.image.analysis.pyramid.Octave
The images that make up this Octave
images - Variable in class org.openimaj.image.processing.transform.ProjectionProcessor
 
imagesDone - Variable in class org.openimaj.tools.imagecollection.tool.ImageCollectionProcessorJob.ProcessorJobEvent
 
ImageSearchResult<METADATA extends Identifiable> - Class in org.openimaj.image.searching
 
ImageSearchResult(METADATA, double) - Constructor for class org.openimaj.image.searching.ImageSearchResult
 
ImageSiteURLExtractor - Class in org.openimaj.stream.functions
This class implements a function that will given an input URL outputs a list of URLs to the possible images related to the input URL.
ImageSiteURLExtractor(boolean, boolean) - Constructor for class org.openimaj.stream.functions.ImageSiteURLExtractor
Construct with or without Tumblr support
ImageSiteURLExtractor(boolean) - Constructor for class org.openimaj.stream.functions.ImageSiteURLExtractor
Construct with or without Tumblr support
ImageSiteURLExtractor() - Constructor for class org.openimaj.stream.functions.ImageSiteURLExtractor
Default constructor; includes tumblr support.
imagesTotal - Variable in class org.openimaj.tools.imagecollection.tool.ImageCollectionProcessorJob.ProcessorJobEvent
 
ImageThumbnailPlotter - Class in org.openimaj.vis.general
An item plotter that is able to plot images into a visualisation at a given position and size.
ImageThumbnailPlotter() - Constructor for class org.openimaj.vis.general.ImageThumbnailPlotter
 
imageToVector(MBFImage) - Method in class org.openimaj.image.segmentation.KMColourSegmenter
 
imageToVector(MBFImage) - Method in class org.openimaj.image.segmentation.KMSpatialColourSegmenter
 
ImageTrainer(int) - Constructor for class org.openimaj.tools.ocr.KNNCharacterClassifier.ImageTrainer
Constructor that takes the size of the output vector (that is the total number of training instances).
imageURLs - Variable in class org.openimaj.picslurper.StatusConsumption
The consume image urls
ImageUtilities - Class in org.openimaj.image
A static utility class with methods for dealing with images.
imageWidth - Variable in class org.openimaj.image.feature.global.Gist
 
imageZoomed(double) - Method in interface org.openimaj.image.DisplayUtilities.ImageComponent.ImageComponentListener
Called when the image has been zoomed to the new zoom factor.
img - Variable in class org.openimaj.image.feature.local.detector.mser.gui.TestGUI
 
ImgDetector - Class in org.openimaj.demos
 
ImgDetector() - Constructor for class org.openimaj.demos.ImgDetector
 
imgPyr - Variable in class org.openimaj.video.tracking.klt.PyramidSet
the image pyramid
ImgurClient - Class in org.openimaj.web.scraping.images
An imgur client has the various functionality of the imgur.com api
ImgurClient() - Constructor for class org.openimaj.web.scraping.images.ImgurClient
 
ImgurClient.ImageResponse - Class in org.openimaj.web.scraping.images
An image response is composed of two Maps, one describing the image and another describing its links
ImgurClient.ImgurType - Enum in org.openimaj.web.scraping.images
 
ImgurClient.ImgurTypeHash - Class in org.openimaj.web.scraping.images
The type and hash usually returned from ImgurClient.imgurURLtoHash(URL)
ImgurConsumer - Class in org.openimaj.web.scraping.images
Downloads images hosted on imgur.com using their API
ImgurConsumer() - Constructor for class org.openimaj.web.scraping.images.ImgurConsumer
initialise the ImgurClient instance
ImgurTypeHash(ImgurClient.ImgurType, String) - Constructor for class org.openimaj.web.scraping.images.ImgurClient.ImgurTypeHash
 
imgurURLtoHash(URL) - Static method in class org.openimaj.web.scraping.images.ImgurClient
 
IMM - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
Internal maximum and minimum
IMMFaceDatabase - Class in org.openimaj.image.model.asm.datasets
The IMM Face Database (a set of labelled faces with connected points).
IMMFaceDatabase() - Constructor for class org.openimaj.image.model.asm.datasets.IMMFaceDatabase
 
IMN - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
Internal minimum
importMap - Static variable in class org.openimaj.rdf.owl2java.PropertyDef
A map of XML Schema types to imports
improveEstimate - Variable in class org.openimaj.math.model.fit.LMedS
 
improveEstimate - Variable in class org.openimaj.math.model.fit.RANSAC
 
IMX - Static variable in class org.openimaj.math.geometry.shape.util.polygon.VertexType
Internal maximum
in(Iterator<T>) - Static method in class org.openimaj.util.iterator.IterableIterator
Wrapper to allow an Iterator as an Iterable so it can be used in a foreach loop.
in_reply_to_screen_name - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
in_reply_to_status_id - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
in_reply_to_user_id - Variable in class org.openimaj.twitter.GeneralJSONTwitter
 
inc() - Method in class org.openimaj.text.nlp.sentiment.lexicon.TotalLexBuilder.Counter
 
incoherentHistogram - Variable in class org.openimaj.image.analysis.algorithm.EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram
The incoherent part of the histogram
IncompatibleTimeSeriesException - Exception in org.openimaj.ml.timeseries
 
IncompatibleTimeSeriesException() - Constructor for exception org.openimaj.ml.timeseries.IncompatibleTimeSeriesException
 
IncompatibleTimeSeriesException(String) - Constructor for exception org.openimaj.ml.timeseries.IncompatibleTimeSeriesException
 
incr(StatusConsumption) - Method in class org.openimaj.picslurper.StatusConsumption
 
incr - Variable in class org.openimaj.util.parallel.Parallel.IntRange
Increment amount
incrColumn(Matrix, int, double) - Static method in class org.openimaj.math.matrix.MatrixUtils
Increment values in a single column by a constant
increment(int, byte) - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
increment(int, double) - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
increment(int, float) - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
increment(int, int) - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
increment(int, long) - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
increment(int, short) - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
increment(int, byte) - Method in class org.openimaj.util.array.SparseByteArray
Increment the value at the given index.
increment(int, double) - Method in class org.openimaj.util.array.SparseDoubleArray
Increment the value at the given index.
increment(int, float) - Method in class org.openimaj.util.array.SparseFloatArray
Increment the value at the given index.
increment(int, byte) - Method in class org.openimaj.util.array.SparseHashedByteArray
 
increment(int, double) - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
increment(int, float) - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
increment(int, int) - Method in class org.openimaj.util.array.SparseHashedIntArray
 
increment(int, long) - Method in class org.openimaj.util.array.SparseHashedLongArray
 
increment(int, short) - Method in class org.openimaj.util.array.SparseHashedShortArray
 
increment(int, int) - Method in class org.openimaj.util.array.SparseIntArray
Increment the value at the given index.
increment(int, long) - Method in class org.openimaj.util.array.SparseLongArray
Increment the value at the given index.
increment(int, short) - Method in class org.openimaj.util.array.SparseShortArray
Increment the value at the given index.
IncrementalAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation
An Annotator that can be trained/updated incrementally.
IncrementalAnnotator() - Constructor for class org.openimaj.ml.annotation.IncrementalAnnotator
 
IncrementalBilinearSparseOnlineLearner - Class in org.openimaj.ml.linear.learner
 
IncrementalBilinearSparseOnlineLearner() - Constructor for class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
Instantiates with the default params
IncrementalBilinearSparseOnlineLearner(BilinearLearnerParameters) - Constructor for class org.openimaj.ml.linear.learner.IncrementalBilinearSparseOnlineLearner
 
IncrementalByteADCNearestNeighbours - Class in org.openimaj.knn.pq
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
IncrementalByteADCNearestNeighbours() - Constructor for class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
 
IncrementalByteADCNearestNeighbours(ByteProductQuantiser, byte[][]) - Constructor for class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalByteADCNearestNeighbours(ByteProductQuantiser, List<byte[]>) - Constructor for class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalByteADCNearestNeighbours(ByteProductQuantiser, DataSource<byte[]>) - Constructor for class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalByteADCNearestNeighbours(ByteProductQuantiser, int) - Constructor for class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalByteADCNearestNeighbours(ByteProductQuantiser, int, int) - Constructor for class org.openimaj.knn.pq.IncrementalByteADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalByteKDTree - Class in org.openimaj.util.tree
Implementation of a simple incremental KDTree for byte[]s.
IncrementalByteKDTree() - Constructor for class org.openimaj.util.tree.IncrementalByteKDTree
Create an empty KDTree object
IncrementalByteKDTree(Collection<byte[]>) - Constructor for class org.openimaj.util.tree.IncrementalByteKDTree
Create a KDTree object and populate it with the given data.
IncrementalByteKDTree(byte[][]) - Constructor for class org.openimaj.util.tree.IncrementalByteKDTree
Create a KDTree object and populate it with the given data.
IncrementalDoubleADCNearestNeighbours - Class in org.openimaj.knn.pq
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
IncrementalDoubleADCNearestNeighbours() - Constructor for class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
 
IncrementalDoubleADCNearestNeighbours(DoubleProductQuantiser, double[][]) - Constructor for class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalDoubleADCNearestNeighbours(DoubleProductQuantiser, List<double[]>) - Constructor for class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalDoubleADCNearestNeighbours(DoubleProductQuantiser, DataSource<double[]>) - Constructor for class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalDoubleADCNearestNeighbours(DoubleProductQuantiser, int) - Constructor for class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalDoubleADCNearestNeighbours(DoubleProductQuantiser, int, int) - Constructor for class org.openimaj.knn.pq.IncrementalDoubleADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalDoubleKDTree - Class in org.openimaj.util.tree
Implementation of a simple incremental KDTree for double[]s.
IncrementalDoubleKDTree() - Constructor for class org.openimaj.util.tree.IncrementalDoubleKDTree
Create an empty KDTree object
IncrementalDoubleKDTree(Collection<double[]>) - Constructor for class org.openimaj.util.tree.IncrementalDoubleKDTree
Create a KDTree object and populate it with the given data.
IncrementalDoubleKDTree(double[][]) - Constructor for class org.openimaj.util.tree.IncrementalDoubleKDTree
Create a KDTree object and populate it with the given data.
IncrementalFloatADCNearestNeighbours - Class in org.openimaj.knn.pq
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
IncrementalFloatADCNearestNeighbours() - Constructor for class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
 
IncrementalFloatADCNearestNeighbours(FloatProductQuantiser, float[][]) - Constructor for class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalFloatADCNearestNeighbours(FloatProductQuantiser, List<float[]>) - Constructor for class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalFloatADCNearestNeighbours(FloatProductQuantiser, DataSource<float[]>) - Constructor for class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalFloatADCNearestNeighbours(FloatProductQuantiser, int) - Constructor for class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalFloatADCNearestNeighbours(FloatProductQuantiser, int, int) - Constructor for class org.openimaj.knn.pq.IncrementalFloatADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalFloatKDTree - Class in org.openimaj.util.tree
Implementation of a simple incremental KDTree for float[]s.
IncrementalFloatKDTree() - Constructor for class org.openimaj.util.tree.IncrementalFloatKDTree
Create an empty KDTree object
IncrementalFloatKDTree(Collection<float[]>) - Constructor for class org.openimaj.util.tree.IncrementalFloatKDTree
Create a KDTree object and populate it with the given data.
IncrementalFloatKDTree(float[][]) - Constructor for class org.openimaj.util.tree.IncrementalFloatKDTree
Create a KDTree object and populate it with the given data.
IncrementalIndexer<DATA extends ImageProvider<MBFImage>,RESULT extends Identifiable & Scored,QUERY extends ImageProvider<MBFImage>> - Interface in org.openimaj.image.indexing
 
IncrementalIntADCNearestNeighbours - Class in org.openimaj.knn.pq
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
IncrementalIntADCNearestNeighbours() - Constructor for class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
 
IncrementalIntADCNearestNeighbours(IntProductQuantiser, int[][]) - Constructor for class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalIntADCNearestNeighbours(IntProductQuantiser, List<int[]>) - Constructor for class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalIntADCNearestNeighbours(IntProductQuantiser, DataSource<int[]>) - Constructor for class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalIntADCNearestNeighbours(IntProductQuantiser, int) - Constructor for class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalIntADCNearestNeighbours(IntProductQuantiser, int, int) - Constructor for class org.openimaj.knn.pq.IncrementalIntADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalIntKDTree - Class in org.openimaj.util.tree
Implementation of a simple incremental KDTree for int[]s.
IncrementalIntKDTree() - Constructor for class org.openimaj.util.tree.IncrementalIntKDTree
Create an empty KDTree object
IncrementalIntKDTree(Collection<int[]>) - Constructor for class org.openimaj.util.tree.IncrementalIntKDTree
Create a KDTree object and populate it with the given data.
IncrementalIntKDTree(int[][]) - Constructor for class org.openimaj.util.tree.IncrementalIntKDTree
Create a KDTree object and populate it with the given data.
IncrementalLifetimeSparseClusterer - Class in org.openimaj.ml.clustering.incremental
An IncrementalSparseClusterer which also has a notion of a lifetime.
IncrementalLifetimeSparseClusterer(SparseMatrixClusterer<? extends IndexClusters>, int) - Constructor for class org.openimaj.ml.clustering.incremental.IncrementalLifetimeSparseClusterer
 
IncrementalLifetimeSparseClusterer(SparseMatrixClusterer<? extends IndexClusters>, int, int) - Constructor for class org.openimaj.ml.clustering.incremental.IncrementalLifetimeSparseClusterer
 
IncrementalLifetimeSparseClusterer(SparseMatrixClusterer<? extends IndexClusters>, int, double, int) - Constructor for class org.openimaj.ml.clustering.incremental.IncrementalLifetimeSparseClusterer
 
IncrementalLongADCNearestNeighbours - Class in org.openimaj.knn.pq
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
IncrementalLongADCNearestNeighbours() - Constructor for class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
 
IncrementalLongADCNearestNeighbours(LongProductQuantiser, long[][]) - Constructor for class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalLongADCNearestNeighbours(LongProductQuantiser, List<long[]>) - Constructor for class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalLongADCNearestNeighbours(LongProductQuantiser, DataSource<long[]>) - Constructor for class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalLongADCNearestNeighbours(LongProductQuantiser, int) - Constructor for class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalLongADCNearestNeighbours(LongProductQuantiser, int, int) - Constructor for class org.openimaj.knn.pq.IncrementalLongADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalLongKDTree - Class in org.openimaj.util.tree
Implementation of a simple incremental KDTree for long[]s.
IncrementalLongKDTree() - Constructor for class org.openimaj.util.tree.IncrementalLongKDTree
Create an empty KDTree object
IncrementalLongKDTree(Collection<long[]>) - Constructor for class org.openimaj.util.tree.IncrementalLongKDTree
Create a KDTree object and populate it with the given data.
IncrementalLongKDTree(long[][]) - Constructor for class org.openimaj.util.tree.IncrementalLongKDTree
Create a KDTree object and populate it with the given data.
IncrementalMetaIndex<DATA,METADATA extends Identifiable> - Interface in org.openimaj.image.searching
 
IncrementalNearestNeighbours<DATA,DISTANCES,PAIR_TYPE> - Interface in org.openimaj.knn
Extension to K-nearest-neighbour that allows database points to be added dynamically.
IncrementalShortADCNearestNeighbours - Class in org.openimaj.knn.pq
Incremental Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
IncrementalShortADCNearestNeighbours() - Constructor for class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
 
IncrementalShortADCNearestNeighbours(ShortProductQuantiser, short[][]) - Constructor for class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalShortADCNearestNeighbours(ShortProductQuantiser, List<short[]>) - Constructor for class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalShortADCNearestNeighbours(ShortProductQuantiser, DataSource<short[]>) - Constructor for class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IncrementalShortADCNearestNeighbours(ShortProductQuantiser, int) - Constructor for class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalShortADCNearestNeighbours(ShortProductQuantiser, int, int) - Constructor for class org.openimaj.knn.pq.IncrementalShortADCNearestNeighbours
Construct an empty ADC with the given quantiser.
IncrementalShortKDTree - Class in org.openimaj.util.tree
Implementation of a simple incremental KDTree for short[]s.
IncrementalShortKDTree() - Constructor for class org.openimaj.util.tree.IncrementalShortKDTree
Create an empty KDTree object
IncrementalShortKDTree(Collection<short[]>) - Constructor for class org.openimaj.util.tree.IncrementalShortKDTree
Create a KDTree object and populate it with the given data.
IncrementalShortKDTree(short[][]) - Constructor for class org.openimaj.util.tree.IncrementalShortKDTree
Create a KDTree object and populate it with the given data.
IncrementalSparseClusterer - Class in org.openimaj.ml.clustering.incremental
An incremental clusterer which holds old SparseMatrix instances internally, only forgetting rows once they have been clustered and are relatively stable.
IncrementalSparseClusterer(SparseMatrixClusterer<? extends IndexClusters>, int) - Constructor for class org.openimaj.ml.clustering.incremental.IncrementalSparseClusterer
 
IncrementalSparseClusterer(SparseMatrixClusterer<? extends IndexClusters>, int, double) - Constructor for class org.openimaj.ml.clustering.incremental.IncrementalSparseClusterer
 
IncrementalTrainer<T> - Interface in org.openimaj.ml.training
Interface describing objects capable of performing incremental training.
incrementClue(TFF.Clue, int) - Method in class org.openimaj.text.nlp.sentiment.type.TFFCountSentiment
 
incrementTweetCount(int) - Method in class org.openimaj.hadoop.tools.twitter.utils.TweetCountWordMap
 
incrRow(Matrix, int, double) - Static method in class org.openimaj.math.matrix.MatrixUtils
Increment values in a single column by a constant
incTopicTotal(int, double) - Method in class org.openimaj.pgm.vb.lda.mle.LDAModel
Increment a topic and word index by d.
incTopicWord(int, int, double) - Method in class org.openimaj.pgm.vb.lda.mle.LDAModel
Increment a topic and word index by d.
IndependentComponentAnalysis - Class in org.openimaj.math.matrix.algorithm.ica
 
IndependentComponentAnalysis() - Constructor for class org.openimaj.math.matrix.algorithm.ica.IndependentComponentAnalysis
 
IndependentPair<A,B> - Class in org.openimaj.util.pair
IndependentPair represents a generic pair of objects of different (independent) types.
IndependentPair(A, B) - Constructor for class org.openimaj.util.pair.IndependentPair
Constructs a Pair object with two objects obj1 and obj2
IndependentPriorRandomAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation.basic
Annotator that randomly assigns annotations, but takes account of the prior probability of each annotation based on the proportion of times it occurred in training.
IndependentPriorRandomAnnotator(NumAnnotationsChooser) - Constructor for class org.openimaj.ml.annotation.basic.IndependentPriorRandomAnnotator
Construct with the given NumAnnotationsChooser to determine how many annotations are produced by calls to IndependentPriorRandomAnnotator.annotate(Object).
IndependentVariable - Annotation Type in org.openimaj.experiment.annotations
Annotation for marking independent or controlled variables within a RunnableExperiment instance.
index - Variable in class ch.akuhn.matrix.Vector.Entry
The index
index - Variable in class org.openimaj.hadoop.tools.fastkmeans.IndexedByteArray
 
index - Variable in class org.openimaj.hadoop.tools.image.indexing.HadoopSiftLSHExtractor.MapperOut
 
index - Variable in class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint.AffineSimulationKeypointLocation
The simulation index
index - Variable in class org.openimaj.image.feature.local.affine.AffineSimulationKeypoint
The simulation index of the keypoint; this corresponds to the simulation in which the keypoint was detected.
index(List<? extends LocalFeature<?, ?>>, IncrementalFloatADCNearestNeighbours) - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Index the given features into the given nearest neighbours object by converting them to the PCA-VLAD representation and then product-quantising.
index(MBFImage, IncrementalFloatADCNearestNeighbours) - Method in class org.openimaj.image.indexing.vlad.VLADIndexerData
Index the given image into the given nearest neighbours object by extracting the PCA-VLAD representation and then product-quantising.
index - Variable in class org.openimaj.math.matrix.similarity.SimilarityMatrix
 
index - Variable in class org.openimaj.util.array.SparseByteArray.Entry
The index in the array of the value
index - Variable in class org.openimaj.util.array.SparseDoubleArray.Entry
The index in the array of the value
index - Variable in class org.openimaj.util.array.SparseFloatArray.Entry
The index in the array of the value
index - Variable in class org.openimaj.util.array.SparseIntArray.Entry
The index in the array of the value
index - Variable in class org.openimaj.util.array.SparseLongArray.Entry
The index in the array of the value
index - Variable in class org.openimaj.util.array.SparseShortArray.Entry
The index in the array of the value
IndexClusters - Class in org.openimaj.ml.clustering
Class to describe objects that are the result of the clustering where the training data is implicitly clustered
IndexClusters() - Constructor for class org.openimaj.ml.clustering.IndexClusters
Used only to initailise for IOUtils
IndexClusters(int[][], int) - Constructor for class org.openimaj.ml.clustering.IndexClusters
 
IndexClusters(int[][]) - Constructor for class org.openimaj.ml.clustering.IndexClusters
 
IndexClusters(int[]) - Constructor for class org.openimaj.ml.clustering.IndexClusters
 
IndexClusters(List<int[]>) - Constructor for class org.openimaj.ml.clustering.IndexClusters
 
IndexedByteArray - Class in org.openimaj.hadoop.tools.fastkmeans
 
IndexedByteArray(byte[]) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IndexedByteArray
 
IndexedByteArray(byte[], Random) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IndexedByteArray
 
IndexedByteArray(byte[], int) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IndexedByteArray
 
IndexedByteArrayPriorityQueue - Class in org.openimaj.hadoop.tools.fastkmeans
 
IndexedByteArrayPriorityQueue(int) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IndexedByteArrayPriorityQueue
 
IndexedViewDataSource<DATATYPE> - Class in org.openimaj.data
This DataSource provides an indexed view of a subset of another DataSource.
IndexedViewDataSource(DataSource<DATATYPE>, int[]) - Constructor for class org.openimaj.data.IndexedViewDataSource
Construct a new IndexedViewDataSource with the given inner data and indexes into the inner data.
indexes(BillMatlabFileDataGenerator.Fold) - Method in enum org.openimaj.ml.linear.data.BillMatlabFileDataGenerator.Mode
 
indexImage(int[][], T) - Method in class org.openimaj.demos.BasicDuplicateImageDatabase
Index a new image based on its features
indexImage(DATA) - Method in interface org.openimaj.image.indexing.IncrementalIndexer
 
indexImage(DATA) - Method in class org.openimaj.image.indexing.vlad.VLADIndexer
 
indexImage(WriteableImageOutput) - Method in class org.openimaj.picslurper.client.TrendDetector
index a new image
indexOf(Vector) - Static method in class ch.akuhn.matrix.Matrix
Get the index of the given vector
indexOf(Object) - Method in class org.openimaj.data.dataset.ListBackedDataset
 
indexOf(String) - Method in class org.openimaj.math.matrix.similarity.SimilarityMatrix
Get the offset in the index for a given value
indexOf(Object) - Method in class org.openimaj.util.list.AbstractFileBackedList
 
indexOfID(String) - Method in class org.openimaj.data.dataset.ReadableListDataset
Get the index of the instance with the given ID, or -1 if it can't be found.
indexRadiusSearch(byte[], byte) - Method in class org.openimaj.util.tree.ByteKDTree
Search the tree for the indexes of all points contained within the hypersphere defined by the given centre and radius.
indexRadiusSearch(double[], double) - Method in class org.openimaj.util.tree.DoubleKDTree
Search the tree for the indexes of all points contained within the hypersphere defined by the given centre and radius.
indexRadiusSearch(float[], float) - Method in class org.openimaj.util.tree.FloatKDTree
Search the tree for the indexes of all points contained within the hypersphere defined by the given centre and radius.
indexRadiusSearch(int[], int) - Method in class org.openimaj.util.tree.IntKDTree
Search the tree for the indexes of all points contained within the hypersphere defined by the given centre and radius.
indexRadiusSearch(long[], long) - Method in class org.openimaj.util.tree.LongKDTree
Search the tree for the indexes of all points contained within the hypersphere defined by the given centre and radius.
indexRadiusSearch(short[], short) - Method in class org.openimaj.util.tree.ShortKDTree
Search the tree for the indexes of all points contained within the hypersphere defined by the given centre and radius.
indexRangeSearch(byte[], byte[]) - Method in class org.openimaj.util.tree.ByteKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
indexRangeSearch(double[], double[]) - Method in class org.openimaj.util.tree.DoubleKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
indexRangeSearch(float[], float[]) - Method in class org.openimaj.util.tree.FloatKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
indexRangeSearch(int[], int[]) - Method in class org.openimaj.util.tree.IntKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
indexRangeSearch(long[], long[]) - Method in class org.openimaj.util.tree.LongKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
indexRangeSearch(short[], short[]) - Method in class org.openimaj.util.tree.ShortKDTree
Search the tree for all points contained within the hyperrectangle defined by the given upper and lower extremes.
indexSort(double[]) - Static method in class org.openimaj.util.array.ArrayUtils
Determine the indices of the given array if it were to be sorted into ascending order.
indexSort(float[]) - Static method in class org.openimaj.util.array.ArrayUtils
Determine the indices of the given array if it were to be sorted into ascending order.
indexSort(int[]) - Static method in class org.openimaj.util.array.ArrayUtils
Determine the indices of the given array if it were to be sorted into ascending order.
indexSort(long[]) - Static method in class org.openimaj.util.array.ArrayUtils
Determine the indices of the given array if it were to be sorted into ascending order.
indexSort(byte[]) - Static method in class org.openimaj.util.array.ArrayUtils
Determine the indices of the given array if it were to be sorted into ascending order.
indexSort(short[]) - Static method in class org.openimaj.util.array.ArrayUtils
Determine the indices of the given array if it were to be sorted into ascending order.
indices() - Method in class org.openimaj.util.array.SparseBinSearchByteArray
 
indices() - Method in class org.openimaj.util.array.SparseBinSearchDoubleArray
 
indices() - Method in class org.openimaj.util.array.SparseBinSearchFloatArray
 
indices() - Method in class org.openimaj.util.array.SparseBinSearchIntArray
 
indices() - Method in class org.openimaj.util.array.SparseBinSearchLongArray
 
indices() - Method in class org.openimaj.util.array.SparseBinSearchShortArray
 
indices() - Method in class org.openimaj.util.array.SparseByteArray
 
indices() - Method in class org.openimaj.util.array.SparseDoubleArray
 
indices() - Method in class org.openimaj.util.array.SparseFloatArray
 
indices() - Method in class org.openimaj.util.array.SparseHashedByteArray
 
indices() - Method in class org.openimaj.util.array.SparseHashedDoubleArray
 
indices() - Method in class org.openimaj.util.array.SparseHashedFloatArray
 
indices() - Method in class org.openimaj.util.array.SparseHashedIntArray
 
indices() - Method in class org.openimaj.util.array.SparseHashedLongArray
 
indices() - Method in class org.openimaj.util.array.SparseHashedShortArray
 
indices() - Method in class org.openimaj.util.array.SparseIntArray
 
indices() - Method in class org.openimaj.util.array.SparseLongArray
 
indices() - Method in class org.openimaj.util.array.SparseShortArray
 
indices - Variable in class org.openimaj.util.tree.ByteKDTree.KDTreeNode
The leaf only holds the indices of the original data
indices - Variable in class org.openimaj.util.tree.DoubleKDTree.KDTreeNode
The leaf only holds the indices of the original data
indices - Variable in class org.openimaj.util.tree.FloatKDTree.KDTreeNode
The leaf only holds the indices of the original data
indices - Variable in class org.openimaj.util.tree.IntKDTree.KDTreeNode
The leaf only holds the indices of the original data
indices - Variable in class org.openimaj.util.tree.LongKDTree.KDTreeNode
The leaf only holds the indices of the original data
indices - Variable in class org.openimaj.util.tree.ShortKDTree.KDTreeNode
The leaf only holds the indices of the original data
info_mode - Variable in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
infoFile - Variable in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
init - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
init(List<?>, EstimatableModel<?, ?>) - Method in class org.openimaj.math.model.fit.RANSAC.BestFitStoppingCondition
 
init(List<?>, EstimatableModel<?, ?>) - Method in class org.openimaj.math.model.fit.RANSAC.NumberInliersStoppingCondition
 
init(List<?>, EstimatableModel<?, ?>) - Method in class org.openimaj.math.model.fit.RANSAC.PercentageInliersStoppingCondition
 
init(List<?>, EstimatableModel<?, ?>) - Method in class org.openimaj.math.model.fit.RANSAC.ProbabilisticMinInliersStoppingCondition
 
init(List<?>, EstimatableModel<?, ?>) - Method in interface org.openimaj.math.model.fit.RANSAC.StoppingCondition
Initialise the stopping condition if necessary.
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.CurrentValueMean
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.FirstValueInitStrat
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.HardCodedInitStrat
 
init(int, int) - Method in interface org.openimaj.ml.linear.learner.init.InitStrategy
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.MatlabFileInitStrat
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.RandomInitStrategy
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.SingleValueInitStrat
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.SparseOnesInitStrategy
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.SparseRandomInitStrategy
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.SparseRowOnesInitStrategy
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.SparseRowRandomInitStrategy
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.SparseSingleValueInitStrat
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.init.SparseZerosInitStrategy
 
init(int, int) - Method in interface org.openimaj.ml.linear.learner.matlib.init.InitStrategy
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.matlib.init.SingleValueInitStrat
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.matlib.init.SparseSingleValueInitStrat
 
init(int, int) - Method in class org.openimaj.ml.linear.learner.matlib.init.SparseZerosInitStrategy
 
init(XuggleVideo) - Method in class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection.FramesPerSecond
 
init(XuggleVideo) - Method in class org.openimaj.tools.imagecollection.collection.video.selection.XuggleVideoFrameSelection
 
init(InOutToolOptions) - Method in class org.openimaj.tools.reddit.SplitMode
 
init() - Method in interface org.openimaj.twitter.RDFAnalysisProvider
Prepare yourself.
init() - Method in class org.openimaj.video.AnimatedVideo
Called by the constructor.
init(GLAutoDrawable) - Method in class org.openimaj.vis.general.BarVisualisation3D
init(GLAutoDrawable) - Method in class org.openimaj.vis.general.DotPlotVisualisation3D
 
init(GLAutoDrawable) - Method in class org.openimaj.vis.general.HeightMap3D
init(GLAutoDrawable) - Method in class org.openimaj.vis.general.Rectangle3DPlotter
 
init(GLAutoDrawable) - Method in class org.openimaj.vis.Visualisation3D
 
init() - Method in class org.openimaj.web.readability.Readability
Runs readability.
initCollection(ImageCollectionConfig) - Method in enum org.openimaj.tools.imagecollection.collection.config.ImageCollectionMode
 
initFace(int) - Method in class org.openimaj.processing.OpenIMAJ
Initialise face detection with minimum face size
InitialAntiAliasingSigma - Static variable in class org.openimaj.image.processing.transform.AffineSimulation
 
initialise() - Static method in class org.openimaj.citation.CitationAgent
Programmatic hook to dynamically load CitationAgent at runtime.
initialise() - Static method in class org.openimaj.experiment.agent.ExperimentAgent
Programmatic hook to dynamically load CitationAgent at runtime.
initialise(DetectedFace) - Method in class org.openimaj.image.processing.face.feature.DoGSIFTFeature
 
initialise(KEDetectedFace) - Method in class org.openimaj.image.processing.face.feature.FacePatchFeature
 
initialise(FImage, FImage, int, int, int, int) - Method in class org.openimaj.image.processing.face.feature.LocalLBPHistogram
 
initialise(double[][], double[][], boolean[]) - Method in class org.openimaj.ml.linear.projection.LargeMarginDimensionalityReduction
Initialise the LMDR with the given data in three parallel data arrays.
initialise() - Method in class org.openimaj.video.xuggle.XuggleVideoWriter
Initialise the writer
initialiseFaceModel(MultiTracker.TrackedFace) - Method in class org.openimaj.image.processing.face.tracking.clm.CLMFaceTracker
Initialises the face model for the tracked face by calling MultiTracker.initShape(Rectangle, Matrix, Matrix) with the rectangle of MultiTracker.TrackedFace.redetectedBounds and the face shape and the reference shape.
initialiseModel(int, int, int) - Method in class org.openimaj.workinprogress.AdaptiveMoGBackgroundEstimator
Initialise the internal state of the model.
initialiseTracking(Rectangle, MBFImage) - Method in class org.openimaj.video.processing.tracking.BasicMBFImageObjectTracker
Initialise the tracking with the given target area in the given image.
initialiseTracking(Rectangle, FImage) - Method in class org.openimaj.video.processing.tracking.BasicObjectTracker
Initialise this tracker with a particular area on a particular image.
initialiseTracking(Rectangle, I) - Method in interface org.openimaj.video.processing.tracking.ObjectTracker
Initialise the tracking with the given target area in the given image.
initialize(InputSplit, TaskAttemptContext) - Method in class org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileRecordReader
 
initialize(List<List<String>>) - Method in class org.openimaj.text.nlp.sentiment.model.classifier.GeneralSentimentFeatureExtractor
Allows a new vocabulary to be constructed from a new corpus.
initializeNode(Element) - Method in class org.openimaj.web.readability.Readability
Initialize a node with the readability object.
initializePhase(int) - Method in class org.openimaj.math.combinatorics.optimisation.HungarianAlgorithm
Initialize the next phase of the algorithm by clearing the committed workers and jobs sets and by initializing the slack arrays to the values corresponding to the specified root worker.
initialSigma - Variable in class org.openimaj.image.analysis.pyramid.gaussian.GaussianPyramidOptions
Assumed initial scale of the first image in each octave.
initKMeans(DataSource<byte[]>, byte[][]) - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeansInit
Initialise the centroids based on the given data.
initKMeans(DataSource<byte[]>, byte[][]) - Method in class org.openimaj.ml.clustering.kmeans.ByteKMeansInit.RANDOM
 
initKMeans(DataSource<double[]>, double[][]) - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeansInit
Initialise the centroids based on the given data.
initKMeans(DataSource<double[]>, double[][]) - Method in class org.openimaj.ml.clustering.kmeans.DoubleKMeansInit.RANDOM
 
initKMeans(DataSource<T>, T[]) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeansInit
Initialise the centroids based on the given data.
initKMeans(DataSource<T>, T[]) - Method in class org.openimaj.ml.clustering.kmeans.FeatureVectorKMeansInit.RANDOM
 
initKMeans(DataSource<float[]>, float[][]) - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeansInit
Initialise the centroids based on the given data.
initKMeans(DataSource<float[]>, float[][]) - Method in class org.openimaj.ml.clustering.kmeans.FloatKMeansInit.RANDOM
 
initKMeans(DataSource<int[]>, int[][]) - Method in class org.openimaj.ml.clustering.kmeans.IntKMeansInit
Initialise the centroids based on the given data.
initKMeans(DataSource<int[]>, int[][]) - Method in class org.openimaj.ml.clustering.kmeans.IntKMeansInit.RANDOM
 
initKMeans(DataSource<long[]>, long[][]) - Method in class org.openimaj.ml.clustering.kmeans.LongKMeansInit
Initialise the centroids based on the given data.
initKMeans(DataSource<long[]>, long[][]) - Method in class org.openimaj.ml.clustering.kmeans.LongKMeansInit.RANDOM
 
initKMeans(DataSource<short[]>, short[][]) - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeansInit
Initialise the centroids based on the given data.
initKMeans(DataSource<short[]>, short[][]) - Method in class org.openimaj.ml.clustering.kmeans.ShortKMeansInit.RANDOM
 
initMask() - Method in class org.openimaj.image.processing.restoration.inpainting.AbstractFMMInpainter
 
initMask() - Method in class org.openimaj.image.processing.restoration.inpainting.AbstractImageMaskInpainter
Perform any initialisation once the mask has been set.
initModel(LDAModel, Corpus) - Method in interface org.openimaj.pgm.vb.lda.mle.LDABetaInitStrategy
Given a model and the corpus initialise the model's sufficient statistics
initModel(LDAModel, Corpus) - Method in class org.openimaj.pgm.vb.lda.mle.LDABetaInitStrategy.RandomBetaInit
 
initShape(Rectangle, Matrix, Matrix) - Method in class org.openimaj.image.processing.face.tracking.clm.MultiTracker
Initialise the shape within the given rectangle based on the given reference shape.
InitStrategy - Interface in org.openimaj.ml.linear.learner.init
Initialise a matrix to some dimension
InitStrategy - Interface in org.openimaj.ml.linear.learner.matlib.init
Initialise a matrix to some dimension
initTransforms() - Method in class org.openimaj.image.processing.transform.PiecewiseMeshWarp
 
inliers - Variable in class org.openimaj.math.model.fit.LMedS
 
inliers - Variable in class org.openimaj.math.model.fit.RANSAC
 
InMemoryCombiningReducer() - Constructor for class org.openimaj.hadoop.tools.twitter.token.mode.dfidf.CountTweetsInTimeperiod.InMemoryCombiningReducer
default construct does nothing
InMemoryGroupedListCache<KEY,OBJECT> - Class in org.openimaj.data.dataset.cache
In-memory implementation of a GroupedListCache
InMemoryGroupedListCache() - Constructor for class org.openimaj.data.dataset.cache.InMemoryGroupedListCache
 
inner - Variable in class org.openimaj.util.function.context.ContextAdaptor
 
innerAggregator - Variable in class org.openimaj.image.feature.local.aggregate.BlockSpatialAggregator
 
innerAggregator - Variable in class org.openimaj.image.feature.local.aggregate.PyramidSpatialAggregator
 
innerMatcher - Variable in class org.openimaj.feature.local.matcher.consistent.ConsistentLocalFeatureMatcher2d
 
InOutToolOptions - Class in org.openimaj.tools
A file tool reads and writes files and knows whether existing outputs should be deleted
InOutToolOptions() - Constructor for class org.openimaj.tools.InOutToolOptions
 
inpaint(int, int, IMAGE) - Method in class org.openimaj.image.processing.restoration.inpainting.AbstractFMMInpainter
Inpaint the specified pixel of the given image.
inpaint(int, int, IMAGE) - Method in class org.openimaj.image.processing.restoration.inpainting.TeleaInpainting
 
inpaint(int, int, FImage) - Method in class org.openimaj.image.processing.restoration.inpainting.TeleaInpainting
 
inpaint(int, int, MBFImage) - Method in class org.openimaj.image.processing.restoration.inpainting.TeleaInpainting
 
Inpainter<IMAGE extends Image<?,IMAGE>> - Interface in org.openimaj.image.processing.restoration.inpainting
Interface defining an implementation of an inpainting algorithm.
input - Variable in class org.openimaj.hadoop.tools.globalfeature.HadoopGlobalFeaturesOptions
 
input_file - Variable in class org.openimaj.tools.clusterquantiser.ClusterQuantiserOptions
 
INPUT_LOCATION - Static variable in class org.openimaj.ml.neuralnet.HandWritingNeuralNetENCOG
Default location of inputs
INPUT_LOCATION - Static variable in class org.openimaj.ml.neuralnet.HandWritingNeuralNetSANDIA
Default location of inputs
inputFiles - Variable in class org.openimaj.tools.clusterquantiser.AbstractClusterQuantiserOptions
 
InputMode - Enum in org.openimaj.hadoop.tools.downloader
Different types of input file formats.
InputMode.Parser - Class in org.openimaj.hadoop.tools.downloader
Options for the InputMode
inputs() - Method in class org.openimaj.hadoop.mapreduce.SingleStagedJob
 
inputs() - Method in class org.openimaj.hadoop.mapreduce.StageRunner
 
inputs - Variable in class org.openimaj.hadoop.tools.fastkmeans.HadoopFastKMeansOptions
 
inputs() - Method in class org.openimaj.hadoop.tools.twitter.HadoopTwitterPreprocessingTool
 
InputStreamFeeder - Class in org.openimaj.picslurper
Single threaded read an input stream and hand to a consumer
InputStreamFeeder(PicSlurper) - Constructor for class org.openimaj.picslurper.InputStreamFeeder
Initialise a feeder on a slurper
InputStreamObjectReader<T> - Interface in org.openimaj.io
Interface for classes capable of reading objects from a InputStream.
INRIAPersonDataset - Class in org.openimaj.image.objectdetection.datasets
 
INRIAPersonDataset() - Constructor for class org.openimaj.image.objectdetection.datasets.INRIAPersonDataset
 
insert(T) - Method in class org.openimaj.knn.CoordinateBruteForce
 
insert(T) - Method in interface org.openimaj.knn.CoordinateIndex
Insert a single coordinate into the index.
insert(T) - Method in class org.openimaj.knn.CoordinateKDTree
Inserts a point into the tree, preserving the spatial ordering.
insert - Variable in class org.openimaj.util.function.context.ContextAdaptor
 
insert(T, Context) - Method in interface org.openimaj.util.function.context.ContextInsertor
Insert the object into the context
insert(T, Context) - Method in class org.openimaj.util.function.context.KeyContextInsertor
 
insert(byte[]) - Method in class org.openimaj.util.tree.IncrementalByteKDTree
Inserts a point into the tree, preserving the spatial ordering.
insert(double[]) - Method in class org.openimaj.util.tree.IncrementalDoubleKDTree
Inserts a point into the tree, preserving the spatial ordering.
insert(float[]) - Method in class org.openimaj.util.tree.IncrementalFloatKDTree
Inserts a point into the tree, preserving the spatial ordering.
insert(int[]) - Method in class org.openimaj.util.tree.IncrementalIntKDTree
Inserts a point into the tree, preserving the spatial ordering.
insert(long[]) - Method in class org.openimaj.util.tree.IncrementalLongKDTree
Inserts a point into the tree, preserving the spatial ordering.
insert(short[]) - Method in class org.openimaj.util.tree.IncrementalShortKDTree
Inserts a point into the tree, preserving the spatial ordering.
insertAll(Collection<T>) - Method in class org.openimaj.knn.CoordinateKDTree
Insert all the points from the given collection into the index.
insertAll(Collection<byte[]>) - Method in class org.openimaj.util.tree.IncrementalByteKDTree
Insert all the points from the given collection into the index.
insertAll(byte[][]) - Method in class org.openimaj.util.tree.IncrementalByteKDTree
Insert all the points from the given collection into the index.
insertAll(Collection<double[]>) - Method in class org.openimaj.util.tree.IncrementalDoubleKDTree
Insert all the points from the given collection into the index.
insertAll(double[][]) - Method in class org.openimaj.util.tree.IncrementalDoubleKDTree
Insert all the points from the given collection into the index.
insertAll(Collection<float[]>) - Method in class org.openimaj.util.tree.IncrementalFloatKDTree
Insert all the points from the given collection into the index.
insertAll(float[][]) - Method in class org.openimaj.util.tree.IncrementalFloatKDTree
Insert all the points from the given collection into the index.
insertAll(Collection<int[]>) - Method in class org.openimaj.util.tree.IncrementalIntKDTree
Insert all the points from the given collection into the index.
insertAll(int[][]) - Method in class org.openimaj.util.tree.IncrementalIntKDTree
Insert all the points from the given collection into the index.
insertAll(Collection<long[]>) - Method in class org.openimaj.util.tree.IncrementalLongKDTree
Insert all the points from the given collection into the index.
insertAll(long[][]) - Method in class org.openimaj.util.tree.IncrementalLongKDTree
Insert all the points from the given collection into the index.
insertAll(Collection<short[]>) - Method in class org.openimaj.util.tree.IncrementalShortKDTree
Insert all the points from the given collection into the index.
insertAll(short[][]) - Method in class org.openimaj.util.tree.IncrementalShortKDTree
Insert all the points from the given collection into the index.
insertCount() - Method in class org.openimaj.util.concurrent.ArrayBlockingDroppingQueue
 
insertCount() - Method in interface org.openimaj.util.concurrent.BlockingDroppingQueue
Returns the total number of items that have been inserted into this BlockingDroppingQueue within its lifetime.
InstagramConsumer - Class in org.openimaj.web.scraping.images
Use the instagram api to download images
InstagramConsumer() - Constructor for class org.openimaj.web.scraping.images.InstagramConsumer
 
INSTANCE - Static variable in class org.openimaj.image.feature.FImage2DoubleFV
Static instance that can be used instead of creating new objects
INSTANCE - Static variable in class org.openimaj.image.feature.FImage2FloatFV
Static instance that can be used instead of creating new objects
INSTANCE - Static variable in class org.openimaj.image.pixel.FValuePixel.ReverseValueComparator
The singleton instance of FValuePixel.ReverseValueComparator
INSTANCE - Static variable in class org.openimaj.image.pixel.FValuePixel.ValueComparator
The singleton instance of FValuePixel.ValueComparator
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.BellFilter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.BoxFilter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.BSplineFilter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.CatmullRomFilter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.HermiteFilter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.Lanczos3Filter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.MitchellFilter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.PointFilter
The singleton instance of the filter
INSTANCE - Static variable in class org.openimaj.image.processing.resize.filters.TriangleFilter
The singleton instance of the filter
instance() - Static method in class org.openimaj.text.nlp.geocode.GeonamesIndex
 
InstanceCachingIncrementalBatchAnnotator<OBJECT,ANNOTATION> - Class in org.openimaj.ml.annotation
Adaptor that allows a BatchAnnotator to behave like a IncrementalAnnotator by caching instances and then performing training only when InstanceCachingIncrementalBatchAnnotator.annotate(Object) is called.
InstanceCachingIncrementalBatchAnnotator(BatchAnnotator<OBJECT, ANNOTATION>) - Constructor for class org.openimaj.ml.annotation.InstanceCachingIncrementalBatchAnnotator
Construct with an in-memory cache and the given batch annotator.
InstanceCachingIncrementalBatchAnnotator(BatchAnnotator<OBJECT, ANNOTATION>, GroupedListCache<ANNOTATION, OBJECT>) - Constructor for class org.openimaj.ml.annotation.InstanceCachingIncrementalBatchAnnotator
Construct with the given batch annotator and cache implementation.
instanceFromString(String) - Method in class org.openimaj.twitter.GeneralJSON
 
instanceFromString(String) - Method in class org.openimaj.twitter.GeneralJSONRDF
 
instanceFromString(String) - Method in class org.openimaj.twitter.GeneralJSONTwitter
 
instanceFromString(String) - Method in class org.openimaj.twitter.GeneralJSONTwitterRawText
 
instanceFromString(String) - Method in class org.openimaj.twitter.USMFStatus
 
institution() - Method in class org.openimaj.citation.annotation.mock.MockReference
The institution that was involved in the publishing, but not necessarily the publisher
Instrument - Interface in org.openimaj.audio
Interface for instruments that can play music.
INT16_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT16_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT32_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT32_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT64_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT64_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT8_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT8_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST16_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST16_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST32_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST32_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST64_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST64_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST8_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_FAST8_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST16_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST16_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST32_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST32_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST64_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST64_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST8_MAX - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
INT_LEAST8_MIN - Static variable in class org.openimaj.hardware.kinect.freenect.libfreenectLibrary
 
IntADCNearestNeighbours - Class in org.openimaj.knn.pq
Nearest-neighbours using Asymmetric Distance Computation (ADC) on Product Quantised vectors.
IntADCNearestNeighbours(IntProductQuantiser, int[][]) - Constructor for class org.openimaj.knn.pq.IntADCNearestNeighbours
Construct the ADC with the given quantiser and data points.
IntADCNearestNeighbours(IntProductQuantiser, byte[][], int) - Constructor for class org.openimaj.knn.pq.IntADCNearestNeighbours
Construct the ADC with the given quantiser and pre-quantised data .
IntArrayBackedDataSource - Class in org.openimaj.data
A DataSource backed by a 2D array of ints.
IntArrayBackedDataSource(int[][]) - Constructor for class org.openimaj.data.IntArrayBackedDataSource
Construct with data
IntArrayBackedDataSource(int[][], Random) - Constructor for class org.openimaj.data.IntArrayBackedDataSource
Construct with data and a random generator for random sampling
IntArrayView - Class in org.openimaj.util.array
A wrapper around a java int array that allows views onto the array to be created without the overhead of maintaining copies of the data.
IntArrayView(int[], int, int) - Constructor for class org.openimaj.util.array.IntArrayView
Create a view on the given array from l (inclusive) to r (exclusive).
IntArrayView(int[]) - Constructor for class org.openimaj.util.array.IntArrayView
Create a view on the entirety of the given array.
IntArrayView(int) - Constructor for class org.openimaj.util.array.IntArrayView
Create a view on an array of length n.
IntBytePair - Class in org.openimaj.util.pair
A pair of int and byte types
IntBytePair(int, byte) - Constructor for class org.openimaj.util.pair.IntBytePair
Construct pair with given values
IntBytePair() - Constructor for class org.openimaj.util.pair.IntBytePair
Construct empty pair
IntBytesSequenceMemoryUtility - Class in org.openimaj.hadoop.tools.fastkmeans
 
IntBytesSequenceMemoryUtility(String, boolean) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IntBytesSequenceMemoryUtility
 
IntBytesSequenceMemoryUtility(String, SequenceFile.CompressionType, Map<String, String>) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IntBytesSequenceMemoryUtility
 
IntBytesSequenceMemoryUtility(String, SequenceFile.CompressionType) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IntBytesSequenceMemoryUtility
 
IntBytesSequenceMemoryUtility(URI, boolean) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IntBytesSequenceMemoryUtility
 
IntBytesSequenceMemoryUtility(URI, SequenceFile.CompressionType, Map<String, String>) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IntBytesSequenceMemoryUtility
 
IntBytesSequenceMemoryUtility(URI, SequenceFile.CompressionType) - Constructor for class org.openimaj.hadoop.tools.fastkmeans.IntBytesSequenceMemoryUtility
 
IntCauchyFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that use a Cauchy distribution to approximate L1 distance.
IntCauchyFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.IntCauchyFactory
Construct the factory with the given parameters.
IntCentroidsResult - Class in org.openimaj.ml.clustering
The result of a SpatialClusterer that just produces a flat set of centroids.
IntCentroidsResult() - Constructor for class org.openimaj.ml.clustering.IntCentroidsResult
 
IntDoublePair - Class in org.openimaj.util.pair
A pair of int and double types
IntDoublePair(int, double) - Constructor for class org.openimaj.util.pair.IntDoublePair
Construct pair with given values
IntDoublePair() - Constructor for class org.openimaj.util.pair.IntDoublePair
Construct empty pair
IntegerArrayValueAnimator - Class in org.openimaj.content.animation.animator
A ValueAnimator capable of producing int arrays from a set of potentially independent underlying ValueAnimators.
IntegerArrayValueAnimator(ValueAnimator<Integer>...) - Constructor for class org.openimaj.content.animation.animator.IntegerArrayValueAnimator
Construct from an array of ValueAnimators
integerRange(double[]) - Static method in class org.openimaj.ml.linear.experiments.sinabill.ArrayIndexComparator
 
integrationScale - Variable in class org.openimaj.image.feature.local.interest.AbstractStructureTensorIPD
 
intensityThreshold - Variable in class org.openimaj.image.text.extraction.swt.SWTTextDetector.Options
Maximum difference in intensity for two letters to be considered to be related
interestPointData - Variable in class org.openimaj.image.feature.local.engine.ipd.InterestPointImageExtractorProperties
 
InterestPointData - Class in org.openimaj.image.feature.local.interest
 
InterestPointData() - Constructor for class org.openimaj.image.feature.local.interest.InterestPointData
 
InterestPointDetector<T extends InterestPointData> - Interface in org.openimaj.image.feature.local.interest
A detector of interest points.
InterestPointFeatureCollector<T extends InterestPointData> - Class in org.openimaj.image.feature.local.detector.ipd.collector
An interest point feature collector can be used to hold interest points found in an image.
InterestPointFeatureCollector(InterestPointGradientFeatureExtractor) - Constructor for class org.openimaj.image.feature.local.detector.ipd.collector.InterestPointFeatureCollector
Initialise the collector with a memory local feature list types on InterestPointKeypoint
InterestPointGradientFeatureExtractor - Class in org.openimaj.image.feature.local.detector.ipd.extractor
Class capable of extracting local descriptors from an interest point InterestPointData from an interest point detector InterestPointDetector.
InterestPointGradientFeatureExtractor(AbstractDominantOrientationExtractor, GradientFeatureProviderFactory) - Constructor for class org.openimaj.image.feature.local.detector.ipd.extractor.InterestPointGradientFeatureExtractor
 
InterestPointImageExtractorProperties<P,I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> - Class in org.openimaj.image.feature.local.engine.ipd
 
InterestPointImageExtractorProperties(I, InterestPointData) - Constructor for class org.openimaj.image.feature.local.engine.ipd.InterestPointImageExtractorProperties
 
InterestPointImageExtractorProperties(I, InterestPointData, boolean) - Constructor for class org.openimaj.image.feature.local.engine.ipd.InterestPointImageExtractorProperties
 
InterestPointKeypoint<T extends InterestPointData> - Class in org.openimaj.image.feature.local.keypoints
An oriented feature with at a location defined by an InterestPointData.
InterestPointKeypoint() - Constructor for class org.openimaj.image.feature.local.keypoints.InterestPointKeypoint
Construct with a null location and default length feature
InterestPointKeypoint(int) - Constructor for class org.openimaj.image.feature.local.keypoints.InterestPointKeypoint
Construct with a null location and feature of the given length
InterestPointKeypoint(OrientedFeatureVector, T) - Constructor for class org.openimaj.image.feature.local.keypoints.InterestPointKeypoint
 
InterestPointVisualiser<T,Q extends Image<T,Q> & SinglebandImageProcessor.Processable<Float,FImage,Q>> - Class in org.openimaj.image.feature.local.interest
Visualise the interest points extracted using an InterestPointDetector.
InterestPointVisualiser(Q, List<Ellipse>) - Constructor for class org.openimaj.image.feature.local.interest.InterestPointVisualiser
Image from which interest points were extract and the extracted points.
internalAssign(WordDFIDFTimeSeriesCollection) - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDFTimeSeriesCollection
 
internalAssign(FImage) - Method in class org.openimaj.image.FImage
Assign the internal state from another image of the same type.
internalAssign(int[], int, int) - Method in class org.openimaj.image.FImage
Copy pixels from given ARGB buffer image into this image.
internalAssign(I) - Method in class org.openimaj.image.Image
Assign the internal state from another image of the same type.
internalAssign(int[], int, int) - Method in class org.openimaj.image.Image
Copy pixels from given ARGB buffer image into this image.
internalAssign(byte[], int, int) - Method in class org.openimaj.image.MBFImage
Assign planar RGB bytes (R1G1B1R2G2B2...) to this image.
internalAssign(int[], int, int) - Method in class org.openimaj.image.MBFImage
 
internalAssign(I) - Method in class org.openimaj.image.MultiBandImage
Assign the internal state from another image of the same type.
internalAssign(SVGImage) - Method in class org.openimaj.image.SVGImage
 
internalAssign(int[], int, int) - Method in class org.openimaj.image.SVGImage
 
internalAssign(TIMESERIES) - Method in class org.openimaj.ml.timeseries.collection.SynchronisedTimeSeriesCollection
 
internalAssign(Collection<Long>, Collection<DATA>) - Method in interface org.openimaj.ml.timeseries.collection.TimeSeriesCollectionAssignable
Assign these values of data and time to the internal collection
internalAssign(TS) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
internalAssign(long[], DATA[]) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
internalAssign(Collection<Long>, Collection<DATA>) - Method in class org.openimaj.ml.timeseries.series.ConcreteTimeSeries
 
internalAssign(DoubleTimeSeries) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
internalAssign(Collection<Long>, Collection<Double>) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
internalAssign(long[], double[]) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeries
 
internalAssign(DoubleTimeSeriesCollection) - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection
 
internalAssign(RETURNTYPE) - Method in class org.openimaj.ml.timeseries.TimeSeries
 
internalAssign(long[], DATA) - Method in class org.openimaj.ml.timeseries.TimeSeries
 
internalCopy(FImage) - Method in class org.openimaj.image.FImage
Copy the internal state from another image of the same type.
internalCopy(I) - Method in class org.openimaj.image.Image
Copy the internal state from another image of the same type.
internalCopy(I) - Method in class org.openimaj.image.MultiBandImage
Copy the internal state from another image of the same type.
internalCopy(SVGImage) - Method in class org.openimaj.image.SVGImage
 
internalDoubleSize(FImage) - Static method in class org.openimaj.image.processing.resize.ResizeProcessor
 
internalHalfSize(FImage) - Static method in class org.openimaj.image.processing.resize.ResizeProcessor
 
InternalNearestNeighbours<DISTANCES> - Interface in org.openimaj.knn
Interface for K-nearest-neighbour implementations that are able to search directly using an indexed item of their own internal data as the query.
internalNewInstance() - Method in class org.openimaj.hadoop.tools.twitter.utils.WordDFIDFTimeSeriesCollection
 
internalNewInstance() - Method in class org.openimaj.ml.timeseries.collection.TimeSeriesCollection
 
internalNewInstance() - Method in class org.openimaj.ml.timeseries.series.DoubleSynchronisedTimeSeriesCollection
 
internalNewInstance() - Method in class org.openimaj.ml.timeseries.series.DoubleTimeSeriesCollection
 
internalTransformToOriginal(Point2d, int, int, float, float) - Static method in class org.openimaj.image.processing.transform.AffineSimulation
 
interpolate(float, float, FImage, Object) - Method in interface org.openimaj.image.analysis.algorithm.ImageInterpolation.Interpolator
Interpolate a pixel value
interpolate(DoubleTimeSeries, long[]) - Method in class org.openimaj.ml.timeseries.processor.interpolation.LinearInterpolationProcessor
 
interpolate(DoubleTimeSeries, long, long, long) - Method in class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
Uses TimeSeriesInterpolation.interpolate(DoubleTimeSeries, long[]) to return an interpolation of the construction TimeSeries between the times at the required interval
interpolate(DoubleTimeSeries, long, int, long) - Method in class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
Uses TimeSeriesInterpolation.interpolate(DoubleTimeSeries, long[]) to return an interpolation of the construction TimeSeries from begin, for a number of steps with a given delta between steps
interpolate(DoubleTimeSeries, long, long, int) - Method in class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
Uses TimeSeriesInterpolation.interpolate(DoubleTimeSeries,long[]) to return an interpolation of the construction TimeSeries from begin, until end with a delta which means that there are splits time instances
interpolate(DoubleTimeSeries) - Method in class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
 
interpolate(DoubleTimeSeries, long[]) - Method in class org.openimaj.ml.timeseries.processor.interpolation.TimeSeriesInterpolation
 
InterpolatedBinnedWindowedExtractor - Class in org.openimaj.image.analysis.algorithm.histogram
The InterpolatedBinnedWindowedExtractor is an extension to a BinnedWindowedExtractor that performs soft assignment to the histogram bins through linear interpolation.
InterpolatedBinnedWindowedExtractor(int) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
Construct with the given number of bins.
InterpolatedBinnedWindowedExtractor(int, boolean) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
Construct with the given number of bins.
InterpolatedBinnedWindowedExtractor(int, float, float) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
Construct with the given number of bins, and range.
InterpolatedBinnedWindowedExtractor(int, float, float, boolean) - Constructor for class org.openimaj.image.analysis.algorithm.histogram.InterpolatedBinnedWindowedExtractor
Construct with the given number of bins, and range.
interpolatedPrecision() - Method in class org.lemurproject.ireval.RetrievalEvaluator
 
interpolatedPrecision() - Method in class org.lemurproject.ireval.SetRetrievalEvaluator
 
interpolateSample(float, float, float, float) - Method in class org.openimaj.image.feature.local.descriptor.gradient.SIFTFeatureProvider
Spread the sample around the closest bins in the histogram.
InterpolatingOctaveExtremaFinder - Class in org.openimaj.image.feature.local.detector.pyramid
Implementation of the method described in "Invariant Features from Interest Point Groups" by Matthew Brown and David Lowe (http://www.cs.ubc.ca/~lowe/papers/brown02.pdf) for improving the localisation of interest points detected in a difference-of-Gaussian by fitting a 3D quadratic to the scale-space Laplacian (approximated by the difference-of-Gaussian pyramid).
InterpolatingOctaveExtremaFinder() - Constructor for class org.openimaj.image.feature.local.detector.pyramid.InterpolatingOctaveExtremaFinder
Default constructor using BasicOctaveExtremaFinder.DEFAULT_MAGNITUDE_THRESHOLD for the magnitude threshold, AbstractOctaveExtremaFinder.DEFAULT_EIGENVALUE_RATIO for the Eigenvalue ratio threshold and InterpolatingOctaveExtremaFinder.DEFAULT_INTERPOLATION_ITERATIONS for the number of iterations.
InterpolatingOctaveExtremaFinder(float) - Constructor for class org.openimaj.image.feature.local.detector.pyramid.InterpolatingOctaveExtremaFinder
Construct with the given magnitude threshold, AbstractOctaveExtremaFinder.DEFAULT_EIGENVALUE_RATIO for the Eigenvalue ratio threshold and InterpolatingOctaveExtremaFinder.DEFAULT_INTERPOLATION_ITERATIONS for the number of iterations.
InterpolatingOctaveExtremaFinder(float, float, int) - Constructor for class org.openimaj.image.feature.local.detector.pyramid.InterpolatingOctaveExtremaFinder
Construct with the given magnitude and Eigenvalue thresholds andnumber of iterations.
Interpolation - Class in org.openimaj.math.util
Static methods for performing interpolation
Interpolation() - Constructor for class org.openimaj.math.util.Interpolation
 
interpolator - Variable in class org.openimaj.image.analysis.algorithm.ImageInterpolation
 
InterruptibleCharSequence - Class in org.openimaj.utils.threads
CharSequence that noticed thread interrupts -- as might be necessary to recover from a loose regex on unexpected challenging input.
InterruptibleCharSequence(CharSequence) - Constructor for class org.openimaj.utils.threads.InterruptibleCharSequence
 
intersect(Polygon) - Method in class org.openimaj.math.geometry.shape.Polygon
Returns the intersection of this polygon and the given polygon.
intersectEntries(SparseByteArray) - Method in class org.openimaj.util.array.SparseByteArray
Provide an iterator over the intersection of values present in both this array and another array.
intersectEntries(SparseDoubleArray) - Method in class org.openimaj.util.array.SparseDoubleArray
Provide an iterator over the intersection of values present in both this array and another array.
intersectEntries(SparseFloatArray) - Method in class org.openimaj.util.array.SparseFloatArray
Provide an iterator over the intersection of values present in both this array and another array.
intersectEntries(SparseIntArray) - Method in class org.openimaj.util.array.SparseIntArray
Provide an iterator over the intersection of values present in both this array and another array.
intersectEntries(SparseLongArray) - Method in class org.openimaj.util.array.SparseLongArray
Provide an iterator over the intersection of values present in both this array and another array.
intersectEntries(SparseShortArray) - Method in class org.openimaj.util.array.SparseShortArray
Provide an iterator over the intersection of values present in both this array and another array.
intersection - Variable in class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.JacardIndex
The number of words forming the intersection between now and historic words
intersection(Polygon, Polygon, Class<Polygon>) - Method in class org.openimaj.math.geometry.shape.util.PolygonUtils
Return the intersection of p1 and p2 where the return type is of polyClass.
intersection(Polygon, Polygon) - Method in class org.openimaj.math.geometry.shape.util.PolygonUtils
Return the intersection of p1 and p2 where the return type is of PolyDefault.
intersectionArea(Shape) - Method in class org.openimaj.math.geometry.shape.Circle
 
intersectionArea(Shape, int) - Method in class org.openimaj.math.geometry.shape.Circle
 
intersectionArea(Shape) - Method in class org.openimaj.math.geometry.shape.Ellipse
 
intersectionArea(Shape, int) - Method in class org.openimaj.math.geometry.shape.Ellipse
 
intersectionArea(Shape) - Method in class org.openimaj.math.geometry.shape.Polygon
Calls Polygon.intersectionArea(Shape, int) with 1 step per pixel dimension.
intersectionArea(Shape, int) - Method in class org.openimaj.math.geometry.shape.Polygon
Return an estimate for the area of the intersection of this polygon and another polygon.
intersectionArea(Shape) - Method in class org.openimaj.math.geometry.shape.Rectangle
 
intersectionArea(Shape, int) - Method in class org.openimaj.math.geometry.shape.Rectangle
 
intersectionArea(Shape) - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
intersectionArea(Shape, int) - Method in class org.openimaj.math.geometry.shape.RotatedRectangle
 
intersectionArea(Shape) - Method in interface org.openimaj.math.geometry.shape.Shape
Calls Polygon.intersectionArea(Shape, int) with 1 step per pixel dimension.
intersectionArea(Shape, int) - Method in interface org.openimaj.math.geometry.shape.Shape
Return an estimate for the area of the intersection of this polygon and another polygon.
intersectionArea(Shape) - Method in class org.openimaj.math.geometry.shape.Triangle
 
intersectionArea(Shape, int) - Method in class org.openimaj.math.geometry.shape.Triangle
 
intersectionPoint - Variable in class org.openimaj.math.geometry.line.Line2d.IntersectionResult
The point at which the lines intersect (if the type is INTERSECTING)
IntersectionResult(Line2d.IntersectionType) - Constructor for class org.openimaj.math.geometry.line.Line2d.IntersectionResult
Construct the IntersectionResult with the given type
IntersectionResult(Point2d) - Constructor for class org.openimaj.math.geometry.line.Line2d.IntersectionResult
Construct the IntersectionResult with the given intersection point
intersectionSides(Line2d) - Method in class org.openimaj.math.geometry.shape.Triangle
The intersection of this triangle with the line defined by y = mx + c.
IntersectionUnionMap() - Constructor for class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.CumulativeTimeWord.IntersectionUnionMap
 
IntersectionUnionReduce() - Constructor for class org.openimaj.hadoop.tools.twitter.token.outputmode.jacard.CumulativeTimeWord.IntersectionUnionReduce
 
intersectRatio - Variable in class org.openimaj.image.text.extraction.swt.SWTTextDetector.Options
Ratio of vertical intersection for character pairing.
IntervalSummationProcessor<ALLDATA,DATA,TS extends TimeSeries<ALLDATA,DATA,TS> & TimeSeriesArithmaticOperator<DATA,TS> & TimeSeriesCollectionAssignable<DATA,TS>> - Class in org.openimaj.ml.timeseries.processor
Given time step calculate each timestep such that value[timeStep(x)] = sum from x-1 to x as n [ timeStep(n) ] The exact meaning of "sum" for any given timestep data must be defined.
IntervalSummationProcessor(long[]) - Constructor for class org.openimaj.ml.timeseries.processor.IntervalSummationProcessor
A processor which maps across given time steps
IntFloatPair - Class in org.openimaj.util.pair
A pair of int and float types
IntFloatPair(int, float) - Constructor for class org.openimaj.util.pair.IntFloatPair
Construct pair with given values
IntFloatPair() - Constructor for class org.openimaj.util.pair.IntFloatPair
Construct empty pair
IntFV - Class in org.openimaj.feature
Basic int single-dimensional feature vector implementation
IntFV() - Constructor for class org.openimaj.feature.IntFV
Construct an empty feature vector
IntFV(int) - Constructor for class org.openimaj.feature.IntFV
Construct empty FV with given number of bins
IntFV(int[]) - Constructor for class org.openimaj.feature.IntFV
Construct from flattened values array and dimensions
IntFVComparator - Interface in org.openimaj.feature
Comparison/distance methods for IntFV objects.
IntFVComparison - Enum in org.openimaj.feature
Comparison/distance methods for IntFV objects.
IntGaussianFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions using Gaussian distributions to approximate the Euclidean distance.
IntGaussianFactory(int, MersenneTwister, double) - Constructor for class org.openimaj.lsh.functions.IntGaussianFactory
Construct with the given parameters.
IntHammingFactory - Class in org.openimaj.lsh.functions
A hash function factory for producing hash functions that approximate the Hamming distance.
IntHammingFactory(int, MersenneTwister, int) - Constructor for class org.openimaj.lsh.functions.IntHammingFactory
Construct a new factory using the given parameters.
IntHashFunction - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for hashing int arrays.
IntHashFunctionFactory - Class in org.openimaj.lsh.functions
Base RandomisedHashFunction for producing hash functions seeded by random numbers.
IntHashFunctionFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.IntHashFunctionFactory
 
IntHyperplaneCosineFactory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate cosine distance using hyperplanes.
IntHyperplaneCosineFactory(int, MersenneTwister) - Constructor for class org.openimaj.lsh.functions.IntHyperplaneCosineFactory
Construct with the given arguments.
IntHyperplaneL1Factory - Class in org.openimaj.lsh.functions
A hash function factory that produces hash functions that approximate L1 (city-block) distance in closed spaces using random axis-aligned hyperplanes.
IntHyperplaneL1Factory(int, MersenneTwister, int, int) - Constructor for class org.openimaj.lsh.functions.IntHyperplaneL1Factory
Construct with the given arguments.
IntIntPair - Class in org.openimaj.util.pair
A pair of int and int types
IntIntPair(int, int) - Constructor for class org.openimaj.util.pair.IntIntPair
Construct pair with given values
IntIntPair() - Constructor for class org.openimaj.util.pair.IntIntPair
Construct empty pair
IntKDTree - Class in org.openimaj.util.tree
Immutable KD-Tree implementation for int[] data.
IntKDTree(int[][]) - Constructor for class org.openimaj.util.tree.IntKDTree
Construct with the given data and default splitting strategy (IntKDTree.BBFMedianSplit)
IntKDTree(int[][], IntKDTree.SplitChooser) - Constructor for class org.openimaj.util.tree.IntKDTree
Construct with the given data and splitting strategy
IntKDTree.ApproximateBBFMedianSplit - Class in org.openimaj.util.tree
Approximate best-bin-first median splitting.
IntKDTree.BasicMedianSplit - Class in org.openimaj.util.tree
Basic median split.
IntKDTree.BBFMedianSplit - Class in org.openimaj.util.tree
Best-bin-first median splitting.
IntKDTree.KDTreeNode - Class in org.openimaj.util.tree
An internal node of the KDTree
IntKDTree.RandomisedBBFMeanSplit - Class in org.openimaj.util.tree
Randomised best-bin-first splitting strategy: Nodes with less than a set number of items become leafs.
IntKDTree.SplitCh