资源列表
k-means
- 增加椒盐噪声对图像进行去噪处理后,实现图像分割(Adding salt and pepper noise to image denoising,realization of image segmentation)
arcgis_js_v46_api
- 最新版4.6,arcgis for javascr ipt(4.6 arcgis for javascr ipt)
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.)
predictShape1
- 基于vs2010+opencv的平面图形识别,如三角形,圆形,菱形和矩形等。(Graphic recognition based on vs2010+opencv, such as triangles, circles, rhomboid and rectangle.)
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)
opencv 基本全局阈值法--二值化
- 图像二值化代码,使用全局二值化算法实现,效果不错(binary transfer algorithm)
opencv-3.2.0
- opencv3.0源码,图形处理的好资料,值得学习、研究(Opencv3.0 source code, graphic processing of good information, worth learning, research)
图像修复代码
- haclon的源码,使用于图像上特定文字的消除,代码仅供参考,没有通用性(Haclon source code, used in the image of the elimination of specific text, the code is for reference only, not universal)
ImageCenter
- 先对图像进行处理得到灰度图像,计算图像轮廓并计算图像重心。(Get the image outline and calculate the image center of gravity)