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

搜索资源列表

  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
    • 文件大小:2kb
    • 提供者:qrsssh
  1. test9_25_3_5

    0下载:
  2. 创建一个大小为100*100的三通道rgb图像,将它们的元素全部至称零。-Create a size of 100* 100 three-channel rgb image, said all of their elements to zero.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:609byte
    • 提供者:悠悠
  1. yansetiqu

    0下载:
  2. opencv实现利用已知的三通道颜色来分割物体-opencv achieved using the known three-channel color to separate objects
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1.38kb
    • 提供者:dangxuyong
  1. image-dehazing-based-on-opencv

    1下载:
  2. Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang
  3. 所属分类:OpenCV

    • 发布日期:2014-01-10
    • 文件大小:74.19kb
    • 提供者:张东海
  1. Match

    0下载:
  2. opencv实现图片的模式匹配,可以实现多通道的图像匹配,不仅仅是通过灰度来实现的匹配。-opencv realized picture of pattern matching, multi-channel images can be matched, not only achieved by matching gray.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.86mb
    • 提供者:fff
  1. gaussian

    0下载:
  2. 高斯背景建模,可以处理单通道或者多通道图像,效果不错,完整注释-Gaussian background modeling, support single channel or multiple channel
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1.12kb
    • 提供者:hellport
  1. caisetuxiangzhifangtujunhenghua

    0下载:
  2. 彩色图像的直方图均衡化。vc++2005+opencv实现,对三个通道进行均衡化。-Color image histogram equalization. vc++2005+ opencv implementation of the three channel equalization.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:854byte
    • 提供者:夏晨曦
  1. Single-channel-histogram

    0下载:
  2. 单通道图像的直方图。通过opencv打开图像并绘画出图像的直方图。-Single-channel histogram. Open the image and painting by opencv histogram of the image.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:3.6kb
    • 提供者:朱文良
  1. EqualizeHist

    0下载:
  2. 程序分别对彩色三通道图像和单通道的灰度图像进行了直方图均值化得处理。-Program were three channels of color images and grayscale images were single-channel histogram equalization have to deal with.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.46mb
    • 提供者:houyang
  1. file_storage

    0下载:
  2. 察看图像的通道数据,单通道,三通道,采用opencv+vc6.0-Look at the image of the channel data, single, three-channel, using opencv+ vc6.0
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.23mb
    • 提供者:陈强
  1. trace

    1下载:
  2. 用opencv写的视频入侵检测。分通道HSV,固定背景下效果很好。-Written with opencv video intrusion detection. Sub-channel HSV, fixed background works well.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-23
    • 文件大小:2.27kb
    • 提供者:coder
  1. perPixelAdd10

    0下载:
  2. OpenCV例子,对每个像素点每个通道的值加10,实现对每个像素点进行最基本的操作.-OpenCV examples for each pixel values for each channel plus 10, achieve the most basic operations on each pixel.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7mb
    • 提供者:chenbang
  1. hsv

    0下载:
  2. 本程序使用opencv将RGB转换成HSV颜色空间,并且读取H通道图像。-This program uses opencv RGB to HSV color space , and to read the H-channel image .
  3. 所属分类:OpenCV

    • 发布日期:2014-10-22
    • 文件大小:1kb
    • 提供者:victor
  1. vedio4

    0下载:
  2. 通过opencv实现的利用 笔记本上的摄像头拍摄画面并可实时的调整图像RGB通道分量的功能-Camera shooting through the use of notebook opencv realized on the screen can be real-time adjustment of image RGB channel component functions
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1.16kb
    • 提供者:武煜
  1. ColorCvtViewer

    1下载:
  2. 一个简单的颜色转换器,载入一张图像后,将其转换到不同的颜色空间并显示,同时可以显示其在不同颜色空间下各通道的颜色图。-A simple color converter to load an image, convert it to a different color space and displays at the same time can display each channel in a different color space, the color map.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:407.03kb
    • 提供者:hawstein
  1. ReadOpencv

    0下载:
  2. 基于vc平台采用opencv实现的,可读取bmp等图像,并实现hsv通道分离,分别显示。-Based on the vc platform opencv realized, can read the bmp image and achieve hsv channel separation, respectively.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1.82mb
    • 提供者:tangmi
  1. CreateColPic

    0下载:
  2. 能够在vs2008环境下利用opencv创建一幅三通道的彩色图片,各个通道的RGB值可以自己设定-Can use to the opencv create a three-channel color images, the RGB value of each channel can be set vs2008 environment
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.41mb
    • 提供者:刘靖
  1. lesson8

    0下载:
  2. 将一副彩色图像色彩均衡化,比直接灰度图像均衡化使用了通道分离,效果更好-A color image color equalization, channel separation than direct grayscale image equalization, the better
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:1.19mb
    • 提供者:ybw
  1. dark_channel_opencv

    0下载:
  2. 基于暗通道的去雾程序,电子透雾,基于opencv1.0的实现。-Demister program based on dark channel through electronic fog, implementations based opencv1.0.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:3.21kb
    • 提供者:yeah
  1. multi-channel-CT

    0下载:
  2. 基于CT目标跟踪算法的改进,主要加入了多通道的图像信息。跟踪更鲁棒。-To use multi-channel image compressive tracking. The method is more robust than CT.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7.28kb
    • 提供者:Jack Jones
« 12 3 »
搜珍网 www.dssz.com