These classes provide the following capabilities:
Classes | |
| class | slogger |
| Algorithm main class, whose methods are invoked by various listeners in slogger_manager_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | Accumulator |
| Algorithm main class, whose methods are invoked by various listeners in w2accumulator_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | VerticalMax |
| class | w2circ |
| class | GridLocalMax |
| Algorithm main class, whose methods are invoked by various listeners in w2localmax_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | Watershed |
| Segments a weather-type image using the watershed algorithm. More... | |
| class | WatershedAlg |
| Algorithm main class, whose methods are invoked by various listeners in w2watershed_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | Cluster |
| Defines a cluster based on a statistic. More... | |
| class | ContourSegmenter |
| Will segment the given image into regions based on an uniform division of the measurement space. More... | |
| class | Ellipse |
| An Ellipse represented using its center, semi-major axes and orientation. More... | |
| class | FeatureTracker |
| Tracks possibility clusters and assigns attributes to those clusters. More... | |
| class | ImageAttr |
| Stores attributes of each pixel in an image. More... | |
| class | Segmenter |
| Base class of image segmentation algorithms. More... | |
| class | SegmenterResult |
| The result of segmentation algorithms (. More... | |
| class | SingleFeature |
| Satisfies the requirements of the Cluster class. More... | |
| class | GridComparator |
| Algorithm main class, whose methods are invoked by various listeners in w2scoregrid_main.cc and w2runningdiff_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | GridThresholder |
| Algorithm main class, whose methods are invoked by various listeners in w2threshold_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | PolygonToGrid |
| Algorithm main class, whose methods are invoked by various listeners in w2polygon2grid_main.cc Interface code auto-generated by w2algcreator. More... | |
| struct | Warning |
| struct | Report |
| class | WarningScorer |
| Algorithm main class, whose methods are invoked by various listeners in w2scorewarn_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | CompositeFilter |
| Applies filters one after the other. More... | |
| class | ContourFilter |
| contours the given image and puts the data into a ContourData object that is returned via getResult() More... | |
| class | Correlogram |
| This class can be used to estimate (continually, or at just a snapshot in time) the correlogram. More... | |
| class | PixelValueCorrelogram |
| Create a correlogram from an image or sequence of images. More... | |
| class | DataTableCorrelogram |
| Create a correlogram from a data table of observations. More... | |
| class | Data2DAdapter |
| Any class X that satisfies the requirements of the Data2DAdapter should allow simple read access to its elements. More... | |
| class | Data2DFilter |
| The abstract base class of all filters that filter one of the CODE data types. More... | |
| class | SingleData2DFilter |
| Abstract base of individual filters. More... | |
| class | DespeckleFilter |
| Removes speckle from input images, but does not smooth valid values. More... | |
| class | DistanceFilter |
| Replaces each pixel by the distance from this pixel to a value above a certain threshold. More... | |
| class | FilterFactory |
| The factory allows you to get a filter by name and parameters. More... | |
| class | FilterListener |
| Listens for events and passes the object to an Data2DFilter for processing. More... | |
| class | Fuzzy |
| The inner classes implement several fuzzy resolvers. More... | |
| class | GAOpts |
| class | Gene |
| A Gene consists of a floating number which is to be optimized. More... | |
| class | Chromo |
| class | Population |
| class | ProbPie |
| class | GeographicData2DAdapter |
| Any class X that satisfies the requirements of the GeographicData2DAdapter, in addition to satisfying the requirements of the Data2DAdapter should allow geographic referencing of each grid point. More... | |
| class | HoughLineFinder |
| This filter finds lines using the Hough Transform and draws the best lines back on the original image. More... | |
| class | ImageComparator |
| Compares two images and gives estimates of how much image b resembles image a (the first input to all the score methods is assumed to be the real thing and the second an estimate). More... | |
| class | ProbabilisticImageComparator |
| Compares an image with a probability forecast. More... | |
| class | ImageFilter |
| Abstract base class of filters that will deal with simply a code::Image, i.e. More... | |
| class | KalmanEstimator |
| The Kalman estimator gives an estimate of the value assuming that the observation is of the same value. More... | |
| class | MovingAverageEstimator |
| The moving average estimator works just like the Kalman Estimator, except that, instead of using a Kalman filter to estimate the true current value, it uses a moving average. More... | |
| class | KalmanLinearEstimator |
| The Kalman linear estimator gives an estimate of the value assuming that the observation is of a linearly changing value (constant velocity for position observations, constant accelation for velocity observations, etc. More... | |
| class | LinearFitEstimator |
| The Kalman linear estimator gives an estimate of the value assuming that the observation is of a linearly changing value (constant velocity for position observations, constant accelation for velocity observations, etc. More... | |
| class | KernelFilter |
| This allows you to filter any two-dimensional DataType with a kernel, taking into account missing data. More... | |
| class | LinearRBF |
| A RadialBasisFunction neural network can learn the relationship of an output to an input. More... | |
| class | LocalizedEllipseFilter |
| Implementation of an oriented, but inseparable filter that takes into account missing values. More... | |
| class | LRBFForecaster |
| Uses a Linear Radial Basis Function (LinearRBF) to forecast based on a time-sequence of images. More... | |
| class | Matrix |
| A Matrix is implemented as holding on to a result code::Image<float> which can be obtained by calling getResult(). More... | |
| class | MorphEdgeFilter |
| This filter finds edges based on rank differences (morphologic processing). More... | |
| class | MorphFilter |
| Performs morphological open (dilate) and close (erode) based on grey-scale values that are of monotonically increasing/decreasing interest. More... | |
| class | Multiplexer |
| A filter that takes the input DataType, passes it on to all the associated Data2DFilters. More... | |
| class | NeuralNetwork |
| class | OrientedFilter |
| Implementation of an oriented, separable filter that takes into account missing values. More... | |
| class | PercentFilter |
| This allows you to get the Nth percentile value in the neighborhood for any two-dimensional DataType. More... | |
| class | RadialSetThreshold |
| class | ResizeFilter |
| Linearly scales the data values, so that a value of 'x' becomes 'ax + b'. More... | |
| class | ScalingFilter |
| Linearly scales the data values, so that a value of 'x' becomes 'ax + b'. More... | |
| class | SkillScore |
| Provides means of computing skill score from contingency matrix. More... | |
| class | ThresholdFilter |
| Sets all values below "min" to missing data and all values above "max" to max. More... | |
| class | MaxThresholdFilter |
| Sets all values above "max" to missing data and all values below "min" to min. More... | |
| class | TruthLine |
| An edge of a TruthPolygon. More... | |
| class | TruthPolygon |
| A TruthPolygon allows you to construct a polygon in any cartesian space, and then verify whether an arbitrary point is inside or outside that polygon. More... | |
| class | VarianceFilter |
| Replaces each pixel by an estimate of the variance in its neighborhood. More... | |
| class | Wavelet |
| The four filter coefficients associated with a finite-length orthogonal wavelet. More... | |
| class | WaveletFactory |
| Creates a number of wavelets with the right coefficients. More... | |
| class | WaveletTransform |
| A WaveletTransform is an image filter that computes the wavelet transform of the input image and returns the transform as the output. More... | |
| class | NormalizeVisible |
| Algorithm main class, whose methods are invoked by various listeners in w2normalizevisible_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | ObjectiveAnalysis |
| Algorithm main class, whose methods are invoked by various listeners in w2oban_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | DataThresholder |
| class | LayerMax |
| Algorithm main class, whose methods are invoked by various listeners in w2img_main.cc Interface code auto-generated by w2algcreator. More... | |
| class | PolarCAPPI |
| Computes constant altitude PPIs (Horizontal cuts through polar grids). More... | |
| class | PolarGridAlgorithm |
| An algorithm base class to efficiently process normalized volumes of radial sets. More... | |
| class | PolarHail |
| class | PolarListener |
| class | PolarLLSD |
| class | PolarVAD |
| Computes a VAD at a given ste of ranges. More... | |
| class | PolarVIL |
| An algorithm base class to efficiently process normalized volumes of radial sets. More... | |
| class | RadarVolumeManager |
| class | VolumeAlgorithmInterface |
| A interface that will let you deal with either a VolumeAlgorithm<RadialSet> or a VolumeAlgorithm<PolarGrid>. More... | |
| class | VolumeAlgorithm |
| An algorithm base class to efficiently process volumes of RadialSets or PolarGrids. More... | |
| class | CleanRef |
| Removes AP and clutter from reflectivity data. More... | |
| class | StatisticalTexture |
| Computes and holds a variety of local texture attributes. More... | |
| class | VorticityDivergence |
| Algorithm main class, whose methods are invoked by various listeners in w2vortdiv_main.cc Interface code auto-generated by w2algcreator. More... | |
1.4.7