|
Point Cloud Library (PCL)
1.8.0
|
#include </build/pcl-1.8.0+dfsg1/gpu/people/src/internal.h>
Public Types | |
| enum | { KSIZE_X = 5, KSIZE_Y = 5, ANCH_X = KSIZE_X/2, ANCH_Y = KSIZE_Y/2 } |
| typedef DeviceArray< unsigned char > | Kernel |
Static Public Member Functions | |
| static void | prepareRect5x5Kernel (Kernel &kernel) |
| static void | invoke (const Mask &src, const Kernel &kernel, Mask &dst) |
Definition at line 101 of file internal.h.
| typedef DeviceArray<unsigned char> pcl::device::Dilatation::Kernel |
Definition at line 103 of file internal.h.
| anonymous enum |
| Enumerator | |
|---|---|
| KSIZE_X | |
| KSIZE_Y | |
| ANCH_X | |
| ANCH_Y | |
Definition at line 104 of file internal.h.
|
static |
|
static |