Skip to content

drsptr/SAD-computation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SAD - Sum of Absolute Differences

A VHDL implementation of the SAD algorithm.

SAD description

In digital image processing, the sum of absolute differences (SAD) is a measure of the similarity between image blocks. It is calculated by taking the absolute difference between each pixel in the original block and the corresponding pixel in the block being used for comparison. These differences are summed to create a simple metric of block similarity between two image blocks. The sum of absolute differences may be used for a variety of purposes, such as object recognition, the generation of disparity maps for stereo images, and motion estimation for video compression.

About

A VHDL implementation of the SAD algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages