internal ProCamGeometricCalibrator\u00243([In] ProCamGeometricCalibrator obj0, [In] int obj1, [In] bool obj2)
 {
   int num = obj2 ? 1 : 0;
   this.this\u00240 = obj0;
   this.val\u0024cameraNumber = obj1;
   this.val\u0024boardWhiteMarkers = num != 0;
   base.\u002Ector();
 }
 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);
 }