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

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

Classes

class  ipsdk::imaproc::attr::LawTexPreProcParams
 Parameters for Law texture filter pre-processing phasis. More...
 

Typedefs

typedef boost::shared_ptr< LawTexPreProcParamsipsdk::imaproc::attr::LawTexPreProcParamsPtr
 shared pointer to LawTexPreProcParams
 
typedef boost::shared_ptr< const LawTexPreProcParamsipsdk::imaproc::attr::LawTexPreProcParamsConstPtr
 shared pointer to const LawTexPreProcParams
 
IPSDKIPLATTRIBUTES_API LawTexPreProcParamsPtr ipsdk::imaproc::attr::createMeanLawTexPreProcParams (ipsdk::ipUInt32 nMeanHalfKnlSize)
 function allowing to initialize input parameters for the Law's texture filter preprocessing phasis
 
IPSDKIPLATTRIBUTES_API LawTexPreProcParamsPtr ipsdk::imaproc::attr::createGaussianLawTexPreProcParams (const ipsdk::ipReal32 stdDev, const ipsdk::imaproc::attr::GaussianCoverage &gaussianCoverage)
 function allowing to initialize input parameters for the Law's texture filter preprocessing phasis
 

Detailed Description

Parameters for Law texture filter pre-processing phasis.

SubNodes description

Name ToolTip Associated Class Default Value
Method Pre-process method. ipsdk::DataItemEnumLeaf<ipsdk::imaproc::attr::eLawTexPreProcMethod> ipsdk::imaproc::attr::eLawTexPreProcMethod::eLTPPM_SubtractMeanSmoothed
GaussianSmoothingStdDev Gaussian smoothing standard deviation. ipsdk::DataItemLeaf<ipsdk::ipReal32>
GaussianSmoothingCoverage Gaussian smoothing coverage. ipsdk::imaproc::attr::GaussianCoverage
MeanSmoothingHalfKnlSize Mean smoothing half kernel size. ipsdk::DataItemLeaf<ipsdk::ipUInt32>