Uses of Class
de.unihalle.informatik.Alida.admin.annotations.ALDMetaInfo

Packages that use ALDMetaInfo
cmdTools.cellAnalysis   
cmdTools.mtb_imagetools   
cmdTools.tracking.multitarget   
cmdTools.visualization   
de.unihalle.informatik.Alida.admin.annotations   
de.unihalle.informatik.MiToBo.apps.cells2D   
de.unihalle.informatik.MiToBo.apps.datatypes.cellImages   
de.unihalle.informatik.MiToBo.apps.nuclei2D   
de.unihalle.informatik.MiToBo.core.batch.provider.output.swing   
de.unihalle.informatik.MiToBo.core.dataio   
de.unihalle.informatik.MiToBo.core.dataio.provider.cmdline   
de.unihalle.informatik.MiToBo.core.dataio.provider.swing   
de.unihalle.informatik.MiToBo.core.datatypes Provides basic datatypes for MiToBo. 
de.unihalle.informatik.MiToBo.core.datatypes.defines   
de.unihalle.informatik.MiToBo.core.datatypes.images Contains MiToBo image data types. 
de.unihalle.informatik.MiToBo.core.datatypes.wrapper Provides wrapper for for input and output datatypes for MiToBo operators. 
de.unihalle.informatik.MiToBo.core.exceptions Defines MiToBo exceptions. 
de.unihalle.informatik.MiToBo.core.grappa   
de.unihalle.informatik.MiToBo.core.gui   
de.unihalle.informatik.MiToBo.core.imageJ Provides convenience classes for interaction with ImageJ system. 
de.unihalle.informatik.MiToBo.core.operator Provides basis classes for MiToBo operator concept. 
de.unihalle.informatik.MiToBo.enhance Provides classes for image preprocessing and improvement (no filters!). 
de.unihalle.informatik.MiToBo.fields Provides classes for calculating gradient vector flow fields, image gradient fields, potential fields and other possible fields from different data sources. 
de.unihalle.informatik.MiToBo.filters.linear Provides classes implementing linear systems. 
de.unihalle.informatik.MiToBo.filters.nonlinear Provides classes implementing nonlinear image filters. 
de.unihalle.informatik.MiToBo.filters.vesselness Provides various operators for enhancing vessel-like structures in images. 
de.unihalle.informatik.MiToBo.gui   
de.unihalle.informatik.MiToBo.io.dirs Provides classes for dealing with directories. 
de.unihalle.informatik.MiToBo.io.files Provides classes for handling (non-)image files. 
de.unihalle.informatik.MiToBo.io.images Provides classes for handling image files. 
de.unihalle.informatik.MiToBo.io.tools Contains helper classes for image I/O. 
de.unihalle.informatik.MiToBo.math Provides mathematical functionality. 
de.unihalle.informatik.MiToBo.math.distributions.impl   
de.unihalle.informatik.MiToBo.math.distributions.interfaces   
de.unihalle.informatik.MiToBo.math.images Provides mathematical operations on images. 
de.unihalle.informatik.MiToBo.math.optimization   
de.unihalle.informatik.MiToBo.morphology Provides classes for morphological processing of binary images. 
de.unihalle.informatik.MiToBo.segmentation.regions.convert   
de.unihalle.informatik.MiToBo.tools   
de.unihalle.informatik.MiToBo.tools.image   
de.unihalle.informatik.MiToBo.tools.system   
de.unihalle.informatik.MiToBo.tracking.multitarget.algo   
de.unihalle.informatik.MiToBo.tracking.multitarget.datatools   
de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.abstracts   
de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl   
de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.interfaces   
de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.abstracts   
de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.impl   
de.unihalle.informatik.MiToBo.tracking.multitarget.eval   
de.unihalle.informatik.MiToBo.visualization.drawing Provides operators to visualize data types. 
mitoboRunner   
mtb_io Provides plugins for MiToBo image I/O. 
mtb_segmentation Provides plugins for image segmentation in general. 
 

Uses of ALDMetaInfo in cmdTools.cellAnalysis
 

Classes in cmdTools.cellAnalysis with annotations of type ALDMetaInfo
 class ParticleDetector2D
          Commandline tool for particle detection based on the undecimated wavelet transform.
 

Uses of ALDMetaInfo in cmdTools.mtb_imagetools
 

Classes in cmdTools.mtb_imagetools with annotations of type ALDMetaInfo
 class ImageConvert
          Commandline tool to convert image formats and datatypes.
 

Uses of ALDMetaInfo in cmdTools.tracking.multitarget
 

Classes in cmdTools.tracking.multitarget with annotations of type ALDMetaInfo
 class EvalTracks
          Commandline tools to compare observation-files, i.e. the target-IDs of the individual observation, to evaluate the quality of target-association in one file with respect to the other that is interpreted as groundtruth.
 class ObservationSeriesGenerator
          Commandline tool to create a (time) series of observations which can be used for evaluation of multi-target tracking algorithms.
 class ObservationsInfo
          Commandline tool to print information about a (time) sequence of observations and optionally their association to targets/clutter.
 class RBMCDATracker
          Commandline tool for multi-target tracking with RBMCDA-framework described in [Gress,Posch, "
 

Uses of ALDMetaInfo in cmdTools.visualization
 

Classes in cmdTools.visualization with annotations of type ALDMetaInfo
 class DisplayImage
          A simple commandline tool to display image files using MiToBo's image reader.
 

Uses of ALDMetaInfo in de.unihalle.informatik.Alida.admin.annotations
 

Classes in de.unihalle.informatik.Alida.admin.annotations with annotations of type ALDMetaInfo
 interface ALDMetaInfo
          Annotation for adding meta data to Alida classes.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.apps.cells2D
 

Classes in de.unihalle.informatik.MiToBo.apps.cells2D with annotations of type ALDMetaInfo
 class Mica2DTableModel
          Implementation of a TableModel for the Granule Detector result table.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.apps.datatypes.cellImages
 

Classes in de.unihalle.informatik.MiToBo.apps.datatypes.cellImages with annotations of type ALDMetaInfo
 class SegResult_Complete
          Complete segmentation result from multi-channel image.
 class SegResult_Cytoplasm
          Cell boundary segmentation result from single-layer image.
 interface SegResult_Interface
          Interface for unified handling of segmentation results extracted by particle, cell or nucleus detectors.
 class SegResult_Nuclei
          Nuclei segmentation result from a single image channel.
 class SegResult_Particles
          Particle detection result for a single channel of an image.
 class SegResult_ParticlesMultiChannel
          Particle detection result for a multi-channel image.
 class SegResultEnums
          Defines of enumeration types used in conjunction with cell image analysis.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.apps.nuclei2D
 

Classes in de.unihalle.informatik.MiToBo.apps.nuclei2D with annotations of type ALDMetaInfo
 class NuclearParticleDetector2D
           This class detects nuclei and particles inside these nuclei and gives some statistics about particles, like particle number per nuclei, particle size, sum of intensities, etc.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.batch.provider.output.swing
 

Classes in de.unihalle.informatik.MiToBo.core.batch.provider.output.swing with annotations of type ALDMetaInfo
 class MTBSummarizerRegion2DSet
          Implementation of ALDBatchInputIteratorSwing for MitoBo images.
 class MTBSummarizerSegResultParticlesMultiChannel
          Implementation of ALDBatchInputIteratorSwing for MitoBo images.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.dataio
 

Classes in de.unihalle.informatik.MiToBo.core.dataio with annotations of type ALDMetaInfo
 class MTBAwtPoint2DDataIOSwing
          Data I/O class for Point2D.Double.
 class MTBWrapperDataIOSwing
          Class for loading/saving wrapper datatypes in MiToBo.
 class RandomGeneratorDataIOSwing
          Data I/O provider for GUI-OpRunner for java.util.Random objects.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.dataio.provider.cmdline
 

Classes in de.unihalle.informatik.MiToBo.core.dataio.provider.cmdline with annotations of type ALDMetaInfo
 class MTBImageDataIO
          Implementation of ALDDataIOCmdline interface for MitoBo images.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.dataio.provider.swing
 

Classes in de.unihalle.informatik.MiToBo.core.dataio.provider.swing with annotations of type ALDMetaInfo
 class AwtColorDataIOSwing
          Data I/O provider for GUI-OpRunner for java.awt.Color objects.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.datatypes
 

Classes in de.unihalle.informatik.MiToBo.core.datatypes with annotations of type ALDMetaInfo
 class MTBGraph
          Class implements an (un-) directed MTBGraph.
 class MTBGraphEdge
          Class implements MTBGraphEdges for the MTBGraph.
 class MTBGraphNode<T>
          Class implements MTBGraphNodes for the MTBGraph.
 class MTBLineSegment2D
          Enhanced 2D line segments.
 class MTBPolygon2DException
          Exception handling for Polygon2D object.
 class MTBStructuringElement
          class representing a 2D flat (, i.e. without different gray values) structuring element
for the use with morphological operations
values are stored in a recatangular 2D array (rows: 1st dimension, columns: 2nd dimension)
whereas onValue represents set locations and 0 represents unset locations
 class MTBTree
          This class implements a simple tree data structure.
 class MTBTreeNode
          This class implements the nodes of class 'Tree'.
 class MTBTreeNodeData
          Abstract class to define properties for data objects associated with TreeNodes.
 class MTBTreeNodeRegion2D
          Class to create a TreeNodeData object for a 2D region (MTBRegion2D).
 class MTBVectorField2D
          Class to represent several kinds of vector fields.
 class Polygon2D_Cgal
          Deprecated. 
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.datatypes.defines
 

Classes in de.unihalle.informatik.MiToBo.core.datatypes.defines with annotations of type ALDMetaInfo
 class MTBConstants
          Constants globally defined for MiToBo.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.datatypes.images
 

Classes in de.unihalle.informatik.MiToBo.core.datatypes.images with annotations of type ALDMetaInfo
 class MTBImageByte
          Wrapper class for easy access to Byte (hyper)stacks.
 class MTBImageDouble
          Class for easy access to Double (hyper)stacks.
 class MTBImageFloat
          Wrapper class for easy access to Float (hyper)stacks.
 class MTBImageInt
          Class for easy access to Int (hyper)stacks.
 interface MTBImageManipulator
           
 class MTBImageSet
          A set of MTBImages stored in a vector.
 class MTBImageShort
          Wrapper class for easy access to Short (hyper)stacks.
 class MTBImageWindow
          Class for windowing a MTBImage.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.datatypes.wrapper
 

Classes in de.unihalle.informatik.MiToBo.core.datatypes.wrapper with annotations of type ALDMetaInfo
 class MTBDoubleData
          A double to be used as input or output for MTB operators.
 class MTBIntegerData
          an Integer wrapper class to be used as input or output for MTB operators
 class MTBStringData
          Class to implement string objects to be used as input or output to MTB operators.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.exceptions
 

Classes in de.unihalle.informatik.MiToBo.core.exceptions with annotations of type ALDMetaInfo
 class MTBException
          MiToBo specific exception type.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.grappa
 

Classes in de.unihalle.informatik.MiToBo.core.grappa with annotations of type ALDMetaInfo
 class MTBGrappaFrame
          Main frame of Grappa graphical editor for MiToBo.
 class MTBGrappaWorkbench
          Main frame of Grappa in MiToBo context.
 class MTBGrappaWorkbenchTab
          Grappa workflow graph.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.gui
 

Classes in de.unihalle.informatik.MiToBo.core.gui with annotations of type ALDMetaInfo
 class MTBOperatorGUIExecutionProxy
          Manager for executing single MiToBo operator and workflow objects via GUI.
 class MTBOperatorParameterPanel
          Implementation of panels for MiToBo operator parameters.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.imageJ
 

Classes in de.unihalle.informatik.MiToBo.core.imageJ with annotations of type ALDMetaInfo
 class MTBBorder2DSetROI
          Class to visualize and handle a MTBBorder2DSet in the ImageJ ROI-Manager.
 class MTBContour2DSetROI
          Class to visualize and handle a MTBContour2DSet in the ImageJ ROI-Manager.
 class MTBPolygon2DSetROI
          Class to visualize and handle a MTBPolygon2DSet in the ImageJ ROI-Manager.
 class MTBRegion2DSetROI
          Class to visualize and handle a MTBRegion2DSet in the ImageJ ROI-Manager.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.core.operator
 

Classes in de.unihalle.informatik.MiToBo.core.operator with annotations of type ALDMetaInfo
 class MTBPortHashAccess
          Interface to the port database of the Alida / MiToBo operator history.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.enhance
 

Classes in de.unihalle.informatik.MiToBo.enhance with annotations of type ALDMetaInfo
 class GammaCorrection2D
          Gamma correction on a 8- oder 16-bit image for one- or multi-channel images.
 class IlluminationCorrection
           This class corrects the uneven illumination (e.g. background gradient) of especially gray value bright filed or DIC images.
 class LocallyAdaptiveContrastEnhancement
          This class implements contrast enhancement for microscopy images.
 class TopHatContrastEnhancement
           This class enhances the contrast by top-hat operations, especially for gray value bright filed or DIC images.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.fields
 

Classes in de.unihalle.informatik.MiToBo.fields with annotations of type ALDMetaInfo
 class FieldOperations2D
          Class implements several operations on a 2D vector field.
 class GradientFieldCalculator2D
          Class to calculate a gradient vector field of a given image.
 class GVFFieldCalculator2D
          Class to calculate a special 2D vector field, a Gradient Vector Flow Field (GVF) with its x- and y-flows from the given image.
 class VectorField2DPotentialFinder
          Routines for reconstructing potential from vector field.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.filters.linear
 

Classes in de.unihalle.informatik.MiToBo.filters.linear with annotations of type ALDMetaInfo
 class GaussFilter
          Multidimensional Gauss filter class.
 class LinearFilter
          Generic linear filter operation class
 class MeanFilter
          Multidimensional mean filter
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.filters.nonlinear
 

Classes in de.unihalle.informatik.MiToBo.filters.nonlinear with annotations of type ALDMetaInfo
 class RankOperator
          Rank operator class to compute Median, Minimum or Maximum filter for hyperstack, stack and plain images.
 class StatisticsFilter
          class for calculating several statistical values for the neighborhood of the pixels
in an image
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.filters.vesselness
 

Classes in de.unihalle.informatik.MiToBo.filters.vesselness with annotations of type ALDMetaInfo
 class MedialnessMultiScaleFilter2D
           2D multi-scale medialness filter for vessel segmentation.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.gui
 

Classes in de.unihalle.informatik.MiToBo.gui with annotations of type ALDMetaInfo
 class ImageWriterOptionsPane
          A panel for image writer options that is used as accessory in a JFileChooser
 class RadioButtonPanel
          A panel with a titled border and a set of radio buttons that can be reconfigured easily.
 class SynchronizedImageWindows
          A class that synchronizes viewing of images for easier comparison.
 class TwoColumnPanel
          A panel with a titled border and two columns for a variable number of generic components that are placed vertically with an additional label.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.io.dirs
 

Classes in de.unihalle.informatik.MiToBo.io.dirs with annotations of type ALDMetaInfo
 class DirectoryTreeNodeData
          Implements class TreeNodeData for DirectoryTree.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.io.files
 

Classes in de.unihalle.informatik.MiToBo.io.files with annotations of type ALDMetaInfo
 class GraphvizWriter<T extends Comparable<?> & Comparator<?>>
          Write graph to file using the DOT-language for visualization using graphviz tools.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.io.images
 

Classes in de.unihalle.informatik.MiToBo.io.images with annotations of type ALDMetaInfo
 class ImageWriterMTB
          Image writer operator to store MTBImage or ImagePlus to disk along with the image history (.mph) file.
 class OverwriteException
          Special exception for the ImageWriterMTB operator.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.io.tools
 

Classes in de.unihalle.informatik.MiToBo.io.tools with annotations of type ALDMetaInfo
 class ImageIOUtils
          A class of utility functions used by the MiToBo's image-IO classes
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.math
 

Classes in de.unihalle.informatik.MiToBo.math with annotations of type ALDMetaInfo
 class LinearTransformGaussNoise
          A linear transform with additive Gaussian noise.
 class LogFaculty
          Class to compute the logarithm of the faculty of an integer n.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.math.distributions.impl
 

Classes in de.unihalle.informatik.MiToBo.math.distributions.impl with annotations of type ALDMetaInfo
 class ExponentialDistribution
          Exponential distribution.
 class GaussianDistribution
          A multivariate Gaussian distribution.
 class GaussMixDistribution
          A multivariate Gaussian mixture distribution.
 class GenericDiscreteDistribution
          A generic discrete distribution
 class MixtureDistribution
          A distribution represented by a mixture of distributions
 class ParticleDistribution<G extends Copyable<? extends G>>
          A distribution represented by weighted particles
 class PoissonDistribution
          Poisson distribution.
 class UniformDistribution
          A multivariate uniform distribution.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.math.distributions.interfaces
 

Classes in de.unihalle.informatik.MiToBo.math.distributions.interfaces with annotations of type ALDMetaInfo
 interface ConditionalDistribution<T>
          Interface for conditional densities, e.g. p(x|y)
 interface EvaluatableDistribution<T>
          Interface for distributions that can be evaluated for each realization x of its random variable X.
 interface FirstOrderMoment<T>
          Interface for classes that provide a first order moment.
 interface IndependentlyEvaluatableDistribution<T>
          Interface for densities p(X) with independent variables in X, that can be evaluated for each element in the realization x of its random variable X.
 interface IndependentSamplingDistribution<T>
          Interface for densities with independent variables, where components of a sample can be drawn independently.
 interface IntegrableDistribution<T>
          Interface for distributions with distribution functions that can be evaluated for each realization x of its random variable X.
 interface LogEvaluatableDistribution<T>
          Interface for distributions that can be evaluated for each realization x of its random variable X.
 interface LogIndependentlyEvaluatableDistribution<T>
          Interface for densities p(X) with independent variables in X, that can be evaluated (natural logarithm) for each element in the realization x of its random variable X.
 interface LogProbabilityDensityFunction
          Interface for multivariate distributions that allow evaluation of the natural logarithm of their probability density function.
 interface LogProbabilityMassFunction
          Interface for univariate distributions based on log-probability mass functions
 interface ProbabilityDensityFunction
          Interface for multivariate distributions that allow evaluation of their probability density function.
 interface ProbabilityMassFunction
          Interface for univariate distributions based on probability mass functions
 interface SamplingDistribution<T>
          Interface for densities from which samples can be drawn.
 interface SecondOrderCentralMoment<T>
          Interface for classes that provide a second order central moment.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.math.images
 

Classes in de.unihalle.informatik.MiToBo.math.images with annotations of type ALDMetaInfo
 class ImageArithmetics
          Image arithmetics class for MTBImage objects.
 class MTBImageArithmetics
          This class that provides convenience functions for the ImageArithmetics class.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.math.optimization
 

Classes in de.unihalle.informatik.MiToBo.math.optimization with annotations of type ALDMetaInfo
 class MatchingBipartite
          Base class for bipartite matching algorithms.
 class MatchingBipartite_HungarianAlgorithm
          Bipartite matching with Hungarian algorithm.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.morphology
 

Classes in de.unihalle.informatik.MiToBo.morphology with annotations of type ALDMetaInfo
 class BasicMorphology
          class implementing basic morphological operations (for use with grayscale as well as with binary images)
 class ComponentPostprocess
          Methods for post-processing components/pixels in binary images.
 class DistanceTransform
           Class to calculate a distance map / field from a binary image using the Champfer-algorithm from G.
 class HDomeTransform3D
          H-dome transform in 3D (straightforward use with 2D-images).
 class ImgClose
          This class implements morphological closing on 2D binary/grayscale images.
 class ImgDilate
          This class implements morphological dilation on 2D binary/grayscale images.
 class ImgOpen
          This class implements morphological opening on 2D binary/grayscale images.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.segmentation.regions.convert
 

Classes in de.unihalle.informatik.MiToBo.segmentation.regions.convert with annotations of type ALDMetaInfo
 class Region2DSetFromLabelimage
          Operator to convert 2D label image to a MTBRegionsSet2D.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tools
 

Classes in de.unihalle.informatik.MiToBo.tools with annotations of type ALDMetaInfo
 class XMLTypeConverter
          A class providing static methods to convert specific object to and from their corresponding xml-types provided by xml-beans.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tools.image
 

Classes in de.unihalle.informatik.MiToBo.tools.image with annotations of type ALDMetaInfo
 class CropImage
          Crop an image part.
 class ImageConverter
          Plugin to convert images that are represented by MTBImage.
 class ImageDimensionReducer
           
 class ImageValueTools
          An operator class for different simple operations on the values of an image like inversion, filling with a constant value, etc.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tools.system
 

Classes in de.unihalle.informatik.MiToBo.tools.system with annotations of type ALDMetaInfo
 class UserTime
          This is a stopwatch to measure elapsed user or real time used.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.algo
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.algo with annotations of type ALDMetaInfo
 class GreedyGourmetPartitioning
          greedyGourmet graph partitioning algorithm following:
J.
 class MultiObservationGenerator
          Operator to create a (time) series of observations which can be used for evaluation of multi target tracking algorithms.
 class MultiObservationTrackerRBMCDAIMM
          Tracking of multiple targets using Rao-Blackwellized Monte Carlo Data Association (RBMCDA) for observation-to-target association and Interacting Multiple Models (IMM) filters for target state estimation.
 class MultiTargetIMMFilter
          Multi-target Interacting Multiple Models (IMM) filter for varying number of targets.
 interface MultiTargetPredictionFilter<T extends Copyable<?>>
          Interface for multi-target prediction filters
 interface MultiTargetPredictionFilterIndep<T extends Copyable<?>>
          Interface for multi-target prediction filters with independent targets
 class MultiTargetRBMCDA<T extends TargetID>
          Rao-Blackwellized Monte Carlo Data Association following:
S.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.datatools
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.datatools with annotations of type ALDMetaInfo
 class DataConverter<S,T>
          An operator class to convert between data types.
 class MultiStateIO
          File-IO for (vectors of) MultiState objects.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.abstracts
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.abstracts with annotations of type ALDMetaInfo
 class AbstractMultiState<T extends Copyable<?>>
          Abstract class to hold the states of multiple targets.
 class AbstractMultiStateFactory<T extends Copyable<?>>
          Factory class for creating new multi state objects
 class MatchingAdjacencyMatrix
          Abstract class of an adjacency matrix for graph matching, i.e. graph nodes are associated to different partitions.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl with annotations of type ALDMetaInfo
 class DataAssociationExclusive
          A class that represents exlusive data association.
 class DataAssociationExclusiveFactory
          Factory class for exclusive data association objects
 class GraphNodeID
          A graph node object to hold a nodeID as well as a subgraphID
 class MotionModelID
          A target-ID class that additionally hold a "motion model"-ID.
 class MultiState<T extends Copyable<?>>
          Multi-target state implementation.
 class MultiStateFactory<T extends Copyable<?>>
          Multi-target state factory implementation.
 class ObservationAdjacency
          An adjacency matrix for observations in a time series used for greedyGourmet-partitioning.
 class PartitGraphNodeID
          A graph node object for multipartite graphs to store a partitionID, a nodeID as well as a subgraphID.
 class RBMCDASample<T extends TargetID>
          Representation of a RBMCDA-sample.
 class RBMCDASampleInfo<T extends TargetID>
          RBMCDA-sample info object.
 class TargetID
          A target-ID class.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.interfaces
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.interfaces with annotations of type ALDMetaInfo
 interface AdjacencyMatrix<T extends Comparable<?>>
          Interface for the adjacency matrix of a graph.
 interface Copyable<T>
          Interface for objects that can be copied (deep copy is assumed).
 interface DataAssociation
          Interface for data association objects.
 interface DataAssociationFactory
          Interface for data association object factories
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.abstracts
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.abstracts with annotations of type ALDMetaInfo
 class AbstractAssociationDistribution<S extends Copyable<?>,T extends Copyable<?>>
          Abstract class for association distributions that allow sampling of the association variables for a set of observations in a multi-target tracking framework.
 class AbstractMultiObservationDistribution<S extends Copyable<?>,T extends Copyable<?>>
          Abstract class for multi target observation distributions.
 class AbstractMultiObservationDistributionIndep<S extends Copyable<?>,T extends Copyable<?>>
          Abstract class for multi target observation distributions.
 class AbstractMultiStateTransitionDistribution<T extends Copyable<?>>
          Abstract class for multi-target state transition distributions.
 class AbstractMultiStateTransitionDistributionIndep<T extends Copyable<?>>
          Abstract class of multi-target state transition distribution with independent targets.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.impl
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.distributions.impl with annotations of type ALDMetaInfo
 class AssociationDistribution<S extends TargetID,T extends TargetID>
          Association distribution to sample association variables for a set of observations based on a model of how observations are formed.
 class AssociationDistributionNN<S extends TargetID,T extends TargetID>
          Association distribution to sample association variables for a set of observations based on a model of how observations are formed.
 class MultiObsDistributionIndepGaussians<T extends Copyable<?>>
          A simple multi observation density, which assumes independence of the single observations with multivariate Gaussian noise.
 class MultiObsDistributionIndepGaussMix<T extends Copyable<?>>
          A simple multi observation density, which assumes independent Gaussian mixtures as the underlying distributions.
 class MultiStateDistributionIndepGaussians<T extends Copyable<?>>
          A simple multi state density, which assumes independence of the single states with multivariate Gaussian noise.
 class MultiStateLinTransDistributionIndepGaussians<T extends Copyable<?>>
          A simple multi state-transition density, which assumes independence of the single states and multivariate Gaussian process noise.
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.tracking.multitarget.eval
 

Classes in de.unihalle.informatik.MiToBo.tracking.multitarget.eval with annotations of type ALDMetaInfo
 class TrackEvaluator
           
 

Uses of ALDMetaInfo in de.unihalle.informatik.MiToBo.visualization.drawing
 

Classes in de.unihalle.informatik.MiToBo.visualization.drawing with annotations of type ALDMetaInfo
 class DrawPolygon2DSet
          A class to visualize 2D polygons.
 class DrawTracks2D
          Draw trajectories of tracked observations over time.
 class DynamicColorLUT
          A color lookup table that generates colors dynamically and randomly for indices that do not exist.
 

Uses of ALDMetaInfo in mitoboRunner
 

Classes in mitoboRunner with annotations of type ALDMetaInfo
 class Grappa_Editor
          ImageJ plugin for running the Alida/MiToBo graphical editor "Grappa".
 

Uses of ALDMetaInfo in mtb_io
 

Classes in mtb_io with annotations of type ALDMetaInfo
 class Open_Image_MTB
          Plugin for image open dialog
 class Save_Image_MTB
          Plugin for image save dialog
 

Uses of ALDMetaInfo in mtb_segmentation
 

Classes in mtb_segmentation with annotations of type ALDMetaInfo
 class Threshold_Image
          Plugin for thresholding plain images, stacks and hyperstacks.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.