资源列表
ISODATA--based-onVCPP
- ISODATA(迭代自组织数据分析)算法,C++程序代码 -ISODATA (iterative self-organizing data analysis) algorithm, C++ code
ISODATA
- ISODATA(迭代自组织数据分析)算法,-ISODATA (iterative self-organizing data analysis) algorithm,
susan
- 主要思想就是:首先做一个和原图像等大的目标图像。然后用一个圆形的模板,用模板去遍历原图像每个像素,把模板内的每个像素都和模板中心像素比较,如果灰度小于一个阈值,那么就对目标图像当前和原图像相同位置的像素加一,直到结束。目标图像中在原图像是角点的位置就会取局部极小,所以做一个反向的相减。img=max(img)-img,if img<g,这里的g也是自己给定的阈值,我这里取了2*max(img)/3这样的阈值,g越大,得到的点就越多。这步之后角点的值就成为局部极大了。最后进行非极大抑制,去除
entropy_max_2d
- 最大熵交叉算法图像分割后面不知道要说什么直接加字的-max-2d ok
check4_29_2
- matlab的。阈值分割二值化后实现灰度图像直方图分析。垂直和水平的灰度投影显示在图表中。-matlab. achieve gray image histogram analysis after thresholding binarization. The vertical and horizontal gray projection displayed in a graph.
newtext
- matlab。首先采用阈值分割图像,然后对图像进行积分投影进行分析。-matlab. Firstly, the threshold image segmentation and image integral projection analysis.
vldmsers
- MATLAB 检测最大稳定极值区域,matlab版基于MSERs的文字检测方法-detecting MSERs,text detection and recognition of MATLAB
fuliyepinpu
- 将空间域的图像转换到变换域内,进行低通滤波去除噪声,然后转换到空间域,对去噪的图像进行傅里叶变换-The space domain image conversion in the transform domain, remove noise, low-pass filtering and then transform into spatial domain, the Fourier transform denoising image
wenlide-pinputezhengtiqu
- 将图像进行傅里叶变换计算原始图像的功率谱,对功率谱图像的每一点的像素提取特征-The image of Fourier transform to calculate the power spectrum of the original image, every bit of power spectrum image pixel extraction characteristics
P_Frame
- 本程序实现了MPEG-2P帧基本层编码和解码。图像大小为352*288.-This program implements the MPEG-2P base layer frame encoding and decoding. Image size is 352* 288.
Randon
- radon 变换,用C++编的,是一个 外国教授编的-radon transform, the C series is a series of the foreign professors-radon transform, C++ series, is one of the foreign professors-radon transform, the C series is a series of the foreign professors
instruction
- 使用c++进行数字图像处理的入门教程,使用cdib类-Digital image processing using c++ introductory tutorial
