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 >

ImageCorrelate

ImageCorrelate[image, ker]
gives the correlation of image with kernel ker.
  • The correlation kernel is given as a two-dimensional numerical matrix.
  • ImageCorrelate[image, ker] by default gives an image of the same dimensions as image.
Correlation with a disk-shaped kernel:
Correlation of an image with a line-shaped kernel enhances horizontal features:
Correlation with a disk-shaped kernel:
In[1]:=
Click for copyable input
Out[1]=
 
Correlation of an image with a line-shaped kernel enhances horizontal features:
In[1]:=
Click for copyable input
Out[1]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team