How to remove from image all the curves and keep only straight lines

I develop a system of license plate detection . After edge detection I want remove all curves from image. How to remove all the curves and keep only straight lines? Thanks.

2 Comments

Use the hough transform to locate straight lines.
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers

Sign in to comment.

Answers (0)

Asked:

on 10 Jun 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!