Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

按照程序中的参数设置无法获取点云信息 #1

Description

@uniquecash

(1)

`class ImageType():

DEPTH = 1

COLOR = 2

MatXYZ = 16

COLOR_DEPTH = COLOR | DEPTH`

请问这里的几个参数含义是什么?按照MatXYZ=16的参数设置,绘制点云时imageDepth是空的。
(2)
`
color = color / 256

color.resize(int(np.size(color)/3),3)

depth.flatten()

depth = depth * 0.001

depth.resize(int(np.size(depth)/3),3)`
这段程序的*0.001和/3是为什么?depth/3与color长度不一致

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions