Skip to content

Latest commit

 

History

History

matlab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

MATLAB

2D cross-correlation

Using the MATLAB function xcorr2.

Output image

Output

Edge convolution

The edge convolution script loads an image and subtracts adjacent pixels from each other. This results in an output image that is bright at pixels where the original image hat a strongly changing brightness (edges).

Example

Input image

Input

Output image

Output