MCPcopy Create free account
hub / github.com/creatale/node-dv / CmpEdges

Class CmpEdges

deps/opencv/modules/core/src/drawing.cpp:1293–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1291}
1292
1293struct CmpEdges
1294{
1295 bool operator ()(const PolyEdge& e1, const PolyEdge& e2)
1296 {
1297 return e1.y0 - e2.y0 ? e1.y0 < e2.y0 :
1298 e1.x - e2.x ? e1.x < e2.x : e1.dx < e2.dx;
1299 }
1300};
1301
1302/**************** helper macros and functions for sequence/contour processing ***********/
1303

Callers 1

FillEdgeCollectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected