plug_in_julia_Iterator_ALT << INDEX >> plug_in_layer_rot180

plug_in_laplace (1997)

NAME
plug_in_laplace - Edge Detection with Laplace Operation
SYNOPSIS
plug_in_laplace (run_mode,image,drawable)
DESCRIPTION
This plugin creates one-pixel wide edges from the image, with the value proportional to the gradient. It uses the Laplace operator (a 3x3 kernel with -8 in the middle). The image has to be laplacered to get useful results, a gauss_iir with 1.5 - 5.0 depending on the noise in the image is best.
MENUPATH
<Image>/Filters/Edge-Detect/Laplace
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
SOME SYNTAX ALTERNATIVES
$drawable->laplace
$image->laplace (drawable)
plug_in_laplace (drawable)
laplace Layer (drawable)
laplace Image (drawable)
laplace Plugin (drawable)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/laplace
AUTHOR
Thorsten Schnier
(c)1997 Thorsten Schnier


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>