搜索资源列表
将维对分和K均值算法分割图像
- 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
IMGCaputre
- <visual c++数字图像处理典型算法及实现>一书的第二章示例随机抖动法显示图像,很好的一本书和算法
365Rose
- SDK写的365朵玫瑰随机出现的算法,送给朋友是很漂亮的美境,希望大家多多改进-SDK to write the 365 roses were the algorithm, for a friend is a very nice U.S. territory, I hope Members can improve
thecodeofdigitalwatermarking
- 用伪随机虚里进行扩频的水印算法,抗攻击性强。-using pseudo-random spreading false Lane for the watermark algorithm, anti-attacking.
matlab_MRF_examples
- 基于马尔科夫随机场的图像分割matlab源码。包括ICM迭代条件模式求解最大后验概率算法。-based on the Markov random field image segmentation Matlab source. ICM conditions including iterative model for the largest posterior probability algorithm.
gibusi
- 模拟随机静态场景图象的吉布斯随机场模型图象生成算法code,-simulated static random scenes with the image of the airport Gibbs model image generation algorithm code,
zsfk
- 如果顺序选取像素点进行信息隐藏,势必会造成图象各部分统计特征的不一致,而导致了严重的安全问题。载体的第一部分和第二部分,也就是修改的部分和没有修改的部分,具有不同的统计特性,增大了攻击者对秘密通信的可能性。为了解决这个问题,可以随机间隔选取像素序列。此嵌入与提取算法与前面一小节所描述的顺序隐秘的算法基本相同,只是在选取像素序列时不再顺序而是随机间隔的选取。-order if selected pixel information hidden, it is bound to be part of
yon
- 随机产生符号数和概率算法的实现 很使用 特别对图象处理-randomly generated number and the probability of achieving algorithm is to use a special pair of image processing
watermark.m
- %基于DCT的水印算法 %数字水印处理系统主要由水印嵌入和水印检测两个过程。 %水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。 %水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。 %基于DCT变换的水印算法:将一个随机序列作为水印信号嵌入到图像DCT变换重要分量的幅度成分中(幅值较大的n个系数作为重要分量)。 %定义一个相似函数来检验水印提取是否成
ransac.rar
- ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。,ransac, random sample of the consistency algorithm used in image processing feature point matching.
ART2.rar
- 自适应随机共振算法实现,具体内容注释中会有解释.,Adaptive stochastic resonance algorithm, the specific content of the Notes will be explained.
mrfstereo
- 马尔科夫随机向量场立体匹配。计算机视觉中的经典算法。-Markov random vector field stereo matching. Classical computer vision algorithms.
watermarkbasedfft
- 基于傅立叶变换的数字水印的源代码,随机序列采用的置乱算法-the digital watermark based fft
houghyuan
- 一种快速的随机Hough变换圆检测算法,模式识别的经典实例,图像图像处理的源码-A fast randomized Hough transform circle detection algorithm, a classic example of pattern recognition, image processing of the source image
11
- K均值,随机产生一组数据并加以聚类,是学习图像处理的基础-K-means, random values, and clustering
RF_Class_C
- 用于对图像特征的分类,随机森林算法是一类很好的算法-For the classification of image features, random forest algorithm is a kind of a good algorithm
zoueywindow
- 利用随机算法计算一个数列中的中位数,返回结果一定正确,()
abgtf0
- 自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后()
基于SIFT算法的图像特征点提取与匹配
- 文章深入研究了 SIFT 特征点提取的原理及过程,以基于 K-D 树结构的近邻算 法对呈线性变换的两幅图像在不同视角和噪声干扰情况下进行了特征点的粗匹 配,并通过随机抽样一致性算法(Random Sample Consensus)进行特征点的提纯,删 除例如错误的匹配特征点对。针对粗匹配后误匹配点对较多导致的 RANSAC 算法 效率降低、运算时间变长的情况,论文以视差梯度约束对粗匹配点对进行预筛选, 提升了 RANSAC 算法的效率。根据匹配点对空间位置关系得出图像之间的变换模 型;最后将图像
随机游动分割算法
- 文件中附有随机游动分割算法的实现代码,有实例程序,和模板程序(The file contains the implementation code of the random walk segmentation algorithm, the instance program, and the template program)