Serializable datatypes in Java API (Feature #2015)
Description
- Added API for storing OpenCV data structures to text string and reading them back
I think this or similar functionality (maybe by implementing java's Serializable API) might be very useful in the Java API for android.
In my particular case i want to do feature detection on images using SIFT. Now every time i start my application i have to parse all reference images to find keypoints and compute their descriptors. If the keypoints would be serializable this could greatly reduce loading times.
Therefore: Could some persistence functionality, such as serialisation, be implemented for datatypes such as Keypoints or matrices in general?
Associated revisions
Merge pull request #2015 from apavlenko:2.4_fix_ts_rng-fill
History
Updated by Andrey Pavlenko almost 13 years ago
- Category set to android
Updated by Rui Marques almost 13 years ago
Just as a notice, this is a feature that also interests me for similar reasons. Although it is not critical for me.
Updated by Vadim Pisarevsky almost 13 years ago
well, part of it has been done on C++ side in OpenCV 2.4.1; there is still some work to do both in C++ and Java wrappers.
- Assignee set to Andrey Pavlenko
Updated by Andrey Pavlenko over 12 years ago
- Category changed from android to java bindings
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4370