Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 Matched filtering ( correlation ) Create or download an image that contains several lines of text, f ( x y ) . Don't make

2 Matched filtering (correlation)
Create or download an image that contains several lines of text, f(xy). Don't make the text too
small, and make the text lighter than the background. Extract one character from the text
image and create a small image from it c(x,y). Perform the correlation between the two images
with the result r(x,y) the same size as the larger image.
(a) Indicate the position(s) of the maxima in r(x,y). Are the in the positions of the characters
in the text image?
(b) Determine the ratio of the correlation peak corresponding to a letter and the next
highest peak that is not a letter in r(x,y).
(c) Normalize the correlation result by dividing r(x,y) by the sum of all pixel values used in
the correlation operation. The easiest way to do this is to filter (convolution) the original
image with a window of all 1' s, that is the same size as c(x,y),a(x,y)=f(x,y)** ones (x,y).
Then form the ratio: rx,ya(x,y).
(d) What is the new ratio of the correlation peak corresponding to a letter and the next
highest peak in r(x,y)?
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions