Ask Your Question
0

can I use SIFT in C ??

asked 2015-03-23 23:20:11 -0600

abdelrhman gravatar image

Hello , I am pretty new to OpenCV , I'm wondering if I can use sift algorithm in C code 'not c++' ?? and if it is , where can I find tutorials OpenCV using C programming language ??

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2015-03-24 02:39:51 -0600

berak gravatar image

updated 2015-03-24 02:40:09 -0600

no, you can't use SIFT from c in opencv, you will have to use c++ (or python/java).

also, in general, avoid the legacy c-api, it is no more maintained, and covers only 25% of opencv's functionality.

edit flag offensive delete link more

Comments

thnx for your help but I must use C so I think the only way is to implement by myself. just the idea is killing me .

abdelrhman gravatar imageabdelrhman ( 2015-03-24 17:30:23 -0600 )edit

again, you're trying to swim against the current. bad idea.

berak gravatar imageberak ( 2015-03-25 02:28:19 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-03-23 23:19:14 -0600

Seen: 331 times

Last updated: Mar 24 '15