admin管理员组文章数量:1314851
I was looking to find a way to get essential matrix in opencv.
I found these two links that was for the function: .4/d9/d0c/group__calib3d.html#ga0b166d41926a7793ab1c351dbaa9ffd4
and
.findEssentialMat.html
In the second link you can see on top this "cv.findEssentialMat - MATLAB File Help ". I was confused. Is it using Matlab somewhow? Because I would like not to do it then.
Thanks!
I was looking to find a way to get essential matrix in opencv.
I found these two links that was for the function: https://docs.opencv./3.4/d9/d0c/group__calib3d.html#ga0b166d41926a7793ab1c351dbaa9ffd4
and
https://amroamroamro.github.io/mexopencv/matlab/cv.findEssentialMat.html
In the second link you can see on top this "cv.findEssentialMat - MATLAB File Help ". I was confused. Is it using Matlab somewhow? Because I would like not to do it then.
Thanks!
Share Improve this question asked Jan 30 at 11:13 Shaig HamzaliyevShaig Hamzaliyev 3094 silver badges7 bronze badges1 Answer
Reset to default 2If you look closely, the second link you provide leads to the GitHub project mexopencv
. The corresponding project provides MATLAB MEX functions that interface with hundreds of OpenCV APIs [and] is suitable for fast prototyping of OpenCV application in MATLAB, use of OpenCV as an external toolbox in MATLAB (quote from the project's README). The first link you provide, which leads to the official OpenCV documentation, does not mention MATLAB.
So, to make it clear: No, "standard" OpenCV does not use MATLAB in any way. It is the mexopencv
project that you found, which provides bindings between OpenCV and MATLAB.
本文标签: pythonIs cvfindEssentialMat using matlab in somewayStack Overflow
版权声明:本文标题:python - Is cv.findEssentialMat using matlab in someway? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741970639a2407814.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论