![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Parameters describing a Gaussian. More...
Classes | |
| class | ipsdk::imaproc::attr::GaussianParameter |
| Parameters describing a Gaussian. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::GaussianParameter > | ipsdk::imaproc::attr::GaussianParameterPtr |
| shared pointer to ipsdk::imaproc::attr::GaussianParameter | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::GaussianParameter > | ipsdk::imaproc::attr::GaussianParameterConstPtr |
| shared pointer to const ipsdk::imaproc::attr::StatsResult | |
Functions | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::GaussianParameterPtr | ipsdk::imaproc::attr::createGaussianParameter (const ipReal64 mean, const ipReal64 stdDev) |
| function allowing to create a GaussianParameter data item | |
Parameters describing a Gaussian.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Mean | Mean of the Gaussian. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| StdDev | Standard deviation of the Gaussian. | ipsdk::DataItemLeaf<ipsdk::ipReal64> |
1.8.14