rgbd2ply

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i rgbd2ply

Weekly Downloads

1

Version

0.0.2

License

AGPL-3.0

Unpacked Size

8.76 kB

Total Files

11

Last publish

Collaborators

  • jascha