搜索资源列表
Otsu
- 在目标和背景的尺寸比例很接近时,应用otsu算法分割效果才比较好,因此对目标进行开窗分割很有意义.也就说在一定窗口大小内对目标进行otsu分割,窗口之外的图像可以不变或者赋为0 程序中分别给出了算法.
junhengzengqiangsufan
- 强化细节的自适应直方图均衡化,分块的算法,可以自动调节窗口大小进行局部增强。
boxfilter
- 包滤波器,主要功能是在给定的滑动窗口大小下,对每个窗口内的像素值进行相加求和-Packet filter, the main function is given under the sliding window size for each window of the pixel values summed
ImageProcesing
- 编程实现:读一幅图像(BMP或JPG格式)并根据显示窗口大小自适应显示全图,实现如下功能:(1)可任意角度旋转;(2)可任意放大缩小;(3)任意选择一个区域,画出该区域图像的灰度直方图.-Programming: Reading an image (BMP or JPG format) and in accordance with the size of adaptive display window shows the entire map, the achievement of the fo
AveEnhance
- 实现图像的均值滤波,去除图像噪声使图像看起来更平滑,模板窗口大小3*3,5*5,9*9。-Image of the mean filter, remove image noise to make the image look smoother, the Template window size 3* 3,5* 5,9* 9.
tuxintuizhifenge
- 针对类圆形堆积物图像的前景和背景在色彩或灰度上相近,难以用传统阈值分割等算法进行有效分割的问题,提出一种多方法融 合的类圆形堆积物图像区域分割策略。对图像进行滤波等一系列预分割处理后进行投影得到目标图像的外接矩形区域,以排除噪声的干扰, 在区域内采用改进的灰度共生矩阵方法进行粗分割,以解决窗口大小与分割精度的问题,采用二维OTSU 阈值分割方法对粗分割结果进行 量化。实验结果表明,该方法得到的区域分割结果边缘清晰、准确度高。-Round deposits for the prospe
bianchuang
- 可变窗lee滤波程序,可根据像素周围复杂情况自动确定窗口大小,本程序是根据极化SAR图像编写的,也可改为普通图像-Variable window filter lee procedures, according to the complexity of pixels around the window size automatically determined, the procedure is based on the preparation of polarization SAR image
ObjectTrackingDemo
- 运用meahshift实现对视频序列中运动目标进行动态跟踪, 跟踪目标位置大小通过对话窗口可任意设置, 内有测试视频,可直接观察跟踪演示效果-Video sequences using meahshift achieve dynamic tracking of moving targets, track the size of the target location, through dialogue window can be arbitrarily set within the t
work
- 针对FCM算法的运行时间长和计算量大的问题,提出了改进的FCM算法,先将图像分割成窗口大小的子块,然后以子块为单位提取特征向量,用FCM聚类粗分割,然后对边缘子块,以像素为单位从新提取特征向量,进行细分割。分割后的结果提高了运行速度和分割精度。-For the FCM algorithm and the calculation of long run the problem of large proposed improved FCM algorithm, first image into bl
zhongzhi
- 中值滤波器,窗口大小不变,可以实现快速排序-Median filter window size change, fast sorting
awmf
- 自适应加权中值滤波,可以调节窗口大小和中心像素的权重以及其他相关像素与中心像素的权重比例。-adaptive weighted median filter
adaptive-filter
- 一种自适应窗口大小的滤波方法,可以自适应的调整滤波时邻域大小。-A kind of adaptive window size of filter method, can adjust the adaptive filter size when neighborhood.
ImageReader
- 实现图像打开,显示灰度图,图像的放大缩小,显示正常大小和符合窗口大小 -Image open, display grayscale, image zoom, display the normal size and in line with the window size
IOtssuzipn
- 在目标与背景的尺寸比例非常接近时,应用otsu算法分割效果才比较好,因此对目标进行开窗分割非常有意义.也就说在在一定窗口大小内对目标进行otsu分割,窗口之外的图像能不变或者赋为0 程序源码中分别给出了算法.. 可直接使用。 -Very close to the size ratio of the target and background, the application otsu algorithm segmentation is better, so the target window
BersenSelfDefine
- 采用bersen算法对图像进行二值化,特殊的地方在于,可以人为的改动窗口大小,进行对比。-It accomplishes the work of binary to an image, using Bersen algorithm. This function has a space parameter, you can change it by yourself.
yuv2image
- 将YUV空间数据转换为图像,支持任意窗口大小-conversion YUV data to image
middle
- 中值滤波,输入任意的长宽,形成滤波的窗口大小,以及比例值,输入滤波后的图像。-Median filter
MedianFilter
- 中值滤波的源码,用冒泡求中值,滤波窗口大小可调-Median filtering source, with bubbles and median
zsy
- 中值滤波窗口大小影响滤波器性能,3×3滤波窗口可以很好地保持图像细节。提出一种新的自适应中值滤波方法。将3×3窗口中心的极值点作为候选噪声点,若候选噪声点仍然是7×7窗口的极值点,则该点即是噪声点。若以噪声点为中心的3×3滤波窗口的中值不是噪声,则噪声用中值替换。重复以上过程,直到没有噪声点被替换。-Median filter window size affect the filter performance, 33 filter window can be well preserving im
adptive-filter-for-additive-noise
- 加性噪声的自适应中值滤波,窗口大小在3*3到7*7之间变化,冈萨雷斯P241-the adptive filter for additive noise