搜索资源列表
边缘检测算法的基本步骤
- 边缘检测算法的基本步骤 (1)滤波。边缘检测主要基于导数计算,但受噪声影响。但滤波器在降低噪声的同时也导致边缘强度的损失。 (2)增强。增强算法将邻域中灰度有显著变化的点突出显示。一般通过计算梯度幅值完成。 (3)检测。但在有些图象中梯度幅值较大的并不是边缘点。最简单的边缘检测是梯度幅值阈值判定。 (4)定位。精确确定边缘的位置。 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方
MidPointCircle
- 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
forstner
- 这个是用C++编写的forstner 算法代码。首先利用差分算子提取候选点再与阈值比较 提取特征点。-this is a programe is about forstner arithmetic.At first it use difference operator to choose the candidate points.
Circle
- 图形学 圆和椭圆的生成算法 其中圆包括 Bresenham算法 中点算法 二阶差分算法 椭圆的中点算法-Graphics circles and ellipses generation algorithm Bresenham algorithm which includes the midpoint circle algorithm second-order elliptic differential algorithm midpoint algorithm