Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] OpenCV and CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] OpenCV and CGAL


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] OpenCV and CGAL
  • Date: Thu, 24 Apr 2008 12:43:57 +0200
  • Organization: Inria, Sophia Antipolis, FRANCE

On Thursday 24 April 2008 12:10:22

wrote:
> Hello,
>
> Does anyone have experience in using OpenCV and CGAL in one project? That
> stuff simply does not work:
>
> #include <cv.h>
> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

Use that:

#include <cv.h>
#undef EXIT
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>

One header of OpenVC is not friendly and pollute the global namespace by
defining a macro named EXIT (for internal use only).

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE
Tel: +33 4 92 38 78 62 (Fax: +33.4.97.15.53.95)


  • OpenCV and CGAL, novacheva, 04/24/2008
    • Re: [cgal-discuss] OpenCV and CGAL, Laurent Rineau, 04/24/2008

Archive powered by MHonArc 2.6.16.

Top of Page