搜索资源列表
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
ImageSearch
- 基于内容的图像检索示例代码,给定一幅原图像,在图像数据库中根据与原图像之间相似度的大小,搜索与原图像最接近的若干幅图像。本程序相似度主要以两幅图像之间直方图的距离为衡量标准,对此内容感兴趣的同学可以在此基础上加入更多的相似度判别算法。
tfidf---c
- 用c#写的tf/idf代码,用来进行文本相似度计算的
similarity.文本相似度计算余弦相似度代码
- 文本相似度计算余弦相似度代码,计算文本相似度,用于搜索引擎,Cosine similarity of text similarity computation code, the text of the similarity calculation for the search engine
Hownetusesemanticsimilaritytot
- 利用Hownet进行语义相似度计算的类,本代码是在C#版本上的改,Hownet use semantic similarity to the type of calculation
gusto-semsim-samples-0.8.0
- 一个在国外网站下的语义相似度程序,开源代码,随便下载-Abroad under a web of semantic similarity procedures, open source code, not download
image similarity
- 图像相似度检测,下面是直方图相交的代码,同种图片的识别率达90%以上,性能非常稳定。 程序的例子是8位(256色)位图,其他位图类似。 -Image similarity detection, the following is the histogram intersection of the code, the same kinds of picture identification rate of 90, performance is very stable. Procedure
ssim
- 图像的结构相似度,代码来源于Zhou Wang的网站,用 matlab开发。-Image structure similarity, code from Zhou Wang' s website, matlab development.
Videoplayer
- 本程序是一个基于MFC编写的WINDOS Media万能播放器程序,能够在一定程度上拥有暴风影音的一般功能,即能播放视频、音频,能够快进等.其界面与传统的暴风影音具有一定的相似度.本代码已经在VC6.0环境下调试运行成功.-This procedure is an MFC-based prepared WINDOS Media player universal procedures, to a certain extent, have the general function of the st
similar
- 你可以通过此段代码完成两个字符串之间的相似度的计算。然后根据相似度的值就可以判定两个字符串是不是匹配-This code you can complete the similarity between two string calculations. Then the value of similarity can be found not to match two strings
GraphVerify1.part05
- 完美、诛仙等游戏验证码答题反外挂系统的初级识别程序如题,完美、诛仙等游戏为了防止外挂,设置了验证码答题系统。 这种系统的答题方式是识别下图中有几个红色字表示的汉字。 这种图对汉字做了大量的扭曲变形、干扰线添加等工作,导致识别工作变的异常困难。 当初想搞这种设别是为因为毕业设计与此有关,现在毕设改了也就没用了。 下面这个工程是当初我做的识别系统扣出来的一部分,只实现了对某个字和标准字的 相似度对比部分。(对重叠汉字的区分识别、干扰线去除等操作还有点
batchCompare
- 该程序实现对文件夹中的单文件的C或C++源文件进行两两相似度比较,给出相似度百分比,使用时,要求比较的文件以.c或.cpp或.cc为扩展名,并放在c:盘compare文件夹中。程序使用的算法为,快速公共子串算法,可以对2W字符长度的代码进行评判。可用于教学当中,检测同生编程作业独立完成情况。-The program realized a single file folder of C or C++ source files pairwise similarity comparison, the
graph_similarity
- 基础代码。评价两个图形的相似度。给定两个01矩阵,采用卷积的方式评价两个图像的相似度。-Base code. Evaluation of the similarity of the two graphics. Given two 01 matrix, using convolution approach to evaluating the similarity of two images.
chengxvxiangsi
- 课程设计检测代码相似度,绝对可以用,检测c++神器,赶快下载吧!-Curriculum design detection code similarity
C-SIMILIARTY
- VC平台上开发检测代码相似度的系统,主要用于C源程序代码的检测-VC platform to develop code similarity detection systems, primarily for the detection of C source code
hasher
- 提取同级目录中文件夹名为"smali"的内容,该文件夹为apk经apktool反编译的结果。对函数调用api的顺序进行记录,生成函数调用api的序列。以此生成一个class和apk的调用序列。目的是检测代码相似度。-Extraction sibling directory folder named " smali" The contents of the folder by apktool results apk decompilation. Api function call
sdphptx
- ·采用深度学习(php)开发平台通用模块统一开发环境 ·合并搜索结果页 与前一版本差异: 功能相似度:100 界面相似度:100 文件结构相似度:50 代码结构相似度:50 代码相似度:50 Tags: 深度学习(php)通讯录(u-Using the depth study (PHP) development platform universal module unified development environment Com
jQuery仿百度新闻标签云关键词代码
- jQuery仿百度新闻标签云关键词代码,相似度极高。高端技术(JQuery copy Baidu news tag cloud keyword code)
代码相似度比较系统
- 比较代码相似度,以及登陆等功能,还可以两步验证哦(Compare code similarity, and landing and other functions)
曲线相似度
- 曲线相似度相关论文,我用实际代码验证过其中的部分算法,有兴趣的同学可以自己实现下。(Curve similarity related papers, I used the actual code to verify some of the algorithms, interested students can be implemented by themselves.)