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