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

搜索资源列表

  1. opencv

    0下载:
  2. opencv实现的目标跟踪程序,可以捕捉AVI视频中的运动目标并实现定位-opencv goal tracking program, you can capture video in AVI moving target and to achieve positioning
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9878482
    • 提供者:
  1. LPLocation_Test

    0下载:
  2. opencv 车牌定位 得到二值图像,然后再用形态学扩张与形态学侵蚀,使得目标轮廓不会出现影响判断的断点与连接,最后根据寻找米粒的方法把车牌定位-opencv license plate location to get binary image, then use morphological dilation and morphological erosion, making the target profile will not affect the judge' s break wit
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:375329
    • 提供者:zhazhiqiang
  1. BAH1

    1下载:
  2. 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11788251
    • 提供者:HUBO
  1. opencvCar

    1下载:
  2. 基于opencv的车牌识别程序,能实现目标跟踪,截图,车牌识别包括了打开图像、图像二值化、车牌定位、字符分割、字符识别等。-Opencv-based license plate recognition program, to achieve the target tracking shots, license plate recognition, including the open image, image binarization, license plate localization, c
  3. 所属分类:OpenCV

    • 发布日期:2017-02-20
    • 文件大小:11830197
    • 提供者:xingzhiwen
  1. Histogram

    0下载:
  2. 本代码实现图像的直方图反向匹配,用于目标识别定位-The code to achieve the image histogram reverse match for the positioning of target recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:24882
    • 提供者:任莹
  1. find_obj

    0下载:
  2. 在box_in_scene图片中找到box,即已知图像在目标图像中的定位检测-Found box_in_scene picture box, i.e. a known image in the target image, the location detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:3222
    • 提供者:z
  1. Object-Detection-Toolkit

    1下载:
  2. 目标检测与定位工具箱,附操作说明网页,会使用了很强大-Object Detection and Localization Toolkit
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:1654739
    • 提供者:老芦
  1. Image-expansion-areas--corrosion-

    0下载:
  2. 主要用于空间视觉定位时,目标区域的形态学处理,达到后期处理要求-When space is mainly used for visual orientation, morphology of the target area, which will reach the post-processing requirements
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2262627
    • 提供者:cheng hui
  1. test

    0下载:
  2. 人体检测,在静止的背景下,检测到运动的人体目标,从而实现人体定位-body detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2279310
    • 提供者:袁赛
  1. ImageDisplay_opencv

    0下载:
  2. 主要是通过c#和opencv来对ARM板上通过网络传回的图像数据进行接收和处理,通过轮廓搜索来对图像中的目标进行寻找和定位-Mainly through c# and opencv to ARM board image data returned by the network received and processed, to find and locate the image of the target by the contour search
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7213857
    • 提供者:chen
  1. HandDetector

    0下载:
  2. 这是一个人手识别程序,基于OpenCV,环境VisualStudio2013。 首先通过图片采集手势图像,而后进行减小噪声的滤波处理,根据肤色在YCrCb色彩空间中的自适应阈值对图像进行二值化处理,提取图像中所有的肤色以及类肤色像点,而后经过膨胀、腐蚀处理后,祛除小块的类肤色区域干扰,得到若干块面积较大的肤色区域;此时根据各个肤色区域轮廓特征进行甄选,获取目标手势区域,而后根据目标区域的特征进行识别,定位手心。-This is a staff recognition program, bas
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4902
    • 提供者:chengchi
  1. SIFTMATCH

    0下载:
  2. 利用SIFT算法,用opencv的2.4.9的库进行目标的匹配和定位-using the SIFT algorithm,match the object with opencv lib
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1378671
    • 提供者:dragonfive2015
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: 好的检测- 算法能够尽可能多地标识出图像中的实际边缘。 好的定位- 标识出的边缘要尽可能与实际图像中的实际边缘尽可能接近。 最小响应- 图像中的边缘只能标识一次,并且可能存在的图像噪声不应标识为边缘。-Canny goal is to find an optimal edge detection algorithm, the optimal edge detection means: Good test- a
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:12649
    • 提供者:ZHENGJINGRANG
  1. MeanShift

    0下载:
  2. MeanShift算法是一种无参概率密度估计法,算法利用像素特征点概率密度函数的梯度推导而得, MeanShift算法通过迭代运算收敛于概率密度函数的局部最大值,实现目标定位和跟踪,也能对可变形状目标实时跟踪,对目标的变形,旋转等运动也有较强的鲁棒性。MeanShift算法是一种自动迭代跟踪算法,由 MeanShift补偿向量不断沿着密度函数的梯度方向移动。在一定条件下,MeanShift算法能收敛到局部最优点,从而实现对运动体准确地定位。-MeanShift algorithm is a no
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:61205
    • 提供者:张聪
  1. KinectCoordination

    0下载:
  2. 利用了微软的Kinect v2 开发了基于深度图像的人体目标的检测跟踪与定位,结合了VS2013,Qt以及opencv视觉库,设计了该系统的GUI界面(Using Microsoft's Kinect V2, we have developed the detection, tracking and positioning of human targets based on depth images. Combining the VS2013, Qt and opencv visual libr
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:3701760
    • 提供者:Anonymous
搜珍网 www.dssz.com