IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MatchStatsCriteria.h
Go to the documentation of this file.
1 // MatchStatsCriteria.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_MATCHSTATSCRITERIA_H__
16 #define __IPSDKIPLATTRIBUTES_MATCHSTATSCRITERIA_H__
17 
19 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
28 
32  (eMinMax)
34  (eHistogram)
35 )
36 
37 
40 } // end of namespace attr
41 } // end of namespace imaproc
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKIPLATTRIBUTES_MATCHSTATSCRITERIA_H__
adjust image dynamic on min and max
Definition: MatchStatsCriteria.h:35
eMatchStatsCriterion
Enumerate describing extremum type.
Definition: MatchStatsCriteria.h:33
adjust image dynamic on histogram
Definition: MatchStatsCriteria.h:39
adjust image dynamic on mean and variance
Definition: MatchStatsCriteria.h:37
Definition of import/export macro for library.
#define IPSDK_ENUM(enumTypeStr, enumSeq)