JuliaImages / Images.jl

An image library for Julia
http://juliaimages.org/
Other
533 stars 141 forks source link

Plans for implementing Probabilistic Hough Transform? #1022

Open giannishatzo opened 1 year ago

giannishatzo commented 1 year ago

Hi All

I was wondering if there are any plans to implement the Probabilistic Hough Transform? I've used the HoughLinesP function many times in OpenCV but there's no equivalent (that I could find) in Julia Images.

Best regards

Giannis

ashwani-rathee commented 1 year ago

Hey @giannishatzo, ImageFeatures.jl provides hough_transform_standard which can be used for lines.