Equalize¶
- class mmcls.datasets.transforms.Equalize(prob=0.5, **kwargs)[源代码]¶
Equalize the image histogram.
- 参数
prob (float) – The probability for performing equalize therefore should be in range [0, 1]. Defaults to 0.5.
**kwargs – Other keyword arguments of
BaseAugTransform.