搜索资源列表
yuzhifengesuanfa
- 基于视频的车辆检测阈值分割算法研究 ^_^
Otsu_Thresholding
- java语言版的ostu算法,可用于计算灰度图象分层的阈值
apriori(java)
- Apriori算法是发现关联规则领域的经典算法。该算法将发现关联规则的过程分为两个步骤:第一步通过迭代,检索出事务数据库中的所有频繁项集,即支持度不低于用户设定的阈值的项集;第二步利用频繁项集构造出满足用户最小信任度的规则
图像分割的阈值算法实现
- 图像分割的阈值算法实现,看看吧
CannyEdge
- canny边缘检测的算法的JAVA实现.step1:用高斯滤波器平滑图象;step2:计算梯度的幅值和方向;step3:对梯度幅值进行非极大值抑制;step4:用双阈值算法检测和连接边缘 -canny edge detection algorithm to achieve the JAVA.
TextureSynthesisWithChange
- 带有阈值的块拼接纹理合成算法,即选择当前合成块时采用与特定阈值比较,而不是从最小误差块的一定范围内寻找合适的块-Patches with a threshold value of the texture synthesis algorithm, which select the current synthesis of block used with a specific threshold value, rather than from the smallest block error wit
class
- 中文文本分类可以对已经分好词的文本进行分类,先自己导入数据,用libsvm中的svm进行分类和预测,特征用tfidf算法,还利用卡方检验进行了特征选择,可自行设定阈值-text mining
CanopyExm
- Canopy聚类算法是一个将对象分组到类的简单、快速、精确地方法。每个对象用多维特征空间里的一个点来表示。这个算法使用一个快速近似距离度量和两个距离阈值 T1>T2来处理。 Canopy聚类算法能快速找出应该选择多少个簇,同时找到簇的中心,这样可以大大优化 K均值聚类算法的效率 。-Canopy is a clustering algorithm to group objects into simple categories, fast, accurate method. Each obj
K_gram
- 基本实现K_gram拼写校正算法。 使用TXT存储字典,每行存储一个单词。 阈值自己修订!-Basically K_gram spelling correction algorithms. Use TXT store the dictionary, one word per line storage. Revised threshold own!