IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

Parameters for Law texture filter post-processing phasis. More...

Classes

class  ipsdk::imaproc::attr::LawTexPostProcParams
 Parameters for Law texture filter post-processing phasis. More...
 

Typedefs

typedef boost::shared_ptr< LawTexPostProcParamsipsdk::imaproc::attr::LawTexPostProcParamsPtr
 shared pointer to LawTexPostProcParams
 
typedef boost::shared_ptr< const LawTexPostProcParamsipsdk::imaproc::attr::LawTexPostProcParamsConstPtr
 shared pointer to const LawTexPostProcParams
 
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr ipsdk::imaproc::attr::createMeanAbsLawTexPostProcParams (ipsdk::ipUInt32 nMeanHalfKnlSize)
 function allowing to initialize input parameters for the Law's texture filter postprocessing phasis
 
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr ipsdk::imaproc::attr::createMeanLawTexPostProcParams (ipsdk::ipUInt32 nMeanHalfKnlSize)
 function allowing to initialize input parameters for the Law's texture filter postprocessing phasis
 
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr ipsdk::imaproc::attr::createGaussianAbsLawTexPostProcParams (const ipsdk::ipReal32 stdDev, const ipsdk::imaproc::attr::GaussianCoverage &gaussianCoverage)
 function allowing to initialize input parameters for the Law's texture filter postprocessing phasis
 
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr ipsdk::imaproc::attr::createGaussianLawTexPostProcParams (const ipsdk::ipReal32 stdDev, const ipsdk::imaproc::attr::GaussianCoverage &gaussianCoverage)
 function allowing to initialize input parameters for the Law's texture filter postprocessing phasis
 
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr ipsdk::imaproc::attr::createVarianceLawTexPostProcParams (ipsdk::ipUInt32 nHalfKnlSize)
 function allowing to initialize input parameters for the Law's texture filter postprocessing phasis
 

Detailed Description

Parameters for Law texture filter post-processing phasis.

SubNodes description

Name ToolTip Associated Class Default Value
Method Pre-process method. ipsdk::DataItemEnumLeaf<ipsdk::imaproc::attr::eLawTexPostProcMethod> ipsdk::imaproc::attr::eLawTexPostProcMethod::eLTPPM_MeanAbs
GaussianSmoothingStdDev Gaussian smoothing standard deviation. ipsdk::DataItemLeaf<ipsdk::ipReal32>
GaussianSmoothingCoverage Gaussian smoothing coverage. ipsdk::imaproc::attr::GaussianCoverage
HalfKnlSize Half kernel size. ipsdk::DataItemLeaf<ipsdk::ipUInt32>