Searched refs:subLena1 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/video/misc/java/test/ |
D | VideoTest.java | 24 private Mat subLena1 = null; field in VideoTest 37 subLena1 = rgbLena.submat(shift1, h + shift1, shift1, w + shift1); 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()
|