1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00

fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.

This commit is contained in:
Vadim Pisarevsky
2011-08-10 10:28:01 +00:00
parent edcfa64d99
commit c9ed7fee34
5 changed files with 899 additions and 829 deletions
+2
View File
@@ -58,6 +58,8 @@ typedef vector<Point> vector_Point;
typedef vector<Point2f> vector_Point2f;
typedef vector<Vec2f> vector_Vec2f;
typedef vector<Vec3f> vector_Vec3f;
typedef vector<Vec4f> vector_Vec4f;
typedef vector<Vec6f> vector_Vec6f;
typedef vector<Vec4i> vector_Vec4i;
typedef vector<Rect> vector_Rect;
typedef vector<KeyPoint> vector_KeyPoint;