ORB_SLAM
ORB_SLAM copied to clipboard
No destructor for class KeyFrame and else?
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!!!