搜索资源列表
license_orientation
- 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|
well_logging_process
- 该软件是我读硕士的时候写的,它可以对测井曲线进行直方图、小波变换,曲线拉伸、均值绿波、中值滤波、Kalman滤波以及插值等等操作,程序里还包含了神经网络的内容,非常丰富,是您学习VC++编程和数据处理的好资料!绝对超值! 请先阅读文件夹下的read me 文件-I read the time to write a master's degree, it can log on for histogram, wavelet transform, Tensile curves, t
chap12
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
MedianFilter
- 地震资料数字处理方法,应用中值滤波方法滤除地震记录上面波等线性干扰,并提取出线性干扰-Digital seismic data processing application method of median filtering to filter out seismic waves records of the above and other linear interference, such as surface wave
Untitled3
- 这个程序主要用来处理图像信噪比、均值、中值、维纳滤波等-This program is mainly used to process the image signal to noise ratio, mean, median, Wiener filter, etc.
median_filter_1(2D)
- 1维(2维中值滤波),基于Linux系统编程,进行过优化,效果优于传统中值滤波-One-dimensional (2-D median filtering), Linux-based programming system, is optimized, the effect is better than the conventional median filter
matlab
- 简单细胞自动计数完整程序,用二值化、中值滤波去噪、腐蚀膨胀处理实现细胞分离,最后自动提取细胞个数。(Complete Program for Simple Cell Automatic Counting)