IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageBordersContactUtils.h
Go to the documentation of this file.
1 // ImageBordersContactUtils.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACTUTILS_H__
16 #define __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACTUTILS_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace shape {
24 namespace analysis {
25 
26 class ImageBordersContactMsrResults;
27 
30 
33 compare(const ImageBordersContact& imageBordersContact1,
34  const ImageBordersContact& imageBordersContact2);
35 
38 compare(const ImageBordersContactMsrResults& msrResult1,
39  const ImageBordersContactMsrResults& msrResult2);
40 
43 
44 } // end of namespace analysis
45 } // end of namespace shape
46 } // end of namespace imaproc
47 } // end of namespace ipsdk
48 
49 #endif // __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACTUTILS_H__
IPSDKIPLSHAPEANALYSIS_API bool compare(const ImageBordersContact &imageBordersContact1, const ImageBordersContact &imageBordersContact2)
function allowing to compare ImageBordersContact objects
Definition of import/export macro for library.
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
Predefined types for image borders contact management.