Enum ChannelOrder
- Namespace
- AiDotNet.Augmentation.Image
- Assembly
- AiDotNet.dll
Specifies the channel ordering of an image tensor.
public enum ChannelOrder
Fields
BCHW = 2Batch, Channels, Height, Width (batched CHW).
BHWC = 3Batch, Height, Width, Channels (batched HWC).
CHW = 0Channels, Height, Width (PyTorch/Caffe convention).
HWC = 1Height, Width, Channels (TensorFlow/NumPy convention).