Browse Source
Modify README caption size
Signed-off-by: GuoRentong <rt.guo@outlook.com>
main
GuoRentong
3 years ago
1 changed files with
5 additions and
5 deletions
-
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'. |
|
|
|
|
|
|
|