Question: Lab Homework 1 0 Background Every image that you see on a computer is composed of many pixels and each pixel has a numerical value
Lab Homework
Background
Every image that you see on a computer is composed of many pixels and each pixel has a numerical value that represents the colorgrayscale of that individual pixel. This means that images are, at the basic level, numerical arrays that are processed in a special way to display an image. It also means that we can apply simple models to modify numerical pixel values to change the appearance of an image. This is the basis behind image processing. Image processing is a necessity for machine learning, artificial intelligence, pattern recognition, and many other engineering related fields. While it may seem complex, the mathematical principles of image processing are rather simple.
One method of image processing is done using kernels. A kernel is a matrix that is multiplied by a set of pixel values, the resulting matrix is summed up and the sum replaces the central pixel. Suppose we have an image in gray scale that is represented by the following matrix of pixel values:
&&&@&&&@&&&@&&&
There are many kernel matrix possibilities, but suppose we want to apply a kernel matrix that looks like:
&&@&&@&&Lab Homework
Background
Every image that you see on a computer is composed of many pixels and each pixel has a numerical value that represents the colorgrayscale of that individual pixel. This means that images are, at the basic level, numerical arrays that are processed in a special way to display an image. It also means that we can apply simple models to modify numerical pixel values to change the appearance of an image. This is the basis behind image processing. Image processing is a necessity for machine learning, artificial intelligence, pattern recognition, and many other engineering related fields. While it may seem complex, the mathematical principles of image processing are rather simple.
One method of image processing is done using kernels. A kernel is a matrix that is multiplied by a set of pixel values, the resulting matrix is summed up and the sum replaces the central pixel. Suppose we have an image in gray scale that is represented by the following matrix of pixel values:
&&&@&&&@&&&@&&&
There are many kernel matrix possibilities, but suppose we want to apply a kernel matrix that looks like:
&&@&&@&&
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
