-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |