资源列表
convolutions
- 关于 mathcad 卷积中重要参数的计算代码-Mathcad important parameters on the calculation of convolution code
finalSeasons_BAS.zip
- 利用VB读取AERMOD结果数据并插值深成GRD文件,和一定的底图相结合生成等值线图。,AERMOD use VB to read the results of data and interpolation deep into GRD files, and some combination of base maps generated isogram.
computer
- java编写的画图板程序,可以直接用netbeans运行-drawing board program written in java can be run directly from netbeans
fft2_and_fdtd
- 2D Fourier变换在光衍射方面的应用一例,对孔函数直接应用FFT2,得到衍射结果;以及FDTD方面的两个不成熟的程序-2D Fourier Transform-ray diffraction case of the application of direct application Kong FFT2 function, be diffraction; FDTD and the two immature procedures
vb-editlines
- 此软件是用在VB环境下开发的能够实现线段的编辑
GraphicsApp
- 该程序显示了如何绘制各种形状、线条和文本-the program shows how to draw various shapes, lines and text
line1
- 一个简单的画直线程序,给出了绘制直线的三种不通算法-painting a simple linear process, given the three linear mapping algorithm unreasonable
New0004
- 个人编写的小程序,实现圆弧画图和插补,未进行规格化,如果有人能帮忙进一步优化,将不甚感激!-A program which programed by myself could bring about circular arc drawing and interpolation.But it is not standardized.I am be very grateful for whom optimize it futherly.
pb
- 这是一个画图程序,可以设置线条颜色,改变线条的粗细,画圆、矩形等!值得下载-very good!~
autocadcalc
- 一个用LISP编写的在CAD中的计算器.-A LISP prepared to use the calculator in the CAD.
circle
- 用程序模拟计算机绘制圆的过程,可以调节象素大小,以便更加真切地感受实际的绘制过程
边缘检测算法的基本步骤
- 边缘检测算法的基本步骤 (1)滤波。边缘检测主要基于导数计算,但受噪声影响。但滤波器在降低噪声的同时也导致边缘强度的损失。 (2)增强。增强算法将邻域中灰度有显著变化的点突出显示。一般通过计算梯度幅值完成。 (3)检测。但在有些图象中梯度幅值较大的并不是边缘点。最简单的边缘检测是梯度幅值阈值判定。 (4)定位。精确确定边缘的位置。 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方
