Skip to content

Commit

Permalink
Move image processing examples to fn api.
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal <Banas.Rafal97@gmail.com>
  • Loading branch information
banasraf committed Mar 1, 2021
1 parent b056d74 commit aefa1be
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 355 deletions.
72 changes: 31 additions & 41 deletions docs/examples/image_processing/brightness_contrast_example.ipynb

Large diffs are not rendered by default.

72 changes: 27 additions & 45 deletions docs/examples/image_processing/color_space_conversion.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/examples/image_processing/decoder_examples.ipynb
Expand Up @@ -505,21 +505,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.15+"
"pygments_lexer": "ipython3",
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down
231 changes: 37 additions & 194 deletions docs/examples/image_processing/hsv_example.ipynb

Large diffs are not rendered by default.

105 changes: 35 additions & 70 deletions docs/examples/image_processing/warp.ipynb

Large diffs are not rendered by default.

0 comments on commit aefa1be

Please sign in to comment.