-
-
Notifications
You must be signed in to change notification settings - Fork 841
Open
Description
I am working on a library for creating a bag-of-words representation of a corpus of images, for use with image/place recognition or SLAM algorithms. There are various types of image keypoints/descriptors, but generally a descriptor is a bit array of 32, 64, or 128 bytes. It would be nice to use the new min-const-generics to cleanly support descriptors of any size, and use serde to save/load the resulting descriptor vocabulary.
Are there plans to support (de)serialization of generic sized arrays? Is there a decent workaround in the meantime?
Edit: I saw the discussion here: #1860 Is this being worked on?
AlephAlpha, spacejam, hdoordt, hombit, nestordemeure and 28 moreindubitablement2 and jmakov
Metadata
Metadata
Assignees
Labels
No labels