CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - opencv 算法

搜索资源列表

  1. main

    0下载:
  2. ORB描述子,是比sift算法更加快速的图像特征点提取方法,检测的方法更加暴力。opencv已经实现。-ORB descr iptors, sift algorithm is faster than the image feature extraction methods, detection of the method is more violence. opencv has been achieved.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2240
    • 提供者:李联合
  1. OpenCV_Track

    0下载:
  2. 基于OpenCV实现的跟踪程序,其中用的是camshift算法,还利用到了直方图等信息-OpenCV implementation based on the tracking program, which is camshift algorithm used, also use such information to the histogram
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:22622
    • 提供者:xiaoing
  1. Image

    0下载:
  2. 在VC++上实现opencv处理图像的 常用算法 如 Soble,Canny,拉普拉斯,腐蚀,-Opencv processing images on VC++ common algorithms such as Soble, Canny, Laplace, corrosion, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2382467
    • 提供者:wanghui
  1. sift

    0下载:
  2. SIFT 算法图像识别 基于opencv 基于sift-SIFT algorithm based image recognition is based on opencv sift
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:23529022
    • 提供者:杨冬
  1. main

    0下载:
  2. 此代码在opencv下对各种滤波和边缘算法的比较与实现,同时滤波算法还加入了自己实现的东南大学一位博士生的自动检测噪声(高斯和脉冲)并处理的算法。-This code in opencv under various filtering and edge algorithm comparison, at the same time filtering algorithm also joined Southeast University, a doctoral student realize his
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:4197
    • 提供者:gangge
  1. call-Video-achieve-face-detection

    0下载:
  2. 调用视频实现人脸识别。基于haarcascades+adaboost算法使用opencv实现-Call the video face recognition. Use opencv achieve haarcascades+adaboost algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:5769
    • 提供者:谭德辉
  1. OpenRadar1.0

    1下载:
  2. 使用C++编写的激光雷达数据的读取和显示代码 用到OpenCV2.4,OpenCV下有很多图像处理的函数,进行激光雷达的处理时也是可以使用的。便于后面进行算法的开发和测试-Use C++ prepared lidar data read and display code uses OpenCV2.4, OpenCV under a lot of image processing functions, laser radar processing may also be used. Behind
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2190
    • 提供者:zoulin
  1. chongmatch

    0下载:
  2. 该匹配算法是用surf特征点和随机一致性算法共同完成的,精度高,可靠性好。代码是OpenCV,C++写的 效果不错。-The matching algorithm is surf feature points and random consistency algorithm together to complete, high precision, good reliability. Code is OpenCV, C++ write good results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1307290
    • 提供者:李增前
  1. txpj-opencv

    0下载:
  2. 图像拼接,sift算法的c算法,基于opencv的,一个大牛写得,很厉害的。-Image mosaic algorithm, C SIFT algorithm, based on OpenCV, a bull is written, very powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3931760
    • 提供者:levin
  1. opencv-key-frame

    0下载:
  2. opencv 程序代码 基于分镜头的关键帧算法。效果很好-good for new leareer
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3751
    • 提供者:彭涛
  1. LK算法

    0下载:
  2. 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2072576
    • 提供者:赵嘉慧
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
  1. Debug

    0下载:
  2. opencv实现基于标记的分水岭算法,并进行镜头边界检测(Opencv implementation of marking based watershed algorithm and shot boundary detection)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:422912
    • 提供者:wang1112
  1. harris检测

    0下载:
  2. 使用harris角点检测算法,对象进行检测,效果优秀速度快(Using the Harris corner detection algorithm, the object is detected, the effect is excellent and fast.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:876544
    • 提供者:yuwawa
  1. 图像处理经典算法及OpenCV程序

    0下载:
  2. 图像处理经典算法及OpenCV程序(基于opencv的use摄像头视频采集程序、基于opencv的use摄像头视频采集程序、基于opencv的两个摄像头数据采集、能激发你用代码做视频的冲动程序、图像反转(就是把黑的变白,白的变黑)、图像格式的转换、从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 、采用Canny算子进行边缘检测、角点检测、图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的)。。。。 )(Classical algorithm and OpenCV program f
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1682432
    • 提供者:独剑客
  1. 基于ORB算法的特征匹配

    0下载:
  2. 基于ORB算法的特征匹配,opencv,C++(matching based on ORB algorithm with opencv lib)
  3. 所属分类:其他

  1. opencv标记法实现连通区域 (1)

    0下载:
  2. 采用连通区域算法,实现目标区域的连通标记,有利于目标的分割(The connected domain algorithm, to achieve connectivity marking the target region, is conducive to the target segmentation)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:码能
  1. CFARnKF-master

    0下载:
  2. 雷达目标识别中的恒虚警算法,基于opencv和VS软件(Constant False Alarm Algorithm in Radar Target Recognition)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:王子的好
  1. sift

    0下载:
  2. 基于open cv的sift算法提取图像特征值的python程序(Python algorithm based on open CV's SIFT algorithm to extract image eigenvalues.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:ssli
  1. Retinex-master

    0下载:
  2. 利用retinex算法实现图像增强,基于亮度的自适应多尺度图像增强(Image enhancement using Retinex algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2489344
    • 提供者:浅笑smile
« 12 »
搜珍网 www.dssz.com