搜索资源列表
边缘检测算法的基本步骤
- 边缘检测算法的基本步骤 (1)滤波。边缘检测主要基于导数计算,但受噪声影响。但滤波器在降低噪声的同时也导致边缘强度的损失。 (2)增强。增强算法将邻域中灰度有显著变化的点突出显示。一般通过计算梯度幅值完成。 (3)检测。但在有些图象中梯度幅值较大的并不是边缘点。最简单的边缘检测是梯度幅值阈值判定。 (4)定位。精确确定边缘的位置。 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方
work
- 对目标进行连续帧差分检测,直方图阈值法进行分割,效果明显
MidPointCircle
- 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
triangle_source
- 有线元或是有限差分里的三角剖分软件.学校上有限元课程的时候的作业。-triangle slipter for finite difference or finite element
wave_freesurface1
- 二维均匀各向同性介质弹性波动方程有限差分波场模拟-Two dimensional homogeneous isotropic medium elastic wave equation finite difference wave field simulation
forstner
- 这个是用C++编写的forstner 算法代码。首先利用差分算子提取候选点再与阈值比较 提取特征点。-this is a programe is about forstner arithmetic.At first it use difference operator to choose the candidate points.
bifucation
- 通过有限差分方程画分叉图。程序简单,运行时间短。-Painting by the finite difference equation bifurcation diagram. The program is simple and needs short running time.
drawline
- MFC中使用差分法来画线,虚线,bressenham绘画方法绘制一个完整的线性随机的。用中点画圆圈,你可以修改线条颜色-MFC using differential method to draw lines, dotted line, bressenham painting method to draw a complete linear random. Use the midpoint Circle Circle, you can modify the line color
Circle
- 图形学 圆和椭圆的生成算法 其中圆包括 Bresenham算法 中点算法 二阶差分算法 椭圆的中点算法-Graphics circles and ellipses generation algorithm Bresenham algorithm which includes the midpoint circle algorithm second-order elliptic differential algorithm midpoint algorithm
xverzead-purposes
- 此程序为GMSK的调制解调程序,调制采用查表法,解调采用两比特差分解调-This program for GMSK modulation demodulation, modulation using look-up table method and demodulation using two bit difference demodulation
