sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

DescriptorMatcher missing read write #265

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
regarding DescriptorMatcher , how do I read and write it after I have trained 
descriptors? I see the read / write methods are comment out (lines 913 & 914 in 
opencv_features2d.java). any reason for that?

Thanks,
Avi

Original issue reported on code.google.com by Avi.Sho....@gmail.com on 26 Dec 2012 at 2:56

GoogleCodeExporter commented 8 years ago
Ok , sorry , i see that Algorithm class has it.
thanks,
Avi

Original comment by Avi.Sho....@gmail.com on 26 Dec 2012 at 3:03

GoogleCodeExporter commented 8 years ago
well , it did wrote to a file , but only the metadata , and not the trained 
descriptors themselves. any way to get this to work without using serialization 
of some sort?

Thanks,
Avi

Original comment by Avi.Sho....@gmail.com on 26 Dec 2012 at 6:43

GoogleCodeExporter commented 8 years ago
AFAIK, this is what the function DescriptorMatcher.getTrainDescriptors() is 
for, so try to call it and see if it does what you want.

And please ask your questions on the mailing list next time if possible, thank 
you!

Original comment by samuel.a...@gmail.com on 29 Dec 2012 at 7:38