IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NeighborhoodGeometryMeasureUtils.h
Go to the documentation of this file.
1 // NeighborhoodGeometryMeasureUtils.h:
3 // -----------------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPEANALYSIS_NEIGHBORHOODGEOMETRYMEASUREUTILS_H__
16 #define __IPSDKIPLSHAPEANALYSIS_NEIGHBORHOODGEOMETRYMEASUREUTILS_H__
17 
19 #include <IPSDKUtil/BaseTypes.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
27 class NearestNeighborsMsrResults;
28 
31 
38 compare(const NearestNeighborsMsrResults& msrResult1,
39  const NearestNeighborsMsrResults& msrResult2,
40  const ipReal64 tolerance = NumericLimits<ipReal64>::s_sqrt_eps);
41 
44 
45 } // end of namespace analysis
46 } // end of namespace shape
47 } // end of namespace imaproc
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKIPLSHAPEANALYSIS_NEIGHBORHOODGEOMETRYMEASUREUTILS_H__
IPSDKIPLSHAPEANALYSIS_API bool compare(const ImageBordersContact &imageBordersContact1, const ImageBordersContact &imageBordersContact2)
function allowing to compare ImageBordersContact objects
double ipReal64
Definition of import/export macro for library.
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25