Release 0.1.1
- Replaced all occurrences of #ifdef _OPENMP to #ifdef AKAZE_USE_OPENMP
- Small performance optimisations: replaced pow(x, 2) with x*x, double constants with float where applicable etc.
- Bug fix: Initialized matrix Lt and Lstep with 0 (was uninitialized memory access)
- Added TBB threading
