当前位置: 首页 > news >正文

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

http://www.lryc.cn/news/257556.html

相关文章:

  • 基于Debain安装 Docker 和 Docker Compose
  • gittee使用教学
  • q2-qt-多线程
  • 指针,函数指针,二级指针,指针传参,回调函数,指针步长
  • StringUtils.isEmpty()方法过期的替代方法
  • 智慧电力运维综合辅助监控系统
  • v-model和:model的区别
  • 网络攻击(二)--情报搜集阶段
  • oracle异常:ORA-03297:文件包含在请求的 RESIZE 值以外使用的数据
  • Redis 环境搭建
  • 什么是Helpdesk?对工程师有什么帮助?
  • flutter添加全局水印
  • Usergolang 一些优质关于sip协议包
  • MYSQL数据类型详解
  • 解决vue3 动态引入报错问题
  • Mysql dumpling 导入导出sql文件
  • 【数字经济】你必须知道的SABOE数字化转型
  • 【Python网络爬虫入门教程2】成为“Spider Man”的第二课:观察目标网站、代码编写
  • vue2和vue3中注意全局属性的区别(例如全局使用axios )
  • 数字系统设计(EDA)实验报告【出租车计价器】
  • 309. 买卖股票的最佳时机含冷冻期(leetcode) 动态规划思想
  • 3D渲染和动画制作软件KeyShot Pro mac附加功能
  • 集合的几个遍历方法
  • 【使用apache snakeyaml 管理yml文件】
  • uniapp - 简单版本自定义tab栏切换
  • 工作中常用的RabbitMQ实践
  • 程序员常用英文单词
  • QStringListModel 是 Qt 框架中用于在模型-视图(Model-View)架构中展示字符串列表的类
  • vue使用echarts显示中国地图
  • ATM的转账