#include <ByteKernel.h>
Inheritance diagram for ByteKernel::
Public Methods | |
ByteKernel (char *name="") | |
ByteKernel (BYTE_KERNEL_TYPE kernel_type=CROSS_3x3, char *name="") | |
ByteKernel& | operator! (void) |
Definition at line 14 of file ByteKernel.h.
|
Creates a kernel with the specified name without allocating space for the kernel data. Definition at line 18 of file ByteKernel.h. |
|
Creates a kernel of size wxh with the specified name and type (kernel_type) and allocates space for storing the kernel data. Currently supported types of kernels are:
Definition at line 6 of file ByteKernel.cpp. |
|
Performs pixelwise logical negation of the current kernel. Definition at line 25 of file ByteKernel.cpp. |