From 7277b88129b5c39517efdd80d816fea87ac255f2 Mon Sep 17 00:00:00 2001 From: piotr-s-brainhub Date: Thu, 28 May 2020 00:27:28 +0200 Subject: [PATCH] hire us and center the head of README --- README.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) 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.