This week I implemented working version of algorithm for searching feature points in image (based on SURF algorithm, but I omitted some tricky details - original is faster, I'll improve computation speed later).
Code: https://github.com/migal-drew/SimpleSURF_csharp
Next week I'm planning to write code for finding descriptors and matching of identical points. If I don't come across problems, I'll begin to port methods in GDAL.
Code: https://github.com/migal-drew/SimpleSURF_csharp
Next week I'm planning to write code for finding descriptors and matching of identical points. If I don't come across problems, I'll begin to port methods in GDAL.
No comments:
Post a Comment