跳转至

Shape-from-X

约 105 个字

Shape from shading

Gradient Space Representation

A 3-dim free vector represented by gradients.(zz=1 is omitted)

image-20240226095011036

It is actually the intersection with plane z=1

image-20240226095130299

Photometric stereo

Render equation I=ρ sTn

For different light sources:

image-20240225101347258

n~=(STS)1STI

Shape from X

Volumetric Fusion

  • 3 Steps:

    Depth-to-SDF Conversion

    Volumetric Fusion

    MeshExtraction

  • Implicit representation (Signed distance field SDF)

    signed distance to the closest surface at each voxel

  • Volumetric Fusion

    Weighted average of SDF from different view point

  • Mesh extraction

    marching cubes.

    Classify the topology in each cube and do interpolation for the vertex

    image-20240225102008877