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

@@ -48,7 +48,7 @@ http://www.robesafe.com/personal/pablo.alcantarilla/papers/Alcantarilla12eccv.pd
*/
#include "precomp.hpp"
#include "kaze/KAZE.h"
#include "kaze/KAZEFeatures.h"
namespace cv
{