Rename KAZE to KAZEFeatures to fix MSVS x64 compiler error (Duplicate file name confused it)

This commit is contained in:
Ievgen Khvedchenia
2014-04-28 16:34:35 +03:00
parent 599bcfb591
commit 5662294319
6 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ http://www.robesafe.com/personal/pablo.alcantarilla/papers/Alcantarilla13bmvc.pd
*/
#include "precomp.hpp"
#include "akaze/AKAZE.h"
#include "akaze/AKAZEFeatures.h"
namespace cv
{