OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images_roi
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp
76
std::vector<Mat>
images_roi
;
local
92
images_roi
.resize(N);
110
randomSubMat(images[i],
images_roi
[i], roiSize, srcBorder, CV_MAKE_TYPE(depth, cn), 0, 125);
125
cv::calcHist(
images_roi
, channels, noArray(), tmpHist, hist_size, ranges);
142
images_roi
[i].locateROI(_wholeSize, ofs);
144
uimages_roi[i] = uimages[i](Rect(ofs.x, ofs.y,
images_roi
[i].cols,
images_roi
[i].rows));
205
OCL_OFF(cv::calcBackProject(
images_roi
, channels, hist_roi, dst_roi, ranges, scale));
Completed in 94 milliseconds