diff --git a/README.md b/README.md index ea9b5a9..add9f67 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,20 @@ +
+ + + ## Desription An image decode operator implementation with OpenCV. +
+ + + ## Code Example Load a image from path './dog.jpg'. @@ -35,6 +43,12 @@ towhee.glob['path']('./dog.jpg') \ .show() ``` + + + + +
+ ## Factory Constructor @@ -45,6 +59,10 @@ Create the operator via the following factory method +
+ + + ## Interface An image decode operator takes an image path as input. It decodes the image back to ndarray. diff --git a/show_result.jpg b/show_result.jpg new file mode 100644 index 0000000..02a8b9f Binary files /dev/null and b/show_result.jpg differ