搜索:ellipse
找到约 14 项符合「ellipse」的查询结果
结果 14
按分类筛选
https://www.eeworm.com/dl/665/425418.html
matlab例程
plot an ellipse using matlab
plot an ellipse using matlab
https://www.eeworm.com/dl/633/439643.html
Java编程
It help you to find the center of an ellipse
It help you to find the center of an ellipse
https://www.eeworm.com/dl/665/351800.html
matlab例程
MATLAB中画椭圆的自定义函数:ellipse
MATLAB中画椭圆的自定义函数:ellipse,用后才会发现这个函数的强大功能!
在ellipse之函数当中,其输入之变数分别如下:
-ra 椭圆之长轴半径,可为列矩阵,若为列矩阵时,代表可同时绘制许多椭圆。
-rb 椭圆之矩轴半径,可为列矩阵,如ra。
-ang 水平轴之倾斜角,以弧度表示。可为列矩阵,但ra、rb、a ...
https://www.eeworm.com/dl/664/482857.html
Delphi/CppBuilder
Simple ellipse fitting example on C++Builder6 + OpenCV1.0.
Simple ellipse fitting example on C++Builder6 + OpenCV1.0.
https://www.eeworm.com/dl/650/163774.html
人工智能/神经网络
gaussian_model,color based segmentation,draw ellipse may used in face detection
gaussian_model,color based segmentation,draw ellipse may used in face detection
https://www.eeworm.com/dl/641/367161.html
数学计算
3.画椭圆ellipse 4.利用ellipse and rectangle 画图 5.一个最优美的图案 6.输入3个数a,b,c
3.画椭圆ellipse
4.利用ellipse and rectangle 画图
5.一个最优美的图案
6.输入3个数a,b,c,按大小顺序输出
:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。
7.有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数 ...
https://www.eeworm.com/dl/678/444516.html
系统设计方案
Displaying ellipse on 128x64 graphical LCD with PIC16f877 (picbasic code)
Displaying ellipse on 128x64 graphical LCD with PIC16f877 (picbasic code)
https://www.eeworm.com/dl/678/444517.html
系统设计方案
Displaying ellipse on 128x64 graphical LCD with PIC16f877 (ASM code)
Displaying ellipse on 128x64 graphical LCD with PIC16f877 (ASM code)
https://www.eeworm.com/dl/665/408780.html
matlab例程
最小二乘法椭圆拟合 fit_ellipse( x,y,axis_handle ) x
最小二乘法椭圆拟合
fit_ellipse( x,y,axis_handle )
x,y为坐标点
适用于一般方程哦。好用
https://www.eeworm.com/dl/684/425380.html
软件设计/软件工程
ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler Department
ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler
Department of Electronics and Electrical Engineering
University of Surrey, Guildford。对霍夫变换检测检测椭圆的原理有一定的参考意义。