Saving ORB feature vectors using OpenCV4Android (java API)
问题 I have a training set of images, for each of which I've detected and computed their feature vectors (using ORB feature descriptors and extractors. The questions is : since I need to save those features to reutilise them for matching against test images (using SVM classifier); what is the best way to store the feature vectors, locally on the Android device? The feature vectors to be saved are of variable size per image, and are thus those with non-maximal sizes are padded with zeros to unify