Class Cartoon_Effect

java.lang.Object
Ch05_Edges_Contours.Cartoon_Effect
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Cartoon_Effect extends Object implements PlugInFilter, JavaDocHelp

ImageJ plugin, implementing a "cartoon" or "edge burn-in" effect by controlled darkening of image edges. Pixels are darkened depending on the value of the normalized edge magnitude (as produced by an edge operator). At points of maximum edge magnitude the darkening effect are strongest, while pixels remain unmodified where the edge magnitude is zero. See Ch. 5 (Exercise 5.8) of [1] for additional details. Works for RGB color images only. The input image is modified.

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

Version:
2022/11/17