WARNING
该页面尚未翻译。 以下内容为英文原版。
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"
