0

I implemented own Hough Transformation function in python. It works well. But own Hough Transformation run slower than OpenCv Hough Transformation function. I searched source code for OpenCv Hough Transformation and i found this code similar to my code. After that, I read some article about GPU and CPU implementation. So this running time difference related to GPU or CPU implementation or something else? Thanks in advance.

Erhan
  • 41
  • 1
  • 1
  • 4
  • 1
    Can you clarify your question? Please see [ask], [help/on-topic]. – AMC Mar 23 '20 at 23:45
  • We cannot help you if you don't share your implementation and a pointer to OpenCV implementation. – ilke444 Mar 24 '20 at 02:16
  • I’m pretty sure opencv is implemented in C though? so it is pretty normal it runs faster than your python code, even though they’re both on CPU – tbrugere Apr 01 '22 at 07:11

0 Answers0