mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
- fix a memory leak
This commit is contained in:
@@ -457,6 +457,9 @@ public:
|
||||
*/
|
||||
ORB(size_t n_features = 500, const CommonParams & detector_params = CommonParams());
|
||||
|
||||
/** destructor to empty the patterns */
|
||||
~ORB();
|
||||
|
||||
/** returns the descriptor size in bytes */
|
||||
int descriptorSize() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user