CABC | |
►CAC | |
CRadarAccumulator< AC, OD > | Data array for creating composites and accumulated polar products (Surface rain fall or cluttermaps) |
CAccumulationArray | General-purpose image compositing |
►CAccumulationConverter | Converts raw data to values appropriate for accumulation |
CDataCoder | Converts ODIM encoded data (with markers) to natural values and backwards |
►CAccumulator | |
CRadarAccumulator< drain::image::Accumulator, rack::PolarODIM > | |
►CAccumulatorGeo | |
►CRadarAccumulator< drain::image::AccumulatorGeo, CartesianODIM > | |
CComposite | Cartesian composite (mosaic) of data from several radars |
CTest::Adapter | |
CAlignBase | Low level alignment instructions |
►CAlignment< AX, A, POS > | Container for Axis and Pos |
CCompleteAlignment< const AlignBase::Axis, AlignBase::Axis::VERT > | |
CCompleteAlignment< const AlignBase::Axis, AlignBase::Axis::HORZ > | |
►CAlignment< AlignBase::Axis, AlignBase::Axis::UNDEFINED_AXIS > | |
CCompleteAlignment< AX, A > | "Alternative" partial alignment configuration for single object. Partial means that either OBJECT itself or ANCHOR object is set |
►CAlignSVG | User-friendly programming interface for alignment considering two elements |
►CAlignAdapterSVG | Adapter designed for NodeSVG |
CNodeSVG | |
►CAndre | |
CAnoRack< T, T2 > | |
►CAndreContext | |
CRackContext | Resources provided separately for each thread |
►CAndreDetector | |
CAnoRackAttenuation< unsigned char, unsigned char > | |
CAnoRackRadomeAttenuation< unsigned char, unsigned char > | |
CAnoRackShip< unsigned char, unsigned char > | |
CAnoRackAttenuation< T, T2 > | |
CAnoRackRadomeAttenuation< T, T2 > | Detects speckle noise |
CAnoRackShip< T, T2 > | Detects speckle noise |
CBank< T, K >::bank_id | |
►CBase | |
CInheritedA | |
CInheritedB | |
►CBaseHTML | |
CNodeHTML | |
►CBaseThing | |
CRealThing | |
CBeam | |
►CBeanLike | Something which has a name, a description and possibly some parameters of varying type |
►CFunctor | Base class for sequential computations. Optional scaling utilities |
►CBinaryFunctor | |
CAdditionFunctor | Adds a intensity values |
CDivisionFunctor | Divides image by another image |
CMaximumFunctor | |
CMinimumFunctor | Minimum intensity. Prescaled input |
CMixerFunctor | Blends an image to another with given proportion |
CMultiplicationFunctor | Multiplies two images, with optional post scaling and offset |
CSubtractionFunctor | Subtracts image from another image |
►CUnaryFunctor | |
CBinaryThresholdFunctor | Thresholds intensity values |
►CFuzzifier< T > | A base class for fuzzy functions; also an unary functor |
CFuzzyBell< double > | |
CFuzzyBell2< double > | |
CFuzzyBell< T > | A smooth symmetric peak function that resembles the Gaussian bell curve |
CFuzzyBell2< T > | A smooth symmetric peak function that resembles the Gaussian bell curve. Diminishes quicker than FuzzyPeak |
CFuzzySigmoid< T > | A smooth step function, by default from -1.0 to +1.0 |
CFuzzyStep< T > | A basic, linear transition from 0 to scale between (start) and (end) |
CFuzzyStepsoid< T > | A smooth step function between 0.0 and 1.0. Increasing (decreasing) with positive (negative) width. Otherwise like FuzzySigmoid |
CFuzzyTriangle< T > | A basic triangular peak function with linear around the peak |
CFuzzyTwinPeaks< T > | A function taking shape of two peaks, with a zero in the middle |
CIdentityFunctor | |
CRemappingFunctor | Maps a single intensity value to another value |
►CScalingFunctor | Rescales intensities linearly: f' = scale*f + offset |
CNegateFunctor | Inverts intensities: f' = f_max - f |
CThresholdFunctor | Thresholds intensity values |
CCopyFunctor | |
CGammaFunctor | Gamma correction. Intensity is mapped as f' = f^(gamma) |
CQuantizatorFunctor | TODO: CopyOP should be quite similar |
CDataMarker | Simple class marking true data with a given constant value, typically a CLASS label |
►CAccumulationMethod | Function for accumulating data: maximum, average, weighted average etc |
CAverageMethod | |
CMaximumMethod | |
CMaximumWeightMethod | |
CMinimumMethod | |
COverwriteMethod | |
CWeightedAverageMethod | |
►CDistanceModel | Base class for linear and exponential distances in rectangular pixel images |
CDistanceModelExponential | |
CDistanceModelLinear | |
►CImageMod | Class for operations that modify an existing image instead of producing a new image |
CImageBox | Plots a single value in an image. The value will be scaled; notice that alpha channel is scaled by default |
CImageChannels | |
CImageCoordPolicy | |
CImageEncoding | Changes the type of a target image |
CImageFill | |
CImageGeometry | |
CImageHistogram | |
►CImageOp | Base class for image processing functions |
►CDistanceTransformOp< DistanceModelExponential > | |
►CDistanceTransformFillOp< DistanceModelExponential > | |
CDistanceTransformFillExponentialOp | |
CDistanceTransformExponentialOp | |
►CDistanceTransformOp< DistanceModelLinear > | |
►CDistanceTransformFillOp< DistanceModelLinear > | |
CDistanceTransformFillLinearOp | Spreeads values using inverse linear distance transform |
CDistanceTransformLinearOp | Computes inverse linear distance to bright points |
►CWindowOp< GaussianStripe< WindowCore > > | |
CSeparableWindowOp | Sliding window averaging operator with optional weighting support |
►CWindowOp< W > | |
CSlidingWindowOp< W > | Template for operators applying pipeline-like sliding window |
►CWindowOp< Window< GaussianWindowConf > > | |
CGaussianAverageOp | Sliding window averaging operator with optional weighting support |
►CWindowOp< Window< WindowConfig > > | |
►CFastAverageOp | Sliding window averaging operator with optional weighting support |
CFastAverageWeightedOp | Utility for explicitly |
►CCatenatorOp | Operator for concatenating images vertically or as channels |
CChannelCatenatorOp | |
CVerticalCatenatorOp | |
CCropOp | |
►CDifferentialOp | Virtual base class for horizontal and vertical intensity derivatives |
►CGradientOp | Computes spatial horizontal derivatives (dx and dy) |
CGradientHorzOp | |
CGradientVertOp | |
►CLaplaceOp | Computes second intensity derivatives |
CLaplaceHorzOp | Computes second horizontal derivative, dx2 |
CLaplaceVertOp | Computes second vertical derivative, dy2 |
►CDistanceTransformOp< T > | |
CDistanceTransformFillOp< T > | Template for DistanceTransformFillLinearOp and DistanceTransformFillExponentialOp |
CFloodFillOp | A fill operation for one color |
►CFunctorOp< F > | Class for using simple function objects (like std::functor) for sequential pixel iteration |
►CUnaryFunctorOp< drain::FuzzyStep< double > > | |
CTransparentOp | |
►CUnaryFunctorOp< CopyFunctor > | |
CCopyOp | |
CBinaryFunctorOp< F > | Class for using two-parameter function objects (like std::functor) for sequential and spatial pixel iteration |
►CUnaryFunctorOp< F, NORM, SIGN > | Class for using simple function objects (like std::functor) for sequential pixel iteration |
CRadarFunctorOp< F > | Convenience (abbreviation) |
CHighBoostOp | Enhances details by mixing original image and result of HighPassOp op |
CHighPassOp | Finds details at one-pixel scale, defined as difference of image and its low-pass filtered copy |
►CImpulseResponseOpBase< T > | |
CImpulseResponseOp< T > | A fill operation for one color |
CMarginalStatisticOp | Computes horizontal or vertical intensity statistics: iAverage, sum, .. |
CMotionExtrapolatorOp | |
CMultiThresholdOp | |
CNegateOp | |
CPaletteOp | Colorizes an image of 1 channel to an image of N channels by using a palette image as a lookup table |
►CPixelVectorOp | A base class for operations between of multi-channel pixels (intensity vectors) of two images |
►CBinaryPixelVectorOp< SubtractionFunctor > | |
CDistanceOp | Computes the distance between intensity vectors |
►CBinaryPixelVectorOp< MultiplicationFunctor > | |
CMagnitudeOp | Computes pixel magnitude, that is, euclidean norm of the intensity vector |
►CProductOp | Computes dot product of intensities of two images |
►CVolumeOp< VerticalProfileODIM > | |
CVerticalIntersectionOp | |
CVerticalProfileOp | Computes vertical profiles of reflectivity (DBZH), including raw and polarized reflectivity |
CVerticalWindProfileOp | Computes vertical profiles of reflectivity (DBZH), including raw and polarized reflectivity |
►CVolumeOp< RhiODIM > | |
CPseudoRhiOp | Pseudo Range-Height indicator |
►CVolumeOp< PolarODIM > | |
►CPolarProductOp | Base class for flat (2D) products computed in the polar coordinate system. Volume is used as input |
►CPolarSlidingWindowOp< RadarWindowAvg< RadarWindowConfig > > | |
CPolarSlidingAvgOp | |
CBeamAltitudeOp | A single-ray "product" storing the altitude at each bin |
CConvOp | Computes Cb s or bottoms in kilometers for a given dBZ threshold, typically 20, 40 or 45 dBZ |
►CCumulativeProductOp | Base class for flat (2D) products computed in the polar coordinate system |
CCappiOp | CAPPI and Pseudo-CAPPI: the constant altitude planar position indicator product |
CEchoTopOpOld | Height of echo exceeding a reflectivity threshold |
CMaxEchoOp | The maximum dBZ value in each a vertical column |
CDopplerAvgExpOp | |
►CDopplerOp | Base class for computing products using Doppler speed [VRAD] data |
►CDopplerWindowOp< DopplerEccentricityWindow > | |
CDopplerEccentricityOp | |
►CDopplerWindowOp< DopplerDevWindow > | |
CDopplerDevOp | |
►CDopplerWindowOp< DopplerAverageWindow2 > | |
CDopplerAvgOp | Simple op not producing quality field |
CDopplerCrawlerOp | |
CDopplerDiffOp | Experimental |
CDopplerReprojectOp | |
►CDopplerSamplerOp | Base class for computing products using Doppler speed [VRAD] data |
CDopplerDiffPlotterOp | |
►CDopplerWindOp | Base class for operators retrieving true wind (u,v) |
CDopplerInversionOp | Derives two-dimensional wind (u,v) from Doppler data |
CDopplerWindowOp< W > | Base class for Doppler average and variance |
CExtDopplerOp | Base class for radar data processors |
CDrawingOp | Select and visualise a direction, range, sector or arc |
CEchoTopOp | |
CExtRackOp | Base class for radar data processors |
CFunctorOp | A single-ray "product" storing the altitude at each bin |
CPolarNeuralVPROp | The VPRimum dBZ value in each a vertical column |
CPolarSlidingWindowOp< W > | Window operator with support |
CRainRateDPOp | Uses DBZ, ZDR and KDP to derive rain rate. Under construction |
CRainRateOp | Computes rain rate from dBZ |
CSunShineOp | A single-ray "product" storing the altitude at each bin |
►CVolumeTraversalOp | Class designed for "sequential" "parallel" processing of Sweeps |
►CAndreOp | The base class for detector and removal operators |
►CDetectorOp | Base class for anomaly detectors |
CAttenuationOp | Computes attenuation caused by precipitation |
CBiometOp | Detects birds and insects |
CCCorOp | |
CClutterOp | Based on pre-computed clutter map, scales the clutter probability for desired sweeps |
CDefaultOp | Simply, "detects" precipitation ie sets its probability |
CDopplerNoiseOp | Detects suspicious variance in Doppler speed (VRAD) |
CEmitterOp | A quick emitter detection based on subtracting horizontal window medians by vertical ones |
CExtAndreOp | Base class for radar data processors |
►CGliderOp | |
CBirdOp | |
CInsectOp | |
CHydroClassBasedOp | Sets probabilities of non-meteorological echoes based on precomputed hydrometeor classification |
CJammingOp | A detector for widespread electromagnetic interference |
CLineOp | Quick emitter detection based on subtracting a horizontal segment lengths by inversed vertical segment lengths |
CNonMetOp | Marks bins with low RhoHV value as probable anomalies |
CPrecipOp | Simply, "detects" precipitation ie sets its probability |
CShipFastOp | Detects ships |
CShipOp | Detects ships |
CSpeckleOp | |
CSunOp | Detects birds and insects |
CTestOp | |
CTimeOp | A radio interference detector |
CZDRvarOp | |
CQualityCombinerOp | A quick QualityCombiner |
►CRemoverOp | The simplest possible anomaly removal operator and the base class for more complex ones |
CDamperOp | |
►CGapFillOpBase | The base class for operators removing detected anomalies by overriding low-quality pixels with neighboring high-quality pixels." |
CGapFillOp | A simple gap filler based on distance transformation |
CGapFillRecOp | Recursive, 'splinic' gap filler based on fast averaging |
CBinaryPixelVectorOp< F > | |
CGrayOp | |
CQuadTreeOp | QuadTrees the image, stretching the image correspondingly |
CQualityMixerOp | Overwrites pixels of destination image in locations where destination weight is lower |
►CQualityOp | |
CQualityOverrideOp | Overwrites pixels of destination image in locations where destination weight is lower |
CQualityThresholdOp | |
CRecomposeOp | Create vertical image composed of separate views |
CResizeOp | Resizes the image, stretching the image correspondingly |
►CRunLengthOp | Base class for RunLengthHorzOp and RunLengthVertOp |
CRunLengthHorzOp | Computes lengths of horizontal segments |
CRunLengthVertOp | Computes lengths of vertical segments |
►CSegmentOp | A base class for computing statistics of segments. As segment is an area of connected pixels |
CSegmentAreaOp< S, D, T > | Computes sizes of connected pixel areas |
CSegmentStatisticsOp | Computes statistics of segments: area, centroid, horizontality, verticality, variance and elongation. Segment is an area of connected pixels |
CSuperProberOp | A base class for computing statistics of segments. As segment is an area of connected pixels |
CTransposeOp | Transpose operator. Swaps the intensities over the diagonal exis |
►CWindowOp< W > | |
►CSlidingWindowOp< SlidingWindowMedianWeighted > | |
CSlidingWindowMedianOp | |
►CSlidingWindowOp< SlidingOpticalFlowWeighted > | |
CFastOpticalFlowOp | |
►CSlidingWindowOp< SlidingWindowHistogramWeighted > | |
CSlidingWindowHistogramOp | Window histogram for computing [asmdvNX] = iAverage, sum, median, stddev, variance, miN, maX |
►CSlidingWindowOp< FlowAverageWindowWeighted > | |
CFlowAverageOp | Window average that preserves the magnitude |
►CSlidingWindowOp< SlidingOpticalFlowWeighted2 > | |
CFastOpticalFlow2Op | |
CBlenderOp | Smoothes image and mixes the result with the original |
CImagePlot | Plots a single value in an image. The value will be scaled; notice that alpha channel is scaled by default |
CImagePlotFile | |
CImageSampler | Traverses image, returning samples |
►CImpulseAvgConf | |
►CImpulseBucket< ImpulseAvgConf > | |
CImpulseAvg | Averaging operator. A simple example implementation of ImpulseBucket |
CDopplerAvg | Averaging operator. A simple example implementation of ImpulseCumulator |
CPaletteEntry | Container for color, transparency (alpha) and textual id and description. Does not contain intensity thresholds (intervals) |
CSampler | Utility for sampling images (2D data), outputting formatted text data |
CDataCoder | Converts ODIM encoded data (with markers) to natural values and backwards |
►CDataSelector | Tool for selecting datasets based on paths, quantities and min/max elevations |
CDatasetSelector | |
CDatasetSelector | |
CDataSelector | Tool for selecting datasets based on paths, quantities and min/max elevations |
CFreezingLevel | |
CHistEntry | |
CPolarSector | |
►CPrecip | |
►CDoubleParamPrecip | |
CPrecipKDPZDR | |
CPrecipZZDR | |
►CSingleParamPrecip | |
CPrecipKDP | |
►CPrecipZ | |
CPrecipZrain | |
CPrecipZsnow | |
►CProductBase | Base class for radar data processors. Input can be in polar or Cartesian coordinates |
CProductOp< MS, MD > | Polar and Cartesian products |
CBiStatic< T, U > | |
►CC | |
CPseudoTuple< C, T, N > | |
CImpulseBucket< C > | |
►CCastable | |
CCastableIterator | |
CVariableBase | Base class for variables: Variable, Reference and FlexibleVariable |
CCastableComparer | |
CCastableTester< C > | Checks if the value assigned to a drain::Castable stays same when reassigned |
CCaster | |
►CClonerBase< T > | |
►CCloner< ImageOp, T > | |
CImageOpCloner< T > | |
►CClonerBase< B > | |
►CCloner< B, S > | Wrapper for derived class S, returning base class T |
►CImageOpCloner< UnaryFunctorOp< F > > | |
CUnaryFunctorOpCloner< F > | |
►CImageOpCloner< BinaryFunctorOp< F > > | |
CBinaryFunctorOpCloner< F > | |
►CCommandInstaller< PREFIX, SECTION > | Creates an instance of command class C |
►CCommandModule< 'a', AnDReSection > | |
CAnDReModule | |
►CCommandModule< 'p', AccumulationSection > | |
CAccumulationModule | |
►CCommandModule< 'i', ImageOpSection > | |
CImageOpModule | |
►CCommandModule< 0, drain::HiddenSection > | |
CHiddenModule | |
CTestModule | |
►CCommandModule< 'g', GraphicsSection > | |
CGraphicsModule | |
►CCommandModule< 'c', CartesianSection > | |
CCartesianModule | Drain::Commands for conversions to Cartesian coordinate system, including radar image composites |
►CCommandModule< 'p', ProductSection > | |
CProductModule | |
►CCommandModule< 0, ImageSection > | |
CImageModule | |
CDetectorInstaller | |
CRemoverInstaller | |
►CCommandInstaller< 0, GeneralSection > | |
►CCommandModule< PREFIX, SECTION > | Combines command installation and sectioning |
CFileModule | |
CMainModule | |
CScienceModule | |
►CCommandSection | |
CGeneralSection | |
CHiddenSection | |
CTriggerSection | |
CAccumulationSection | |
CAnDReSection | |
CCartesianSection | |
CGraphicsSection | |
CImageOpSection | |
CImageSection | |
CProductSection | |
CScienceSection | |
CTestSection | |
CcompactName | Returns the basic type (integer, float, bool, string, void) as a string |
CcomplexName | |
CWriter::CompoundConv< T > | |
CWriter::CompoundConv< int > | For some reason HDF5 int fails, but long int does not (Native vs Standard type diff?) |
CWriter::CompoundConv< std::string > | |
►CContext | |
CFileContext | |
►CSmartContext | |
CRackContext | Resources provided separately for each thread |
►CContextKit | Utilities |
CSmartContext | |
►CContextual | |
►CSuperContextual< RackContext > | |
CRackResources | A container for shared resources applied by RackLets |
►CCommand | Base class for commands: typically actions taking parameters but also plain variable assignments and parameterless actions |
►CBeanCommand< OP > | |
►CAnDReCommand< OP > | |
CDetectorCommand< OP > | |
CProductCommand< OP > | Wrapper for meteorological products derived from VolumeOp |
CRackImageOpCmd< OP > | Designed for Rack |
►CBeanCommand< B, B & > | |
CBeanRefCommand< B > | |
►CBeanCommand< BeanLike > | |
►CBasicCommand | Simple implementation of Command: adds name , description and parameters |
►CSimpleCommand< double > | |
CCmdProcessFile | |
CCompositeDefaultQuality | |
CCompositeTimeDecay | |
►CSimpleCommand< std::string > | |
CCmdExecFile | Load script file and execute the commands immediately using current Context |
CCmdFormat | |
CCmdFormatFile< C > | |
CCmdScript | Load script file and executes the commands immediately |
CHelpCmd | CommandBank-dependent |
CCartesianPlotFile | |
CCartesianSun | Creates a single-radar Cartesian data set (2D data of both quantity and quality) |
CCartesianTime | |
►CCmdAdjustSizes | "Virtual" command base for FontSizes and HeaderSizes |
CCmdFontSizes | |
CCmdTitleHeights | |
CCmdAlign | |
CCmdAppend | |
►CCmdBaseSelective | |
CCmdDelete | Remove parts of a hierarchical data structure |
CCmdKeep | Remove parts of a hierarchical data structure |
CCmdSelect | Select parts of hierarchical data using path, quantity, elevation angle and PRF mode as selection criteria |
CCmdEcho | |
CCmdErrorFlags | |
CCmdFormatOut | |
CCmdHdf5Test | |
CCmdHelpExample | |
CCmdImageFlatten | |
CCmdInclude | |
CCmdInputFile | Input HDF5, PNG or text file |
CCmdInputFilter | |
CCmdInputPrefix | A debugging facility. Obsolete? |
CCmdInputSelect | Data selector for subsequent input files |
CCmdJSON | Explain. |
CCmdLinkImage | |
CCmdODIM | |
CCmdOutputConf | |
CCmdOutputFile | |
CCmdOutputPrefix | |
CCmdOutputRawImages | |
CCmdOutputTree | |
CCmdPalette | |
CCmdPaletteInput | |
CCmdPaletteOutput | |
CCmdPanel | Currenly, value is not used |
CCmdPanelFoo | |
CCmdPanelTest | |
CCmdPause | |
CCmdPlot | |
CCmdSelectQuantity | Tool for selecting data for next command(s), based on paths, quantities and elevations |
CCmdSet | Modifies metadata (data attributes) |
CCmdSetODIM | Modifies metadata (data attributes) |
CCmdStore | |
CCmdStyle | |
CCmdTestTree | |
CCmdValidate | |
CCompositeMethod | Commands (more) related to radar composites |
CPolarExtract | |
CPolarPlotFile | |
►CSimpleCommand< float > | |
CAnDReDefaultQuality | Set the default quality [0.0,1.0] of radar data, typically close to 0.9 |
►CSimpleCommand< int > | |
CCmdExampleProcessFile | |
CCmdVerbosity | |
CCmdPaletteRefine | |
CCompositeDecayTime | Half-time in minutes |
COutputDataVerbosityOLD | |
►CSimpleCommand< string > | |
CCmdExampleEcho | |
CCmdExampleReadFile | |
CCmdReadFile | |
CEchoCmd | |
CHelloCmd | |
►CSimpleCommand< drain::Point2D< double >::tuple_t > | |
CPolarSite | |
►CSimpleCommand< bool > | |
CAnDReUniversal | |
CCmdImagePhysical | Switch for image operators to use physical scale instead of storage typed values |
CCmdExampleCompute | |
CComputeCmd | |
CCmdDebug | |
CCmdExecScript | Executes the defined script |
►CCmdExpandVariables | |
CCmdExpandVariables2 | |
CCmdLog | |
CCmdStatus | |
►CSimpleCommand< T > | A single-parameter command |
CCmdNotFound | Special command for handling undefined commands |
CCartesianProj | First, commands applicable in any Cartesian product generation, not only radar compositeing |
CCmdEncoding | Facility for validating and storing desired technical (non-meteorological) user parameters |
CCmdFormat | "Overrides" drain::CmdFormat |
CCmdOutputQuantity | |
CCartesianBBox | |
CCartesianBBoxReset | |
CCartesianBBoxTest | |
CCartesianBBoxTile | |
CCartesianCreateLookup | Creates a single-radar Cartesian data set (2D data of both quantity and quality) |
CCartesianGrid | |
CCartesianInit | |
CCartesianPlot | |
CCartesianRange | |
CCartesianReset | Creates a single-radar Cartesian data set (2D data of both quantity and quality) |
CCartesianSize | |
CCartesianSpread | |
CCmdCheckType | Default handler for requests without own handler. Handles options that are recognized as 1) files to be read or 2) ODIM properties to be assigned in current H5 structure |
CCmdCompleteODIM | Ensure correct ODIM types after setting attributes |
CCmdConvert | Convert data with desired encoding |
CCmdCreateDefaultQuality | |
CCmdDumpMap | |
CCmdGeoTiff | |
CCmdGroupTitle | |
CCmdHistogram | TODO: generalize to array outfile |
CCmdImage | |
►CCmdImageAlphaBase | |
CCmdImageAlpha | |
CCmdImageTransp | |
CCmdImageQuality | Quality groups accepted as alpha channels |
CCmdImageTitle | |
CCmdLayout | |
►CCmdMove | Rename or move data groups and attributes |
CCmdRename | |
CCmdPaletteConf | |
CCmdQuantityConf | |
CCmdSweep | "Virtual" command extracting one sweep - actually only modifying selector |
CCmdTest2 | |
CCmdTestSelect | |
CCmdTitle | |
CCmdVersion | |
►CCompositor | |
CCartesianCreate | Creates a single-radar Cartesian data set (2D data of both quantity and quality) |
CCartesianExtract | |
CCompositeAdd | Creates a single-radar Cartesian data set (2D data of both quantity and quality) |
CCompositeAddWeighted | |
CCompositeCreateTile | |
►CPolarAdd | |
CPolarAddWeighted | |
CPolarPlot | |
CUndetectWeight | |
CVerboseCmd | |
►CBeanCommand< drain::image::ImageBox > | |
CCmdImageBox | |
►CBeanCommand< drain::image::ImageSampler > | |
CCmdImageSampler | |
►CBeanCommand< FastOpticalFlow2Op > | |
►CCmdOpticalFlowBase | Utility for creating a Command that runs FastOpticalFlowOp operator |
CCartesianOpticalFlow | |
CBeanCommand< B, B2 > | Retrieves bean dynamically for each call |
CProgram | Sequence consisting of Command:s retrieved from a CommandBank |
CSuperContextual< C > | Adds class-specific convenience functions |
CConvert | Utility class with static conversions |
CConvert2< T > | Utility class with static conversions |
CCoordinateHandler2D | |
CCoordinates | Simple spherical coordinate computation. Does not handle projections, but earth coords |
CDataOrder | |
CDataTools | Tool for selecting datasets based on paths, quantities and min/max elevations |
CDataType< T, TI, D > | Container that couples together a tree structure and a data array (drain::image::Image), according to source type (const or non-const) |
►CDataType< Hi5Tree const, Hi5Tree::const_iterator, Image const > | |
CSrcType< M > | Read-only data type |
►CDataType< Hi5Tree, Hi5Tree::iterator, Image > | |
CDstType< M > | Writable data type |
CDirection | |
CDistanceElement | |
CDopplerInversionMoments | |
CDotComment | |
►CDotEntity | |
CDotHeader | |
CDotLink | |
►CDotNode | |
CDotBullit | |
CDotRankNode | |
CDotRank | |
CDRAIN_TREE_NAME< T, EXCLUSIVE, P > | A templated class for directed rooted trees |
CEdgePolicy | |
CEdgeTracker< S, D > | Container for parameters of SegmentProber |
CEnumDict< E, OWNER > | Wrapper for unique (static) dictionary of enum values |
CEnumKey | |
CEnumWraponen< E > | |
CEquatorial | |
CEx1 | |
CEx2 | |
CEx3 | |
►CF | |
CEnumFlagger< F > | Flagger accepting values of enum type E |
CFlags2< F > | Flagger with referenced/external dictionary accepting values of (integer) type T |
CRadarDataFunctor< F > | Checks nodata and undetect before calling the functor |
►CFileHandler | |
CFilePnm | For reading and writing images in PNM format |
►CFileTIFF | For writing images in basic TIFF format. Reading not supported currently |
CFileGeoTIFF | |
CFileInfo | |
CFilePath | Extracts and stores directory path, base filename and extension |
CFilePng | For reading and writing images in PNG format |
►CFlaggerBase< E, T > | |
►CMultiFlagger< int > | |
CGlobalFlags< T > | Flags using a global dictionary |
CMultiFlagger< group_t, group_t > | |
CFlaggerBase< coord_overflow_t > | |
►CFlaggerBase< E, E > | |
►CSingleFlagger< E > | |
CEnumFlagger< drain::SingleFlagger< Crit > > | |
CEnumFlagger< drain::SingleFlagger< PIXEL_ADJACENCY > > | |
CEnumFlagger< drain::SingleFlagger< AlignBase::Axis > > | |
CEnumFlagger< drain::SingleFlagger< Direction > > | |
CEnumFlagger< drain::SingleFlagger< TextStyle::Colour > > | |
CEnumFlagger< drain::SingleFlagger< Prf > > | |
CEnumFlagger< drain::SingleFlagger< TextStyle::Line > > | |
CEnumFlagger< drain::SingleFlagger< Oper > > | |
►CFlaggerBase< E, size_t > | |
►CMultiFlagger< E, T > | |
CEnumFlagger< drain::MultiFlagger< ElemClass > > | |
CEnumFlagger< drain::MultiFlagger< Status > > | |
CEnumFlagger< drain::MultiFlagger< Mode > > | |
CEnumFlagger< drain::MultiFlagger< OutputDataVerbosity > > | |
CEnumFlagger< drain::MultiFlagger< SvgInclude > > | |
CEnumFlagger< drain::MultiFlagger< TextStyle::Style > > | |
CFlagResolver | Referencing a dictionary of binary values: {"A",1: "B":2, "C": 4, "D": 8, ...} resolves two-way mappings "A,C" <=> 5 |
Cfunctor_cos | |
Cfunctor_sin | |
►CFunctorWrapper< F > | Helper class that only ensures that functor is initialized before ImageOp |
CFunctorOp< F > | Class for using simple function objects (like std::functor) for sequential pixel iteration |
►CGDAL | |
CNodeGDAL | |
►CGeoFrame | Array with georeferencing support |
CAccumulatorGeo | |
CGeographical | |
CGeoInfo | |
CGeometry | |
►CGraphicsContext | |
CRackContext | Resources provided separately for each thread |
CH5HTMLextractor | |
►CHdf5Context | |
CRackContext | Resources provided separately for each thread |
►CHi5Base | Base class for Reader and Writer, essentially just wrapping some utilities |
CReader | |
CWriter | Converts Rack's h5 structure to native h5 structure applied for file output |
►CHistogramConfig | |
CHistogramWindowConfig | |
►CHorizontal | |
CSun | |
►CImageContext | |
CRackContext | Resources provided separately for each thread |
CImageFile | |
►CImageLike | A base class for images |
►CImageFrame | Image with static geometry |
►CChannel | Image with static geometry |
CChannelView | View to a single channel |
►CMultiChannel | Multi-channel ImageFrame |
CImageView | ImageFrame that also has channels |
►CModifiableImage | Image with modifiable geometry |
CImageT< double > | |
CImageT< unsigned int > | |
CImageT< marker_t > | |
CImage | Class for multi-channel digital images. Supports dynamic typing with base types (char, int, float) |
CImageT< T > | A template class for images with static storage type |
►CImageOp< unsigned char, unsigned char > | |
CMotionIllustratorOp< T, T2 > | |
CProductFQD< T, T2 > | |
►CImageOpExec | |
CRackImageOpCmd< OP > | Designed for Rack |
CImageOpInstaller | |
CInput | Input utility. Opens stdIn with "-". Closes upon destruction |
CIntensity | |
CIosFormat | Stores precision, fillChar and fieldWidth applied by STD streams |
CType::isEnum | |
CisSigned | |
CJSON | Utility for extracting JSON-compatible strings, numbers or arrays of numbers in text data |
CLayoutSVG | Higher level controller for setting alignments |
CLegendEntry | |
►Clist | |
►CCommandSequence< std::pair< std::string, Command * > > | |
CProgram | Sequence consisting of Command:s retrieved from a CommandBank |
►CCommandSequence< std::pair< std::string, std::string > > | |
CScript | |
CDictionary< key_t, ivalue_t > | |
CDictionary< char, std::string > | |
CDictionary< std::string, std::string > | |
►CDictionary< K, V * > | |
CDictionaryPtr< K, V > | Associates type info |
►CPath< ODIMPathElemMatcher > | |
CODIMPathMatcher | Structure for testing if a path matches a given sequence of path elements |
CPath< std::string,'/', true, false, true > | |
CCommandSequence< T > | A base class for Script and Program |
CDictionary< K, V > | Two-way mapping between strings and objects of template class T |
CLayer< T > | |
CPath< T, SEP, ALEAD, AREPEAT, ATRAIL > | |
CStringMapper | A tool for expanding variables embedded in a std::string to literals |
CStringMatcherList< T > | Utility for selecting a quantity label Applied by DataSelector |
CDataSetList< DT > | |
CODIMValidator | |
CLog | Handler for notifications sent by a Logger |
CMagickDrain | |
►Cmap | |
►CBank< T, std::string > | |
CBankSuper< T > | A Bank with additional support for brief, single char keys |
►CBank< ImageOp > | |
CImageOpBank | |
►CImageCodeMap< std::string > | |
CLegend | |
►CSmartMap< Variable > | |
CVariableMap | A map of Variables |
►CSmartMap< Reference > | |
►CReferenceMap | |
CSegmentProberConf< double, double > | |
CSegmentProberConf< S, D > | Container for parameters of SegmentProber |
►CEncodingODIM | Structure for data storage type, scaling and marker codes. Does not contain quantity |
►CODIM | ODIM metadata (quantity, gain, offset, undetect, nodata, date, time) |
CCartesianODIM | Metadata structure for Cartesian radar data products (single-radar or composites) |
►CPolarODIM | Metadata structure for single-radar data (polar scans, volumes and products) |
►CEncodingBag | Utility. Consider long names, and then addShortKeys() |
CCmdEncoding | Facility for validating and storing desired technical (non-meteorological) user parameters |
►CVerticalCrossSectionODIM | |
CRhiODIM | |
CVerticalProfileODIM | |
►CReferenceMap2< T > | A map of references to base type scalars, arrays or std::string; changing values in either are equivalent operations |
CPerson | |
►CSmartMap< FlexibleVariable > | |
►CReferenceMap2< FlexibleVariable > | |
CStyleXML | |
CStyleXML | |
►CXML | |
►CNodeXML< svg::tag_t > | |
CNodeSVG | |
►CNodeXML< GDAL::tag_t > | |
CNodeGDAL | |
►CNodeXML< BaseHTML::tag_t > | |
CNodeHTML | |
CNodeXML< svg::tag_t > | |
CNodeXML< GDAL::tag_t > | |
CNodeXML< BaseHTML::tag_t > | |
►CNodeXML< T > | |
CNodeSLD | |
CNodeXML< T > | |
CXML | |
►CFlexVariableMap | A map of FlexVariable:s |
CSourceODIM | |
CDataGroup< plaindata_t, ODIMPathElem::QUALITY > | |
►CDataGroup< Data< DT >, ODIMPathElem::DATA > | |
CDataSet< DT > | A map of radar data, indexed by quantity code (DBZH, VRAD, etc) |
►CBank< T, K > | |
►CBankSuper< Command > | |
CCommandBank | Container and execution tools for commands derived from Command |
CImageCodeMap< T > | |
CProgramVector | Structure for implementing threads in parallelized OpenMP for loop |
CSmartMap< T > | A base class for smart maps providing methods for importing and exporting values, among others |
CSmartMapFoo< T > | A base class for smart maps providing methods for importing and exporting values, among others |
►CTray< T > | Set of images, usable for general calls of type traverseFrame(src, dst) |
CImageTray< drain::image::Channel > | |
CImageTray< const drain::image::Channel > | |
CImageTray< T > | Container applicable for Channels and Images, with alpha support |
CDataGroup< DT, G > | A map of "data type" group_t (DATA or QUALITY) where the data can be retrieved using quantity keys (strings) |
CDataSetMap< DT > | |
CQuantity | Structure for defining |
CQuantityMap | |
CMapReader< K, V > | General utility for reading text entries of type KEY=VALUE into a map.
|
►CMapTools | General purpose tools for handling values and keys of std::map<> |
CSmartMapTools | A base class for smart maps providing methods for importing and exporting values, among others |
CMapWrapper< K, V > | |
CMapWriter< K, V > | |
CMode | |
CnameGetter | Returns the compiler specific ie. non-standard name of the type |
CNeuron< T > | |
CNodeHi5 | Rack's hi5 structure that uses Rack classes (Tree, Data, Image) |
CNotification | |
CsuperInfo::numInfo< N, T, S > | |
CsuperInfo::numInfo< true, false, S > | |
CsuperInfo::numInfo< true, true, S > | |
CODIMNodeValidator | |
►CODIMPathElem | |
CODIMPathElem2 | |
CODIMPathElemMatcher | Element in a chain in testing a path for a match |
CODIMPathLess | |
CODIMPathLessElangle | |
CODIMPathLessTime | |
CODIMPathTools | Tool for selecting datasets based on paths, quantities and min/max elevations |
CODIMVariableHandler | |
COutput | Output utility. Opens stdout with "-". Closes upon destruction |
CPalEntry | |
CPaletteManager | |
CPanelConfSVG | |
CParameter< T > | |
CPolarSmoother | |
CPosition | |
►CProberControl | Container for parameters of SegmentProber |
CSimpleProberControl | |
►CProductConf | Shared properties for meteorological products and Cartesian products (composites and single-radar images) |
CProductBase | Base class for radar data processors. Input can be in polar or Cartesian coordinates |
CRackContext | Resources provided separately for each thread |
►CProductOp< const PolarODIM, M > | |
CVolumeOp< M > | Base class for radar data processors |
►CProductOp< M, M > | |
CDataConversionOp< M > | Converts HDF5 data to use desired data type, scaling and encoding (ODIM gain, offset, undetect and nodata values) |
►CProj6 | |
CRadarProj | |
CRadarProj4 | |
CProjection | |
CProjector | |
►CQualityDataSupport< DT > | Base class providing quality support for Dataand DataSet |
CData< DT > | Data structure consisting of plain data and an optional quality data |
CDataSet< DT > | A map of radar data, indexed by quantity code (DBZH, VRAD, etc) |
CRackSVG | SVG panel utils |
►CRadarFunctorBase | |
CRadarFunctorOp< F > | Convenience (abbreviation) |
CRef_Wrapper< T > | |
►CRegExp | |
CStringMatcher | General-purpose key matcher: tests string equality, or regExp, if defined as such |
CRegistry< T > | A container for storing global objects like functors, operators or commands. Supports aliases |
►Cruntime_error | |
CDrainException | |
►CSamplePicker | Interprets data values for Sampler |
►CRadarDataPicker< PolarODIM > | |
CPolarDataPicker | |
►CRadarDataPicker< CartesianODIM > | |
CCartesianDataPicker | |
CImageReader | Reads image channels, returning scaled (physical) values |
CRadarDataPicker< OD > | Base class for utilities traversing radar data with Sampler |
CSegmentProber< S, D, C > | A recursive method for visiting pixels of a segment in an image |
►CSegmentProber< double, double, drain::image::SegmentProberConf< double, double > > | |
CDopplerSegmentProber | |
►CSegmentProber< int, int, SegmentProberConf< int, int > > | |
CFillProber | |
►CSizeProber | |
CPolarSegmentProber | Computes in polar coordinates |
►CSegmentProber< int, int, SuperProberConf > | |
CSuperProber | A DIRECTED recursive method for visiting pixels of a segment in an image |
►CSegmentProber< T, D, SegmentProberConf< T, D > > | |
CSegmentStatisticsProber< T, D > | A helper class applied by FloodFillOp and SegmentAreaOp |
CSegmentStatistics | A structure for accumulating coordinates and computing statistics thereof: area, centroid, horizontality, verticality, variance and elongation |
►Cset | |
CClassListXML | Container for style classes. Essentially a set of strings, with space-separated output support |
CsimpleName | Returns the basic type (integer, float, bool, string, void) as a string |
CsizeGetter | Returns the sizeof() of a type. Accepts void (and returns size 0), which is not supported by std::numeric_limits |
CSom< T > | |
CSomeCarrier< T > | |
►CSprinter | |
CSprintlet< T, L > | |
►CSprinterLayout | |
CDotLayout | |
CStatic | |
►Cstring | |
►CSelectorXML | |
CSelectorXMLcls | |
CSelectorXMLid | |
CStringBuilder< SEP > | |
CStringlet | A helper class for StringMapper |
►Cstringstream | |
►CStreamBuilder< 0 > | |
CLogger | LogSourc e is the means for a function or any program segment to "connect" to a Log |
CStreamBuilder< SEP > | |
CStringTools | |
CsuperInfo | |
CSuperProberConf | Container for parameters of SegmentProber |
Csvg | |
►CSW | |
►CSlidingStripeAverage< SW > | Stripe window for computing averages |
CSlidingStripeAverageWeighted< SW > | Stripe window for computing weight averages |
►CT | |
CReferenceT< T > | Intermediate class supporting link() in various forms |
CVariableT< T > | VariableT is a final class applied through typedefs Variable, Reference and FlexibleVariable |
CTest | |
►CTextDecorator | Utility for .. |
CTextDecoratorVt100 | |
►CTextReader | Utility for scanning text segments |
CCppValueReader | |
►CTextStyle | Utility for scanning text segments |
CTextStyleVT100 | |
►Ctm | |
CTime | Utility for handling time. Internally, uses tm (C time structure) |
CTransformSVG | |
CTreeUtils | Collection of functions for investigating and processing trees |
CTreeUtilsHTML | |
CTreeUtilsSVG | SVG classes marking requests of relative horizontal and vertical alignment |
CTreeVisitor< T > | Default implementation of a tree visitor (concept) compatible TreeUtils::traverser() |
►CTreeVisitor< TreeSVG > | |
CBBoxRetrieverSVG | |
CRelativePathSetterSVG | |
CTranslatorSVG | |
CMetaDataCollectorSVG | |
CMetaDataPrunerSVG | |
CTitleCreatorSVG | "Collects" titles from metadata. Invoked by drain::TreeUtils::traverse() |
►CTreeWrapper< DT > | Base class for all kinds of radar data |
►CPlainData< DT > | Essential class for storing radar data |
CData< DT > | Data structure consisting of plain data and an optional quality data |
CRootData< DT > | Experimental structure, designed only for accessing root level metadata |
►CTreeWrapper< DT::datatype_t > | |
CDataGroup< plaindata_t, ODIMPathElem::QUALITY > | |
CDataGroup< Data< DT >, ODIMPathElem::DATA > | |
CDataGroup< DT, G > | A map of "data type" group_t (DATA or QUALITY) where the data can be retrieved using quantity keys (strings) |
CTreeXMLvisitor | |
►CTupleBase< S, N > | |
►CUniTuple< T, 3 > | |
CPoint3D< T > | |
CUniTuple< value_t, 3 > | |
►CUniTuple< size_t, 2 > | |
CFrame2D< size_t > | |
CChannelGeometry | |
►CUniTuple< T, 2 > | |
CBidirectional< T > | |
►CFrame2D< T > | Something that has width and height |
►CBox< svg::coord_t > | |
CBBoxSVG | |
CBox< T > | Something that has coordinates (x,y) and dimensions (width, height) |
►CPoint2D< T > | |
CBox< T > | Something that has coordinates (x,y) and dimensions (width, height) |
CRange< T > | |
CDecay2< T > | |
►CUniTuple< size_t, 4 > | |
►CGeometry | |
CImageConf | Struct for image (excluding data) |
►CUniTuple< double, N > | |
CTransform< 2 > | |
CTransform< 3 > | |
CTransform< 6 > | |
CTransform< N > | |
►CUniTuple< EdgePolicy::index_t, 4 > | |
CCoordinatePolicy | Policies for coordinate underflows and overflows |
CUniTuple< double, 3 > | |
►CUniTuple< double, 2 > | |
CPoint2D< double > | |
CRange< double > | |
►CValueScaling | Linear scaling and physical range for image intensities |
►CEncoding | |
CImageConf | Struct for image (excluding data) |
CMeasurement | A single measurement (bin), with height coordinate and measurement value (reflectivity) |
►CRadarWindowGeom | Like pixel window, but width is metres and height is degrees |
►CRadarWindowConfig | |
CDopplerInversionConfig | |
►CUniTuple< bool, 3 > | |
CPathSeparatorPolicy | Determines if separators will be stored in the path |
►CUniTuple< char, 3 > | |
►CTypeLayoutBase | Small container for printing style for putting of structured objects (array, maps, pairs) |
CTypeLayout | |
►CUniTuple< T, 5 > | |
CMethodWeights< T > | |
►CUniTuple< T, 4 > | |
CRectangle< T > | Rectange defined through lower left and upper right coordinates |
CDecay4< T > | |
►CTupleBase< T, 2 > | |
►CUniTuple< T, N > | Tuple of N elements of type T |
CBidirectional< float > | |
CFrame2D< int > | |
CPoint2D< int > | |
►CPoint2D< svg::coord_t > | |
CBox< svg::coord_t > | |
CPoint2D< short int > | |
CRange< float > | |
CRange< S > | |
CRange< int > | |
►CRectangle< double > | |
CBBox | Container for geographical extent spanned by lowerLeft(x,y) and upperRight(x,y). Assumes longitude=x and latitude=y |
CRectangle< float > | |
CDecay4< double > | |
CMethodWeights< double > | |
►CTupleBase< typename C::value_t, sizeof(C)/sizeof(typename C::value_t) > | |
CPseudoTuple< C, T, N > | |
CTupleType< S > | |
CType | Utilities related to std::type_info |
CTypeDict< T > | |
CtypeIsFloat | |
CtypeIsFundamental | |
CtypeIsFundamental | |
CtypeIsInteger | |
CtypeIsScalar | Checks if type is numeric |
CtypeIsSmallInt | The maximum value of a type given as type_info, char or std::string |
CtypeLimiter< D > | Class for ensuring that variable of type D remains within limits of type S |
CtypeLimiter< double > | |
CtypeLimits< S > | |
Ctypelist<... > | Utility to supply/substitute template parameters as an argument: <Variable,Reference,...> |
CtypeMax | The maximum value of a type given as type_info, char or std::string |
CtypeMin | The minimum value of a type given as type_info, char or std::string |
CTypeName< T > | |
CTypeName< drain::UnorderedMultiTree< NodeXML< E >, EX, P > > | |
CTypeName< DRAIN_TREE_NAME< T, EXCLUSIVE, P > > | |
CTypeName< image::Window< P, R > > | |
CTypeName< PseudoTuple< C, T, N > > | |
CTypeName< rack::DataType< T, TI, D > > | |
CTypeName< std::initializer_list< T > > | |
CTypeName< std::vector< T > > | |
CTypeName< TupleBase< S, N > > | |
CTypeName< UniTuple< T, N > > | |
CtypeNaturalMax | The maximum value of a |
CType::typeSetter | |
Ctypesetter | Utility for implementing setType(const std::type_info &t) in classes supporting setType<T>() |
CTypeUtils | |
CUniCloner< B > | Creates an entry of desired type and destroys it upon exit |
CUniCloner< drain::UnaryFunctor > | |
CunitSpeed | |
CUtilsXML | |
►CV | |
CVariableInitializer< V > | |
►CVariableFormatter< T > | Formats variables to output stream |
CVariableFormatterODIM< drain::Variable > | |
CVariableFormatterODIM< drain::VariableT > | |
►CVariableFormatter< T > | |
CVariableFormatterODIM< T > | Formats variables to output stream |
►Cvector | |
CLookUp< typename cont_t::const_iterator > | |
►CMatrix< double > | |
CVector< T > | |
CLookUp3< T > | |
CHistogram | Class for computing a histogram and some statistics: average, min, max, mean, std.dev, sum |
CKernel< T > | |
CLookUp< T > | Look-up tables |
►CLookUp2< T > | Look-up tables |
CFunctorLookUp< T, F > | Values are available from [0,2PI] |
CMatrix< T > | |
CNeuralVector< T > | |
CWeightedVector< T > | |
►CWindowConfig | Base class for configurations applied in image processing windows, e.g. for operators of type WindowOp<WindowConfig> |
CGaussianWindowConf | Extends WindowConfig with radius |
CHistogramWindowConfig | |
COpticalFlowConfig | Consider using SlidingStripeOpticalFlow instead |
CRadarWindowConfig | |
►CWindowCoreBase | Container for source and target images, and their setters |
►COpticalFlowCore | |
COpticalFlowCore1 | |
COpticalFlowCore2 | |
►CWindowCore | Container for source and target images, and their setters |
►CWindow< WindowConfig, WindowCore > | |
►CSlidingWindow< WindowConfig, WindowCore > | |
CSlidingStripe< C, R, DIR > | A horizontal, one-dimensional SlidingWindow (Nx1) |
►CSlidingWindow< C, R > | Window implementation that uses incremental update of state |
►CSlidingWindowHistogram< WeightedWindowCore > | |
►CSlidingWindowHistogramWeighted | |
CSlidingWindowMedianWeighted | |
►CWindow< GaussianWindowConf, WindowCore > | |
►CGaussianStripe< DIR, R > | |
►CGaussianStripeWeighted< false > | |
CGaussianStripeVertPolarWeighted | |
►CWeightedWindowCore | |
CMultiChannelWindowCore | |
CEtopWindowCore | |
CRadarWindowCore | |
►CWindow< C, R > | Base class for windows applied by WindowOp's |
►CGaussianStripe< true, WeightedWindowCore > | |
CGaussianStripeWeighted< DIR > | |
►CSlidingWindow< WindowConfig, MultiChannelWindowCore > | |
►CFlowAverageWindow | Window average that preserves the magnitude |
CFlowAverageWindowWeighted | |
►CSlidingWindow< C, RadarWindowCore > | |
►CSlidingRadarWindowBase< C, RadarWindowCore > | |
►CSlidingRadarWindow< C, R > | |
CRadarWindowAvg< C > | |
CRadarWindowSoftMax< C > | |
CRadarWindowWeightedAvg< C > | |
►CSlidingRadarWindowBase< C, R > | A two-dimensional image processing window that handles the special ODIM codes and scales the result. Template parameter for drain::SlidingWindowOpT |
►CSlidingRadarWindow< RadarWindowConfig > | |
►CDopplerWindow | |
CDopplerAverageWindow | |
CDopplerAverageWindow2 | Smoothens Doppler field, providing quality computed as eccentricity |
CDopplerDevWindow | |
CDopplerEccentricityWindow | Computes eccentrity of Doppler speeds mapped on a Nyquist-normalized unit window |
►CSlidingRadarWindow< F > | |
CRadarWindowStdDev< F > | Sliding window for computing standard deviation of scalar quantities |
►CSlidingRadarWindow< DopplerInversionConfig > | |
►CDopplerInversionWindow | |
CDopplerInversionWindowWeighted | |
►CSlidingWindow< RadarWindowConfig, EtopWindowCore > | |
CEtop2Window | |
►CSlidingWindow< OpticalFlowConfig, OpticalFlowCore2 > | |
►CSlidingOpticalFlow2< OpticalFlowCore2 > | |
CSlidingOpticalFlowWeighted2 | |
CSlidingOpticalFlow2< R > | Currently not in use. See SlidingOpticalFlowWeighted2 below |
►CSlidingWindow< HistogramWindowConfig, WindowCore > | |
►CSlidingWindowHistogram< WindowCore > | |
CSlidingWindowMedian | |
CSlidingWindowHistogram< R > | Base class for median and str histogram based statistics |
►CSlidingWindow< OpticalFlowConfig, OpticalFlowCore1 > | |
►CSlidingOpticalFlow< OpticalFlowCore1 > | |
CSlidingOpticalFlowWeighted | |
CSlidingOpticalFlow< R > | |