merged 2.4 into trunk
This commit is contained in:
@@ -7,6 +7,11 @@ static cvflann::IndexParams& get_params(const cv::flann::IndexParams& p)
|
||||
return *(cvflann::IndexParams*)(p.params);
|
||||
}
|
||||
|
||||
cv::flann::IndexParams::~IndexParams()
|
||||
{
|
||||
delete &get_params(*this);
|
||||
}
|
||||
|
||||
namespace cv
|
||||
{
|
||||
|
||||
@@ -19,11 +24,6 @@ IndexParams::IndexParams()
|
||||
{
|
||||
params = new ::cvflann::IndexParams();
|
||||
}
|
||||
|
||||
IndexParams::~IndexParams()
|
||||
{
|
||||
delete &get_params(*this);
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
T getParam(const IndexParams& _p, const std::string& key, const T& defaultVal=T())
|
||||
|
Reference in New Issue
Block a user