IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InSubUIntImg2d.h
1 // InSubUIntImg2d.h:
3 // -------------
4 //
16 
17 #ifndef __IPSDKIPLATTRIBUTES_INSUBUINTIMG2D_H__
18 #define __IPSDKIPLATTRIBUTES_INSUBUINTIMG2D_H__
19 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(IPSDKIPLAttributes,
34  InSubUIntImg2d,
35  ipsdk::imaproc::is2d(attribute) &&
36  ipsdk::imaproc::isGrey(attribute) &&
37  ipsdk::imaproc::isSingle(attribute) &&
38  ipsdk::processor::Not(imaproc::bufferType(
39  attribute,
40  image::eImageBufferType::eIBT_Int8,
41  image::eImageBufferType::eIBT_Int16,
42  image::eImageBufferType::eIBT_Int32,
43  image::eImageBufferType::eIBT_Real32)));
44 
47 
48 } // end of namespace attr
49 } // end of namespace imaproc
50 } // end of namespace ipsdk
51 
52 #endif // __IPSDKIPLATTRIBUTES_INSUBUINTIMG2D_H__
IPSDKBASEPROCESSING_API RulePtr Not(const RulePtr &pRule)
#define IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString)
Definition of import/export macro for library.