IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LawTexPreProcParams.h
1 // LawTexPreProcParams.h:
3 // ----------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_LAWTEXPREPROCPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_LAWTEXPREPROCPARAMS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianParameter.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace attr {
28 
34 
35 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, LawTexPreProcParams,
37  ((LEAF)(GaussianSmoothingStdDev)(ipsdk::ipReal32))
38  ((NODE)(GaussianSmoothingCoverage)(ipsdk::imaproc::attr::GaussianCoverage))
39  ((LEAF)(MeanSmoothingHalfKnlSize)(ipsdk::ipUInt32)))
40 };
41 
44 
47 typedef boost::shared_ptr<LawTexPreProcParams> LawTexPreProcParamsPtr;
48 
51 typedef boost::shared_ptr<const LawTexPreProcParams> LawTexPreProcParamsConstPtr;
52 
55 
62 
65  const ipsdk::imaproc::attr::GaussianCoverage& gaussianCoverage);
67 
70 
71 } // end of namespace attr
72 } // end of namespace imaproc
73 } // end of namespace ipsdk
74 
75 #endif // __IPSDKIPLATTRIBUTES_LAWTEXPREPROCPARAMS_H__
Predefined methods for Law&#39;s texture filter pre-process phasis.
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
eLawTexPreProcMethod
Enumerate describing Law&#39;s texture filter pre-process method.
Definition: LawTexPreProcMethods.h:31
Parameter allowing to specify a gaussian distribution coverage for processing.
Definition: GaussianCoverage.h:54
IPSDKIPLATTRIBUTES_API LawTexPreProcParamsPtr createMeanLawTexPreProcParams(ipsdk::ipUInt32 nMeanHalfKnlSize)
function allowing to initialize input parameters for the Law&#39;s texture filter preprocessing phasis ...
boost::shared_ptr< const LawTexPreProcParams > LawTexPreProcParamsConstPtr
shared pointer to const LawTexPreProcParams
Definition: LawTexPreProcParams.h:169
Definition of import/export macro for library.
Subtract local mean smoothed.
Definition: LawTexPreProcMethods.h:33
IPSDKIPLATTRIBUTES_API LawTexPreProcParamsPtr createGaussianLawTexPreProcParams(const ipsdk::ipReal32 stdDev, const ipsdk::imaproc::attr::GaussianCoverage &gaussianCoverage)
function allowing to initialize input parameters for the Law&#39;s texture filter preprocessing phasis ...
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< LawTexPreProcParams > LawTexPreProcParamsPtr
shared pointer to LawTexPreProcParams
Definition: LawTexPreProcParams.h:165
float ipReal32
uint32_t ipUInt32