IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LawTexPostProcMethods.h
Go to the documentation of this file.
1 // LawTexPostProcMethods.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_LAWTEXPOSTPROCMETHODS_H__
16 #define __IPSDKIPLATTRIBUTES_LAWTEXPOSTPROCMETHODS_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (eLTPPM_Mean)
35 )
36 
37 
40 } // end of namespace attr
41 } // end of namespace imaproc
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKIPLATTRIBUTES_LAWTEXPOSTPROCMETHODS_H__
compute mean of absolute values of elements on a square neighbourhood
Definition: LawTexPostProcMethods.h:35
gaussian smoothing on a square neighbourhood
Definition: LawTexPostProcMethods.h:37
gaussian smoothing of absolute values of elements on a square neighbourhood
Definition: LawTexPostProcMethods.h:39
compute mean on a square neighbourhood
Definition: LawTexPostProcMethods.h:33
eLawTexPostProcMethod
Enumerate describing Law's texture filter post-process method.
Definition: LawTexPostProcMethods.h:31
variance on a square neighbourhood
Definition: LawTexPostProcMethods.h:41
#define IPSDK_ENUM(enumTypeStr, enumSeq)