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

搜索资源列表

  1. 基于opencv2.2的大津法分割

    1下载:
  2. 基于opencv2.2的大津法分割,大津法是一种自适应的阈值分割方法,应用较广,按灰度特性,将图像分为背景和目标两部分,是二值化的图像。本代码需要先行安装opencv2.2-The Otsu method based opencv2.2 split, Otsu method is an adaptive thresholding method, used widely, according to the gray-scale features, the image is divided into
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5.9mb
    • 提供者:刘源
  1. SkinDetection

    0下载:
  2. 从摄影头输入影像,使用OPENCV以HSV来实作肤色侦测,侦测到的肤色部分以二值化的方式表现出来-The first input from the photographic image, using OPENCV to HSV to implement color detection, to detect the color section for binary forms to display the
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.51mb
    • 提供者:林中雅
  1. Otsu

    0下载:
  2. 基于opencv的,使用Otsu方法对灰度图像进行自适应二值化-using Otsu method to binary the gray image adaptively based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.33mb
    • 提供者:杨振华
  1. Coutour_polygon

    1下载:
  2. 用OpenCV来编写,用摄像头获取图像,并用帧差法提取二值化图像,再用多边形逼近的方法来提取图像的轮廓-Using OpenCV to prepare, with the camera to obtain images, and the frame difference method used to extract two binary images, and then a polygonal approximation method to extract the contours of the
  3. 所属分类:OpenCV

    • 发布日期:2015-12-18
    • 文件大小:5.06mb
    • 提供者:明明
  1. erzhihua

    0下载:
  2. 在进行图像处理时,要对图像二值化时自适应选取合适的阈值。-During image processing, binary image to adaptive selection when the appropriate threshold.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:3.15kb
    • 提供者:海二
  1. erzhihua

    0下载:
  2. 基于OPENCV的图像二值化程序,已经调试通过,希望帮助有用的人-Based on binary images OPENCV procedures have been debugged, who want to help useful
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.43mb
    • 提供者:
  1. RemoveBlackConnectedComponents

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

    • 发布日期:2017-03-27
    • 文件大小:1.2kb
    • 提供者:
  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
    • 文件大小:366.53kb
    • 提供者:zhazhiqiang
  1. shexiangzuocha

    0下载:
  2. 用普通usb接口摄像头,摄像并与第一帧图形做差,可以编辑二值化的值-Usb interface with the ordinary camera, video and graphics to do with the difference between the first frame, you can edit the binary values
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.78mb
    • 提供者:biaobing
  1. LBP-v0.0.4

    0下载:
  2. Local Binary Patterns, calculate histogram of LBP (local binary patterns) from an input image,VLBP (volume local binary patterns) -Introduction ============ This is a class to calculate histogram of LBP (local binary patterns) from an input ima
  3. 所属分类:OpenCV

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

    0下载:
  2. 用Opencv实现的视频处理中前景二值图像中连通区域个数的统计,需要再Visual C++6.0下配置opencv1.0才能运行-Opencv realize the video processing statistics of the number of connected regions in binary image of the prospects, the need to Visual C++ 6.0 to configure opencv1.0 to run
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:896byte
    • 提供者:张宾
  1. 5556

    0下载:
  2. 基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source computer vision library OpenCV Op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:15.41kb
    • 提供者:周鹏
  1. labe_forOpencv

    0下载:
  2. 该算法可以完成二值图像的连通域标记, 并计算出各连通域的面积。非常的方便好用,本人已经测试。-The algorithm can complete the connected component labeling of binary images, and calculate the area of ​ ​ the connected domain. Very convenient and easy to use, I have tested.
  3. 所属分类:OpenCV

    • 发布日期:2016-12-23
    • 文件大小:1kb
    • 提供者:高艳高艳
  1. demo

    0下载:
  2. 基于论文《自适应模糊文件图像的二值化》 作者:B.Gatos I.Pratikakis S.J.Perantonis的二值化代码。对光照不匀、形变等低质量图片的二值化效果非常非常好。-The paper based on the adaptive fuzzy document image binarization" Author: B.G atos I.P ratikakis S.J.P erantonis binary code. To uneven illumination, def
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:20.66mb
    • 提供者:lee
  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before th
  3. 所属分类:OpenCV

    • 发布日期:2016-01-23
    • 文件大小:2.79mb
    • 提供者:yaoyao
  1. NormalizedCentralMoment

    0下载:
  2. 这是用于提取二值图像的归一化中心矩的代码,里面包括有提取单张图片和批量提取多张图片的代码-This is used to extract the binary image of the normalized central moment of the code, which includes a single image and batch extraction to extract multiple pictures of the code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.7mb
    • 提供者:李晓娟
  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. Image-processing

    0下载:
  2. 利用Opencv函式庫做一些影像處理,有Gray、Canny、drawing、binary、fisheye-lens、Anaglyph、Equalization、eye-detect、facedetect、Mirror、R-S,等功能...此Source要有Opencv函式庫才能此用。-Opencv use library to do some image processing, there is Gray, Canny, drawing, binary, fisheye-lens, Anagl
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:85.98kb
    • 提供者:rex lin
  1. binary-video

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

    • 发布日期:2015-11-24
    • 文件大小:5.2mb
    • 提供者:chenyingshu
  1. Threshold

    0下载:
  2. 这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。-This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.25mb
    • 提供者:赵鹤
« 12 »
搜珍网 www.dssz.com