MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / IntersectListSort

Function IntersectListSort

core/predictor/tools/ocrtools/clipper.cpp:2791–2793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2789//------------------------------------------------------------------------------
2790
2791bool IntersectListSort(IntersectNode *node1, IntersectNode *node2) {
2792 return node2->Pt.Y < node1->Pt.Y;
2793}
2794//------------------------------------------------------------------------------
2795
2796inline bool EdgesAdjacent(const IntersectNode &inode) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected