mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Remove AKAZEFeatures desctructor
This commit is contained in:
parent
f9d3c49023
commit
2162aab0e9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user