OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvSubdiv2DEdge
(Results
1 - 7
of
7
) sorted by null
/external/opencv/cvaux/src/
cvsubdiv2.cpp
65
CvSubdiv2DEdge
e = (
CvSubdiv2DEdge
)edge + j;
66
CvSubdiv2DEdge
o_next = cvSubdiv2DNextEdge(e);
67
CvSubdiv2DEdge
o_prev = cvSubdiv2DGetEdge(e, CV_PREV_AROUND_ORG );
68
CvSubdiv2DEdge
d_prev = cvSubdiv2DGetEdge(e, CV_PREV_AROUND_DST );
69
CvSubdiv2DEdge
d_next = cvSubdiv2DGetEdge(e, CV_NEXT_AROUND_DST );
107
draw_subdiv_facet( CvSubdiv2D * subdiv, IplImage * dst, IplImage * src,
CvSubdiv2DEdge
edge )
109
CvSubdiv2DEdge
t = edge;
177
CvSubdiv2DEdge
e = (
CvSubdiv2DEdge
) edge
[
all
...]
decomppoly.cpp
597
( (
CvSubdiv2DEdge
)edgesPtrs[ refer[ i * 4 ] >> 2 ] )
600
( (
CvSubdiv2DEdge
)edgesPtrs[ refer[ i * 4 + 1 ] >> 2 ] )
603
( (
CvSubdiv2DEdge
)edgesPtrs[ refer[ i * 4 + 2 ] >> 2 ] )
606
( (
CvSubdiv2DEdge
)edgesPtrs[ refer[ i * 4 + 3 ] >> 2 ] )
/external/opencv/cv/src/
cvsubdivision2d.cpp
75
static
CvSubdiv2DEdge
79
CvSubdiv2DEdge
edgehandle = 0;
92
edgehandle = (
CvSubdiv2DEdge
) edge;
127
cvSubdiv2DSplice(
CvSubdiv2DEdge
edgeA,
CvSubdiv2DEdge
edgeB )
129
CvSubdiv2DEdge
*a_next = &CV_SUBDIV2D_NEXT_EDGE( edgeA );
130
CvSubdiv2DEdge
*b_next = &CV_SUBDIV2D_NEXT_EDGE( edgeB );
131
CvSubdiv2DEdge
a_rot = cvSubdiv2DRotateEdge( *a_next, 1 );
132
CvSubdiv2DEdge
b_rot = cvSubdiv2DRotateEdge( *b_next, 1 );
133
CvSubdiv2DEdge
*a_rot_next = &CV_SUBDIV2D_NEXT_EDGE( a_rot )
[
all
...]
_cvgeom.h
60
void icvCreateCenterNormalLine(
CvSubdiv2DEdge
edge, double* a, double* b, double* c );
cvgeometry.cpp
130
icvCreateCenterNormalLine(
CvSubdiv2DEdge
edge, double *_a, double *_b, double *_c )
/external/opencv/cv/include/
cvtypes.h
136
typedef size_t
CvSubdiv2DEdge
;
141
CvSubdiv2DEdge
next[4];
145
CvSubdiv2DEdge
first; \
166
CvSubdiv2DEdge
recent_edge; \
cv.h
647
CvSubdiv2DEdge
* edge,
664
CV_INLINE
CvSubdiv2DEdge
cvSubdiv2DNextEdge(
CvSubdiv2DEdge
edge )
670
CV_INLINE
CvSubdiv2DEdge
cvSubdiv2DRotateEdge(
CvSubdiv2DEdge
edge, int rotate )
675
CV_INLINE
CvSubdiv2DEdge
cvSubdiv2DSymEdge(
CvSubdiv2DEdge
edge )
680
CV_INLINE
CvSubdiv2DEdge
cvSubdiv2DGetEdge(
CvSubdiv2DEdge
edge, CvNextEdgeType type )
688
CV_INLINE CvSubdiv2DPoint* cvSubdiv2DEdgeOrg(
CvSubdiv2DEdge
edge
[
all
...]
Completed in 249 milliseconds