Fourier Descriptors: Ari Packer
Fourier Descriptors: Ari Packer
DESCRIPTORS
Ari Packer
What are Fourier Descriptors?
Fourier descriptors are used to
describe the shape of any object
found in an image.
How are the shapes described?
First, the boundary of the shape
must be extracted.
This boundary is then converted
into Fourier descriptors.
Why use Fourier Descriptors?
Fourier descriptors have several
properties that make them valuable
in shape description.
They are insensitive to translation,
rotation, and scale changes.
How are FD’s used in the real world?
fd_a = frdescp(a);
fd_b = frdescp(b);
Boundary Comparison
To determine whether scaling is needed or even
possible, I found the max distance between each
point in a and each point in b using the distance
formula.
This allows me to determine if the shapes are equal
in size or if the size of one is a factor of the other.