CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 分类算法

搜索资源列表

  1. k_means

    0下载:
  2. 实现K-means算法,高斯随机分布抽取数据 利用k-means算法实现分类-Implement K-means algorithm to extract the data using Gaussian random distribution of k-means classification algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1.54kb
    • 提供者:佑礼
  1. sift_descriptor

    0下载:
  2. opencv的sift算法 Video Retrieval System 视频分类与检索,世界trieckvid大赛使用参考-opencv The sift algorithm for Video Retrieval System video classification and retrieval, with reference to the World trieckvid Competition
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.35mb
    • 提供者:huweicn
  1. svm-detect-paper

    0下载:
  2. svm分类检测算法研究,用到opencv相关库,是论文来的,希望能够对所需者有用-svm detect paper
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:520.93kb
    • 提供者:毛渝南
  1. pca

    0下载:
  2. 模式识别里面的经典PCA算法,用OpenCV视觉开发库实现的。该算法主要用于训练分类器,然后来对人脸来进行识别。-PCA algorithm developed with OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2.97kb
    • 提供者:fa
  1. classifer

    0下载:
  2. 二分类问题采用包括逻辑回归、最小二乘法、感知器算法(按下space不断迭代)、svm线性分类,另外还有高斯分线性分类(待完善),针对平面上两类点进行分类-Second classification using logistic regression, the method of least squares, perception algorithm (Press space iteratively) svm linear classification, in addition to the Ga
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:4.2kb
    • 提供者:袁文
  1. K_Mean

    0下载:
  2. 关于K均值算法在遥感图像地物分类处理方面的应用-K-means algorithm in remote sensing image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:3.52mb
    • 提供者:邓刘昭芦
  1. 253f30664450

    0下载:
  2. 用于遥感图像分类处理的一个基于C++的遗传算法聚类程序-For remote sensing image classification based on genetic algorithm clustering procedure of the C++
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:178kb
    • 提供者:邓刘昭芦
  1. logistic-regression

    0下载:
  2. 采用随机梯度算法,来利用逻辑回归对训练集进行分类-Classify the training set by logistic regression
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1.25kb
    • 提供者:费梦娟
  1. 111

    0下载:
  2. opencv用已训练好的分类器检测视频算法-opencv video with a good classifier algorithm has been trained to detect
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1.18kb
    • 提供者:李聪
  1. OpenCV-camera-video-capture-sample

    0下载:
  2. 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7mb
    • 提供者:liang
  1. Adaboost

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器-Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers), and then set up these weak classifiers to form a stronger
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:10.57kb
    • 提供者:zln
  1. Adaboost

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器-Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers), and then set up these weak classifiers to form a stronger
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:10.44kb
    • 提供者:zln
  1. compressiveTracking

    0下载:
  2. 压缩跟踪 是一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒-Compression tracking A simple and efficient tracking algorithm based on compression perception. First use of random eligible for c
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3.42mb
    • 提供者:陈镜宇
  1. opencv_ann

    0下载:
  2. 使用opencv的机器学习模块用多层神经网络算法实现对二维特征的分类。并具有一定的可视化处理。只上传了主要代码。不包含工程文件-Opencv using machine learning module for two-dimensional feature free multilayer neural network algorithm. And have some visualization. Upload only the main code. It does not contain a p
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.28kb
    • 提供者:
  1. backprop

    0下载:
  2. bp神经网络的算法实现,主要用于分类,检测等,很有效的方法。-bp neural network realization algorithm for classification and testing
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3.44kb
    • 提供者:wjr
  1. haartraining

    0下载:
  2. 基于haar特征的分类算法,opencv代码,训练分类xml文件-Haar feature based classification algorithm, opencv code, training classification xml file
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:Joe
  1. classification

    0下载:
  2. 利用opencv和C++编写一个分类程序。主要是利用opencv自带的SVM算法进行编写。-Use opencv and C++ write a classified program. Mainly using opencv SVM algorithm comes prepared.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:任卫红
  1. MFCVIDEO

    0下载:
  2. 基于opencv的运动人流分类,采用了帧差法、DBSCAN聚类算法实现-Based on opencv motion flow classification, using the frame difference, DBSCAN clustering algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:14.58kb
    • 提供者:曾鹏鹏
  1. kmeans

    0下载:
  2. 基于windows平台和k-聚类算法,对平面点集进行聚类(Based on the windows platform and the k- clustering algorithm, the plane point set is clustered)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:1012kb
    • 提供者:yuwawa
  1. knn

    1下载:
  2. 通过knn分类算法识别魔方的色块颜色,加入是否识别成功判断,成功识别率比阈值法识别更高。有完整的备注(Through the KNN classification algorithm to identify the color block of the cube, the success rate is higher than the threshold method. Code has complete comments)
  3. 所属分类:OpenCV

    • 发布日期:2020-10-31
    • 文件大小:1kb
    • 提供者:tjr2099
« 12 »
搜珍网 www.dssz.com