OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_output
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/video/test/
test_accum.cpp
63
test_array[
INPUT_OUTPUT
].push_back(NULL);
86
types[
INPUT_OUTPUT
][0] = types[REF_INPUT_OUTPUT][0] = CV_MAKETYPE(accdepth,cn);
94
return test_mat[
INPUT_OUTPUT
][0].depth() < CV_64F ||
112
cvAcc( test_array[INPUT][0], test_array[
INPUT_OUTPUT
][0], test_array[MASK][0] );
145
cvSquareAcc( test_array[INPUT][0], test_array[
INPUT_OUTPUT
][0], test_array[MASK][0] );
183
test_array[
INPUT_OUTPUT
][0], test_array[MASK][0] );
222
cvRunningAvg( test_array[INPUT][0], test_array[
INPUT_OUTPUT
][0],
234
int accdepth = test_mat[
INPUT_OUTPUT
][0].depth();
/external/opencv3/modules/imgproc/test/
test_floodfill.cpp
77
test_array[
INPUT_OUTPUT
].push_back(NULL);
78
test_array[
INPUT_OUTPUT
].push_back(NULL);
110
types[
INPUT_OUTPUT
][0] = types[REF_INPUT_OUTPUT][0] = CV_MAKETYPE(depth, cn);
111
types[
INPUT_OUTPUT
][1] = types[REF_INPUT_OUTPUT][1] = CV_8UC1;
116
sizes[
INPUT_OUTPUT
][1] = sizes[REF_INPUT_OUTPUT][1] = cvSize(0,0);
119
CvSize sz = sizes[
INPUT_OUTPUT
][0];
120
sizes[
INPUT_OUTPUT
][1] = sizes[REF_INPUT_OUTPUT][1] = cvSize(sz.width+2,sz.height+2);
123
seed_pt.x = cvtest::randInt(rng) % sizes[
INPUT_OUTPUT
][0].width;
124
seed_pt.y = cvtest::randInt(rng) % sizes[
INPUT_OUTPUT
][0].height;
157
if( i != INPUT && i !=
INPUT_OUTPUT
)
[
all
...]
test_imgwarp.cpp
70
test_array[
INPUT_OUTPUT
].push_back(NULL);
108
types[INPUT][0] = types[
INPUT_OUTPUT
][0] = types[REF_INPUT_OUTPUT][0] = CV_MAKETYPE(depth, cn);
135
if( test_mat[
INPUT_OUTPUT
][0].cols >= img.cols &&
136
test_mat[
INPUT_OUTPUT
][0].rows >= img.rows )
248
sizes[
INPUT_OUTPUT
][0] = sizes[REF_INPUT_OUTPUT][0] = sz;
251
sizes[
INPUT_OUTPUT
][0] = sizes[REF_INPUT_OUTPUT][0] = sizes[INPUT][0];
255
(MIN(sizes[INPUT][0].width,sizes[
INPUT_OUTPUT
][0].width) < 4 ||
256
MIN(sizes[INPUT][0].height,sizes[
INPUT_OUTPUT
][0].height) < 4))
263
cvResize( test_array[INPUT][0], test_array[
INPUT_OUTPUT
][0], interpolation );
495
cvWarpAffine( test_array[INPUT][0], test_array[
INPUT_OUTPUT
][0], &mtx, interpolation )
814
cv::Mat
input_output
;
member in class:CV_UndistortTest
[
all
...]
/external/opencv3/modules/ts/src/
ts_arrtest.cpp
257
cvtest::copy( test_mat[
INPUT_OUTPUT
][j], arr, Mat() );
258
else if( i == INPUT || i ==
INPUT_OUTPUT
|| i == MASK )
271
assert( i == OUTPUT || i ==
INPUT_OUTPUT
);
292
int i0 = i == 0 ? OUTPUT :
INPUT_OUTPUT
;
/external/opencv3/modules/core/test/
test_math.cpp
[
all
...]
/external/opencv3/modules/ts/include/opencv2/
ts.hpp
466
enum { INPUT,
INPUT_OUTPUT
, OUTPUT, REF_INPUT_OUTPUT, REF_OUTPUT, TEMP, MASK, MAX_ARR };
Completed in 2921 milliseconds