WEIGHT_EPS         49 modules/stitching/src/blenders.cpp static const float WEIGHT_EPS = 1e-5f;
WEIGHT_EPS        165 modules/stitching/src/blenders.cpp     compare(dst_weight_map_, WEIGHT_EPS, dst_mask_, CMP_GT);
WEIGHT_EPS        445 modules/stitching/src/blenders.cpp     compare(dst_band_weights_[0](dst_rc), WEIGHT_EPS, dst_mask_, CMP_GT);
WEIGHT_EPS        507 modules/stitching/src/blenders.cpp                     row[x].x = static_cast<short>(row[x].x / (weight_row[x] + WEIGHT_EPS));
WEIGHT_EPS        508 modules/stitching/src/blenders.cpp                     row[x].y = static_cast<short>(row[x].y / (weight_row[x] + WEIGHT_EPS));
WEIGHT_EPS        509 modules/stitching/src/blenders.cpp                     row[x].z = static_cast<short>(row[x].z / (weight_row[x] + WEIGHT_EPS));
WEIGHT_EPS        293 modules/stitching/src/opencl/multibandblend.cl         value = value / (w + WEIGHT_EPS);