|
Point Cloud Library (PCL)
1.15.1-dev
|
#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) |
Definition at line 100 of file internal.h.
| using pcl::device::Dilatation::Kernel = DeviceArray<unsigned char> |
Definition at line 102 of file internal.h.
| anonymous enum |
| Enumerator | |
|---|---|
| KSIZE_X | |
| KSIZE_Y | |
| ANCH_X | |
| ANCH_Y | |
Definition at line 103 of file internal.h.
|
static |
|
static |