GithubHelp home page GithubHelp logo

Compatibility of saved index file about flann HOT 2 CLOSED

choni avatar choni commented on August 18, 2024
Compatibility of saved index file

from flann.

Comments (2)

mariusmuja avatar mariusmuja commented on August 18, 2024

Currently the FLANN index save format is not cross-architecture compatible
(data type size, endianess). I'll update it to be so in a future version.

Marius

On Wed, Jul 18, 2012 at 1:13 AM, SHIINA Hideaki <
[email protected]

wrote:

Dear, Marius.

Now, saved index file that made by linux (x64 machine) and by my android
phone(SO-01C) are not compatible.

Because, in save process flann library uses environment depended types.
For example,
typeof(size_t) equals 8 in linux64 and win7 64. But in android, this size
is 4.

Can you use environment independent type like uint64_t instead of size_t.

Index building on android phone is slow, So I plan to put pre-build index
file into android pkg file.

Thank you.


Reply to this email directly or view it on GitHub:
#54

from flann.

choni avatar choni commented on August 18, 2024

I see. Thanks for reply.

from flann.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.