资源列表
process
- 用matlab编写图像纹理特征提取的一个程序,可以用在图像处理中-Matlab image with the preparation of a texture feature extraction procedure can be used in image processing
1029Falsecoin
- 算法编程题,北京大学OnlineJudge 1029Falsecoin-1029Falsecoin
teapot
- 用c++画的茶壶(teapot),与计算机图形学OpenGL库-Using c++ painted teapot
tan
- 这是单源点最短路径的程序,当时是我大三做的。算法分析的课程。-This is a single-source-point shortest path procedure, was my third year to do. Analysis of algorithms courses.
factorization
- 对整数进行因数分解,输入整数,输出因数分解-Factorization of the integers
FRAME
- 文字细化和顾家话提取算法,是文字识别中非常重要的一部分-Text refinement and homely words extraction algorithm is a very important part of the character recognition
Imag_seg_ex
- 图像分割算法,可以将图像进行二值分割,简单好用易上手-Image segmentation algorithm for image binary segmentation
Lee
- 快速的Lee滤波算法,代码经过优化,修正和测试,能有效减少SAR图像中的斑点噪声。-Fast Lee filter algorithm, code optimized, modification and testing, can effectively reduce the SAR image speckle noise.
readWav
- This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >
Untitled2
- 利用matlab实现对图像的处理实现对图像的平移镜像旋转缩小放大-Using matlab image processing to achieve a mirror image of the rotating pan shrink enlarged
ppmpgm_read
- 用matlab实现的一个简单的ppm、pgm格式文件的读取操作-With a simple ppm matlab to achieve, read pgm format operation
OPenGL实现多边形填充
- 一个代码实现多边形填充,定点自定义,颜色给定。非常好用