搜索资源列表

  1. experiment-weather-classification

    0下载:
  2. 此代码进行了,晴天以及雨天的天气分类,提取hog特征,再用svm进行训练,达到分类目的,准确率86 -This code was carried out, and classification of sunny and rainy weather, hog feature extracting, reoccupy SVM training, to achieve classification, accuracy of 86
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:119808
    • 提供者:陈云帆
  1. facedetect-test

    0下载:
  2. 基于hog特征与支持向量机的方式,使用opencv自带的haar特征分类器,检测人脸-Adapt to hog feature and support vector machine (SVM) method, based on positive and negative samples opencv training face,
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:14057472
    • 提供者:会员
  1. pedestrian-detection

    0下载:
  2. Pedestrian detection python hog
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:18009088
    • 提供者:kin
  1. Image_Feature

    0下载:
  2. 图像特征的提取,包括HOG特征和LBP特征。-image feature extraction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:
  1. svm_gesture_recognition

    1下载:
  2. 基于opencv的手势识别 1、hog : hog特征提取 2、hogTainer : 样本训练,利用了SVM方式 3、gestureRecognition : 手势识别,利用了训练得出的线性分类器进行识别分类 训练样本在hog文件夹中,对应gesture_a到gesture_e ,五种手势-Gesture recognition 1, hog: hog feature extraction 2,
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:13327360
    • 提供者:BoYK
  1. HOG

    0下载:
  2. 不错的图像处理程序,但是有问题,不知道怎么修改-Good image processing program, but there are problems, I do not know how to modify the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:32431104
    • 提供者:黄征
  1. cvHog

    0下载:
  2. opencv hog human body detector
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:glare
  1. proj4

    0下载:
  2. 使用滑动窗的人脸检测,滑动窗口能够独立地对图片块进行分类,以确定是否属于被检测目标。内容如下: 1)载入正样本训练集(人脸),并将其转化为HoG特征 2)载入负样本训练集(没有人脸的任意场景),也将其转化为HoG特征 3)使用SVM,对分类器进行训练,训练集包括正训练集和负训练集 4)使用训练好的分类器,在不同的尺度上,对测试集进行分类 -Face detection with a sliding window.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:雪诺
  1. HOG

    0下载:
  2. 计算数字图像的梯度直方图信息,得到特征描述子矩阵,适用于matlab开发环境中-Histogram of Oriented Gradient
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:周磊
  1. opencv_test

    0下载:
  2. hog+svm行人检测,vs2010平台。可用,但是识别率不是很好,这只是比较基础的,想要提高识别率需要自己修改。没有样本,请自己收集。-hog+svm Pedestrian Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:8752128
    • 提供者:java093
  1. testHogVSM

    0下载:
  2. 将样本分类为正样本,负样本,难以辨别样本,依次标记为1,-1,-1,通过hog计算各类样本特征,以xml形式写入vsm模型。测试样本时,只需要加载xml文件,计算出测试样本的hog特征,通过预测函数即可得出他属于哪一类别。-The samples are classified into positive samples, negative samples, and the samples are difficult to disting
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:8975360
    • 提供者:曹霞
  1. HOGPSVM_opencv_detection

    0下载:
  2. 在vs2013平台下,利用opencv中的HOG特征加SVM分类器进行车标识别。-In the VS2013 platform, the use of opencv in the HOG feature SVM classifier for vehicle identification.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:12227584
    • 提供者:liwei
  1. features

    0下载:
  2. 图像识别与跟踪中,HOG特征为效果较好的一种特征,代码为HOG的特征提取。-In the image recognition and tracking, the HOG feature is a better one, and the code is HOG feature extraction.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:luojian
  1. hog

    0下载:
  2. 该代码是基于opencv的行人检测代码,自己加了些注释,希望对大家有所帮助-The code is based on the opencv pedestrian detection code, added some notes, we want to help
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:vip3
  1. HOG_vedio_detect

    0下载:
  2. HOG行人检测 基于HOG的视频行人检测-HOG detective
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-21
    • 文件大小:8397824
    • 提供者:luojiawen
  1. LaneDetection

    0下载:
  2. 车道识别,hog+svm, 可以直接用,代码简单易懂。-Lane recognition, hog+svm, can be directly used, the code is easy to understand.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-21
    • 文件大小:18779136
    • 提供者:邹家帅
  1. xingren_hog

    0下载:
  2. 在opencv平台上基于hog特征的对图片上的行人检测,并标出目标区域-Based on OPENCV pedestrian hog feature in the image on the opencv detection platform, and mark the target area
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:8196096
    • 提供者:王旭
  1. HogTest

    0下载:
  2. Hog描述子,主要是用于行人检测,代码直接运行即可-hog descr iption
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:26477568
    • 提供者:陶峰
  1. ImageaVideo-Matlab-Toolbox

    0下载:
  2. 这是一个matlab工具箱,里面包含图像和视频处理的代码,行人检测的相关代码,包含ACF,meanshift,HOG等的matlab源码-This is a matlab toolbox, which contains image and video processing code, pedestrian detection of the relevant code, including ACF, meanshift, HOG, etc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:57963520
    • 提供者:aily
  1. OpenCode_luzhenbo

    0下载:
  2. [原创]混沌分析,聚类分析,支持向量机,群体智能优化,深度学习(卷积神经网络)Matlab工具箱全开源版本下载 作者: 陆振波 毕业院校:海军工程大学,船舶与海洋工程(水声工程),博士 精通方向:信号处理,图像处理,人工智能,模式识别,支持向量机,深度学习,机器学习,机器视觉,群体智能,非线性与混沌,Matlab与VC++混编,大数据 擅长技能:团队激励,战略规划,企业文化,组织架构,C,C++,Matlab,OpenC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1847296
    • 提供者:陆振波
« 1 2 ... 16 17 18 19 20 2122 23 24 »

源码中国 www.ymcn.org