mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Fixed a typo, "requited" -> "required"
This commit is contained in:
parent
6a5f413f27
commit
5e44aa37ff
@ -279,7 +279,7 @@ application. It will be capable of accessing camera output, processing it and di
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
|
||||||
@endcode
|
@endcode
|
||||||
-# Add OpenCV library initialization to your activity. Fix errors by adding requited imports.
|
-# Add OpenCV library initialization to your activity. Fix errors by adding required imports.
|
||||||
@code{.java}
|
@code{.java}
|
||||||
private BaseLoaderCallback mLoaderCallback = new BaseLoaderCallback(this) {
|
private BaseLoaderCallback mLoaderCallback = new BaseLoaderCallback(this) {
|
||||||
@Override
|
@Override
|
||||||
@ -307,7 +307,7 @@ application. It will be capable of accessing camera output, processing it and di
|
|||||||
@endcode
|
@endcode
|
||||||
-# Defines that your activity implements CvCameraViewListener2 interface and fix activity related
|
-# Defines that your activity implements CvCameraViewListener2 interface and fix activity related
|
||||||
errors by defining missed methods. For this activity define onCreate, onDestroy and onPause and
|
errors by defining missed methods. For this activity define onCreate, onDestroy and onPause and
|
||||||
implement them according code snippet bellow. Fix errors by adding requited imports.
|
implement them according code snippet bellow. Fix errors by adding required imports.
|
||||||
@code{.java}
|
@code{.java}
|
||||||
private CameraBridgeViewBase mOpenCvCameraView;
|
private CameraBridgeViewBase mOpenCvCameraView;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user