16 #ifndef __IPSDKIPLATTRIBUTES_LAWTEXPOSTPROCPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_LAWTEXPOSTPROCPARAMS_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianParameter.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h> 85 #endif // __IPSDKIPLATTRIBUTES_LAWTEXPOSTPROCPARAMS_H__ IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr createMeanAbsLawTexPostProcParams(ipsdk::ipUInt32 nMeanHalfKnlSize)
function allowing to initialize input parameters for the Law's texture filter postprocessing phasis ...
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr 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 ...
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr createMeanLawTexPostProcParams(ipsdk::ipUInt32 nMeanHalfKnlSize)
function allowing to initialize input parameters for the Law's texture filter postprocessing phasis ...
compute mean of absolute values of elements on a square neighbourhood
Definition: LawTexPostProcMethods.h:35
Parameter allowing to specify a gaussian distribution coverage for processing.
Definition: GaussianCoverage.h:54
boost::shared_ptr< const LawTexPostProcParams > LawTexPostProcParamsConstPtr
shared pointer to const LawTexPostProcParams
Definition: LawTexPostProcParams.h:169
Definition of import/export macro for library.
boost::shared_ptr< LawTexPostProcParams > LawTexPostProcParamsPtr
shared pointer to LawTexPostProcParams
Definition: LawTexPostProcParams.h:165
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr createVarianceLawTexPostProcParams(ipsdk::ipUInt32 nHalfKnlSize)
function allowing to initialize input parameters for the Law's texture filter postprocessing phasis ...
Predefined methods for Law's texture filter post-process phasis.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
eLawTexPostProcMethod
Enumerate describing Law's texture filter post-process method.
Definition: LawTexPostProcMethods.h:31
IPSDKIPLATTRIBUTES_API LawTexPostProcParamsPtr 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 ...