Content-type: text/html; charset=UTF-8 Man page of MTPTS2PLY

MTPTS2PLY

Section: User Commands (1)
Updated: 2023-06-25
Index Return to Main Contents

 

NAME

mtpts2ply - convert PTS file to PLY  

SYNOPSIS

mtpts2ply [ OPTIONS ] [ FILENAME ]  

DESCRIPTION

mtpts2ply converts a PTS file to PLY format.  

OPTIONS

--version

Output version information and exit.

-n INTEGER

Set the number of subdivisions to 2^n (default = none). -32 <= n <= 32.

-o FILENAME

Output file prefix.

-slices INTEGER

Slice data up in N x N files (x,y) as given by -o (default = 1). 1 <= N <= 16.
 

EXAMPLE

mtpts2ply -n -2 raw.pts > ordered_2.ply

xzcat raw.pts.xz | mtpts2ply -n -2 > ordered_2.ply

xzcat raw.pts.xz | mtpts2ply -slices 5 -o ~/data/out_  

HOMEPAGE

https://www.marktyler.org/  

AUTHOR

Mark Tyler


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLE
HOMEPAGE
AUTHOR

This document was created by man2html, using the manual pages.
Time: 08:25:03 GMT, June 25, 2023