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

搜索资源列表

  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. C_sharp

    0下载:
  2. 包括C#处理图像的一些基本功能,如二值化,灰度化,行程编码,压缩编码,区域增长,直方图等-Including C# some basic image processing functions, such as binary, gray, length encoding, compression, region growing, histogram, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:183737
    • 提供者:chen
  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-14
    • 文件大小:3682657
    • 提供者:林中雅
  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-03-31
    • 文件大小:30780
    • 提供者:仝如强
  1. plate1

    0下载:
  2. opencv 进行图像二值化,设置特定的阈值,实现图像灰度化和二值化-opencv for image binarization, set a specific threshold of image gray-scale and binary
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:1060
    • 提供者:李伟
  1. webcam

    0下载:
  2. open cv 用wemcam读取作灰阶,二值,边缘化cvThreshold,cvCvtColorcv,DestroyWindow ,cvCanny值,最大门槛值数值,CV_THRESH_BINARY) open cv 用wemcam讀取作灰階,二值,邊緣化 cvThreshold,cvCvtColorcv,DestroyWindow ,cvCanny-open cv for Gray read by wemcam, binary, marginalization cvThreshold,
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:617
    • 提供者: 張天彥
  1. Otsu

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

    • 发布日期:2017-04-09
    • 文件大小:1392061
    • 提供者:杨振华
  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
    • 文件大小:5307392
    • 提供者:明明
  1. erzhihua

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

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

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

    • 发布日期:2017-05-14
    • 文件大小:3593674
    • 提供者:
  1. MyOpenCV

    0下载:
  2. 使用攝影機抓取影像,做簡單灰階和二值化的處理運用在opencv上。-Use of images captured by the camera, do a simple gray scale and binary processing used in opencv on.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3264134
    • 提供者:曾秋堯
  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. improvedBinarization

    0下载:
  2. 一种改进的快速二值化方法,二值化效果更好,源文件,附加参考文献-An improved method for fast binary, binary better, source files, additional references
  3. 所属分类:OpenCV

    • 发布日期:2017-04-24
    • 文件大小:449284
    • 提供者:孙骁
  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. binary

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

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

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

    • 发布日期:2015-11-24
    • 文件大小:5449728
    • 提供者:chenyingshu
« 12 3 4 »
搜珍网 www.dssz.com