plug_in_deinterlace << INDEX >> plug_in_depth_merge_Iterator_ALT

plug_in_depth_merge (1.0.0; 14 August 1998)

NAME
plug_in_depth_merge - Combine two images using corresponding depth maps (z-buffers)
SYNOPSIS
plug_in_depth_merge (run_mode,image,result,source1,source2,depthMap1,depthMap2,overlap,offset,scale1,scale2)
DESCRIPTION
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.
MENUPATH
<Image>/Filters/Combine/Depth Merge...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEresultResult
DRAWABLEsource1Source 1
DRAWABLEsource2Source 2
DRAWABLEdepthMap1Depth map 1
DRAWABLEdepthMap2Depth map 2
FLOAToverlapOverlap
FLOAToffsetDepth relative offset
FLOATscale1Depth relative scale 1
FLOATscale2Depth relative scale 2
SOME SYNTAX ALTERNATIVES
$drawable->depth_merge (source1,source2,depthMap1,depthMap2,overlap,offset,scale1,scale2)
$image->depth_merge (result,source1,source2,depthMap1,depthMap2,overlap,offset,scale1,scale2)
plug_in_depth_merge (result,source1,source2,depthMap1,depthMap2,overlap,offset,scale1,scale2)
depth_merge Layer (result,source1,source2,depthMap1,depthMap2,overlap,offset,scale1,scale2)
depth_merge Image (result,source1,source2,depthMap1,depthMap2,overlap,offset,scale1,scale2)
depth_merge Plugin (result,source1,source2,depthMap1,depthMap2,overlap,offset,scale1,scale2)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/depthmerge
AUTHOR
Sean Cier
(c)1.0.0; 14 August 1998 Sean Cier


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>