Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ASIFT to OpenCV #4399

Closed
opencv-pushbot opened this issue Jul 27, 2015 · 15 comments
Closed

Add ASIFT to OpenCV #4399

opencv-pushbot opened this issue Jul 27, 2015 · 15 comments

Comments

@opencv-pushbot
Copy link
Contributor

Transferred from http://code.opencv.org/issues/2188

|| Vadim Pisarevsky on 2012-07-24 16:52
|| Priority: Normal
|| Affected: None
|| Category: features2d
|| Tracker: Feature
|| Difficulty: 
|| PR: 
|| Platform: None / None

Add ASIFT to OpenCV

The prototype implementation is here: opencv/samples/python2/asift.py

History

Vincent Rabaud on 2015-04-15 05:29
Maria created an implementation here:
https://github.com/wg-perception/opencv_candidate/blob/master/include/opencv_candidate/feature2d.hpp
https://github.com/wg-perception/opencv_candidate/blob/master/src/opencv_candidate/feature2d.cpp
@StevenPuttemans
Copy link

The links of @mdim mentioned in the history are no longer available. If someone is up for it, there are quite a couple of implementations out there that could be put into OpenCV using a PR

@cbalint13
Copy link
Contributor

@StevenPuttemans ,

  • After PR a CUDA SIFT variant would like to work on this too.
  • I found mentioned link/code of @mdim implementation, and I believe is the more appropriate.

@StevenPuttemans
Copy link

@cbalint13 so you are up to supplying the implementation through a PR?

@cbalint13
Copy link
Contributor

On Mon, Sep 28, 2015 at 12:30 PM, Steven Puttemans <notifications@github.com

wrote:

@cbalint13 https://github.com/cbalint13 so you are up to supplying the
implementation through a PR?

Yes, through a new PR. Based on @mdim work. Will reference this Issue by
that PR.

@StevenPuttemans
Copy link

Perfect!

@LucaLovagnini
Copy link

@cbalint13 Any news on this?

@rdguez-mariano
Copy link

Hi,

I'm curerntly working with Jean-Michel Morel (creator of ASIFT). We have developed a new version of ASIFT together with Julie Delon. Our team will be pleased to implement an opencv version of this new ASIFT (or any IMAS method in general) if you agree.

Yours Faithfully,

Mariano Rodríguez

PS: Here's some links to our work (still in progress):

@StevenPuttemans
Copy link

@rdguez-mariano YES! This is still an open request from the community, so any contribution in this sense would be more than welcome!

@vladimir-dudnik
Copy link
Contributor

any update on this?

@StevenPuttemans
Copy link

I guess the status is still identically the same. Someone needs to pick this up and provide a working implementation. So far I havent seen ASIFT in OpenCV yet.

@vladimir-dudnik
Copy link
Contributor

ok, let's keep that request.

@sturkmen72
Copy link
Contributor

just a note : there is asift.py

@tompollok
Copy link
Contributor

Here an affine matcher for all feature types, already implemented as opencv: https://github.com/tlglovewf/ASIFT

I tested it and it works well. Its pure opencv + std code. Boost is just used for the executables. I have asked the author if it can be transferred to opencv.

@alalek is there currently any work in any gsoc about asift? Just wonderning, because i saw some activity from you regarding sift lately.

@alalek
Copy link
Member

alalek commented Jun 16, 2020

@tompollok Yes, there is ongoing GSoC project related to SIFT/ASIFT activities.

relates #16736

@sturkmen72
Copy link
Contributor

merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants