登录
首页 » 其他项目 » 椭圆拟合,用于在jpg格式的图片上寻找椭圆,并进行拟合

椭圆拟合,用于在jpg格式的图片上寻找椭圆,并进行拟合

于 2023-02-15 发布 文件大小:1.61 kB
0 245
下载积分: 2 下载次数: 2

代码说明:

椭圆拟合,用于在jpg格式的图片上寻找椭圆,并进行拟合-Ellipse fitting to the picture in jpg format to find oval, and fitting

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fuzzy systems for wind has been described in this controller run using matlab
    fuzzy systems for wind has been described in this controller run using matlab
    2022-08-08 21:28:26下载
    积分:1
  • 模拟Maya模型的交互式控制,可通过左右方向键控制人物旋转,上下方向键控制步行...
    模拟Maya模型的交互式控制,可通过左右方向键控制人物旋转,上下方向键控制步行-Maya simulation model of interactive control by about key figures rotary control, The next key control walking
    2022-05-21 18:50:01下载
    积分:1
  • Debug增强版 Aogosoft.com网友怜香为Debug扩充了新功能的程序,就是这个啦,我Debug用得不多,不敢乱说,大家自己试吧。...
    Debug增强版 Aogosoft.com网友怜香为Debug扩充了新功能的程序,就是这个啦,我Debug用得不多,不敢乱说,大家自己试吧。-Debug enhance version. One Aogosoft.com employee expand functionality for Debug. Try it!
    2023-07-30 23:25:07下载
    积分:1
  • 一个五子棋游戏,AI算法写的很好。这个而且界面做的很漂亮,想研究AI算法的可以看看。...
    一个五子棋游戏,AI算法写的很好。这个而且界面做的很漂亮,想研究AI算法的可以看看。-A welcome to play, AI algorithm to write well. Interface to do this and that is very beautiful, want to study AI algorithms can look at.
    2022-07-10 02:53:09下载
    积分:1
  • 实现的是一个虚拟示波器的功能,但只能实现模拟,不能实际测量,只需增加一个模块就行了,运行时注意不要让自动的最大值与最小值相同,否则会一直跳闪,还有就是有些功能测
    实现的是一个虚拟示波器的功能,但只能实现模拟,不能实际测量,只需增加一个模块就行了,运行时注意不要让自动的最大值与最小值相同,否则会一直跳闪,还有就是有些功能测的不是很准确,需要调节。-Realize a virtual oscilloscope functions, but only the realization of simulation, not actual measurements, just add a module on the list, run-time attention to not to let the automatic the same maximum and minimum value, otherwise they will always jump flash, there is Some functional test is not very accurate, needs to adjust.
    2023-02-21 21:20:03下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 高等教育出版社 电路 第四版 低9 10 11 章
    高等教育出版社 电路 第四版 低9 10 11 章-ppt for dianlu 9 10 11
    2022-08-21 20:16:09下载
    积分:1
  • 该程序使用c语言 以栈为结构实现车厢调度
    该程序使用c语言 以栈为结构实现车厢调度-The program use c language to realize the structure of the stack train scheduling for
    2022-03-07 18:56:09下载
    积分:1
  • it describes program for particle swarm optimization.
    it describes program for particle swarm optimization.
    2023-09-02 16:40:02下载
    积分:1
  • 本课程结束的课程设计:浏览器程序设计。注:…
    此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要求设计类似于微软的IE浏览器,具备一个浏览器的基本功能,可以完成网上冲浪的任务。 设计 Visual C++为我们提供了一个ChtmlView类,有了它。可以很方便地设计浏览器。-this as the end of the course design VC Design : browser program design. Note : This source used Word documents stored. Introduction : As the Internet in a wide range of applications worldwide, WWW (World Wide Web, the World Wide Web) has increasingly become the exchange of information on the Internet an indispensable tool. It is a form HTTP (HyperText Tranfer Protocol, Hypertext Transfer Protocol) based on the use of HTML (HypeText Markup Language, HTML) prepared in a number of Web pages built by the world. The curriculum design requirements similar to the design of Microsoft"s Internet Explorer, a browser with the basic functions can be completed online surfing tasks. Design
    2023-05-13 14:45:03下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载