OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detectResultRoi
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp
162
virtual void
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br);
204
void
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br);
232
void
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br);
257
void
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br)
538
void
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br);
554
void
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br)
573
void
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br)
warpers_inl.hpp
71
detectResultRoi
(src_size, dst_tl, dst_br);
114
detectResultRoi
(dst_size, src_tl, src_br);
144
detectResultRoi
(src_size, dst_tl, dst_br);
151
void RotationWarperBase<P>::
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br)
/external/opencv3/modules/stitching/src/
warpers.cpp
107
detectResultRoi
(src_size, dst_tl, dst_br);
178
detectResultRoi
(src_size, dst_tl, dst_br);
191
void PlaneWarper::
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br)
223
void SphericalWarper::
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br)
266
void SphericalPortraitWarper::
detectResultRoi
(Size src_size, Point &dst_tl, Point &dst_br)
322
detectResultRoi
(src_size, dst_tl, dst_br);
370
detectResultRoi
(src_size, dst_tl, dst_br);
warpers_cuda.cpp
171
detectResultRoi
(src_size, dst_tl, dst_br);
224
detectResultRoi
(src_size, dst_tl, dst_br);
270
detectResultRoi
(src_size, dst_tl, dst_br);
Completed in 63 milliseconds