如何对存储在NumPy阵列中的多个灰度图像进行直方图均衡?
我有这种4D格式的96x96像素NumPy数据:
(1800, 1, 96,96)
python numpy image-processing histogram
histogram ×1
image-processing ×1
numpy ×1
python ×1