Hello,
I'm interested in image recognition. From what I have found I can say that SIFT algorithm is one of the best of the available solutions. However, SIFT is protected with a US patent, so I wonder if I can use this algorithm in my code? I could found many implementation of SIFT, some of them are open source, what makes me think that I should be able to use the existing implementations, but I'm still not sure as there is the patent issue.
Do you have any experience with this?
Many thanks!