Remove AKAZEFeatures desctructor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user