xref: /OK3568_Linux_fs/buildroot/package/flann/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_FLANN
2*4882a593Smuzhiyun	bool "flann"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  FLANN is a library for performing fast approximate nearest
7*4882a593Smuzhiyun	  neighbor searches in high dimensional spaces. It contains a
8*4882a593Smuzhiyun	  collection of algorithms we found to work best for nearest
9*4882a593Smuzhiyun	  neighbor search and a system for automatically choosing the
10*4882a593Smuzhiyun	  best algorithm and optimum parameters depending on the
11*4882a593Smuzhiyun	  dataset.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://www.cs.ubc.ca/research/flann/
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunif BR2_PACKAGE_FLANN
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunconfig BR2_PACKAGE_FLANN_EXAMPLES
18*4882a593Smuzhiyun	bool "flann examples"
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  Build and install flann example applications.
21*4882a593Smuzhiyun
22*4882a593Smuzhiyunendif
23*4882a593Smuzhiyun
24*4882a593Smuzhiyuncomment "flann needs a toolchain w/ C++, dynamic library"
25*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
26