资源列表
图像处理
- 将图片进行傅里叶变换,进行图像压缩,图像增强(Transform the picture into Fourier transform)
image reversal
- 1.图像反转 MATLAB程序实现如下: I=imread('xian.bmp'); J=double(I); J=-J+(256-1); %图像反转线性变换 H=uint8(J); subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(H);(1. image reversal The MATLAB program is implemented as follows: I=imread ('xian.b
EcualizadorMATLAB
- ecualizador en matlab con 10 bandas lo que permite ecualizar ademas de un sintetizador
图像处理
- 噪声在理论上可以定义为“不可预测,只能用概率统计方法来认识的随机误差”。实际获得的图像一般都因受到某种干扰而含有噪声。引起噪声的原因有敏感元器件的内部噪声、相片底片上感光材料的颗粒、传输通道的干扰及量化噪声等。(In theory, noise can be defined as "unpredictable, random errors that can only be recognized by probability and statistics". The actua
RAWtoBMP——数图实习
- 实现将RAW格式的图片转换为BMP格式的图片(Implement a picture in a RAW format to a BMP format)
code
- 框出齿轮并计算出齿轮的外径和内径,还计算出齿高(Frame out the gear and calculate the outer diameter and inner diameter of the gear)
Digital Image Processing
- 1.RAW格式转换为BMP格式 2.灰度线性拉伸 3.局部处理 4.几何处理 5.二值化 6.模板匹配 7.影像融合(1.RAW format converted to BMP format 2. grayscale linear stretch 3. local processing 4. geometric processing 5. binaryzation 6. template matching 7. image fusion)
验证码识别预处理源码VC6-FirstMAP
- 二值化,16色化,根据跨度去色,去横线,去纵线,多种去噪,多种分割,图像放大,自动批量操作(Binarization, 16 color, according to the span of color, to line to line, a variety of a variety of segmentation, denoising, image zooming, automatic batch operation)
OpenGLBresenhamCircle
- 输入圆心坐标和半径长度,利用Bresenham画圆算法交互式绘制圆。(Input the center of the center and the length of the radius, using the Bresenham circle algorithm to interactive drawing circle.)
main
- 基于opencv的surf图像特征处理,带有进行两张图像图像对比的程序(Opencv based surf image feature processing, with two image contrast programs)
main
- 图像处理,使用灰度直方图提取图像特征,支持多张同时进行(Image processing, using a gray histogram to extract image features, support multiple copies of the image at the same time)
AverageFiltering
- 用均值滤波方法实现对加入高斯噪声和椒盐噪声的图像进行去噪(The denoising of images with Gauss noise and salt and pepper noise is realized by means of mean filtering.)