与 cvCalcEigenObjects 等效的 Python 函数
我正在尝试“翻译”此处中的示例代码,但是我无法从 cvaux.h
中找到与用 c 语言编写的 cvCalcEigenObjects
等效的 python 函数。
I'm trying 'translate' the sample code in here, but i can't find equivalent python function to cvCalcEigenObjects
written in c language from cvaux.h
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的解决方案是使用 numpy 库的线性代数函数。
My solution was to use the functions of numpy library for linear algebra.