IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InSubRealImg2d.h
1 // InSubRealImg2d.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_INSUBREALIMG2D_H__
16 #define __IPSDKIPLATTRIBUTES_INSUBREALIMG2D_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace attr {
24 
27 
28 IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(IPSDKIPLAttributes,
29  InSubRealImg2d,
30  ipsdk::imaproc::is2d(attribute) &&
31  ipsdk::imaproc::isGrey(attribute) &&
32  ipsdk::imaproc::isSingle(attribute) &&
33  ipsdk::imaproc::bufferType(attribute, ipsdk::image::eImageBufferType::eIBT_Real32));
34 
37 
38 } // end of namespace attr
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIPLATTRIBUTES_INSUBREALIMG2D_H__
#define IPSDK_DECLARE_INPUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString)
Definition of import/export macro for library.