Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 3. In computer vision we are always interested in finding the change of intensity values, usually for edge detection. These changes in intensities are
Problem 3. In computer vision we are always interested in finding the change of intensity values, usually for edge detection. These changes in intensities are obtained by convolving (or cross correlating) an image with a filter. The convolution results in a correlated image representing the changes in intensity values in the horizontal and vertical directions in the image. These changes in gradients or derivatives may contain positive, negative or zero values Suppose you are provided these images of gradients for edge detection. We are interested in finding the region of the brightest edge. Write pseudocode to find the region (rectangular area) of the maximum intensity(gradient) change. For each such region the gradient(or intensity) value is obtained by adding all the values of that subregion. For example, for the following image 6-574-4 93-652 -1047-63 8 9-33-7 the maximum intensity region is given by the subregiorn 9-3 Problem 3. In computer vision we are always interested in finding the change of intensity values, usually for edge detection. These changes in intensities are obtained by convolving (or cross correlating) an image with a filter. The convolution results in a correlated image representing the changes in intensity values in the horizontal and vertical directions in the image. These changes in gradients or derivatives may contain positive, negative or zero values Suppose you are provided these images of gradients for edge detection. We are interested in finding the region of the brightest edge. Write pseudocode to find the region (rectangular area) of the maximum intensity(gradient) change. For each such region the gradient(or intensity) value is obtained by adding all the values of that subregion. For example, for the following image 6-574-4 93-652 -1047-63 8 9-33-7 the maximum intensity region is given by the subregiorn 9-3
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started