Friday, July 6, 2012

Working on correlator

I started to work on simplified version of SURF algorithm. It's more complicated than I expected, and I decided to start with C sharp implementation (I hope to quickly port code to C++ using GDAL API).
Also I will need to test algorithm.

For the moment I made computation of integral image:
https://github.com/migal-drew/SimpleSURF_csharp

Next day I'm planning to add wavelets and Hessian computation. Also I have some ideas and I'll verify their. My official weekly report and last results will be in the next post.

No comments:

Post a Comment