pgm*: add Korean translation (#14631)
This commit is contained in:
12
pages.ko/common/pgmtexture.md
Normal file
12
pages.ko/common/pgmtexture.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pgmtexture
|
||||
|
||||
> PGM 이미지에서 텍스처 특징 추출.
|
||||
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pgmtexture.html>.
|
||||
|
||||
- PGM 이미지에서 텍스처 특징 추출:
|
||||
|
||||
`pgmtexture {{경로/대상/이미지.pgm}} > {{경로/대상/출력.pgm}}`
|
||||
|
||||
- 특징 추출 알고리즘의 거리 매개변수 지정:
|
||||
|
||||
`pgmtexture -d {{distance}} {{경로/대상/이미지.pgm}} > {{경로/대상/출력.pgm}}`
|
Reference in New Issue
Block a user