CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - boundary detection

搜索资源列表

  1. scenechangenan

    0下载:
  2. 通过视频的Shot Boundary Detection与音频结合,进行场景变换的检测
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:449313
    • 提供者:zhang
  1. testCollision

    0下载:
  2. 在MFC框架下,自己写的小球的碰撞检测小程序,实现边界检测和小球碰撞返回,效果还是不错的。-In the MFC framework, to write their own small ball collision detection procedures to achieve the collision boundary detection and small ball back, the effect is good.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:33802
    • 提供者:liupeng
  1. Edge_DEtection

    0下载:
  2. Edge detection is one of the most commonly used operations in image analysis, and there are probably more algorithms in the literature for enhancing and detecting edges than any other single subject. The reason for this that edges form the out
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:448057
    • 提供者:Image
  1. _video_shot_boundary_detection_using_frame-skippi

    0下载:
  2. video shot boundary detection
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1631112
    • 提供者:john wayne
  1. hw1

    0下载:
  2. Abstract—Three-feature based automatic lane detection al- gorithm (TFALDA) is a new lane detection algorithm which is simple, robust, and efficient, thus suitable for real-time processing in cluttered road environments without a priori knowledg
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2160
    • 提供者:Tai Kai I
  1. InewwImageImmn

    0下载:
  2. 按照论文《两种有效的图像增强算法及其应用》实现局局部边界检测增强算法与自适应增强算法,效果非常好。 -According to the paper, " two effective image enhancement algorithm and its application to achieve the Council' s local boundary detection enhancement algorithms with adaptive enhancement al
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:122577
    • 提供者:权力
  1. TGUISUSANh

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰 -Edge of the basic characteristics of the imag
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1097859
    • 提供者:干预
  1. uhhoough_lws

    0下载:
  2. 运用霍夫变换来实现图像的边界界检测,本代码实现圆与直线的检测 -Using the Hough transform to the boundary of the image boundary detection, the code to achieve the detection of circular and linear
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:30570
    • 提供者:尴尬
  1. CVEdge

    0下载:
  2. opencv 边界检测,边界用白线画出,是入门opencv新手必备-the opencv boundary detection, border with a white line, entry-opencv novice
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:2818507
    • 提供者:周文
  1. margain

    0下载:
  2. 这是自己开发一个基于颜色信息的视频边界检测程序,希望对研究视频摘要的人有所帮助。-This is to develop a video boundary detection based on color information, hope to help research video summarization.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:3698362
    • 提供者:mr liu
  1. Bpes

    0下载:
  2. Bpes是基于特征提取和特征选择的算法,多用于已分类的数据集中的边界数据的检测,对于边界数据中的未分类数据及模糊数据具有很好的检测效果。可适用于分类器的构建。-Bpes is based on the feature extraction and feature selection algorithms, used to have more classification, the data of the boundary of the data set of unclassified data
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:998795
    • 提供者:xixi
  1. buildboundary

    0下载:
  2. 边缘提取,指数字图像处理中,对于图片轮廓的一个处理。对于边界处,灰度值变化比较剧烈的地方,就定义为边缘。-Edge detection, digital image processing means for processing a contour image. For boundary gray value changes more violent place, it is defined as an edge.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:晁凤云
  1. otsu-edge-detect

    0下载:
  2. 先大津法计算全局图像的阈值,再用阈值分割找出肺实质区域,再填补肺实质空洞,实现用边界追踪检测肺实质边界的目的(The calculation of the overall image threshold Otsu threshold segmentation first, and then find out the lung parenchyma, and pulmonary parenchyma fill holes, trace detection boundary in the purpo
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:190464
    • 提供者:芥末茶
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

  1. Debug

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

    • 发布日期:2018-01-10
    • 文件大小:422912
    • 提供者:wang1112
搜珍网 www.dssz.com