Skip to content

Commit

Permalink
docs: clarify input connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Oct 11, 2024
1 parent 53481f3 commit 92907a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipe/modules/denoise/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ you can use the [align](../align/readme.md) module for further noise reduction.
## connectors

* `input` the input image can be `rggb` or `rgba`
* `output` the output image will be the same format as the input
* `output` the output image either mosaic (normalised with black point subtracted) or full rgb, depending on input


## parameters
Expand Down
4 changes: 4 additions & 0 deletions src/pipe/modules/hilite/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ trying to keep colour ratios smoothly varying.
you may choose to go soft, but when reconstructing a smooth gradient of a sunset you want
a specific kind of gradient.

## connectors

* `input` the raw mosaiced image rescaled to [0,1], i.e. after the denoise module
* `output` a raw mosaiced image with highlights inpainted

## technical

Expand Down

0 comments on commit 92907a2

Please sign in to comment.