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

搜索资源列表

  1. blocktrack

    0下载:
  2. 该代码是基于opencv的运动检测代码,其主要思想是通过团块检测运动目标,然后跟踪识别运动目标。-The code is based on motion detection opencv code, the main idea is to detect moving objects by mass, and then track the moving target identification.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2053642
    • 提供者:陈汤
  1. lsmpeizhun

    1下载:
  2. 本程序分割试图,并基于OpenCv显示左右影像,影像匹配为最简单的差绝对值和的方法,精度一般,但是大体的思路很清晰,注释很详细,很适合初学者掌握整个流程。-This procedure attempts to split, OpenCv show about image, image matching for the most simple difference between the absolute value of the method, the general accuracy, but
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2029943
    • 提供者:wuchenlong
  1. TrainLamp2013

    0下载:
  2. 1) PC软件系统架构:摄像机+USB图像采集卡+PC电脑+RS485模块 2) 嵌入式系统架构: 摄像机+嵌入式系统平台 3) 火车速度<=40KM/H 4) 实现轨道左侧的信号灯颜色检测,红,白,蓝三色 5) PC软件接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 6) 嵌入式系统接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 7) 测试环境:雨、雾、冰雪等天气的白天和夜晚环境下 目前在PC上进行了初步的算法实验,演示视频
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:5660802
    • 提供者:changhaixinxi
  1. CV6

    0下载:
  2. 利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:2218596
    • 提供者:
  1. OpencvCircleROI

    0下载:
  2. 利用opencv设置圆形roi的处理,可以根据这个思路按自己需要设置不同形状的roi-Using opencv set round roi treatment, according to this idea needs to be set according to their different shapes roi
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:117491
    • 提供者:python
  1. openxingtai

    0下载:
  2. 数学形态学进行图像处理的基本思想是:用具有一定形态的结构元素探测目标图像,通过检验结构元素在图像目标中的可放性和填充方法的有效性,来获取有关图像形态结构的相关信息,进而达到对图像分析和识别的目的。-Mathematical morphology for image processing of the basic idea is: with a certain form of structure element to detect the target image, through the tes
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10129408
    • 提供者:二龙
  1. intergal_example

    0下载:
  2. 在计算Haar-like特征时,积分图的思路所呈现出来的熟读优势更加明显。-In calculating the Haar-like features, integral image of the presentation of the familiar idea of the more obvious advantages
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1334
    • 提供者: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
    • 文件大小:10819
    • 提供者: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
    • 文件大小:10686
    • 提供者:zln
  1. SVM_Train_Predict_HOG

    1下载:
  2. 基于HOG+SVM行人检测,有训练好的文件,也有训练的过程,精读的话一般般,提供一种检测的思路-HOG+ SVM-based pedestrian detection, trained good document, but also the training process, intensive reading, then a general, to provide a detection idea
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:24917718
    • 提供者:李杰
  1. Subpixel-level-corner-detection

    0下载:
  2. 亚像素算法 的基本思路就是将一个像素再分为更小的单位。也就是说1个像素的灰度值分为56级-Subpixel subpixel algorithm algorithm basic idea is that a pixel will be subdivided into smaller units. That is the gray value of a pixel is divided into 56
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3462460
    • 提供者:苏晓朋
  1. Histogram-equalization

    0下载:
  2. 如果一副图像的像素占有很多的灰度级而且分布均匀,那么这样的图像往往有高对比度和多变的灰度色调。直方图均衡化就是一种能仅靠输入图像直方图信息自动达到这种效果的变换函数。它的基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。-If an image pixel occupies a lot of gray level and evenly distributed, so such images
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:234926
    • 提供者:张聪
  1. 车牌识别文档

    0下载:
  2. 车牌字符识别是字符识别的重要组成部分。车牌字符识别的最终目的就是将图像中的车牌字符转化成文本字符,车牌字符的识别属于印刷体识别范畴。 字符识别的基本思想是匹配判别。抽取待识别字符特征按照字符识别的原理和预先存储在计算机中的标准字符模式表达形式的集合逐一进行匹配,找出最接近输入字符模式的表达形式,该表达形式对应的字就是识别结果。(License plate character recognition is an important part of character recognition. T
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:598016
    • 提供者:令狐不冲
  1. Crack & Serial

    0下载:
  2. No tengo idea, ya dejenme subir esto por favor
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:623616
    • 提供者:migu3l705
搜珍网 www.dssz.com