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

#include <kernel1.h>

+ Collaboration diagram for iden::Tophat_Kernel:

Public Member Functions

 Tophat_Kernel ()
 
 Tophat_Kernel (const int radius, const int tif_width, const int tif_length)
 
 ~Tophat_Kernel ()
 
IppiSize get_ROI_size () const
 
IppiSize get_mask_size () const
 
IppiPoint get_anchor_point () const
 
int get_offset () const
 

Private Attributes

IppiSize ROI_size
 
IppiSize mask_size
 
IppiPoint anchor_point
 
int offset
 

Constructor & Destructor Documentation

iden::Tophat_Kernel::Tophat_Kernel ( )
Tophat_Kernel::Tophat_Kernel ( const int  radius,
const int  tif_width,
const int  tif_length 
)

References anchor_point, mask_size, offset, and ROI_size.

Tophat_Kernel::~Tophat_Kernel ( )

Member Function Documentation

IppiPoint iden::Tophat_Kernel::get_anchor_point ( ) const
inline

References anchor_point.

IppiSize iden::Tophat_Kernel::get_mask_size ( ) const
inline

References mask_size.

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

References offset.

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

References ROI_size.

Member Data Documentation

IppiPoint iden::Tophat_Kernel::anchor_point
private

Referenced by get_anchor_point(), and Tophat_Kernel().

IppiSize iden::Tophat_Kernel::mask_size
private

Referenced by get_mask_size(), and Tophat_Kernel().

int iden::Tophat_Kernel::offset
private

Referenced by get_offset(), and Tophat_Kernel().

IppiSize iden::Tophat_Kernel::ROI_size
private

Referenced by get_ROI_size(), and Tophat_Kernel().


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