Skip to content

tensorplay.vision.backend

Functions

get_backend() [source]

python
get_backend()

Get the current image processing backend.

is_opencv_available() [source]

python
is_opencv_available()

set_backend() [source]

python
set_backend(backend)

Set the global image processing backend.

Args

  • backend (str): "PIL" or "OPENCV"

Released under the Apache 2.0 License.

📚DeepWiki