Skip to content
Snippets Groups Projects
Commit 01893cf7 authored by Philipp Stenkamp's avatar Philipp Stenkamp
Browse files

Merge branch 'master' of https://gitlab.cvh-server.de/lf.ps/vbls

parents 8c73371d b22a000d
Branches
No related tags found
No related merge requests found
...@@ -166,9 +166,9 @@ public class openCVActivity extends Activity implements CvCameraViewListener2 { ...@@ -166,9 +166,9 @@ public class openCVActivity extends Activity implements CvCameraViewListener2 {
this.onDestroy(); this.onDestroy();
} }
double[] jImageDataCircles = null; double[] jImageDataProcessed = null;
try { try {
jImageDataCProcessed = transformationTools.process(jImageData); jImageDataProcessed = transformationTools.process(jImageData);
} }
// Terminates the application if the image data was damaged at some point // Terminates the application if the image data was damaged at some point
catch (IOException e){ catch (IOException e){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment