Open GoogleCodeExporter opened 8 years ago
I found the solution :
I just added the following line to delaunay.h:
#include <opencv2/legacy/legacy.hpp>
because those funstions are in this header for opencv 2.6
Original comment by yasser.a...@rizze.com
on 21 May 2014 at 1:31
[deleted comment]
I am having the same problem now with opencv 3.0, although we don't have
"legacy.hpp" anymore it is deprecated. I am not sure where it is now, any ideas
on how to fix this?
My guess is to use
http://docs.opencv.org/doc/tutorials/features2d/detection_of_planar_objects/dete
ction_of_planar_objects.html?highlight=planar
Is that correct?
Original comment by andressa...@gmail.com
on 23 Jun 2015 at 10:19
Original issue reported on code.google.com by
yasser.a...@rizze.com
on 21 May 2014 at 1:10