IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FittingGeometryMeasureUtils.h
Go to the documentation of this file.
1 // FittingGeometryMeasureUtils.h:
3 // ------------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPEANALYSIS_FITTINGGEOMETRYMEASUREUTILS_H__
16 #define __IPSDKIPLSHAPEANALYSIS_FITTINGGEOMETRYMEASUREUTILS_H__
17 
19 #include <IPSDKUtil/BaseTypes.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
27 class Circle2dMsrResults;
28 class Sphere3dMsrResults;
29 
32 
39 compare(const Circle2dMsrResults& msrResult1,
40  const Circle2dMsrResults& msrResult2,
41  const ipReal64 tolerance = NumericLimits<ipReal64>::s_sqrt_eps);
42 
49 compare(const Sphere3dMsrResults& msrResult1,
50  const Sphere3dMsrResults& msrResult2,
51  const ipReal64 tolerance = NumericLimits<ipReal64>::s_sqrt_eps);
52 
55 
56 } // end of namespace analysis
57 } // end of namespace shape
58 } // end of namespace imaproc
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKIPLSHAPEANALYSIS_FITTINGGEOMETRYMEASUREUTILS_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