3a2c66702c
Tests on CPU (scheduled) / check-skip (push) Has been cancelled
Tests on CPU (scheduled) / pre-tests (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-ubuntu (float32) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-ubuntu (float64) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float64, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.11, float64, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float64, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.12, float64, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.13, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-windows (3.13, float64, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.11, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.11, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.12, float32, 2.5.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.12, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / tests-cpu-mac (3.13, float32, 2.9.1) (push) Has been cancelled
Tests on CPU (scheduled) / coverage (push) Has been cancelled
Tests on CPU (scheduled) / typing (push) Has been cancelled
Tests on CPU (scheduled) / tutorials (push) Has been cancelled
Tests on CPU (scheduled) / docs (push) Has been cancelled
Lint / TOML Format (push) Has been cancelled
60 lines
1.4 KiB
ReStructuredText
60 lines
1.4 KiB
ReStructuredText
kornia.image
|
|
============
|
|
|
|
.. meta::
|
|
:name: description
|
|
:content: "The kornia.image module offers a high-level API designed for processing images in computer vision tasks. It provides functionalities for handling image size, pixel formats, channel orders, and image layouts, streamlining the manipulation of images in deep learning workflows. With a user-friendly interface, this module simplifies image data preprocessing and handling for various computer vision and machine learning tasks."
|
|
|
|
Module to provide a high level API to process images.
|
|
|
|
.. currentmodule:: kornia.image
|
|
|
|
.. autoclass:: ImageSize
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. autoclass:: PixelFormat
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. autoclass:: ChannelsOrder
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. autoclass:: ImageLayout
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. autoclass:: Image
|
|
:members:
|
|
:undoc-members:
|
|
|
|
Drawing
|
|
-------
|
|
|
|
.. autofunction:: draw_line
|
|
.. autofunction:: draw_rectangle
|
|
.. autofunction:: draw_convex_polygon
|
|
.. autofunction:: draw_point2d
|
|
|
|
Image Conversion
|
|
----------------
|
|
|
|
.. autofunction:: tensor_to_image
|
|
.. autofunction:: image_to_tensor
|
|
.. autofunction:: image_list_to_tensor
|
|
.. autoclass:: ImageToTensor
|
|
|
|
Image Printing
|
|
--------------
|
|
|
|
.. autofunction:: image_to_string
|
|
.. autofunction:: print_image
|
|
|
|
Utilities
|
|
---------
|
|
|
|
.. autofunction:: make_grid
|
|
.. autofunction:: perform_keep_shape_image
|
|
.. autofunction:: perform_keep_shape_video
|