add new chinese translations
This commit is contained in:
16
pages.zh/common/pnmhisteq.md
Normal file
16
pages.zh/common/pnmhisteq.md
Normal 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}}`
|
Reference in New Issue
Block a user