Home
last modified time | relevance | path

Searched refs:submatSize (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_misc.cpp9 static void create(OutputArray arr, Size submatSize, int type) in TEST()
11 int sizes[] = {submatSize.width, submatSize.height}; in TEST()
17 Size submatSize = Size(256, 256); in TEST() local
19 ASSERT_NO_THROW(local::create( mat(Rect(Point(), submatSize)), submatSize, mat.type() )); in TEST()