Skip to content

Commit

Permalink
merian-nodes: Draft warp node
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Nov 19, 2024
1 parent 4d2f3e0 commit 674506e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions include/merian-nodes/nodes/warp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Warp

Warps an image according to pixel offsets.

The node is configurable to input and output multiple images and buffers.
For buffers the index computation can be selected as formula or by choosing from a set of defaults.

Inputs:

| Type | Input name | Description | Delay |
|-------------------|--------------|------------------------------------------|-------|
| VkImageIn | mv | motion vectors in `r` and `g` channel | no |
| VkImage/BufferIn | src1 | input image or buffer | no |
| VkImage/BufferIn | src2 | input image or buffer | no |
| VkImage/BufferIn | ... | input image or buffer | no |

Outputs:

| Type | Output name | Description | Format/Resolution | Persistent |
|-------------------|---------------|----------------------------------|-------------------|------------|
| VkImage/BufferOut | out1 | the warped input image or buffer | like input | no |
| VkImage/BufferOut | out2 | the warped input image or buffer | like input | no |
| VkImage/BufferOut | ... | the warped input image or buffer | like input | no |

0 comments on commit 674506e

Please sign in to comment.