Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vbls
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lf.ps
vbls
Commits
b22a000d
Commit
b22a000d
authored
8 years ago
by
Lukas Friedrichsen
Browse files
Options
Downloads
Patches
Plain Diff
minor wording changes
parent
cf831298
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework_OpenCV-Anwandungen_Android/src/org/opencv/openCVActivity.java
+2
-2
2 additions, 2 deletions
...CV-Anwandungen_Android/src/org/opencv/openCVActivity.java
with
2 additions
and
2 deletions
Framework_OpenCV-Anwandungen_Android/src/org/opencv/openCVActivity.java
+
2
−
2
View file @
b22a000d
...
...
@@ -166,9 +166,9 @@ public class openCVActivity extends Activity implements CvCameraViewListener2 {
this
.
onDestroy
();
}
double
[]
jImageData
Circles
=
null
;
double
[]
jImageData
Processed
=
null
;
try
{
jImageData
C
Processed
=
transformationTools
.
process
(
jImageData
);
jImageDataProcessed
=
transformationTools
.
process
(
jImageData
);
}
// Terminates the application if the image data was damaged at some point
catch
(
IOException
e
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment