Theme: Hough Transform (HT) MATLAB Codes and Solutions Objective: Understanding the HT, its implementation strategy and application. 1) Line detection: Implement line fitting algorithm using Hough...

1 answer below »
Matlab - Objective: Understanding the HT, its implementation strategy and application: Hough Transform Line and Circle detection. Compute using MatLab programming and Coding


Theme: Hough Transform (HT) MATLAB Codes and Solutions Objective: Understanding the HT, its implementation strategy and application. 1) Line detection: Implement line fitting algorithm using Hough Transform. Use your implementation to detect the longest line in a given image in test1.jpg. Create the function as follows: line = line_detection (I) Input: I (input image) Output: the longest line Show the detected lines on the input image. Test1.jpg 2) Circle detection: Implement circle fitting algorithm using Hough Transform. Use your implementation to detect at least three circles with different radius in test2.jpg. Create the function as follows: C = circle_detection (I, R) Input: I (input image), R (Specific radius of the circles that you want to detect) Outputs: C (centers i.e. x, y coordinates of the detected circles) Show the detected circles. Test2.jpg
Answered Same DayJun 18, 2021

Answer To: Theme: Hough Transform (HT) MATLAB Codes and Solutions Objective: Understanding the HT, its...

Hanumantha Rao answered on Jun 19 2021
140 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here