flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.22k stars 649 forks source link

Documentation #418

Open jpan127 opened 5 years ago

jpan127 commented 5 years ago

The readme specifies there is a PDF file, but the releases only provide a .tex file.

A quick google search shows that it is convertible to a PDF file, however pdftex throws up:

entering extended mode
(./manual.tex
! Undefined control sequence.
l.1 \documentclass
                  [letter,10pt]{article}

Can you provide a PDF file (seems much simpler for everyone), or explain how to properly convert it? Thanks!

cnuernber commented 5 years ago

What about this prebuilt pdf?

jpan127 commented 5 years ago

Cool! Sorry where was this located?

cnuernber commented 5 years ago

I googled around. It is hosted on uni servers.

jpan127 commented 5 years ago

Oh I see, then I still believe it should be included in releases.

target-san commented 4 years ago

Sorry for interfering, but is there some kind of more detailed docs? In particular, the manual linked above mentions almost nothing besides KD-tree. And initial whitepaper compares KD-trees with K-means clustering trees almost exclusively. Though I see following algorithms in v1.9.1:

It would be really nice to see some kind of rough description for each of them and complexity estimations. I'm asking because I'm dealing with point clouds through PCL, and performance isn't the most desired. Computing normals over point cloud gives following approx. speeds:

My assumption is that performance is severely impacted by the growth of default KD-tree depth.