Skip to content

Commit 7277b88

Browse files
hire us and center the head of README
1 parent e021ca6 commit 7277b88

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

Diff for: README.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
# react-native-opencv-tutorial
2-
3-
[![license](https://img.shields.io/badge/License-MIT-green)](https://github.com/brainhubeu/react-native-opencv-tutorial/blob/master/LICENSE.MD)
4-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
1+
<br/>
2+
<h1 align="center">
3+
react-native-opencv-tutorial
4+
</h1>
5+
6+
<p align="center">
7+
A fully working example of the OpenCV library used together with React Native.
8+
</p>
9+
10+
<p align="center">
11+
<strong>
12+
<a href="https://brainhub.eu/blog/opencv-react-native-image-processing/">Blog post</a> |
13+
<a href="https://brainhub.eu/contact/">Hire us</a>
14+
</strong>
15+
</p>
16+
17+
<div align="center">
18+
19+
[![license](https://img.shields.io/badge/License-MIT-green)](https://github.com/brainhubeu/react-native-opencv-tutorial/blob/master/LICENSE.MD)
20+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
21+
</div>
522

623
## What this tutorial is about
724
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.

0 commit comments

Comments
 (0)