CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - find object

搜索资源列表

  1. bivalue

    0下载:
  2. 图像处理二值化,利用模板匹配可以在一幅图象中找到已知的物体。比如抓拍到了一张射门的照片,要在该照片中找到足球的位置。这时就可以采用模板匹配的方法。所谓模板匹配,其实想法很简单:拿已知的模板(在本例中为足球的图象),和原图象中同样大小的一块区域去对。-binary image processing and using template matching the image to find a known object. For example, snapped a shot of the phot
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:45480
    • 提供者:中国
  1. camshift

    0下载:
  2. The source is to find the detecting object center in anti-projection image.particularly,it can detct colorful object.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5088
    • 提供者:黄春瑞
  1. snake

    0下载:
  2. snake 模型,使用OpenCV实现。可以实现代码自动轮廓的寻找。-snake modle. using OpenCV and VC++6.0. the code can find the contour of the object.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:185475
    • 提供者:国学大师
  1. 53607890facedetection

    0下载:
  2. 人脸检测的研究具有重要的学术价值,人脸是一类具有相当复杂的细节变化的自然结构目标,对此类目标的挑战性在于:人脸由于外貌、表情、肤色等不同,具有模式的可变性;一般意义下的人脸上,可能存在眼镜、胡须等附属物;作为三维物体的人脸影像不可避免地受由光照产生的阴影的影响。因此,如果能够找到解决这些问题的方法,成功地构造出人脸检测系统,将为解决其他类似的复杂模式的检测问题提供重要的启示。-Face detection can be regarded as a specific case of object-
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2993763
    • 提供者:力量
  1. dilationanderosion

    0下载:
  2. 腐蚀:用某种探针对一个图像进行探测,以便找出图像内部可以放下该基元的区域。他是一种消除边界点,使边界点向内部收缩的过程,可以用来消除小而且无意义的物体。 膨胀:将与物体接触的所有背景点合并到该物体中,使边界向外部扩张,膨胀对填补图像分割后物体的空洞很有用。 开运算:对图像先腐蚀再膨胀。通常用来消除小对象物、在纤细点处分离物体、平滑较大物体的边界的同时并不明显改变其体积等。 闭运算:对图像先膨胀再腐蚀。通常用来填充目标内细小孔洞、连接断开的临近目标、平滑其边界的同时并不明显改变其面积。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:459254
    • 提供者:lx
  1. find_obj

    0下载:
  2. open cv source code for find object
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2936
    • 提供者:qwertbb
  1. corresponding-points-matching-

    0下载:
  2. 输入两张图像,将自动进行同名点匹配,改程序主要应用与计算机视觉和遥感测量领域内。-For two pictures,which has the same object,the same points would be find use the program. This method is always used in the fileds of computer vison and remote sensinig survery.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:599637
    • 提供者:孟震
  1. testMeanShift

    0下载:
  2. 基于Opencv的MeanShift跟踪代码。MeanShift算法是目标跟踪领域应用较广泛的算法,轻量级,原理是求概率密度最大位置。-Opencv based MeanShift tracking code. MeanShift is widely used in object tracking. lightweight. the principle is to find the probability density maximum position.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:15504731
    • 提供者:Elaine
  1. image-segmentation

    1下载:
  2. 采用分水岭算法对图像进行分割。直接对图像进行分水岭算法,效果并不理想。本方法使用形态学重建技术对前景对象进行标记,求局部极大值,最终将分割好的图像进行伪彩色显示,让结果更加明显。适用于较复杂的图像分割处理。-Using watershed algorithm for image segmentation. Watershed algorithm for image directly, the effect is not ideal. This method uses morphological
  3. 所属分类:Special Effects

    • 发布日期:2016-05-24
    • 文件大小:118784
    • 提供者:
  1. OpticalFlow

    0下载:
  2. 光流是利用图像序列中像素在时间域上的变化以及相邻帧之间的相关性来找到上一帧跟当前帧之间存在的对应关系,从而计算出相邻帧之间物体的运动信息的一种方法。-Optical flow method is to use the pixels in the image sequence in the change of time domain and the correlation between adjacent frames to find on a frame with the correspondi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4377926
    • 提供者:陈天华
  1. video1

    0下载:
  2. matlab图像处理作业,对一段视频中的运动物体进行实时跟踪。利用surf进行每两帧图像的配准,并利用帧间差分法,找到物体轮廓,可追踪两个目标,请在matlab2013b环境下运行-Matlab image processing operations, real-time tracking of a moving object in video. Using surf every two frames of image registration, and use the interframe d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:207587
    • 提供者:贾程序
  1. Bee-algorithmeedgedetection

    0下载:
  2. Proposed edge detection method based on bee colony algorithm. Utilization Characteristics colony algorithm for image boundary quick search, too To a group of local optima, and then were local minima to start the search, to find the edge of the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:245666
    • 提供者:王飞
  1. meanshift code

    0下载:
  2. Mean shift算法是传统的目标建模的方法,即对欲跟踪目标进行建模,然后通过匹配的方式寻找到下一帧中目标的位置。但它又与传统的盲搜不同,它利用相邻帧之间目标位置变化不大的特点,采用迭代逼近的方式提高算法的搜索速度。(The Mean shift algorithm is the traditional method of target modeling, which is to model the object to be tracked, and then to find the posi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:19470336
    • 提供者:songshuai
  1. 机器视觉

    1下载:
  2. 单目视觉从图像中求取物体长度;多目视觉求基础矩阵并画极线;摄像机标定(The length of the object is obtained from the image by monocular vision; the multiocular vision is used to find the basic matrix and draw the pole line; the camera calibration is calibrated.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:4679680
    • 提供者:Zhangqian222
  1. Matlab火焰火灾烟雾识别系统[带参数,GUI界面]

    5下载:
  2. 一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的毕设选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。(1.Topic introduction This design
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-25
    • 文件大小:30653440
    • 提供者:www.wobishe.com
搜珍网 www.dssz.com