openvino.preprocess.ColorFormat¶
- class openvino.preprocess.ColorFormat¶
Bases:
pybind11_builtins.pybind11_object
Members:
UNDEFINED
NV12_SINGLE_PLANE
NV12_TWO_PLANES
I420_SINGLE_PLANE
I420_THREE_PLANES
RGB
BGR
RGBX
BGRX
- __init__(self: openvino.pyopenvino.preprocess.ColorFormat, value: int) None ¶
Methods
__delattr__
(name, /)Implement delattr(self, name).
__dir__
()Default dir() implementation.
__eq__
(self, other)__format__
(format_spec, /)Default object formatter.
__ge__
(value, /)Return self>=value.
__getattribute__
(name, /)Return getattr(self, name).
__getstate__
(self)__gt__
(value, /)Return self>value.
__hash__
(self)__index__
(self)__init__
(self, value)This method is called when a class is subclassed.
__int__
(self)__le__
(value, /)Return self<=value.
__lt__
(value, /)Return self<value.
__ne__
(self, other)__new__
(**kwargs)Helper for pickle.
__reduce_ex__
(protocol, /)Helper for pickle.
__repr__
(self)__setattr__
(name, value, /)Implement setattr(self, name, value).
__setstate__
(self, state)Size of object in memory, in bytes.
name(self: handle) -> str
Abstract classes can override this to customize issubclass().
Attributes
__entries
- BGR = <ColorFormat.BGR: 6>¶
- BGRX = <ColorFormat.BGRX: 8>¶
- I420_SINGLE_PLANE = <ColorFormat.I420_SINGLE_PLANE: 3>¶
- I420_THREE_PLANES = <ColorFormat.I420_THREE_PLANES: 4>¶
- NV12_SINGLE_PLANE = <ColorFormat.NV12_SINGLE_PLANE: 1>¶
- NV12_TWO_PLANES = <ColorFormat.NV12_TWO_PLANES: 2>¶
- RGB = <ColorFormat.RGB: 5>¶
- RGBX = <ColorFormat.RGBX: 7>¶
- UNDEFINED = <ColorFormat.UNDEFINED: 0>¶
- __class__¶
alias of
pybind11_builtins.pybind11_type
- __delattr__(name, /)¶
Implement delattr(self, name).
- __dir__()¶
Default dir() implementation.
- __eq__(self: object, other: object) bool ¶
- __format__(format_spec, /)¶
Default object formatter.
- __ge__(value, /)¶
Return self>=value.
- __getattribute__(name, /)¶
Return getattr(self, name).
- __getstate__(self: object) int ¶
- __gt__(value, /)¶
Return self>value.
- __hash__(self: object) int ¶
- __index__(self: openvino.pyopenvino.preprocess.ColorFormat) int ¶
- __init__(self: openvino.pyopenvino.preprocess.ColorFormat, value: int) None ¶
- __init_subclass__()¶
This method is called when a class is subclassed.
The default implementation does nothing. It may be overridden to extend subclasses.
- __int__(self: openvino.pyopenvino.preprocess.ColorFormat) int ¶
- __le__(value, /)¶
Return self<=value.
- __lt__(value, /)¶
Return self<value.
- __members__ = {'BGR': <ColorFormat.BGR: 6>, 'BGRX': <ColorFormat.BGRX: 8>, 'I420_SINGLE_PLANE': <ColorFormat.I420_SINGLE_PLANE: 3>, 'I420_THREE_PLANES': <ColorFormat.I420_THREE_PLANES: 4>, 'NV12_SINGLE_PLANE': <ColorFormat.NV12_SINGLE_PLANE: 1>, 'NV12_TWO_PLANES': <ColorFormat.NV12_TWO_PLANES: 2>, 'RGB': <ColorFormat.RGB: 5>, 'RGBX': <ColorFormat.RGBX: 7>, 'UNDEFINED': <ColorFormat.UNDEFINED: 0>}¶
- __ne__(self: object, other: object) bool ¶
- __new__(**kwargs)¶
- __reduce__()¶
Helper for pickle.
- __reduce_ex__(protocol, /)¶
Helper for pickle.
- __repr__(self: object) str ¶
- __setattr__(name, value, /)¶
Implement setattr(self, name, value).
- __setstate__(self: openvino.pyopenvino.preprocess.ColorFormat, state: int) None ¶
- __sizeof__()¶
Size of object in memory, in bytes.
- __str__()¶
name(self: handle) -> str
- __subclasshook__()¶
Abstract classes can override this to customize issubclass().
This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).
- property name¶
- property value¶