From f468c62dd9d9cf6f65600b56535a24cc2a2da834 Mon Sep 17 00:00:00 2001 From: GuoRentong Date: Thu, 24 Mar 2022 11:11:40 +0800 Subject: [PATCH] Modify README caption size Signed-off-by: GuoRentong --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b3c978..3cdbf9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -## Image Decode Implementation with CV2 +# Image Decode Implementation with CV2 *author: Kaiyuan Hu, Rentong Guo* -### Desription +## Desription An image decode operator implementation with OpenCV. @@ -19,7 +19,7 @@ img = img_decode('./dog.jpg') -### Factory method +## Factory method Create the operator via the following factory method @@ -27,7 +27,7 @@ Create the operator via the following factory method -### Interface +## Interface An image decode operator takes an image path as input. It decodes the image back to ndarray. @@ -47,7 +47,7 @@ An image decode operator takes an image path as input. It decodes the image back -### Code Example +## Code Example Load a image from path './dog.jpg'.