compile UI, only use 4 corners for target, increase simplification kp

This commit is contained in:
Matt
2020-02-22 11:08:08 -08:00
parent 5ac9569082
commit ad8c0f0105
93 changed files with 115 additions and 119 deletions

View File

@@ -77,6 +77,7 @@ public class USBCameraCapture implements CameraCapture {
// TODO: Why multiply by 1000 here?
Mat tempMat = new Mat();
deltaTime = cvSink.grabFrame(tempMat) * 1000L;
// tempMat = Imgcodecs.imread("C:\\Users\\imadu\\Documents\\GitHub\\chameleon-vision\\chameleon-server\\testimages\\2020\\image.png");
tempMat.copyTo(imageBuffer);
tempMat.release();
return Pair.of(imageBuffer, deltaTime);