CILineOverlay - emcconville/cif GitHub Wiki

CILineOverlay

Creates a sketch that outlines the edges of an image in black, leaving the non-outlined portions of the image transparent. The result has alpha and is rendered in black, so it won't look like much until you render it over another image using source over compositing.

  • -inputNRNoiseLevel <number> : The noise level of the image (used with camera data) that gets removed before tracing the edges of the image. Increasing the noise level helps to clean up the traced edges of the image. [Default 0.07000000000000001]
  • -inputContrast <number> : The amount of anti-aliasing to use on the edges produced by this filter. Higher values produce higher contrast edges (they are less anti-aliased). [Default 50]
  • -inputThreshold <number> : This value determines edge visibility. Larger values thin out the edges. [Default 0.1]
  • -inputEdgeIntensity <number> : The accentuation factor of the Sobel gradient information when tracing the edges of the image. Higher values find more edges, although typically a low value (such as 1.0) is used. [Default 1]
  • -inputNRSharpness <number> : The amount of sharpening done when removing noise in the image before tracing the edges of the image. This improves the edge acquisition. [Default 0.71]
  • -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.