Revert "Set the box corner mat from the mat in settings"

This reverts commit 20209059b1.
This commit is contained in:
Matt
2020-01-26 22:00:19 -08:00
parent 20209059b1
commit 770e1f060c
3 changed files with 0 additions and 25 deletions

View File

@@ -139,7 +139,6 @@ public class StandardCVPipeline extends CVPipeline<StandardCVPipelineResult, Sta
solvePNPPipe.setConfig(settings, cameraCapture.getCurrentCalibrationData(), cameraCapture.getProperties().getTilt());
drawSolvePNPPipe.setConfig(cameraCapture.getCurrentCalibrationData());
drawSolvePNPPipe.setTargetBox(settings.targetCornerMat);
}

View File

@@ -78,10 +78,6 @@ public class DrawSolvePNPPipe implements Pipe<Pair<Mat, List<StandardCVPipeline.
));
}
public void setTargetBox(MatOfPoint3f cornerMat) {
this.boxCornerMat = cornerMat;
}
private Mat cameraMatrix = new Mat();
private MatOfDouble distortionCoefficients = new MatOfDouble();