add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# pnmhisteq
> 对PNM图像进行直方图均衡化。
> 更多信息:<https://netpbm.sourceforge.net/doc/pnmhisteq.html>。
- 使用直方图均衡化增加PNM图像的对比度
`pnmhisteq {{path/to/input.pnm}} > {{path/to/output.pnm}}`
- 仅修改灰色像素:
`pnmhisteq -grey {{path/to/input.pnm}} > {{path/to/output.pnm}}`
- 在直方图均衡化中不包括黑色或白色像素:
`pnmhisteq -no{{black|white}} {{path/to/input.pnm}} > {{path/to/output.pnm}}`