wildart / FLANN.jl

A Julia wrapper for Fast Library for Approximate Nearest Neighbors (FLANN)
Other
16 stars 14 forks source link

Saving indices? #11

Closed carolynkim closed 8 years ago

carolynkim commented 8 years ago

Is there a way to save a FLANN index in Julia?

wildart commented 8 years ago

I added read and write functions for loading/saving index (see example).