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

搜索资源列表

  1. 用opencv进行双摄像头的捕捉

    1下载:
  2. 用opencv进行双摄像头的捕捉,将两张图像同时显示在一个界面上-For dual use opencv camera capture, the two images displayed simultaneously on a single interface
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:160615
    • 提供者:pengguansheng
  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. 基于OpenCV的常用图像分割算法

    0下载:
  2. 基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation with a random color assigned to each region.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-02
    • 文件大小:20064
    • 提供者:sxqdxmxp
  1. 基于肤色的手势识别

    2下载:
  2. 基于肤色的手势识别,用到opencv 图像库,做手势识别的童鞋可以参考参考,vs2008平台下开发。-Gesture recognition based on skin color, use opencv image library, gesturing recognition of children' s shoes can refer to the reference, vs2008 platform development.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4856742
    • 提供者:Ivan.Ru
  1. 利用OpenCV对视频进行处理

    0下载:
  2. 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1500
    • 提供者:刘增宝
  1. 高通滤波器,对图像进行高通滤波

    0下载:
  2. 高通滤波器,对图像进行高通滤波。采用opencv,包含二维理想高通滤波,2阶巴特沃思高通滤波,二维高斯高通滤波,增长率为2二维指数高通滤波-High-pass filters, high pass filter the image. Using opencv, including two-dimensional ideal high-pass filter, 2-order Butterworth high pass filter, two-dimensional Gaussian high p
  3. 所属分类:OpenCV

    • 发布日期:2016-12-23
    • 文件大小:1413
    • 提供者:cd
  1. opencv寻找图像角点的小程序

    0下载:
  2. 一个opencv寻找图像角点的小程序,包括寻找精确角点函数的应用!-Opencv image corner to find a small program, including a function to find the exact corner of the application!
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:20099858
    • 提供者:刘峰伯
  1. save4imge OpenCV中保存与读取4通道图像

    0下载:
  2. OpenCV中保存与读取4通道图像(bmp)Opencv没有提供四通道图像保存方法只提供了保存为(XML等其它格式的文件) 该源码提供了该方法-in the Opencv not have the method that save or read the 4 channel picture. Opencv just can save or read the 4 channel image to XML or other format use the CVSave/CVLoad . Our met
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:qrsssh
  1. Threshold Processing 使用opencv和VC++实现图像边缘提取

    0下载:
  2. 使用opencv和VC++实现图像边缘提取。-Using OPENCV to realize edge extraction.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:10427
    • 提供者:Kelly Pang
  1. SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像

    0下载:
  2. 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1850
    • 提供者:Glorious Fool
  1. SIFT_VC opencv下的图像sift特征提取以及匹配跟踪识别

    1下载:
  2. opencv下的图像sift特征提取以及匹配跟踪识别-opencv image under sift recognition feature extraction and matching track
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:642048
    • 提供者:xuwanting
  1. OpenCV-code 基于C/C++语言的开源图像处理函数库

    0下载:
  2. OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:6411264
    • 提供者:黄晓华
  1. 图像修复

    0下载:
  2. 获取一张影像,利用掩膜对图像进行修复操作。(Get an image and use the mask to repair the image.)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:8788992
    • 提供者:一棵竖柳
  1. Main

    0下载:
  2. 使用opencv图像库,识别数码管图片中的数字(Identify numbers in digital tube pictures)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-03
    • 文件大小:4096
    • 提供者:xiezhao
  1. GLCM-OpenCV-master

    0下载:
  2. 由于纹理是由灰度分布在空间位置上反复出现而形成的,因而在图像空间中相隔某距离的两象素之间会存在一定的灰度关系,即图像中灰度的空间相关特性。灰度共生矩阵就是一种通过研究灰度的空间相关特性来描述纹理的常用方法。 Gray-level co-occurrence matrix from an image 图像的灰度共生矩阵(Because the texture is formed by the repeated appearance of the gray distribution in the
  3. 所属分类:OpenCV

    • 发布日期:2018-05-03
    • 文件大小:914432
    • 提供者:zbf661
  1. opencv视频基本图像处理

    1下载:
  2. video processing on opencv
  3. 所属分类:OpenCV

    • 发布日期:2020-05-22
    • 文件大小:19398656
    • 提供者:机电男
  1. Python-opencv车牌识别

    2下载:
  2. 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
  3. 所属分类:OpenCV

    • 发布日期:2020-09-01
    • 文件大小:21504
    • 提供者:西风何时来
  1. opencv-semantic-segmentation

    1下载:
  2. 基于opencv的道路图像语义分割,用全卷积网络实现的(Road image semantics segmentation based on OpenCV and implemented by full convolution network)
  3. 所属分类:OpenCV

    • 发布日期:2020-07-26
    • 文件大小:6852608
    • 提供者:断剑123
  1. 自动化图像降采样

    0下载:
  2. 基于C++的OpenCV图像库实现的自动化图像降采样,一共7个等级。可自行修改源码,完成任意图像的降采样。
  3. 所属分类:OpenCV

    • 发布日期:2019-02-02
    • 文件大小:997
    • 提供者:paulsean
  1. 学习OpenCV(中文版).pdf

    1下载:
  2. 计算机视觉是在图像处理的基础上发展起来的新兴学科,有非常广阔的发展前景!(Computer vision is developed on the basis of image processing of emerging disciplines, has a very broad prospects for development!)
  3. 所属分类:OpenCV

    • 发布日期:2021-02-28
    • 文件大小:13688832
    • 提供者:bely.yu
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com