Particle Identification and Tracking
Public Member Functions | Private Attributes | List of all members
iden::Gaussian_Kernel Class Reference

#include <kernel1.h>

+ Collaboration diagram for iden::Gaussian_Kernel:

Public Member Functions

 Gaussian_Kernel ()
 
 Gaussian_Kernel (const int radius, const float hwhm, const int tif_width, const int tif_length)
 
 ~Gaussian_Kernel ()
 
Ipp32f * get_gaussian_kernel () const
 
int get_anchor_point () const
 
IppiSize get_ROI_size () const
 
int get_offset () const
 
int get_kernel_length () const
 

Private Attributes

Ipp32f * kernel
 
int anchor_point
 
int kernel_length
 
IppiSize ROI_size
 
int offset
 

Constructor & Destructor Documentation

iden::Gaussian_Kernel::Gaussian_Kernel ( )
Gaussian_Kernel::Gaussian_Kernel ( const int  radius,
const float  hwhm,
const int  tif_width,
const int  tif_length 
)
Gaussian_Kernel::~Gaussian_Kernel ( )

References kernel.

Member Function Documentation

int iden::Gaussian_Kernel::get_anchor_point ( ) const
inline

References anchor_point.

Ipp32f* iden::Gaussian_Kernel::get_gaussian_kernel ( ) const
inline

References kernel.

int iden::Gaussian_Kernel::get_kernel_length ( ) const
inline

References kernel_length.

int iden::Gaussian_Kernel::get_offset ( ) const
inline

References offset.

IppiSize iden::Gaussian_Kernel::get_ROI_size ( ) const
inline

References ROI_size.

Member Data Documentation

int iden::Gaussian_Kernel::anchor_point
private
Ipp32f* iden::Gaussian_Kernel::kernel
private
int iden::Gaussian_Kernel::kernel_length
private
int iden::Gaussian_Kernel::offset
private

Referenced by Gaussian_Kernel(), and get_offset().

IppiSize iden::Gaussian_Kernel::ROI_size
private

Referenced by Gaussian_Kernel(), and get_ROI_size().


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