15 #ifndef __IPSDKIPLSHAPEANALYSIS_FITTINGGEOMETRYMEASUREUTILS_H__ 16 #define __IPSDKIPLSHAPEANALYSIS_FITTINGGEOMETRYMEASUREUTILS_H__ 27 class Circle2dMsrResults;
28 class Sphere3dMsrResults;
39 compare(
const Circle2dMsrResults& msrResult1,
40 const Circle2dMsrResults& msrResult2,
41 const ipReal64 tolerance = NumericLimits<ipReal64>::s_sqrt_eps);
49 compare(
const Sphere3dMsrResults& msrResult1,
50 const Sphere3dMsrResults& msrResult2,
51 const ipReal64 tolerance = NumericLimits<ipReal64>::s_sqrt_eps);
61 #endif // __IPSDKIPLSHAPEANALYSIS_FITTINGGEOMETRYMEASUREUTILS_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