Search code examples
c#image-processingsift

SIFT implementation in C#


I want to use sift implementation in C#.

I found this website http://user.cs.tu-berlin.de/~nowozin/libsift/ but I am confused that there is no main program or project file. I couldn't understand how can I use it in normal C# console/window application and what is rule of GK# is.

Could some one give me some useful hints, or does anybody know another implementation in C#?


Solution

  • The naming convention follows the original C code publish by UBC, since it was only a test to see how the algorithm performs. I will be happy to help if you need any.