Searched refs:br_uf (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | warpers.cpp | 195 float br_uf = -std::numeric_limits<float>::max(); in detectResultRoi() local 202 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoi() 206 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoi() 210 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoi() 214 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoi() 218 dst_br.x = static_cast<int>(br_uf); in detectResultRoi() 229 float br_uf = static_cast<float>(dst_br.x); in detectResultRoi() local 242 …br_uf = std::max(br_uf, 0.f); br_vf = std::max(br_vf, static_cast<float>(CV_PI * projector_.scale)… in detectResultRoi() 256 br_uf = std::max(br_uf, 0.f); br_vf = std::max(br_vf, static_cast<float>(0)); in detectResultRoi() 262 dst_br.x = static_cast<int>(br_uf); in detectResultRoi() [all …]
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | warpers_inl.hpp | 155 float br_uf = -std::numeric_limits<float>::max(); in detectResultRoi() local 165 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoi() 171 dst_br.x = static_cast<int>(br_uf); in detectResultRoi() 181 float br_uf = -std::numeric_limits<float>::max(); in detectResultRoiByBorder() local 189 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoiByBorder() 193 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoiByBorder() 199 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoiByBorder() 203 br_uf = std::max(br_uf, u); br_vf = std::max(br_vf, v); in detectResultRoiByBorder() 208 dst_br.x = static_cast<int>(br_uf); in detectResultRoiByBorder()
|