public GeometricCalibrator(GeometricCalibrator.Settings settings, MarkerDetector.Settings detectorSettings, MarkedPlane markedPlane, ProjectiveDevice projectiveDevice)
 {
   base.\u002Ector();
   GeometricCalibrator geometricCalibrator1 = this;
   this.allObjectMarkers = new LinkedList();
   this.allImageMarkers = new LinkedList();
   this.tempImage = (object) null;
   this.lastDetectedMarkers = (Marker[]) null;
   GeometricCalibrator geometricCalibrator2 = this;
   throw new NoClassDefFoundError("com.googlecode.javacv.cpp.opencv_core$CvMat");
 }
 public ProCamGeometricCalibrator(ProCamGeometricCalibrator.Settings settings, MarkerDetector.Settings detectorSettings, MarkedPlane boardPlane, MarkedPlane projectorPlane, GeometricCalibrator[] cameraCalibrators, GeometricCalibrator projectorCalibrator)
 {
   base.\u002Ector();
   ProCamGeometricCalibrator geometricCalibrator1 = this;
   this.MSB_IMAGE_SHIFT = 8;
   this.LSB_IMAGE_SHIFT = 7;
   this.updatePrewarp = false;
   this.settings = settings;
   this.detectorSettings = detectorSettings;
   this.boardPlane = boardPlane;
   this.projectorPlane = projectorPlane;
   this.cameraCalibrators = cameraCalibrators;
   int length = cameraCalibrators.Length;
   this.markerDetectors = new MarkerDetector[length];
   this.allImagedBoardMarkers = new LinkedList[length];
   ProCamGeometricCalibrator geometricCalibrator2 = this;
   throw new NoClassDefFoundError("com.googlecode.javacv.cpp.opencv_core$IplImage");
 }
 public ProCamGeometricCalibrator(ProCamGeometricCalibrator.Settings settings, MarkerDetector.Settings detectorSettings, MarkedPlane boardPlane, MarkedPlane projectorPlane, ProjectiveDevice camera, ProjectiveDevice projector)
 {
   ProCamGeometricCalibrator.Settings settings1 = settings;
   MarkerDetector.Settings detectorSettings1 = detectorSettings;
   MarkedPlane boardPlane1 = boardPlane;
   MarkedPlane projectorPlane1 = projectorPlane;
   GeometricCalibrator[] cameraCalibrators = new GeometricCalibrator[1];
   int index = 0;
   GeometricCalibrator geometricCalibrator = new GeometricCalibrator((GeometricCalibrator.Settings) settings, detectorSettings, boardPlane, camera);
   cameraCalibrators[index] = geometricCalibrator;
   GeometricCalibrator projectorCalibrator = new GeometricCalibrator((GeometricCalibrator.Settings) settings, detectorSettings, projectorPlane, projector);
   // ISSUE: explicit constructor call
   this.\u002Ector(settings1, detectorSettings1, boardPlane1, projectorPlane1, cameraCalibrators, projectorCalibrator);
 }
 public virtual double[] calibrateStereo(bool useCenters, GeometricCalibrator peer)
 {
   int num = useCenters ? 1 : 0;
   ProjectiveDevice projectiveDevice1 = this.projectiveDevice;
   ProjectiveDevice projectiveDevice2 = peer.projectiveDevice;
   ProjectiveDevice.CalibrationSettings calibrationSettings1 = (ProjectiveDevice.CalibrationSettings) projectiveDevice1.getSettings();
   ProjectiveDevice.CalibrationSettings calibrationSettings2 = (ProjectiveDevice.CalibrationSettings) projectiveDevice2.getSettings();
   this.getPoints(num != 0);
   peer.getPoints(num != 0);
   throw new NoClassDefFoundError("[Lcom.googlecode.javacv.cpp.opencv_core$CvMat;");
 }