mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
define the default remapping in the right scope
This commit is contained in:
parent
0b1599d88a
commit
d235c3a678
@ -309,9 +309,8 @@ BRISK::generateKernel(std::vector<float> &radiusList, std::vector<int> &numberLi
|
||||
{
|
||||
indexChange.resize(points_ * (points_ - 1) / 2);
|
||||
indSize = (unsigned int)indexChange.size();
|
||||
}
|
||||
|
||||
for (unsigned int i = 0; i < indSize; i++)
|
||||
{
|
||||
indexChange[i] = i;
|
||||
}
|
||||
const float dMin_sq = dMin_ * dMin_;
|
||||
|
Loading…
Reference in New Issue
Block a user