From f195394e05920cf825fcfd213e2da77bd3907b03 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Mon, 11 Mar 2019 17:12:02 +0100 Subject: [PATCH] Added link to the license plate detection article https://sod.pixlab.io/articles/license-plate-detection.html --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5423cd9..0a88b23 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ The documentation works both as an API reference and a programming tutorial. It SOD in 5 minutes or less | A quick introduction to programming with the SOD Embedded C/C++ API with real-world code samples implemented in C. C/C++ API Reference Guide | This document describes each API function in details. This is the reference document you should rely on. C/C++ Code Samples | Real world code samples on how to embed, load models and start experimenting with SOD. +License Plate Detection | "Learn how to detect vehicles license plates without heavy Machine Learning techniques, just standard image processing routines implemented by SOD. ## Other useful links