Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Storing ORB Keypoints in file

I need to store ORB keypoints and descriptors inside some file, and am currently using Pickle but it is slow (~10-15 seconds to load). Is there another way that would allow for faster saving and loading?

I tried using JSON before but could not serialize the objects (since they are complicated). Could anyone provide insight?

click to hide/show revision 2
retagged

updated 2017-06-16 11:09:55 -0600

berak gravatar image

Storing ORB Keypoints in file

I need to store ORB keypoints and descriptors inside some file, and am currently using Pickle but it is slow (~10-15 seconds to load). Is there another way that would allow for faster saving and loading?

I tried using JSON before but could not serialize the objects (since they are complicated). Could anyone provide insight?