CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - SVM 检测

搜索资源列表

  1. HOG-LBP-detection

    4下载:
  2. 该程序分别提取正负样本图像的HOG和LBP特征,利用支持向量机进行样本训练,得到行人分类器。利用训练好的分类器进行检测,实验结果表明,该方法可以有效检测出图像中的行人,并达到了较好的检测结果。-A novel approach based on combining Histogram of oriented gradients (HOG) and LocalBinary Pattern(LBP) is suggested in the program.Also liner SVM is acte
  3. 所属分类:其他小程序

    • 发布日期:2013-02-16
    • 文件大小:13.91kb
    • 提供者:邵文
  1. FaceDetection

    0下载:
  2. 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:875.84kb
    • 提供者:ashura
  1. svm 入侵检测-1

    0下载:
  2. 模式识别中的入侵检测算法1,不错的内容啦-pattern recognition of an intrusion detection algorithm, as well--
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:2.67mb
    • 提供者:陈萍
  1. objectdet20070707

    1下载:
  2. cvpr07年 对象检测代码 hog+svm,压缩包里含有行人,车辆等分类器,可以直接检测-cvpr07 on object identification code hog+ svm, compression bag with pedestrians, vehicles and other classifiers
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-06
    • 文件大小:5.33mb
    • 提供者:liurui
  1. botdigger

    0下载:
  2. 基于api hook技术的未知病毒检测工具,可以用来学习。使用api hook工具获取刻意进程的api 序列,以api短序为特征输入svm进行识别。-Api hook technique based on the unknown virus detection tool to learn. Tools for use api hook api deliberate process sequence to a short sequence featuring api import svm for
  3. 所属分类:Hook api

    • 发布日期:2017-05-23
    • 文件大小:6.9mb
    • 提供者:卜少锋
  1. hog

    0下载:
  2. HOG+SVM 应用OPENCV来检测人体图像中是否有人-HOG+SVM application the OPENCV to detect whether someone in the human body image
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:117.13kb
    • 提供者:熊伟
  1. cppHoG-raw-RBF

    0下载:
  2. HOG特征 加上 SVM训练方法的程序,可以实现人体检测、人脸检测,从CSDN上下载的,本人使用了,可以使用,但需要安装opencv2.0以上版本,其余的版本我没试过-HOG feature program plus SVM training methods, you can achieve human detection, face detection, download from CSDN, I use, you can use, but need to install opencv2.0
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:94.3kb
    • 提供者:nihongyin
  1. libsvm

    0下载:
  2. 随着计算机和网络技术应用的日益普及,网络安全问题 日显突出。来自计算机系统外部和内部的入侵者可能会对系 统进行破坏,或者试图窃取客户的个人信息。为了保证计算 机系统及信息的安全,网络入侵检测技术得到了发展和应用。-In order to optimize test efficiency of Intrusion Detection System(IDS) based on Support Vector Machine(SVM), a new intrusion detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:218.43kb
    • 提供者:闫雪
  1. [2013-05-22]svmtrain1

    0下载:
  2. SVM训练检测 SVM训练检测 -SVM train detectionSVM train detectionSVM train detection
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:4.24mb
    • 提供者:cliff.huang
  1. peda_detect

    0下载:
  2. 行人检测实现代码,利用hog特征和harr特征,svm分类器实现-Pedestrian detection code, the use of hog features and harr characteristics, svm classifier to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.05kb
    • 提供者:袁庭荣
  1. VSM

    0下载:
  2. 向量空间模型svm,主要用于检测文档间的相似度。-Vector space model svm, mainly used for detecting the similarity between documents.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:zhd
  1. pv_gudao

    0下载:
  2. 基于SVM和dbs的孤岛检测matlab代码-An island detection based on SVM and DBS matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-06-12
    • 文件大小:18.83mb
    • 提供者:luoyi
  1. PeopleDetect-master

    0下载:
  2. 使用HOG特征和SVM分类器来进行行人检测,通过svm训练分类器得到人的特定参数-Pedestrian detection using HOG features and SVM classifier, and the specific parameters are obtained by SVM training classifier.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:293.94kb
    • 提供者:王慧
  1. PeopleDetection-master

    0下载:
  2. 使用MATLAB语言,利用HOG特征和svm分类器来实现行人的检测-Using MATLAB language, the use of HOG features and SVM classifier to achieve pedestrian detection
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:7.58kb
    • 提供者:王慧
  1. hog_svm

    1下载:
  2. hog+svm的Demo,实测可以运行,搭配INRIA图片集准确率为0.96. 不足:直接把图片缩小为64*128来检测,window的滑动没有。(the demo of HOG+SVM, could run,; not enough: it resize image to 64*128. the window have no slide.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:500kb
    • 提供者:赤子
  1. 利用Hog特征和SVM分类器进行行人检测

    0下载:
  2. 利用Hog特征和SVM分类器进行行人检测(Using Hog features and SVM classifiers for pedestrian detection)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:56.42mb
    • 提供者:Elena0806
  1. hog_svm

    0下载:
  2. 利用hog特征以及svm实现两个类别图像的分类(Classification of two categories of images using hog features and SVM)
  3. 所属分类:其他

  1. 程序

    1下载:
  2. SOM-SVM模型是利用SOM的聚类特点,将含有相同特征的输入样本聚集在一起,并把离聚类中心较远的输入样本舍去。经过20%的样本压缩后,将含有代表性的小样本再送入SVM进行训练。本文的样本集通过实验平台采集,验证了基于支持向量机的频谱感知方法在实际数据测试条件下也能取得很好的感知性能。仿真结果表明,SOM-SVM模型在低信噪比下,频谱检测率接近100%,检测错误率也得到了很好的改善。(The SOM-SVM model is based on clustering characteristics
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:56.49mb
    • 提供者:迪迪22
  1. 信用卡欺诈检测-基于不平衡数据处理的研究

    0下载:
  2. 信用卡欺诈不平衡数据预测,主要用到的是SVM,python工具,主要是基于数据不平衡进行处理。(Credit card fraud unbalance data prediction, the main use of SVM, python tools, mainly based on data imbalance processing.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:736kb
    • 提供者:echohu
  1. fapiao

    1下载:
  2. 主要实现的是发票的文字区域的检测,采用的SVM训练器进行分类,同时对区域进行划分并且识别出主要文字。(The main task is to detect the text area of invoice. The SVM trainer is used to classify the text area and recognize the main text.)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-04
    • 文件大小:8.16mb
    • 提供者:LEO cheng
« 12 »
搜珍网 www.dssz.com