Commit 2162aab0 authored by Ievgen Khvedchenia's avatar Ievgen Khvedchenia

Remove AKAZEFeatures desctructor

parent f9d3c490
......@@ -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
......
......@@ -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);
......
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