OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wholesize
(Results
26 - 29
of
29
) sorted by null
1
2
/external/opencv3/modules/core/include/opencv2/core/
cuda.hpp
244
void locateROI(Size&
wholeSize
, Point& ofs) const;
mat.hpp
[
all
...]
/external/opencv3/modules/objdetect/src/
hog.cpp
235
Size
wholeSize
;
237
img.locateROI(
wholeSize
, roiofs);
279
wholeSize
.width, borderType) - roiofs.x;
282
wholeSize
.height, borderType) - roiofs.y;
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 128 milliseconds
1
2