ORB_SLAM icon indicating copy to clipboard operation
ORB_SLAM copied to clipboard

No destructor for class KeyFrame and else?

Open tenbol opened this issue 9 years ago • 0 comments

Hi,

Why there is no destructor function for lots of class used in orb_slam, like class KeyFrame? If we decide to delete a KeyFrame, like in KeyFrameCulling(), would the memory of this KeyFrame also be released? And how?

Thank you!!!

tenbol avatar Dec 30 '15 08:12 tenbol