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

搜索资源列表

  1. OPENCV+LBP implemantation

    1下载:
  2. 基于opencv库实现的LBP(Local Binary Pattern)的执行程序。
  3. 所属分类:源码下载

    • 发布日期:2011-07-04
    • 文件大小:9607
    • 提供者:neu001
  1. opencv的图像打开、二值化、取轮廓、反色及相关教程

    1下载:
  2. opencv的图像打开、二值化、取轮廓、反色及相关教程,opencv image open, binary, take contour, color and related anti-Tutorial
  3. 所属分类:其他小程序

    • 发布日期:2016-01-21
    • 文件大小:8173748
    • 提供者:wy
  1. opencv实现二值化图像的黑点计数并计算出连同区域的面积

    4下载:
  2. opencv实现二值化图像的黑点计数并计算出连同区域的面积 -use opencv to count the number of binary image s black point
  3. 所属分类:GDI/图象编程

    • 发布日期:2015-08-06
    • 文件大小:9876480
    • 提供者:august
  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
    • 文件大小:1174235
    • 提供者:北科
  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
    • 文件大小:34368512
    • 提供者: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
    • 文件大小:30780
    • 提供者:仝如强
  1. OpnCvTest

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

    • 发布日期:2017-05-20
    • 文件大小:5785239
    • 提供者:贺彪
  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
    • 文件大小:17866
    • 提供者:刘慧
  1. pyramid

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

    • 发布日期:2017-04-13
    • 文件大小:2311
    • 提供者: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
    • 文件大小:5314
    • 提供者:无梦
  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
    • 文件大小:1718929
    • 提供者:chen
  1. binary_image

    0下载:
  2. this code for creat binary image from threshold function in openCV library
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:8853
    • 提供者:Tawan
  1. DistanceTransform

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

    • 发布日期:2017-04-01
    • 文件大小:216115
    • 提供者:木头
  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
    • 文件大小:4498499
    • 提供者:王聪
  1. RemoveBlackConnectedComponents

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

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

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

    • 发布日期:2017-03-30
    • 文件大小:716554
    • 提供者: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
    • 文件大小:2817307
    • 提供者:无为君
  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
    • 文件大小:1050312
    • 提供者:姜宇
  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
    • 文件大小:10311704
    • 提供者:顾盼中
  1. opencv 基本全局阈值法--二值化

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

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