cv2.connectedComponentsWithStats 源代码

cv2.connectedComponentsWithStats source code

有谁知道在哪里可以找到 cv2.connectedComponentWithStats 的源代码? 我想看看这个函数到底发生了什么,以帮助我更好地理解。

在 C++ 中是 here。 Python 包调用编译后的 C++ 代码。