Asift和openCV? [英] Asift and openCV?

查看:101
本文介绍了Asift和openCV?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

opencv允许使用ASIFT吗?

Does opencv allows to use ASIFT ?

http://www.ipol.im/pub/algo/my_affine_sift/

创建者发布了c ++,因此我相信将其实现到opencv并不难

The creator published the c++ so I believe it wouldn't be so hard to implement it into opencv

推荐答案

您的意思

opencv允许使用ASIFT吗?

Does opencv allows to use ASIFT ?

目前,ASIFT在OpenCV中不直接可用,但是将ASIFT作者提供的代码连接到OpenCV应该是不费吹灰之力的.您可能要做的就是通过访问Mat :: data指针将OpenCV cv :: Mat转换为某些特定的图像格式.

At this moment, ASIFT is not available in OpenCV directly, but it should be a no-brainer to connect the code provided by the ASIFT authors to OpenCV. Probably all you'll have to do is to convert the OpenCV cv::Mat to some specific image format, by accessing Mat::data pointer.

如果您担心许可条款,则应联系ASIFT作者.根据BSD许可,OpenCV可免费使用/修改/重新分发/出售.而且对于ASIFT来说似乎是相同的.

If you are worried about licensing terms, you should contact the ASIFT authors. OpenCV is free to use/modify/redistribute/sell, under a BSD licence. And it seems that it is the same for ASIFT.

如果您正在谈论将代码集成到OpenCV中,并向开发人员发送补丁,请在此处找到有关如何执行此操作的指南

And if you are talking about integrating the code into OpenCV, and sending a patch to the dev guys, there is a guide on how to do it here http://code.opencv.org/projects/opencv/wiki/CodeSubmissions and here http://code.opencv.org/projects/opencv/wiki/How_to_contribute and here http://code.opencv.org/projects/opencv/wiki/CodingStyleGuide . I (and many others) strongly encourage you to do it! It seems to be an important addition to OpenCV.

这篇关于Asift和openCV?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆