public class TransformConfig
TransformConfig | 初始化 TransformConfig 类的一个新实例 |
ClassName | Class name identifier (default: "Compose") 类名标识符(默认:"Compose") |
Height | Target image height in pixels (default: 224) 目标图像高度(像素,默认:224) |
Interpolation | Interpolation method code (default: 1) 插值方法代码(默认:1) |
MaxPixelValue | Maximum pixel value scaling factor (default: 255.0) 最大像素值缩放因子(默认:255.0) |
Mean | Mean values for normalization (default: ImageNet values) 归一化的均值(默认:ImageNet值) |
Std | Standard deviation values for normalization (default: ImageNet values) 归一化的标准差(默认:ImageNet值) |
TransposeMask | Whether to transpose masks (default: false) 是否转置掩码(默认:false) |
Width | Target image width in pixels (default: 224) 目标图像宽度(像素,默认:224) |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
ToString | Returns a string that represents the current object. (继承自 Object。) |