![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Parameters to define a Gabor signal. More...
Classes | |
| class | ipsdk::imaproc::attr::GaborParams |
| Parameters to define a Gabor signal. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::GaborParams > | ipsdk::imaproc::attr::GaborParamsPtr |
| shared pointer to ipsdk::imaproc::attr::GaborParams | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::GaborParams > | ipsdk::imaproc::attr::GaborParamsConstPtr |
| shared pointer to const ipsdk::imaproc::attr::GaborParams | |
Functions | |
| IPSDKIPLATTRIBUTES_API GaborParamsPtr | ipsdk::imaproc::attr::createDefaultGaborParams () |
| function allowing to create a default GaborParams object | |
| IPSDKIPLATTRIBUTES_API GaborParamsPtr | ipsdk::imaproc::attr::createGaborParams2d (const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 theta) |
| function allowing to create a custom GaborParams object | |
| IPSDKIPLATTRIBUTES_API GaborParamsPtr | ipsdk::imaproc::attr::createGaborParams3d (const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 stdDevZ, const ipReal32 theta, const ipReal32 phi) |
| function allowing to create a custom GaborParams object | |
Parameters to define a Gabor signal.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| StdDevX | Standard deviation along X. | ipsdk::DataItemLeaf<ipsdk::ipReal32> | 10.f |
| StdDevY | Standard deviation along Y. | ipsdk::DataItemLeaf<ipsdk::ipReal32> | 2.f |
| StdDevZ | Standard deviation along Z (3D only) | ipsdk::DataItemLeaf<ipsdk::ipReal32> | 0.f |
| Theta | Signal orientation in 2D, orientation between the XY-plane and the Z-axis in 3D. | ipsdk::DataItemLeaf<ipsdk::ipReal32> | 0.f |
| Phi | Orientation in the XY-plane (3D only) | ipsdk::DataItemLeaf<ipsdk::ipReal32> | 0.f |
1.8.14