CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - openCV pixel

搜索资源列表

  1. opencv_hist

    0下载:
  2. 利用opencv绘制图像直方图的程序,其中包括了像素值的统计等信息-Opencv draw the image using the histogram program, including the pixel value of statistics and other information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:3397
    • 提供者:zhangfengzhen
  1. edge---point

    0下载:
  2. 基于opencv的图像边缘检测程序,输出边缘像素点-edge checking based opencv,output is the pixel in edge
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:5510601
    • 提供者:gaohuiting
  1. CUDABOF

    0下载:
  2. 光流法在OPENCV里的应用。可以用来比较两帧图像,表示出两帧图像间各个像素点的相对位移,很不错的程序,能用来做视频跟踪-OPENCV in the optical flow method in the application. Can be used to compare the two images, show two images of each pixel between the relative displacement, a very good program, can do vid
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:197036
    • 提供者:宋川
  1. MEAN

    1下载:
  2. 用OpenCV编写的计算图像像素平均值的程序,可用于图像处理-Written with OpenCV image pixel average calculation procedure can be used for image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-24
    • 文件大小:153050
    • 提供者:赵乐
  1. xiangsu

    0下载:
  2. opencv访问图像的像素,并且对对应的像素进行赋值或处理-opencv access to image pixels, and the assignment of the corresponding pixel or treatment
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5415858
    • 提供者:顾晓军
  1. alpha

    0下载:
  2. alpha图像融合源码,对像素直接操作,绝非opencv自带函数。使用它你可以轻松的对指定的像素进行alpha融合操作,增加程序的实用性和灵活性。在VS2008环境下,使用opencv1.0对图像像素进行读取以及操作。-the alpha image fusion source, direct manipulation of pixels is absolutely not function opencv own. Using it you can easily specified pixel
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:82383
    • 提供者:huang zhaoguang
  1. ReadImage

    0下载:
  2. opencv读取图片像素的方法,一共有其中方式哦,包括CV_IMAGE_ELEM()等-this is a project for reading images pixel using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:142303
    • 提供者:刘旭里
  1. guiyihua

    0下载:
  2. 用opencv对图像进行归一化,将0到255间的像素值改变为0到1.调试通过-Opencv image normalization, 0-255 pixel value is changed to 0-1 through debugging
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4743168
    • 提供者:huier
  1. colorSignature

    0下载:
  2. 用openCV提取图片的象素值,用聚类进行分割,找出各个聚类的中心点,聚类个数是动态决定的,可重新设置个数最大上限。-OpenCV extract images using pixel value segmentation by clustering to identify the center of each cluster, clustering is a dynamic number of decisions can be re-set the upper limit of the num
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2432
    • 提供者:zzd
  1. reverser

    0下载:
  2. Basic algorithm (using pixel manipulation, not other functions) to get the negative of a colour image in C using OpenCV library to load and display image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:561
    • 提供者:BobTurkee
  1. depth_discontinuities_by_pixel-to-pixel_stereo

    0下载:
  2. depth discontinuities by pixel-to-pixel stereo.pdf,一种逆序的匹配算法.opencv中有实现-depth discontinuities by pixel-to-pixel stereo
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:968635
    • 提供者:彪仔
  1. save_img_txt

    1下载:
  2. 利用opencv打开图像,同时将图像的所有像素值写入txt文件中。-Open the image using opencv, while all the pixel values of the image written to txt file.
  3. 所属分类:Special Effects

    • 发布日期:2015-10-11
    • 文件大小:3088356
    • 提供者:yijing
  1. pixelget

    0下载:
  2. opencv和mfc 实现提取像素或者改变像素值-opencv mfc achieve extraction of pixels and pixel values or change
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3837477
    • 提供者:小张
  1. 2用迭代器访问像素

    0下载:
  2. 编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用迭代器访问像素点的一些方法。(Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access the pixel iterator some of the methods.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:2761728
    • 提供者:123yang
  1. test5

    0下载:
  2. 修改一个图像的像素值,让修改像素值的点显示线,矩形,圆等图形。(Modify the pixel value of an image so that the point of the pixel value can be displayed, such as lines, rectangles, circles and other figures.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-01
    • 文件大小:4327424
    • 提供者:慕太白
  1. SLIC

    0下载:
  2. 超像素分割算法,基于K-means算法,自己写了一个方便优化,非常实用(Super pixel segmentation algorithm, very practical)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:28893184
    • 提供者:高xiu
  1. src

    0下载:
  2. 基于opencv版本的SLIC超像素算法(SLIC super pixel algorithm based on OpenCV version)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:10240
    • 提供者:lllllll8052
  1. 特征检测

    0下载:
  2. 图像特征提取是计算机视觉和图像处理中的一个概念。它指的是使用计算机提取图像信息,决定每个图像的点是否属于一个图像特征。包括:Harris角点、ShiTomasi角点、亚像素级角点、SURF角点、Star关键点、FAST关键点、Lepetit关键点等等(Image feature extraction is a concept in computer vision and image processing. It refers to using a computer to extract imag
  3. 所属分类:OpenCV

    • 发布日期:2018-04-19
    • 文件大小:22528
    • 提供者:独剑客
  1. HSV_CIRCLE

    0下载:
  2. opencv 读取图像像素值到数组,用指针方式实现(opencv read the pixel of pictures and saved.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:4680704
    • 提供者:122232434355
  1. 9:解决像素点生成后,需要手动操作的问题

    0下载:
  2. 对一副图像进行预处理,然后提取轮廓,再将轮廓进行像素点抽取。(The image is preprocessed, then the contour is extracted and the contour is extracted by pixel.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:5646336
    • 提供者:焦江林
« 1 2 34 5 6 »
搜珍网 www.dssz.com