logo
Browse Source

Modify README caption size

Signed-off-by: GuoRentong <rt.guo@outlook.com>
main
GuoRentong 3 years ago
parent
commit
f468c62dd9
  1. 10
      README.md

10
README.md

@ -1,10 +1,10 @@
## Image Decode Implementation with CV2
# Image Decode Implementation with CV2
*author: Kaiyuan Hu, Rentong Guo* *author: Kaiyuan Hu, Rentong Guo*
### Desription
## Desription
An image decode operator implementation with OpenCV. 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 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. 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'. Load a image from path './dog.jpg'.

Loading…
Cancel
Save