How Circle Hough Transform works

Описание к видео How Circle Hough Transform works

In this video I explain how Circle Hough Transform works, by creating an accumulator for every edge detected (using Canny algorithm) in the original image. The accumulator corresponds always to a specific radius size, therefore it only works for circles with this size. For new radius, a new accumulator should be computed. The algorithm was based on the Wikipedia (https://en.wikipedia.org/wiki/Circle_...) adapted for a single radius, because in the original algorithm, all radius are computed.

The source code used to create the animations is available at https://github.com/tkorting/youtube/t...

The slides are available at https://prezi.com/mol2d1rmbpwi/?utm_c...

Download free remote sensing images at http://www.dgi.inpe.br/catalogo

Please like and share the video, and subscribe to my channel.

Комментарии

Информация по комментариям в разработке