0.0.2 • Published 1 year ago

rgbd2ply v0.0.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

rgbd2ply

converts images that consist of a depth map on the left and a color map on the right of the images into ply files.

installation

npm i -g rgbd2ply

after installation, the command "rgbd2ply" should be available in your terminal.

usage

rgbd2ply --help

to get detailed help output.

flags:

--help              - alias: ["-help", "help", "--h", "-h"]
--input             - the image input file - alias: ["-i"]
--output            - the file to write the data to - default: 'ply.ply' - alias: ["--out", "-o"]
--point-offset-x-cm - how many centimeters should each point be offset on the x axis - default: 1 - alias: ["--point-offset-x", "--offset-x", "-x"]
--point-offset-y-cm - how many centimeters should each point be offset on the y axis - default: 1 - alias: ["--point-offset-y", "--offset-y", "-y"]
--z-multiplier      - multiplies the final depth value - default: 1 - alias: ["--z-mult", "-z"]
--bw                - use a greyscale depth image - alias: ["-bw"]

Changelog

v0.0.2

  • update dependencies
  • add default export to lib