Skip to content

Commit

Permalink
Merge pull request #23 from brainhubeu/feature/hire-us-readme
Browse files Browse the repository at this point in the history
hire us and center the head of README
  • Loading branch information
piotr-s-brainhub authored May 28, 2020
2 parents e021ca6 + 7277b88 commit 9001066
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
<br/>
<h1 align="center">
react-native-opencv-tutorial
</h1>

<p align="center">
A fully working example of the OpenCV library used together with React Native.
</p>

<p align="center">
<strong>
<a href="https://brainhub.eu/blog/opencv-react-native-image-processing/">Blog post</a> |
<a href="https://brainhub.eu/contact/">Hire us</a>
</strong>
</p>

<div align="center">

[![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)
</div>

## 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.
Expand Down

0 comments on commit 9001066

Please sign in to comment.