Remove AKAZEFeatures desctructor

This commit is contained in:
Ievgen Khvedchenia 2014-04-28 15:17:09 +03:00
parent f9d3c49023
commit 2162aab0e9
2 changed files with 0 additions and 12 deletions

View File

@ -32,15 +32,6 @@ AKAZEFeatures::AKAZEFeatures(const AKAZEOptions& options) : options_(options) {
Allocate_Memory_Evolution();
}
/* ************************************************************************* */
/**
* @brief AKAZEFeatures destructor
*/
AKAZEFeatures::~AKAZEFeatures(void) {
evolution_.clear();
}
/* ************************************************************************* */
/**
* @brief This method allocates the memory for the nonlinear diffusion evolution

View File

@ -38,9 +38,6 @@ public:
/// Constructor with input arguments
AKAZEFeatures(const AKAZEOptions& options);
/// Destructor
~AKAZEFeatures();
/// Scale Space methods
void Allocate_Memory_Evolution();
int Create_Nonlinear_Scale_Space(const cv::Mat& img);