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

搜索资源列表

  1. 求图像的二值化最佳阈值

    0下载:
  2. 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:3096212
    • 提供者:高凯
  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
    • 文件大小:6190853
    • 提供者:刘源
  1. erzhihua

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

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

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

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

    0下载:
  2. 將圖片二值化,並顯示於新的視窗中!也可更改圖像的大小比例!-The binary image, and displayed in a new window! Also change the image size ratio!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1013
    • 提供者:李婉如
  1. finddomaninpoints

    0下载:
  2. 计算二值图像重心,输入二值图像,计算出重心点。opencv2.1版本,vc2008下-calculate center of gravity of binary image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:1269
    • 提供者:sun
  1. cvmfc

    0下载:
  2. CVMFC例程演示程序,opencv与mfc结合起来。有点处理、领域处理、二值图像处理、形态学处理、视频采集播放等-VC-MFC demo program routines, opencv combination with mfc. Bit processing, the field of processing, binary image processing, morphological processing, video capture playback
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:74966
    • 提供者:ligang
  1. xianshi

    0下载:
  2. 在vc2008+openCV2.0环境下编译成功,一个二值化图像的源代码-Environment in vc2008+ openCV2.0 compilation is successful, a binary image of the source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:7111231
    • 提供者:田娜
  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
    • 文件大小:375329
    • 提供者:zhazhiqiang
  1. Exmaple8_3_Edge-of-the-drawing

    0下载:
  2. 此程序是对一幅图进行边缘检测,然后得到二值图,并对边缘轮廓画出来。构成连续的边缘,程序可以直接运行-This program is a picture, edge detection, then the binary image, and edge contour is drawn. Form a continuous edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2098232
    • 提供者:罗国中
  1. vision4_26

    0下载:
  2. opencv 图像处理 二值图像 圆检测 焊盘检测-opencv Binary image Circle Detection
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:35439616
    • 提供者:duqiuju
  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
    • 文件大小:896
    • 提供者:张宾
  1. opencvVideoRead

    0下载:
  2. 在视频图像处理中,二值图像中的前景目标有时候会产生空洞现象,此采用Opencv实现二值图像的空洞填充-Foreground objects in video image processing, binary image can sometimes produce cavitation, Opencv binary image hole filling
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:706
    • 提供者:张宾
  1. CUDA_TH

    0下载:
  2. 图像二值化处理,函数调用,位图访问方式得到像素点灰度值-Binary image processing, function calls, the access method of the bitmap pixel gray value
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:1498
    • 提供者:chengguo
  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
    • 文件大小:4926039
    • 提供者:李晓娟
  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
    • 文件大小:661974
    • 提供者:唐琦
  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-28
    • 文件大小:88040
    • 提供者:rex lin
  1. binary

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

    • 发布日期:2017-05-08
    • 文件大小:1763089
    • 提供者:徐婉茹
  1. gray-image

    0下载:
  2. Delete the binary image area is less connected domain-using opencv to delete the binary image area is less connected domain
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:17161
    • 提供者:戴文君
  1. Image-Corrosion

    0下载:
  2. 腐蚀是图像形态学的两个基本操作之一,另外一个是膨胀(Dilate)。二值图像上的腐蚀是腐蚀最典型的运用,但是腐蚀操作同样可以运用于灰度图像。二值图像腐蚀操作最基本的效果是腐蚀图像中前景色区域的边缘。使得前景图像区域变小,前景图像内部的背景区域被放大。-Corrosion is one of the two basic operation of the image morphology, and the other one is the expansion (Dilate). Corrosion
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:50761
    • 提供者:张聪
« 12 3 »
搜珍网 www.dssz.com