Commit ab1ef08f authored by Ievgen Khvedchenia's avatar Ievgen Khvedchenia

Rename file config.h to KAZEConfig.h

parent 4509fe55
/** /**
* @file config.h * @file KAZEConfig.h
* @brief Configuration file * @brief Configuration file
* @date Dec 27, 2011 * @date Dec 27, 2011
* @author Pablo F. Alcantarilla * @author Pablo F. Alcantarilla
...@@ -11,15 +11,6 @@ ...@@ -11,15 +11,6 @@
//****************************************************************************** //******************************************************************************
//****************************************************************************** //******************************************************************************
// System Includes
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <cstdlib>
#include <string>
#include <vector>
#include <math.h>
// OpenCV Includes // OpenCV Includes
#include "precomp.hpp" #include "precomp.hpp"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
//************************************************************************************* //*************************************************************************************
// Includes // Includes
#include "config.h" #include "KAZEConfig.h"
#include "nldiffusion_functions.h" #include "nldiffusion_functions.h"
#include "fed.h" #include "fed.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment