Rename file config.h to KAZEConfig.h
This commit is contained in:
parent
4509fe55c2
commit
ab1ef08f0e
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file config.h
|
||||
* @file KAZEConfig.h
|
||||
* @brief Configuration file
|
||||
* @date Dec 27, 2011
|
||||
* @author Pablo F. Alcantarilla
|
||||
@ -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
|
||||
#include "precomp.hpp"
|
||||
|
@ -14,7 +14,7 @@
|
||||
//*************************************************************************************
|
||||
|
||||
// Includes
|
||||
#include "config.h"
|
||||
#include "KAZEConfig.h"
|
||||
#include "nldiffusion_functions.h"
|
||||
#include "fed.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user