Hough算法数学原理

直线的极坐标方程:

x = x 0 + r cos ⁡ θ x= x_0 + r\cos \theta x=x0+rcosθ

y = y 0 + r sin ⁡ θ y= y_0 + r\sin \theta y=y0+rsinθ

x cos ⁡ θ = x 0 cos ⁡ θ + r cos ⁡ 2 θ x \cos \theta =x_0 \cos \theta + r \cos^2 \theta xcosθ=x0cosθ+rcos2θ

y sin ⁡ θ = y 0 sin ⁡ θ + r sin ⁡ 2 θ y \sin \theta =y_0 \sin \theta + r \sin^2 \theta ysinθ=y0sinθ+rsin2θ

x cos ⁡ θ + y sin ⁡ θ = x 0 cos ⁡ θ + y 0 sin ⁡ θ + r x \cos\theta + y \sin \theta =x_0 \cos \theta + y_0 \sin \theta + r xcosθ+ysinθ=x0cosθ+y0sinθ+r

x 0 = 0 , y 0 = 0 , 则 : x_0 =0,y_0 = 0,则: x0=0,y0=0,
x cos ⁡ θ + y sin ⁡ θ = r x \cos\theta + y \sin \theta = r xcosθ+ysinθ=r

参考链接:https://zhuanlan.zhihu.com/p/106099760

相关推荐

  1. Hough算法数学原理

    2023-12-11 22:58:03       49 阅读
  2. 数据分析中常用的9大算法原理

    2023-12-11 22:58:03       48 阅读
  3. 各种排序算法原理

    2023-12-11 22:58:03       37 阅读
  4. 负载均衡原理|算法

    2023-12-11 22:58:03       38 阅读
  5. 算法矩阵提速原理

    2023-12-11 22:58:03       35 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-11 22:58:03       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-11 22:58:03       106 阅读
  3. 在Django里面运行非项目文件

    2023-12-11 22:58:03       87 阅读
  4. Python语言-面向对象

    2023-12-11 22:58:03       96 阅读

热门阅读

  1. Flex布局 实现元素排列 4列变2列?

    2023-12-11 22:58:03       49 阅读
  2. 离线环境下安装python库(推荐pip download)

    2023-12-11 22:58:03       65 阅读
  3. 什么是https 加密协议?

    2023-12-11 22:58:03       61 阅读
  4. 什么是多态

    2023-12-11 22:58:03       52 阅读
  5. 我的Android播放器封装经验

    2023-12-11 22:58:03       52 阅读
  6. python扩展内置类型

    2023-12-11 22:58:03       61 阅读
  7. Vmware突然无法获取IP

    2023-12-11 22:58:03       57 阅读
  8. DataFrame 索引最后一列数据 Python

    2023-12-11 22:58:03       51 阅读
  9. 蓝牙配对、连接和删除汇总

    2023-12-11 22:58:03       78 阅读
  10. 这是第一篇文章 试试水

    2023-12-11 22:58:03       63 阅读
  11. 80个常用shell命令及简单用法

    2023-12-11 22:58:03       55 阅读
  12. 如何理解冲突域和广播域

    2023-12-11 22:58:03       67 阅读
  13. [ERROR] 不再支持源选项 6

    2023-12-11 22:58:03       57 阅读
  14. vim常用键位总结

    2023-12-11 22:58:03       56 阅读
  15. 【Android】使用Netty库来实现Socket接收

    2023-12-11 22:58:03       61 阅读