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

搜索资源列表

  1. thin.rar

    1下载:
  2. 应用OPENCV编写的,输入一张二值图片,根据细化算法细化成单像素的二值图像。,OPENCV prepared application, enter a two-valued picture, refined into a thinning algorithm based on single-pixel binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:北科
  1. MRF-benchmarks

    1下载:
  2. markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (
  3. 所属分类:Special Effects

    • 发布日期:2015-11-09
    • 文件大小:32.78mb
    • 提供者:jhdai
  1. opencv

    0下载:
  2. 基于OPENCV对图片进行灰度变换、二值变换、窗口变换、线性变换以及均衡处理-OPENCV the picture based on gray-scale transformation, binary transform, the window transform, linear transformations, and equalization
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:30.06kb
    • 提供者:仝如强
  1. OpnCvTest

    0下载:
  2. 用OpenCv和vc++实现图像处理的基本功能,有效利用OpenCv,包括读入并显示图像,边缘检测,加噪声以及锐化处理-OpenCv and vc++ to Canny Sobel Binary and GradSharp opreator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.52mb
    • 提供者:贺彪
  1. 111writer

    0下载:
  2. 采用opencv编写,可以保存视频,例如检测后的二值视频,可以保存为avi格式,比较好用,自己编写-Opencv used to prepare, you can save video, for example, after detection of binary video, you can save it as avi format, more convenient, I have written
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:17.45kb
    • 提供者:刘慧
  1. pyramid

    0下载:
  2. OPenCV: 对二值图像进行金字塔处理 -OPenCV: binary image of the pyramid to deal with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.26kb
    • 提供者:wudp
  1. kmean

    0下载:
  2. 基于OpenCV的二元吗,实现了划分随机分布点集的K-均值算法。按照类别分组的输入样本顺序输出包含样本类别索引的数组labels(i),存储在样本矩阵的第i行中。-Based on the binary OpenCV吗, implementation of the demarcation point set of randomly distributed K-means algorithm. Input in accordance with the type of packet contains
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5.19kb
    • 提供者:无梦
  1. max_area

    0下载:
  2. 二值化图像,求最大连通区域,然后分割最大连通区域,用opencv开发-Binary image, and the largest regional connectivity, and then split the largest connected region, with the development of opencv
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1.64mb
    • 提供者:chen
  1. DistanceTransform

    0下载:
  2. 距离变换,图形图像处理中经常用到的,把一个二值图像变为灰度图像-Distance transform, Computer Graphics often used, to a binary image into a grayscale image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:211.05kb
    • 提供者:木头
  1. connect

    0下载:
  2. 对图片以及视频帧进行连通域提取,环境需要opencv vs2005,必要的配置,连通域的算法是基于递归的二值图像标记算法。-Frame of the picture, and video connectivity components extraction, environmental needs opencv vs2005, the necessary configuration, connected components algorithm is based on the recursive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.29mb
    • 提供者:王聪
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1.2kb
    • 提供者:
  1. hello2

    0下载:
  2. opencv 运动目标的识别,二值化模板-opencv recognition of moving objects, binary template
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:699.76kb
    • 提供者:kyle
  1. opencv-2.5-windows-binary

    0下载:
  2. opencv的windows版源代码,版本号:2.5.0,是一款学习opencv的比较有参考价值的源代码。-the source code of opencv,the verson number is:2.5.0. it is good value for learning opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.69mb
    • 提供者:无为君
  1. plateidentify

    1下载:
  2. 车牌识别 opencv 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-License plate recognition opencv The first open a picture and then follow the order of grayscale, binary, gray stretch,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1mb
    • 提供者:姜宇
  1. Brief_Test

    0下载:
  2. BRIEF(Binary Robust Independent Elementary Features)特征检测,调试都可以使用。效果不错。-Binary Robust Independent Elementary Features (The BRIEF) feature detection, debugging can be used. Good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:9.83mb
    • 提供者:顾盼中
  1. OpenCV

    0下载:
  2. 二值化一幅图像,用不同彩色填充连通域(连通分量),在二值图像中找出轮廓并存储。-Binarized image, communicating with a different fill color field (connected component) to identify the outline of the binary image and stored.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:646.46kb
    • 提供者:唐琦
  1. LBP+opencv

    0下载:
  2. Local binary patterns (LBP)+opencv
  3. 所属分类:OpenCV

    • 发布日期:2014-01-16
    • 文件大小:8.11mb
    • 提供者:LanceCheng
  1. binary

    0下载:
  2. 利用opencv对图像进行处理,得到灰度图像,并得到二值化图像-Using opencv image processing, get grayscale images, and get binary image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1.68mb
    • 提供者:徐婉茹
  1. opencv

    1下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
  3. 所属分类:OpenCV

    • 发布日期:2015-11-24
    • 文件大小:1kb
    • 提供者:何朝杰
  1. opencv 基本全局阈值法--二值化

    0下载:
  2. 图像二值化代码,使用全局二值化算法实现,效果不错(binary transfer algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-11
    • 文件大小:716.86kb
    • 提供者:天天田田
« 12 3 4 »
搜珍网 www.dssz.com