Saving ORB feature vectors using OpenCV4Android (java API)

后端 未结 3 1376
日久生厌
日久生厌 2021-01-02 14:37

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<

3条回答
  •  误落风尘
    2021-01-02 15:10

    I would suggest storing the feature vectors as images to have a simple and compact representation. You could even use non-destructive compression such as png to minimize file size.

提交回复
热议问题