plug-in-depth-merge

Sean Cier

Description

Combine two images using depth maps (z-buffers)

Help

Taking as input two full-color, full-alpha images and two corresponding grayscale depth maps, this plug-in combines the images based on which is closer (has a lower depth map value) at each point.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image (unused)
PF_DRAWABLE result Result
PF_DRAWABLE source1 Source 1
PF_DRAWABLE source2 Source 2
PF_DRAWABLE depthMap1 Depth map 1
PF_DRAWABLE depthMap2 Depth map 2
PF_FLOAT overlap Overlap
PF_FLOAT offset Depth relative offset
PF_FLOAT scale1 Depth relative scale 1
PF_FLOAT scale2 Depth relative scale 2

Return

None