HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_PixelFilterBlurThreshold Class Reference

#include <TIL_PixelFilter.h>

+ Inheritance diagram for TIL_PixelFilterBlurThreshold:

Public Member Functions

 TIL_PixelFilterBlurThreshold (float threshold)
 
template<int NSRCCOMPONENTS, typename T , int NDSTCOMPONENTS, bool INTERLEAVED>
void filterPlane (const TIL_AdaptiveImage &src, PXL_RasterWrapper< T, NDSTCOMPONENTS, INTERLEAVED, false > dest, int planei) const
 
- Public Member Functions inherited from TIL_PixelFilterT< TIL_PixelFilterBlurThreshold >
 ~TIL_PixelFilterT () override
 
void filterPlaneVirtual (const TIL_AdaptiveImage &src, TIL_Raster &dest, int planei, int plane_src_components) const override
 
- Public Member Functions inherited from TIL_PixelFilter
virtual ~TIL_PixelFilter ()
 
virtual void combineSample (int ncomponents, exint nexisting_samples, float *existing, exint nnew_samples, const float *new_sample) const
 
SYS_FORCE_INLINE bool needsSquares () const
 
SYS_FORCE_INLINE bool needsWeights () const
 
SYS_FORCE_INLINE bool vetsSamples () const
 
virtual bool ownedBySingleton () const
 

Additional Inherited Members

- Public Types inherited from TIL_PixelFilterT< TIL_PixelFilterBlurThreshold >
typedef
TIL_PixelFilterBlurThreshold 
SubclassType
 
- Protected Member Functions inherited from TIL_PixelFilterT< TIL_PixelFilterBlurThreshold >
 TIL_PixelFilterT (bool needs_squares=false, bool vets_samples=false, bool needs_weights=false)
 
- Protected Member Functions inherited from TIL_PixelFilter
 TIL_PixelFilter ()
 
 TIL_PixelFilter (bool needs_squares, bool vets_samples, bool needs_weights)
 

Detailed Description

Definition at line 293 of file TIL_PixelFilter.h.

Constructor & Destructor Documentation

TIL_PixelFilterBlurThreshold::TIL_PixelFilterBlurThreshold ( float  threshold)
inline

Definition at line 297 of file TIL_PixelFilter.h.

Member Function Documentation

template<int NSRCCOMPONENTS, typename T , int NDSTCOMPONENTS, bool INTERLEAVED>
void TIL_PixelFilterBlurThreshold::filterPlane ( const TIL_AdaptiveImage src,
PXL_RasterWrapper< T, NDSTCOMPONENTS, INTERLEAVED, false >  dest,
int  planei 
) const

The documentation for this class was generated from the following file: