mirror of https://github.com/opencv/opencv.git
parent
b1ed277110
commit
8288cc108d
29 changed files with 44 additions and 53 deletions
@ -1,4 +1,4 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<resources> |
||||
<string name="app_name">Sample 3: Native Camera</string> |
||||
<string name="app_name">Tutorial 1 Basic - 2. Use OpenCV Camera</string> |
||||
</resources> |
||||
|
@ -1,4 +1,4 @@ |
||||
package org.opencv.samples.s3; |
||||
package org.opencv.samples.tutorial2; |
||||
|
||||
import java.util.List; |
||||
|
@ -1,4 +1,4 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<resources> |
||||
<string name="app_name">Sample 2: Native API</string> |
||||
<string name="app_name">Tutorial 2 Advanced - 1. Add Native OpenCV</string> |
||||
</resources> |
||||
|
@ -1,11 +1,11 @@ |
||||
package org.opencv.samples.s2; |
||||
package org.opencv.samples.tutorial3; |
||||
|
||||
import android.content.Context; |
||||
import android.graphics.Bitmap; |
||||
|
||||
class Sample2View extends SampleViewBase { |
||||
class Sample3View extends SampleViewBase { |
||||
|
||||
public Sample2View(Context context) { |
||||
public Sample3View(Context context) { |
||||
super(context); |
||||
} |
||||
|
@ -1,4 +1,4 @@ |
||||
package org.opencv.samples.s2; |
||||
package org.opencv.samples.tutorial3; |
||||
|
||||
import java.util.List; |
||||
|
@ -1,4 +1,4 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<resources> |
||||
<string name="app_name">Sample 4: Mixed</string> |
||||
<string name="app_name">Tutorial 2 Advanced - 2. Mix Java\Native OpenCV</string> |
||||
</resources> |
||||
|
Loading…
Reference in new issue