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) { ...@@ -32,15 +32,6 @@ AKAZEFeatures::AKAZEFeatures(const AKAZEOptions& options) : options_(options) {
Allocate_Memory_Evolution(); Allocate_Memory_Evolution();
} }
/* ************************************************************************* */
/**
* @brief AKAZEFeatures destructor
*/
AKAZEFeatures::~AKAZEFeatures(void) {
evolution_.clear();
}
/* ************************************************************************* */ /* ************************************************************************* */
/** /**
* @brief This method allocates the memory for the nonlinear diffusion evolution * @brief This method allocates the memory for the nonlinear diffusion evolution
......
...@@ -38,9 +38,6 @@ public: ...@@ -38,9 +38,6 @@ public:
/// Constructor with input arguments /// Constructor with input arguments
AKAZEFeatures(const AKAZEOptions& options); AKAZEFeatures(const AKAZEOptions& options);
/// Destructor
~AKAZEFeatures();
/// Scale Space methods /// Scale Space methods
void Allocate_Memory_Evolution(); void Allocate_Memory_Evolution();
int Create_Nonlinear_Scale_Space(const cv::Mat& img); 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