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

搜索资源列表

  1. opencvPicCo

    0下载:
  2. opencv的图像匹配程序,可达到亚象素-opencv image matching procedure, can achieve sub-pixel
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.52mb
    • 提供者:lijun
  1. OpenCV-read-a-pixel

    0下载:
  2. opencv实现读取像素值 -opencv read a pixel
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:127.23kb
    • 提供者:王佳佳
  1. Medianblur-opencv

    0下载:
  2. 中值滤波选择每个邻域像素的中值输出; -截尾均值滤波是指去掉百分率为 的最小值和最大值;定义域滤波中沿着边界的数字是像素的距离;值域就是去掉值域外的像素值。-Median filter to select each neighborhood pixel values ​ ​ in the output - trimmed mean filter is the minimum and maximum percentage of the removed domain filte
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.68mb
    • 提供者:many
  1. Opencv

    0下载:
  2. 采用8种方法对图像Mat的像素进行扫描,并对像素点的像素进行压缩,压缩间隔为div=64,并比较扫描及压缩的效率,效率最高的是采用.ptr及减少循环次数来遍历图像,并采用位操作来对图像像素进行压缩。-8-Mat method for image scanning pixel pixel pixel compression and compression interval div = 64, and scanning and comparing the compression efficiency
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:蒋代码
  1. modify-pixel

    0下载:
  2. opencv + visual stdio.访问并修改图像的每个像素点(RGB)-opencv+ visual stdio.Access and modify each pixel of the image (RGB)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:783byte
    • 提供者:洛克李
  1. Get-Pixel

    0下载:
  2. OpenCV显示鼠标点击处的坐标及对应的图像的像素值-OpenCV display coordinates and the corresponding pixel values of the image at a mouse click
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:656.13kb
    • 提供者:陶伟
  1. read-pixel

    0下载:
  2. opencv读取图片,并添加鼠标事件,左击鼠标显示图片像素。-opencv read picture and add mouse events, left-click the mouse to display the picture pixels.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:露露
  1. openCV-binarization

    0下载:
  2. 将一幅彩色图像二值化为灰度图像,其中灰度值大于某一阈值的像素赋予灰度值1,小于该阈值的像素赋予灰度值0-A color image to a grayscale image binarized, wherein the gray value is greater than a threshold value assigned to the pixel gray value 1, is smaller than the threshold value assigned to the pixel g
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1.7mb
    • 提供者:杨星
  1. pixel-put-and-read

    0下载:
  2. 主要为图像的像素值的读取和输出,采用opencv和C++编程,-Mainly for the image pixel values of the load and the output, using opencv and c++ programming,
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:seven
  1. UsePointerAccessPixel

    0下载:
  2. 在OpenCV中用指针访问像素实例。在OpenCV中用指针访问像素实例-Pixel pointer accesses instances using OpenCV. Pixel pointer accesses instances using OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:86.35kb
    • 提供者:lee
  1. 人脸识别

    3下载:
  2. 使用OPENCV库提供的接口,实现人脸的识别功能。 在一个人脸识别系统中,应用多种预处理技术对将要识别的图片进行标准化处理是极其重要的。多数人脸识别算法对光照条件十分敏感,所以假如在暗室训练,在明亮的房间就可能不会被识别出来等等。比如脸部也应当在图片的一个十分固定的位置(比如眼睛位置为相同的像素坐标),固定的大小,旋转角度,头发和装饰,表情(笑,怒等),光照方向(向左或向上等),这就是在进行人脸识别前,使用好的图片预处理过滤器十分重要的原因。你还应该做一些其它事情,比如去除脸部周围的多余像素(
  3. 所属分类:OpenCV

    • 发布日期:2017-12-17
    • 文件大小:65.13mb
    • 提供者:小女百合
  1. psn

    0下载:
  2. 图像隐藏和数字水印,采用在空域隐藏,在每个象素的bit位的低位藏入图片(Image hiding and digital watermarking, the use of hidden in the airspace, at each pixel bit a low inside the picture)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:4kb
    • 提供者:JFA%2540349
  1. 5初级图像混合

    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 on the pixel some of the processing.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:480kb
    • 提供者:123yang
  1. 4遍历图像像素的14种方法

    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 traversing the pixel some of the methods.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:2.83mb
    • 提供者:123yang
  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
    • 文件大小:2.63mb
    • 提供者: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
    • 文件大小:4.13mb
    • 提供者:慕太白
  1. SLIC

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

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

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

    • 发布日期:2018-01-10
    • 文件大小:10kb
    • 提供者:lllllll8052
  1. opencv 像素提取

    1下载:
  2. opencv 3 关于提取图片中某一点像素值的程序(Opencv pixel extraction program)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-21
    • 文件大小:12kb
    • 提供者:baogong
  1. PIXEL

    0下载:
  2. 灰度变换是指根据某种目标条件按一定变换关系逐点改变源图像中每一个像素灰度值的方法。目的是为了改善画质,使图像的显示效果更加清晰。 图像的灰度变换处理是图像增强处理技术中的一种非常基础、直接的空间域图像处理方法,也是图像数字化软件和图像显示软件的一个重要组成部分。提取像素进行变化(Grayscale transformation is a method of changing the gray value of each pixel in a source image according to c
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:louietj
« 12 3 »
搜珍网 www.dssz.com