diff --git a/README.md b/README.md index faef435..5f51e0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,24 @@ -# react-native-opencv-tutorial - -[![license](https://img.shields.io/badge/License-MIT-green)](https://github.com/brainhubeu/react-native-opencv-tutorial/blob/master/LICENSE.MD) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) +
+

+ react-native-opencv-tutorial +

+ +

+ A fully working example of the OpenCV library used together with React Native. +

+ +

+ + Blog post | + Hire us + +

+ +
+ + [![license](https://img.shields.io/badge/License-MIT-green)](https://github.com/brainhubeu/react-native-opencv-tutorial/blob/master/LICENSE.MD) + [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) +
## What this tutorial is about 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.