Revert "remaining C-style planar subdivisions data structures are moved to legacy"

This reverts commit 4aaaef5967.

Conflicts:
    modules/imgproc/include/opencv2/imgproc/types_c.h
    modules/legacy/include/opencv2/legacy/legacy.hpp
This commit is contained in:
Andrey Kamaev
2012-10-15 20:26:42 +04:00
parent ebac3a02aa
commit 64b56d7018
3 changed files with 75 additions and 68 deletions

View File

@@ -57,6 +57,8 @@ int icvIntersectLines( double x1, double dx1, double y1, double dy1,
double* t2 );
void icvCreateCenterNormalLine( CvSubdiv2DEdge edge, double* a, double* b, double* c );
void icvIntersectLines3( double* a0, double* b0, double* c0,
double* a1, double* b1, double* c1,
CvPoint2D32f* point );