Searched refs:br_vf (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers_inl.hpp | 156 float br_vf = -(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() 172 dst_br.y = static_cast<int>(br_vf); in detectResultRoi() 182 float br_vf = -(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() 209 dst_br.y = static_cast<int>(br_vf); in detectResultRoiByBorder()
|