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

搜索资源列表

  1. image-rescevory

    0下载:
  2. 图像篡改检测恢复的相关文章,主要是用自嵌入数字水印来处理-image tampering detection and recovery
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28291821
    • 提供者:哈哈
  1. 1-10

    0下载:
  2. 关于复杂背景下运动目标检测的相关论文第一部分-The first part of the relevant papers on the moving target detection in complex background
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6461685
    • 提供者:zhaoyue
  1. chuizhibianyuanjiance

    0下载:
  2. 垂直边缘检测的相关算法,源代码实现。辛勤劳动,请尊重劳动。-Vertical edge detection algorithms, source code to achieve. Hard work, respect for labor.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:367072
    • 提供者:ren
  1. FaceDetection

    0下载:
  2. FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Is a static face detection program FaceDetection Note FaceDetection need OpenCV li
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1668923
    • 提供者:wang
  1. renlianjiance

    0下载:
  2. 人脸检测相关程序。适合初学者。很简单。那带有详细注释。-The face detection procedure. Suitable for beginners. Is very simple. That with detailed notes.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-23
    • 文件大小:7196001
    • 提供者:李明让
  1. detect-and-trace

    0下载:
  2. 实现对人体的检测与跟踪 并有相关视频可以运行-detect trace
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6850328
    • 提供者:华建
  1. Face-Detection-Systemcode

    0下载:
  2. 人脸检测识别系统的图像处理源程序,相关图像识别领域的研究人员可以参考-Image processing source code of face detection and recognition system, the image recognition field researchers can refer to see
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:281940
    • 提供者:xiangzhihappy
  1. DrawingUnlock

    0下载:
  2. 此程序用于展示一个算法,画个图形,无论大小、位置,只要形状一样就能通过检测。可以用于一些要求不是很高的认证身份场合,用到了相似三角形的相关原理。【站长我实在不知道选哪个类别,帮忙一下好不】-This program could show an algorithm, that if you draw a graphic, even any size or location, when the shape is same, you will pass it. Used for some low re
  3. 所属分类:Fractal program

    • 发布日期:2017-04-06
    • 文件大小:58864
    • 提供者:Jackling喵
  1. Digital-image-Projects

    0下载:
  2. 其中第1章提供的是相关算法的核心程序,第二章为细胞识别统计系统,第三章为基于图像处理的相机自动调焦系统,第四章为运动检测系统,第5章由于是一个综合的商业程序,涉及到各种技术。 -Chapter 1 provides the core program of the correlation algorithm, Chapter II of the statistical system of the cell recognition, Chapter auto-focus camera based
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:8294778
    • 提供者:luye
  1. changedetection

    0下载:
  2. 三种变化检测:比值法、差值法、相关系数法-Three change detection: the ratio method, the difference method, the correlation coefficient method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:4483517
    • 提供者:nini
  1. tezhengpingjie

    0下载:
  2. 基于特征点匹配的拼接算法研究与实现,先利用相位相关法确定图像重叠区域,然后采用改进Harris角点检测算法 检测角点,再根据相似测度NCC(Normalized Cross Correlation)方法提取出匹配特征点对-Based on feature points matching stitching algorithm research and implementation, the first phase correlation method to determine the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:518009
    • 提供者:jie ge
  1. Angle-point-image-registration

    0下载:
  2. 针对多幅图像之间的图像配准问题,该文提出了一种新的图像自动配准算法。该算法应用Harris 角点检测方法获得角点信息。在匹配过程中。采用圆形区域和双向相关系数法进行相似性度量。采用圆 形区域,很好的解决了旋转问题;采用双向相关系数法,更加保证了匹配的精确度,减少误匹配率。初步 实验结果表明:该方法可以高效短时地实现图像间的自动配准。-Image registration problem between multiple images of the paper, a new autom
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:359273
    • 提供者:liu
  1. FindMoving

    0下载:
  2. 由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:9736542
    • 提供者:罗超
  1. salient_regions

    0下载:
  2. 图像处理中的区域检测,可以准确的分辨不用的图像区域。可以用在做图像分类等应用。里面有相关注释。-Area detection in the image processing, can accurately distinguish between the unused area of ​ ​ the image. Can be used in applications such as image classification. There are related Notes.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:2553
    • 提供者:blablabla
  1. shexiangtoudeweidaima

    0下载:
  2. 摄像头的相关处理,背景建模,运动物体检测,简单的思路-A correlation process of the camera, background modeling, the moving object detection, the simple idea
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:1451
    • 提供者:阿泉
  1. people-detect-and-height-measu

    0下载:
  2. 对任意标定过的场景进行行人检测,并测定出其身高,内附有自己标定的图片和相关算法的论文若干篇,people detect and height measurement
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:12698559
    • 提供者:李育博
  1. image-process-fundation

    0下载:
  2. 本书主要讲述了Visual c++数字图像处理典型算法及实现。全书共12章,分别介绍了数字图像编程基础、图像感知与获取、图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分割、图像配准、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。 目录 第1章 Visual C++数字图像编程基础 1.1数字图像处理概述 1.2图像
  3. 所属分类:Graph program

    • 发布日期:2017-11-01
    • 文件大小:91395
    • 提供者:杨天表
  1. opencv-movingdetecte

    0下载:
  2. 这是一款在opencv上实现的运动目标检测的源代码,有相关的MFC实现部分,希望大家喜欢-This is a moving target detection in opencv source code, to achieve some of the MFC, hope you like
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:48647
    • 提供者:李迪
  1. long-term-tracking

    0下载:
  2. 这是一种新的单目标长时间(long term tracking) 跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的显著特征点和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-This is a new single target for a long time (long term tracking) tracking algorit
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-06
    • 文件大小:1183846
    • 提供者:Zach Fu
  1. imm4695

    0下载:
  2. 多元统计分析中的典型相关分析m代码,可用于多元变化检测,各种统计分析-M code of canonical correlation analysis of multivariate statistical analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:32445
    • 提供者:王可
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com