Class RGBA2BGR
Defined in File vision.h
Inheritance Relationships
Base Type
public mindspore::dataset::TensorTransform
(Class TensorTransform)
Class Documentation
-
class RGBA2BGR : public mindspore::dataset::TensorTransform
Change the format of input tensor from 4-channel RGBA to 3-channel BGR.
Public Functions
-
RGBA2BGR()
Constructor.
-
~RGBA2BGR() = default
Destructor.
-
RGBA2BGR()