IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageAttributeUtils.h
Go to the documentation of this file.
1 // ImageAttributeUtils.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGEATTRIBUTEUTILS_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGEATTRIBUTEUTILS_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
34 isInSitu(const BaseImageAttribute& imgIn,
35  const BaseImageAttribute& imgOut);
36 
39 
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIMAGEPROCESSING_IMAGEATTRIBUTEUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
IPSDKIMAGEPROCESSING_API bool isInSitu(const BaseImageAttribute &imgIn, const BaseImageAttribute &imgOut)
function allowing to check whether two image attributes are associated to same image ...
Predefined types for image attributes management.