Feature #4522
FLANN Integration
| Status: | Assigned | Start date: | 13/08/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | - | Spent time: | - | |
| Target version: | Features 1.2 |
Description
We need and test FLANN tech to try minimize the timming of search and match images.
http://www.cse.msu.edu/~cse484/hw/cse484%20project.pdf
http://www.cse.msu.edu/~cse484/cbir.ppt
http://www.cse.msu.edu/~cse484/
History
#1
Updated by Roberto Calvo almost 3 years ago
It's necessary to install FLANN from sources. We use flann-1.2-src.zip file to compile and install.
After install, to use FLANN write: from pyflann import *
#2
Updated by Roberto Calvo almost 3 years ago
The test program is in https://svn.libresoft.es/svn/social-network/private/work/feature-detection/python
To run, execute: ./pruebaSURF.py -flann
#3
Updated by Roberto Calvo almost 3 years ago
- Target version set to Features 1.2