Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types | Static Public Member Functions
pcl::device::Dilatation Struct Reference

#include </__w/1/s/gpu/people/src/internal.h>

Public Types

enum  { KSIZE_X = 5 , KSIZE_Y = 5 , ANCH_X = KSIZE_X/2 , ANCH_Y = KSIZE_Y/2 }
 
using Kernel = DeviceArray< unsigned char >
 

Static Public Member Functions

static void prepareRect5x5Kernel (Kernel &kernel)
 
static void invoke (const Mask &src, const Kernel &kernel, Mask &dst)
 

Detailed Description

Definition at line 100 of file internal.h.

Member Typedef Documentation

◆ Kernel

Definition at line 102 of file internal.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
KSIZE_X 
KSIZE_Y 
ANCH_X 
ANCH_Y 

Definition at line 103 of file internal.h.

Member Function Documentation

◆ invoke()

static void pcl::device::Dilatation::invoke ( const Mask src,
const Kernel kernel,
Mask dst 
)
static

◆ prepareRect5x5Kernel()

static void pcl::device::Dilatation::prepareRect5x5Kernel ( Kernel kernel)
static

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