Searched refs:subLena2 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/video/misc/java/test/ |
D | VideoTest.java | 25 private Mat subLena2 = null; field in VideoTest 38 subLena2 = rgbLena.submat(shift2, h + shift2, shift2, w + shift2); in setUp() 64 Video.calcOpticalFlowPyrLK(subLena1, subLena2, prevPts, nextPts, status, err); in testCalcOpticalFlowPyrLKMatMatListOfPointListOfPointListOfByteListOfFloat() 70 Video.calcOpticalFlowPyrLK(subLena1, subLena2, prevPts, nextPts, status, err, sz, 3); in testCalcOpticalFlowPyrLKMatMatListOfPointListOfPointListOfByteListOfFloatSize()
|