About 3 results
Open links in new tab
  1. Query for data - CveXplore

    >>> from CveXplore import CveXplore >>> cvx = CveXplore() >>> result = cvex.cves.assigner.search("eaton\.com$") >>> len(list(result)) 21 >>> result = …

  2. SunderedMaps | SVG Maps for the game Sundered by Lotus …

    Because any up to date full maps weren’t accessible anywhere, I created this small project to help the Sundered speedrun community Sundered Speedrun Discord Speedrun.com Region 1 Region …

  3. RoboMaster视觉教程(4)装甲板识别算法 | Jiangda’s Notes

    Jan 15, 2020 · */ //左右灯条相距距离 float dis = cvex::distance(leftLight.center, rightLight.center); //左右灯条长度的平均值 float meanLen = (leftLight.length + rightLight.length) / 2; //左右灯条中 …