MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / lessmark

Function lessmark

eval/LANE_evaluation/lane2d/src/evaluate.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55using namespace cv;
56
57bool lessmark(const Point2f& stItem1, const Point2f& stItem2)
58 {
59 return stItem1.y < stItem2.y;
60 }
61
62void help(void)
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected