Searched defs:tl_vf (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dwarpers_inl.hpp154 float tl_vf = std::numeric_limits<float>::max(); local
164 tl_uf = std::min(tl_uf, u); tl_vf = std::min(tl_vf, v);
170 dst_tl.y = static_cast<int>(tl_vf);
180 float tl_vf = std::numeric_limits<float>::max(); local
188 tl_uf = std::min(tl_uf, u); tl_vf = std::min(tl_vf, v);
192 tl_uf = std::min(tl_uf, u); tl_vf = std::min(tl_vf, v);
198 tl_uf = std::min(tl_uf, u); tl_vf
[all...]
/external/opencv3/modules/stitching/src/
H A Dwarpers.cpp194 float tl_vf = std::numeric_limits<float>::max(); local
201 tl_uf = std::min(tl_uf, u); tl_vf = std::min(tl_vf, v);
205 tl_uf = std::min(tl_uf, u); tl_vf = std::min(tl_vf, v);
209 tl_uf = std::min(tl_uf, u); tl_vf = std::min(tl_vf, v);
213 tl_uf = std::min(tl_uf, u); tl_vf = std::min(tl_vf, v);
217 dst_tl.y = static_cast<int>(tl_vf);
228 float tl_vf = static_cast<float>(dst_tl.y); local
271 float tl_vf = static_cast<float>(dst_tl.y); local
[all...]

Completed in 78 milliseconds