fixed bug #1331
This commit is contained in:
parent
282c3044e6
commit
1e6479224a
@ -54,8 +54,6 @@ namespace cv
|
||||
namespace flann
|
||||
{
|
||||
|
||||
using namespace cvflann;
|
||||
|
||||
struct CV_EXPORTS IndexParams
|
||||
{
|
||||
IndexParams();
|
||||
|
@ -13,6 +13,8 @@ namespace cv
|
||||
namespace flann
|
||||
{
|
||||
|
||||
using namespace cvflann;
|
||||
|
||||
IndexParams::IndexParams()
|
||||
{
|
||||
params = new ::cvflann::IndexParams();
|
||||
|
Loading…
x
Reference in New Issue
Block a user