52 #ifndef __PCL_ATrousWaveletTransform_h
53 #define __PCL_ATrousWaveletTransform_h
58 #include <pcl/Diagnostics.h>
65 #ifdef __PCL_BUILDING_PIXINSIGHT_APPLICATION
68 class PixInsightPerformanceAnalyzer;
77 class InterlacedTransformation;
183 kernelFilter = f.
Clone();
184 PCL_CHECK( !kernelFilter.
IsNull() )
193 separableFilter = f.
Clone();
194 PCL_CHECK( !separableFilter.
IsNull() )
206 PCL_CHECK( !kernelFilter.
IsNull() )
211 PCL_CHECK( !separableFilter.
IsNull() )
219 : kernelFilter( s.kernelFilter )
220 , separableFilter( s.separableFilter )
242 PCL_CHECK( !kernelFilter.
IsNull() )
250 PCL_CHECK( !separableFilter.
IsNull() )
267 return !separableFilter.
IsNull() && !separableFilter->IsEmpty();
276 return !kernelFilter.
IsNull() && !kernelFilter->IsEmpty();
285 return IsSeparable() || IsNonseparable();
296 kernelFilter = f.
Clone();
297 PCL_CHECK( !kernelFilter.
IsNull() )
308 separableFilter = f.
Clone();
309 PCL_CHECK( !separableFilter.
IsNull() )
328 if ( !kernelFilter.
IsNull() )
330 if ( !separableFilter.
IsNull() )
365 , m_scalingFunction( f )
367 PCL_CHECK( m_scalingFunction.IsValid() )
390 , m_scalingFunction( f )
392 PCL_CHECK( m_scalingFunction.IsValid() )
414 , m_scalingFunction( f )
416 PCL_CHECK( m_scalingFunction.IsValid() )
454 return m_scalingFunction;
466 m_scalingFunction = f;
467 PCL_CHECK( m_scalingFunction.IsValid() )
480 m_scalingFunction.Set( f );
481 PCL_CHECK( m_scalingFunction.IsValid() )
494 m_scalingFunction.Set( f );
495 PCL_CHECK( m_scalingFunction.IsValid() )
550 float eps = 0.01,
int n = 10,
size_type* N =
nullptr )
const;
581 float low = 0.00002F,
float high = 0.99998F,
582 float k = 3,
float eps = 0.01,
int n = 10,
size_type* N =
nullptr )
const;
645 double sigma = 0,
float k = 3,
size_type* N =
nullptr,
646 float low = 0.00002F,
float high = 0.99998F )
const;
666 void ValidateScalingFunction()
const;
668 double PCL_PA_NoiseMRS_F32(
const Image&,
const float [],
double,
int )
const;
669 double PCL_PA_NoiseMRS_F64(
const DImage&,
const float [],
double,
int )
const;
671 friend class ATWTDecomposition;
673 #ifdef __PCL_BUILDING_PIXINSIGHT_APPLICATION
674 friend class pi::PixInsightPerformanceAnalyzer;
A smart pointer with exclusive object ownership and optional automatic object destruction.
Implements a generic, two-dimensional, shared or local image.
Acts like a union for all types of images in PCL, with optional class-wide ownership of transported i...
Kernel filter in two dimensions.
virtual KernelFilter * Clone() const
Separable filter in two dimensions.
virtual SeparableFilter * Clone() const
bool operator==(const Array< T, A > &x1, const Array< T, A > &x2) noexcept