![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for kernel management. More...
#include <IPSDKBaseData/IPSDKBaseDataExports.h>#include <IPSDKBaseData/Pattern/Kernel/KernelTypes.h>#include <IPSDKUtil/BaseCollections.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
Functions | |
| IPSDKBASEDATA_API KernelXYPtr | ipsdk::squareKernelXY (const ipUInt32 halfKernelSize, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a square XY kernel More... | |
| IPSDKBASEDATA_API KernelXYPtr | ipsdk::rectangularKernelXY (const ipUInt32 halfKernelSizeX, const ipUInt32 halfKernelSizeY, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a rectangular XY kernel More... | |
| IPSDKBASEDATA_API KernelXYPtr | ipsdk::linearKernelXY (const ipReal32 theta, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a linear oriented XY kernel with a given number of elements. More... | |
| IPSDKBASEDATA_API KernelXYPtr | ipsdk::linearInterpolatedKernelXY (const ipReal32 theta, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a linear oriented XY kernel with interpolated coefficients. More... | |
| IPSDKBASEDATA_API KernelXYZPtr | ipsdk::cubicKernelXYZ (const ipUInt32 halfKernelSize, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a cubic XYZ kernel More... | |
| IPSDKBASEDATA_API KernelXYZPtr | ipsdk::rectangularKernelXYZ (const ipUInt32 halfKernelSizeX, const ipUInt32 halfKernelSizeY, const ipUInt32 halfKernelSizeZ, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a rectangular parallelepiped XYZ kernel More... | |
| IPSDKBASEDATA_API KernelXYZPtr | ipsdk::linearKernelXYZ (const ipReal32 theta, const ipReal32 phi, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a linear oriented XYZ kernel with a given number of elements. More... | |
| IPSDKBASEDATA_API KernelXYZPtr | ipsdk::linearInterpolatedKernelXYZ (const ipReal32 theta, const ipReal32 phi, const Real32Vector &valueColl, const ipBool bKeepNullValue=false) |
| function allowing to generate a linear oriented XYZ kernel with interpolated coefficients. More... | |
Utility functions for kernel management.
1.8.14