资源列表
diedaizuijiayuzhifenge
- 迭代最佳阈值分割——初始阈值选取为图像的平均灰度T0,然后用T0将图像的象素点分作两部分,计算两部分各自的平均灰度,小于T0的部分为TA,大于T0的部分为TB 计算,将T1 作为新的全局阈值代替T0,重复以上过程,如此迭代,直至TK 收敛,即TK+1 =TK
decode
- gif解码提取部分 包括gif的文件提取和lzw解码-gifdecode
minghua
- 世界名画陈列室由m*n个排列成矩形阵列的陈列室组成。为了防止名画被盗,需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视下,且所有的警卫机器人数最少。-Gallery by the world famous painting of m* n rectangular array arranged in the composition
StringExample
- 用String实现对身份证的辨别,按序排列-Achieve with String ID to identify, in descending order
klsjfoelf-dfa
- 最近研究的车牌识别系统中在DSP上实现,特奉上简单的图像处理源码-Recent studies have license plate recognition system implemented on the DSP, special offer simple image processing source code
PCA
- 线性主元分析,用于数据降维及压缩,分析数据组成成分-principal component analysis
lzw_enco_deco
- LZW implementation(enco-deco)
HuffmanCode
- 对给定的图像矩阵进行哈夫曼编码,并用matlab实现,求出压缩前后的压缩比-Given image matrix Huffman coding, and using Matlab to achieve compression ratio obtained before and after compression
edge
- 用扫描线法,确定鱼眼图像的轮廓,这在鱼眼校正过程中起到很重要的作用。-fisheye correction
zernike
- 采用zernike方法进行图像处理,适用于图像匹配,图像重建-The image processing method using zernike for image matching, image reconstruction
AffineTransform
- 实现图像的仿射变换功能 需在opencv环境中运行-image affine transformation
Region-growing
- 用matlab语言编写,以区域生长法分割图像,适合毕业论文-Using matlab language to region growing image segmentation for thesis