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

搜索资源列表

  1. haarcascade_frontalface_alt2

    0下载:
  2. OpenCV正面人脸检测级联分类器训练结果haarcascade_frontalface_alt2-OpenCV frontal face detection cascade classifier training results haarcascade_frontalface_alt2
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:84790
    • 提供者:youxia
  1. haarcascade_frontalface_default

    0下载:
  2. OpenCV正面人脸检测级联分类器训练结果haarcascade_frontalface_default-OpenCV frontal face detection cascade classifier training results haarcascade_frontalface_default
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:128387
    • 提供者:youxia
  1. HaarPSRC=Vehicle-detection

    0下载:
  2. 运用harr特征+SRC(稀疏表示)分类实现的一种车辆检测方法,文件中提供了训练和测试车辆图片。由于时间原因,所用haar特征没有优化,维度过高,导致滑窗框图过慢,本代码只输出效果统计数据,以供大家参考学习稀疏表示在车辆检测中的应用。-Using harr feature+SRC (sparse representation) classification to achieve a vehicle detection method, the paper provides a training a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:11819806
    • 提供者:高晨旭
  1. tangmin

    0下载:
  2. 实现车的训练和检测,运用adaboost分类器方法-Training and testing to achieve the car, using adaboost classifier method
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6709600
    • 提供者:yuanjing
  1. Oil-spill-detection-in-SAR-images

    0下载:
  2. 一个溢油检测算法,先检测暗区目标,再进行特征提取,然后分类识别-We present algorithms for automatic detection of oil spills in synthetic aperture radar (SAR) images. The algorithms consist of three main parts, namely: 1) detection of dark spots 2) feature extraction from the
  3. 所属分类:Energy industry

    • 发布日期:2017-04-10
    • 文件大小:1208597
    • 提供者:jack w
  1. DetectFace2

    0下载:
  2. 这是一个利用opencv实现的,基于Haar分类器的人脸检测的程序-This is a program used to detect the faces in a picture based on the Haar classifier
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4320712
    • 提供者:姚帅
  1. pedestrian-detection

    0下载:
  2. 提供了一种基于HOG特征的智能行人检测(SVM分类器)-HOG-based pedestrian detection feature intelligent (SVM classifier)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:71581
    • 提供者:陈欢
  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
    • 文件大小:1076
    • 提供者:袁庭荣
  1. llde_cmb

    0下载:
  2. 人脸检测一直是人们在研究的问题,流形学习用于人脸检测中的特征提取,用PCA与constructM进行降维,KNN分类器用于分类。取得非常好的效果。-Face detection has been the problem of people in the study, manifold learning for face detection feature extraction using PCA and constructM dimension reduction, KNN classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:981071
    • 提供者:abcpei
  1. RandomForest-C-version

    0下载:
  2. 随机森林是机器学习领域中一种有效的组合学习模型。在目标检测识别算法中,随机森林被证实在分类中具有很好的性能和效果。提供随机森林源码以供学习参考。-Random Forests field of machine learning is an effective combination of learning model. Target detection and recognition algorithms, random forests was confirmed in the classifi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2153148
    • 提供者:聂静
  1. FaceDetect

    0下载:
  2. 介绍了人脸检测的算法,然后分析人脸检测算法在CPU上执行的效率,最后找到在GPU上利用OpenCL并行优化基于haar层级分类器的通用方法,从比较宏观的角度介绍了优化方法,给出了基于图像金字塔和级联分类器的算法的通用优化方法-Introduced face detection algorithm, and then analyze the face detection algorithm running on the CPU efficiency, and finally found the G
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-06
    • 文件大小:1445238
    • 提供者:站张
  1. 1004-9762(2011)01-0056-05

    0下载:
  2. 基于协议分析和SVM 多分类的入侵检测系统研究*-Multi-protocol analysis and SVM based classification Intrusion Detection System*
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:314002
    • 提供者:Tom
  1. fuzzynet

    2下载:
  2. 用Matlab实现的模糊神经网络模型,用于检测和评价水质情况,并进行预测,压缩包里包含了数据集和源程序。具体的应用可以根据用户的需求稍作更改,可用于分类。-Using Matlab fuzzy neural network model for the detection and evaluation of water quality, and to predict the compressed bundle contains the data sets and the source. Speci
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-19
    • 文件大小:19456
    • 提供者:韦航
  1. main

    0下载:
  2. 用Harr特征分类器进行人脸检测,级联分类器 采用opencv中已经完成的人脸训练模型-Harr features classifier using face detection, cascade classifier has been completed using opencv face training model
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1556
    • 提供者:ALMA CHOW
  1. FaceDetectionDlg

    0下载:
  2. 应用OpenCV进行人脸检测。Adaboost算法实现起来比较复杂,应用OpevCV提供的函数和分类器进行人脸检测将十分容易。-Application of OpenCV for face detection. Adaboost algorithm to achieve more complex, applications provided by OpevCV function and classifier for face detection will be very easy.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7436
    • 提供者:ledonJu
  1. imagetexturedemo

    0下载:
  2. 这个程序可以实现图像的纹理检测,然后进行分类!-This program can detect image texture,and classic!
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2065
    • 提供者:ofillions
  1. lkdemo

    0下载:
  2. 这个程序可以实现图像的纹理检测,然后进行分类!-This program can detect image texture,and classic!
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2055
    • 提供者:ledonJu
  1. Hyperspectralterrain-classfic

    0下载:
  2. 高光谱图像的第五分类技术,对光谱分析并对比检测出地景的算法-Fifth hyperspectral image classification techniques, algorithms for spectral analysis and contrast detect landscapes
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4867541
    • 提供者:hotboykang
  1. pic

    2下载:
  2. 用c#和emgucv实现了hough变换检测圆和最大类间方差和k均值聚类分割图像,k均值聚类的函数可填写分类数和迭代次数的阈值,而且是基于灰度的。(ps:函数都是自己实现的,但是读取图片信息用的是emgucv自带的函数)-With c# and emgucv achieved between hough transform circle detection and maximum variance and k-means clustering image segmentation, the fu
  3. 所属分类:Special Effects

    • 发布日期:2015-04-22
    • 文件大小:25356288
    • 提供者:妮乐
  1. Pedestr-ian-Detection

    0下载:
  2. 基于多特征的AdaBoost行人检测算法, 提出一种融合灰 度和轮廓信息的新的多特征综合表示方法. 该方法通过统计样本的权重直方图建立分类模 型, 并用多个直方图的乘积表示样本在多特征下对应的联合概率分布-AdaBoost pedestrian detection algorithm based on multi-feature, presents a fusion of grayscale and contour information of the new multi-feature
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:666336
    • 提供者:hengluo
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 28 »
搜珍网 www.dssz.com