Point Cloud Library (PCL) 1.12.0
|
#include </builddir/build/BUILD/pcl-1.12.0/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.
Definition at line 102 of file internal.h.
Enumerator | |
---|---|
KSIZE_X | |
KSIZE_Y | |
ANCH_X | |
ANCH_Y |
Definition at line 103 of file internal.h.
|
static |