Skip to content
Snippets Groups Projects
Commit b22a000d authored by Lukas Friedrichsen's avatar Lukas Friedrichsen
Browse files

minor wording changes

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