搜索资源列表
22
- 椭圆拟合的算法,简单实用,不用复杂的迭代,很容易看懂!-Ellipse fitting algorithm, is simple and practical and not complicated iteration, it is easy to understand!
ellipse
- MATLAB中画椭圆的自定义函数:ellipse,用后才会发现这个函数的强大功能! 在ellipse之函数当中,其输入之变数分别如下: -ra 椭圆之长轴半径,可为列矩阵,若为列矩阵时,代表可同时绘制许多椭圆。 -rb 椭圆之矩轴半径,可为列矩阵,如ra。 -ang 水平轴之倾斜角,以弧度表示。可为列矩阵,但ra、rb、ang三者之矩阵数应相同。 -x0,y0 圆心之座标,可为矩阵,若为矩阵时,代表可同时绘制许多不同
ex4_18
- 椭圆带通滤波器设计—ELLIP函数的应用-Elliptic bandpass filter design application-ELLIP function
jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
- 为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有
ellip
- elliptic curves try this one
EX082900
- 椭圆带通滤波器设计,这个用的是ELLIP函数来完成的。-Elliptical band-pass filter design, the use of the ELLIP function to complete.
2
- 设计巴特沃斯型、椭圆、切比雪夫数字低通滤波器,并对加入噪声的图像进行滤波-design Buttetworth、cheby1 and ellip LF,and use these filters in image processing.
11
- 编程序调用MATLAB滤波器设计函数ellipord和ellip分别设计这三个椭圆滤波器,并绘图显示其损耗函数曲线。
ellip-det
- 这是本人自己实现的椭圆检测算法,基于MATLAB实现,经测试对一些图片椭圆检测效果较好,需要同学可以参考-This is my own implementation of ellipse detection algorithm based on MATLAB implementation, tested on a number of pictures ellipse detection is better, students can r
ellip
- 画一个圆饼,主要用于击中与击不中变换,效果还不错,要用形态学这方面不要错过-Draw a round cakes, mainly for the hit and miss transform strike
Ellip
- verilog写的数字椭圆滤波器,希望对大家有帮助-verilog ellip filter
Threshold-secret-sharing
- 利用椭圆曲线离散对数问题的难解性, 给出了一个基于拉格朗日插值的( t, n) 门限秘密共享 方案-By mean s of the in t ractab ility of Ellip se Cu rve D iscrete Logarithm P rob2 lem (ECDL P) , a ( t, n) secret sharing th resho ld scheme based on L agrange in sert
Ellip_ctcss
- MATLAB濾波器設計 運用matlab函式將類比綠波器轉成數位濾波器 善用了ellip 及 bilinear 還有 tf2sos 函式 因為有展成sos形式,式和實際上濾波器的設計應用,並附上對講機應用之ctcss濾波器處理程式-MATLAB Filter Design use matlab function analog green wave is converted to a digital filter to mak
ellip
- 椭圆带通滤波器设计,根据椭圆原型滤波器,进行双线性变换和低通转带通,获得所需滤波器-Elliptic bandpass filter design based on elliptic prototype filter, the bilinear transformation turn bandpass and low-pass, to obtain the desired filter
2D-ellip-flow-heat-trans
- Two dimensional elliptic flow heat transfer program
4
- ex4_2 用MATLAB作巴特沃斯低通滤波器设计 ex4_3 用MATLAB作切比雪夫-1型低通滤波器设计 ex4_4 切比雪夫-2型低通滤波器设计 ex4_5 椭圆型低通滤波器设计 ex4_6 传递函数的模拟滤波器数字化 ex4_7 脉冲不变法简单实例 ex4_8 脉冲不变法巴特沃思低通滤波器设计 ex4_9 脉冲不变法变换切比雪夫Ⅰ型低通滤波器设计 ex4_10 脉冲不变法变换切比雪夫Ⅱ型低通滤波器
ellip-(1)
- 基于FPGA的椭圆滤波器 采用VHDL语言 使用quartus仿真-Elliptic filter FPGA-based simulation using VHDL language quartus
MiniDraw
- 利用Figure类封装各类图像(线,圆,矩形,多边形,自由曲线) 在画板上画图,并通过基类指针指向父类添加图形并保存 通过画笔将图形绘制到界面上(MiniDraw Ellip.cpp Ellip.h Figure.cpp Figure.h FreeHand.cpp FreeHand.h Line.cpp Line.h main.cpp minidraw.cpp minidraw.h minidraw.ui