Skip to content

Commit ed61ebc

Browse files
author
RobertHebel
authored
Merge pull request #20 from brainhubeu/badges
Add badge
2 parents 98a3543 + e5696c2 commit ed61ebc

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1-
# What this tutorial is about
1+
# react-native-opencv-tutorial
2+
3+
[![license](https://img.shields.io/badge/License-MIT-green)](https://img.shields.io/badge/License-MIT-green)
4+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
5+
6+
## What this tutorial is about
27
This tutorial is how to use React Native together with OpenCV for image processing. This example uses native Java and Objective-C bindings for OpenCV. In this example we use the device's camera to take a photo and detect whether the taken photo is clear or blurred.
38

4-
# Demo
9+
## Demo
510

611
The examples below show the situation right after taking a photo. The first one shows what happens if we take a blurry photo and the second one is the situation after we took a clear photo and are able to proceed with it to do whatever we want.
712

813
![Blurred photo](./images/blurred_photo.png)
914
![Clear photo](./images/clear_photo.png)
1015

11-
# Blog post
16+
## Blog post
1217

1318
https://brainhub.eu/blog/opencv-react-native-image-processing/
1419

15-
# Prerequisites
20+
## Prerequisites
1621

1722
1. XCode
1823
2. Android Studio
1924

20-
# How to run the project
25+
## How to run the project
2126

2227
1. Clone the repository.
2328
2. `cd cloned/repository/path`
@@ -37,17 +42,17 @@ https://brainhub.eu/blog/opencv-react-native-image-processing/
3742
10. Add module dependency by Application -> Module Settings, and select the Dependencies tab. Click + icon at bottom, choose Module Dependency and select the imported OpenCV module. For Android Studio v1.2.2, to access to Module Settings : in the project view, right-click the dependent module -> Open Module Settings.
3843
11. `react-native run-ios` or `react-native run-android`.
3944

40-
## Additional notes
45+
### Additional notes
4146
In case of any `downloadAndInsertOpenCV.sh ` script related errors, please, check the paths inside this file and change them if they do not match yours.
4247
If this script does not run at all since it has no permissions, run `chmod 777 downloadAndInsertOpenCV.sh`.
4348

4449
If you do not have `React Native` installed, type `npm i -g react-native-cli` in the terminal.
4550

46-
## License
51+
### License
4752

4853
reactNativeOpencvTutorial is copyright © 2018-2020 [Brainhub](https://brainhub.eu/?utm_source=github) It is free software, and may be redistributed under the terms specified in the [license](LICENSE.MD).
4954

50-
## About
55+
### About
5156

5257
reactNativeOpencvTutorial is maintained by the Brainhub development team. It is funded by Brainhub and the names and logos for Brainhub are trademarks of Brainhub Sp. z o.o.. You can check other open-source projects supported/developed by our teammates here.
5358

0 commit comments

Comments
 (0)