#include <IntKernel.h>
Inheritance diagram for IntKernel::
Public Methods | |
IntKernel (char *name="") | |
IntKernel (INT_KERNEL_TYPE _kernel_type=LAPLACIAN_1, char *name="") | |
IntKernel& | operator^ (IntKernel &kernel) |
Definition at line 10 of file IntKernel.h.
|
Creates a kernel with the specified name without allocating space for the kernel data. Definition at line 14 of file IntKernel.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 22 of file IntKernel.cpp. |
|
Invert (change the sign of) the kernel coefficients. Definition at line 74 of file IntKernel.cpp. |