- fix a memory leak

This commit is contained in:
Vincent Rabaud
2011-06-01 18:24:53 +00:00
parent 14f65f79f0
commit fc19e856a6
2 changed files with 14 additions and 1 deletions

View File

@@ -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;