资源列表
test
- 该方法利用人脸具有镜像对称的自然特性,依据奇偶分解原理,生成成镜像奇、偶对称样本,井利用人脸对称图像作为训练样本,再利用主分量分析(PCA)对训练样本进行二阶相关和降维处理,然后对处理后的样本进行ICA特征提取。理论和分析实验证明,该算法有效减线了人脸受到视角、光照、人脸表情、姿势变化等因素的最响,又增加了训练样本容量,减少了计算复杂度,同时有效解决了小样本问题,提高了识别率.(The method uses the natural characteristics of mirror symme
RLC of Binary Image
- 使用游程编码对二值图进行压缩和解压,适合学习,注释详细。 该编码属于无损压缩编码,是栅格数据压缩的重要编码方法。对于二值图有效。(This code belongs to lossless compression coding and is an important coding method for grid data compression. It is valid for the two value graph.)
realtimesuperpixel-master
- 运用基于密度的聚类算法实现了超像素的分割(The segmentation of super pixels is realized by using the clustering algorithm based on density)
SCoW-Watershed Superpixel
- 基于分水岭改进的图像分割算法实现图像分割(image segment by watered superpixel)
mean shift
- 用均值漂移实现超像素图像分割的代码大家有什么建议可以交流(image segment by MEAN-SHIFT)
ImageCenter
- 先对图像进行处理得到灰度图像,计算图像轮廓并计算图像重心。(Get the image outline and calculate the image center of gravity)
CurveLab-2.0.1
- 一副图片经过曲波变换后,会有cell矩阵,可以利用cell矩阵做一些分析。(a image curvelet transform)
match
- 实现图像的配准功能,为图像配准第三版原书程序(Realize the registration function of the image, and the third edition of the original book program.)
ransac
- use ransac to find the bet fitted plane
图像预处理
- 实现图像的预处理功能,提供了一些常用的图像预处理的代码,可以满足所有基本预处理的需要,包括读入图像,图像灰度转换,阀值,图像反色, 灰度线性变换,直方图均衡化,线性平滑滤波器,中值滤波器等。(Realize the preprocessing function of the image)
Vehicle_Detection_Recognition-master
- 车型识别图像处理MATLAB代码可运行适合新手入门只用(car recognization adapted rookie study playplay)
形态学
- 利用C++语言实现数字图像的压缩膨胀形态学处理(Morphological processing of images)