搜索:Circle+Detection
找到约 406 项符合「Circle+Detection」的查询结果
结果 406
按分类筛选
- 全部
- 技术资料 (161)
- matlab例程 (30)
- 其他 (28)
- 其他书籍 (18)
- Java编程 (14)
- 文章/文档 (12)
- 软件设计/软件工程 (12)
- 书籍 (12)
- 单片机编程 (11)
- 行业发展研究 (8)
- 单片机开发 (7)
- 人工智能/神经网络 (7)
- 系统设计方案 (7)
- 文件格式 (5)
- DSP编程 (4)
- 通讯/手机编程 (4)
- 电子书籍 (4)
- 书籍源码 (3)
- Linux/Unix编程 (3)
- 数学计算 (3)
- 技术管理 (3)
- 通讯编程文档 (3)
- 微处理器开发 (3)
- 其他行业 (3)
- 电源技术 (2)
- 数值算法/人工智能 (2)
- 模拟电子 (2)
- 驱动编程 (2)
- 网络 (2)
- 生物技术 (2)
- Windows CE (2)
- VC书籍 (2)
- 邮电通讯系统 (2)
- 源码 (2)
- 加密解密 (1)
- 图形图像 (1)
- 实用工具 (1)
- 教程资料 (1)
- Modem编程 (1)
- 游戏 (1)
- *行业应用 (1)
- Applet (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- uCOS (1)
- 数据结构 (1)
- Java书籍 (1)
- J2ME (1)
- VHDL/FPGA/Verilog (1)
- Delphi/CppBuilder (1)
- 家庭/个人应用 (1)
- 中间件编程 (1)
- JavaScript (1)
- GPS编程 (1)
- MacOS编程 (1)
https://www.eeworm.com/dl/664/482855.html
Delphi/CppBuilder
Simple example of circle detection in OpenCV + C++Builder6.
Simple example of circle detection in OpenCV + C++Builder6.
https://www.eeworm.com/dl/684/425375.html
软件设计/软件工程
circle detection using hough transform 作者:D J Kcrbywn and T J Atherton
circle detection using hough transform
作者:D J Kcrbywn and T J Atherton,
University of Warwick, U.K.霍夫检测圆的IEEE,1995的文章,对指导霍夫变换圆检测的原理有一定的指导。
https://www.eeworm.com/dl/685/418204.html
JavaScript
Java Application, Circle test
Java Application, Circle test
https://www.eeworm.com/dl/667/442381.html
家庭/个人应用
circle detecting source code
circle detecting source code
https://www.eeworm.com/dl/665/419094.html
matlab例程
center of circle usin circum points
center of circle usin circum points
https://www.eeworm.com/dl/637/475885.html
多国语言处理
H=CIRCLE(CENTER,RADIUS,NOP,STYLE) This routine draws a circle with center defined as a vector
H=CIRCLE(CENTER,RADIUS,NOP,STYLE)
This routine draws a circle with center defined as
a vector CENTER, radius as a scaler RADIS. NOP is
the number of points on the circle. As to STYLE,
use it the same way as you use the rountine PLOT.
Since the handle of the object is r ...
https://www.eeworm.com/dl/633/268141.html
Java编程
包括Rect,Circle两个类
包括Rect,Circle两个类,还有一个ShapeCanvas类,可以实现矩形和圆的运动
https://www.eeworm.com/dl/534/480848.html
其他
three Point to circle Python sample - "interactive"
three Point to circle Python sample - "interactive"
https://www.eeworm.com/dl/534/415959.html
其他
skin detection system used for human skin detection.
skin detection system used for human skin detection.
https://www.eeworm.com/dl/639/265372.html
文件格式
编写4个类:Rectangle、Circle、Geometry、Exa
编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectan ...