neetp7k9 / lire

Automatically exported from code.google.com/p/lire
0 stars 0 forks source link

Sift serilazing - deserilazing problem #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

in 
net.semanticmetadata.lire.imageanalysis.sift.Feature.getByteArrayRepresentation 
method
descriptor is a double array. so that SerializationUtils.toBytes(descriptor[0]) 
return 8 bit byte array. but only first 4 byte is using to serilazing and 
deserilazing.

i attached patch code.

Original issue reported on code.google.com by zyuzugu...@gmail.com on 20 Jan 2015 at 4:36

Attachments: