app: add link to Smart Colorization scientific paper.
This is sometimes asked, and myself also need to find it from time to time. I may as well put the link inside the code comments, where it is just easy to find!
This commit is contained in:
parent
388f6da1c4
commit
005bc1406b
1 changed files with 1 additions and 0 deletions
|
|
@ -792,6 +792,7 @@ gimp_line_art_input_invalidate_preview (GimpViewable *viewable,
|
|||
* The algorithm is the first step from the research paper "A Fast and
|
||||
* Efficient Semi-guided Algorithm for Flat Coloring Line-arts", by Sébastian
|
||||
* Fourey, David Tschumperlé, David Revoy.
|
||||
* https://hal.archives-ouvertes.fr/hal-01891876
|
||||
*
|
||||
* Returns: a new #GeglBuffer of format "Y u8" representing the
|
||||
* binarized @line_art. If @lineart_distmap is not #NULL, a
|
||||
|
|
|
|||
Loading…
Reference in a new issue