// Threshold so as to lower the weight of Lines according to the Number of the initial ORB Edges
const int thr = 50;
const int power = initialorbedges[pKF->mnId]/thr;
const float Weight = pow(2.0,-power);
const float thHuberLine = sqrt(Weight*7.815);
why the weight is the number?Its some paper show?