1 | initial version |
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, andcovers only 25% of opencv's functionality.
2 | No.2 Revision |
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, andcovers and covers only 25% of opencv's functionality.