public class NormalizationParams
NormalizationParams | 初始化 NormalizationParams 类的一个新实例 |
Epsilon | Small constant to prevent division by zero Default: 1e-5f 小常数 (防止除零) 默认值: 1e-5f |
MaxPixelValue | Maximum pixel value (used for Min-Max normalization) Default: 255f 最大像素值 (Min-Max归一化时使用) 默认值: 255f |
Mean | Channel-wise mean values (length must match number of channels) 各通道的均值 (长度必须与通道数匹配) |
Std | Channel-wise standard deviations (length must match number of channels) 各通道的标准差 (长度必须与通道数匹配) |
Clone | Creates a deep copy of these parameters 创建这些参数的深拷贝 |
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。) |