IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LawTexPreProcMethods.h
Go to the documentation of this file.
1 // LawTexPreProcMethods.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_LAWTEXPREPROCMETHODS_H__
16 #define __IPSDKIPLATTRIBUTES_LAWTEXPREPROCMETHODS_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
32 )
33 
34 
37 } // end of namespace attr
38 } // end of namespace imaproc
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKIPLATTRIBUTES_LAWTEXPREPROCMETHODS_H__
eLawTexPreProcMethod
Enumerate describing Law's texture filter pre-process method.
Definition: LawTexPreProcMethods.h:31
Subtract local mean smoothed.
Definition: LawTexPreProcMethods.h:33
Subtract local gaussian smoothed.
Definition: LawTexPreProcMethods.h:35
#define IPSDK_ENUM(enumTypeStr, enumSeq)