Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Implement HoughLinesP yourself ( 1 0 points ) CS 8 3 Additional credit ( optional ) CS 1 8 3 Part of the assignment (

Implement HoughLinesP yourself (10 points) CS 83Additional credit (optional)
CS183Part of the assignment (mandatory)
OpenCVs function HoughLinesP prunes the detected lines into line segments that do not extend beyond the objects they belong to. Now, its our turn to implement one ourselves! Please write a function named myHoughLineSegments and then compare your results with OpenCVs function in your write-up. Show at least one image for each and briefly describe the differences.
lines = myHoughLineSegments(lineRho, lineTheta, Im)
Your function should output lines as a vector of lines containing the pixel locations of the start and end points of each line segment in the image. Remember to save your implementation in the ec/ directory.
Your code can not call on OpenCVs HoughLinesP function, or any other similar func- tions. You may use HoughLinesP for comparison and debugging.

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

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions

Question

What is the difference between common stock and preferred stock?

Answered: 1 week ago