IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageBinaryMixedRuleTypes.h
Go to the documentation of this file.
1 // ImageBinaryMixedRuleTypes.h:
3 // ----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_IMAGEBINARYMIXEDRULETYPES_H__
17 #define __IPSDKIMAGEPROCESSING_IMAGEBINARYMIXEDRULETYPES_H__
18 
20 #include <IPSDKImageProcessing/Attribute/IPEnum/ImageBufferTypeAttributeTypes.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 
28 
39 )
40 
41 
52 )
53 
56 
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIMAGEPROCESSING_IMAGEBINARYMIXEDRULETYPES_H__
eMatchImageSizeScale
enumerate used in comparison between scalar and image size, to determine whether scalar is compared t...
Definition: ImageBinaryMixedRuleTypes.h:59
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eImageBinaryMixedRuleType
enumerate describing image binary mixed rule operation type
Definition: ImageBinaryMixedRuleTypes.h:35
check whether a value is lower than the smallest dimension of an image
Definition: ImageBinaryMixedRuleTypes.h:39
scalar is compared to image half size
Definition: ImageBinaryMixedRuleTypes.h:63
Predefined types for image rules management.
check that an image match a given image buffer type attribute
Definition: ImageBinaryMixedRuleTypes.h:41
scalar is compared to image full size
Definition: ImageBinaryMixedRuleTypes.h:61
Predefined types for data items.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
check that an image buffer type size is compatible with a given image buffer type attribute ...
Definition: ImageBinaryMixedRuleTypes.h:43
check whether a value match an image buffer type value range
Definition: ImageBinaryMixedRuleTypes.h:37
Match image buffer base size with a given buffer type.
Definition: ImageBinaryMixedRuleTypes.h:45