Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Image Processing & Analysis > Image Filtering & Neighborhood Processing >

LaplacianFilter

LaplacianFilter[image, r]
convolves image with a range r Laplacian kernel.
LaplacianFilter[image, {r1, r2}]
uses ranges ri in the vertical and horizontal directions.
LaplacianFilter[data, ...]
applies Laplacian filtering to an array of data.
  • In LaplacianFilter[data, ...], data can be an array of any rank, and can contain symbolic as well as numerical entries.
Use Laplacian filtering to detect edges in a color image:
Gradient filtering of a binary image:
Apply a Laplacian filter to a vector:
Use Laplacian filtering to detect edges in a color image:
In[1]:=
Click for copyable input
Out[1]=
 
Gradient filtering of a binary image:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Apply a Laplacian filter to a vector:
In[1]:=
Click for copyable input
Out[1]=
Subtract the Laplacian filter from the original image to emphasize details:
Create a random texture from uniform noise:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team