public void executeExtractionStep3(bool student) { if (VisionDLL.executeExtractionStep3(task, student)) { extractionDebug = VisionDLL.getBitmapFromRGBImage(VisionDLL.getExtractionDebugImage(task)); return; } throw new FaceRecognitionTask.FaceRecognitionException("Extraction step 3: failed!"); }