fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
authorVadim Pisarevsky <no@email>
Wed, 10 Aug 2011 10:28:01 +0000 (10:28 +0000)
committerVadim Pisarevsky <no@email>
Wed, 10 Aug 2011 10:28:01 +0000 (10:28 +0000)
commitc9ed7fee34b3f2c28efc347fb78d54ca0a17f798
treec5ba9f40379184100e2561bb0cc72fa4bb6966d4
parentedcfa64d9948d73e12b5ca2191723d0b3f7eb811
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/subdivision2d.cpp
modules/python/src2/cv2.cpp
modules/python/src2/gen2.py
samples/cpp/delaunay2.cpp