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

搜索资源列表

  1. opencvchangepic

    0下载:
  2. 采用OPENCV库来对图片进行变换处理,采用的是对单个像素点来进行移动变换-The OPENCV library to transform images processing, USES a mobile transformation of single pixel points
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:855
    • 提供者:梁斌
  1. ImagePixelShow

    0下载:
  2. opencv自动加载一幅图片,并根据鼠标点击位置区域显示图像相应位置的像素灰度-opencv automatically load a picture and click on the mouse position area displays an image corresponding to the location of the pixel gray
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4028637
    • 提供者:唐银凤
  1. LBP

    1下载:
  2. 用opencv实现LBP算法。通过一个3*3的模板在图像矩阵上滑动,用模板四周的八领域像素和中间的像素值比较,大于的为1,小于的为0,从左上角顺时针排列,然后转化为十进制放在模板中间的对应位置。-LBP algorithm with opencv. Through a 3* 3 matrix template image slide, with the template field of eight around the center pixel and the pixel value comp
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:3501
    • 提供者:文亚
  1. Esobel

    0下载:
  2. vc++和opencv里面的sobel算子,计算图像边缘的亚像素边缘检测程序-vc++ and opencv inside sobel operator, to calculate the image edge sub-pixel edge detection procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2012
    • 提供者:王忠祥
  1. imgGreenDeleteMin

    1下载:
  2. openCV 的例子,刪掉每一行中綠色像素最小的點。-An example of openCV, delete the point of minimum green pixel of each row.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1092
    • 提供者:施仲晉
  1. Homogeneous-Blur

    0下载:
  2. This project for OpenCV C++. It takes simply the average of the neighbourhood of a pixel and assign that value to itself. You have to choose right size of the kernel. If it is too large, small features of the image may be disappeared and image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:525420
    • 提供者:takurcite
  1. 998

    0下载:
  2. opencv运动追踪 鼠标选择物体 根据像素点判断物体位置-opencv tracking the movement of objects to determine the position of the mouse to select objects based on pixel
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1006288
    • 提供者:谢欣鹏
  1. saomiao

    0下载:
  2. 在OPENCV上对图像每个像素点进行扫描,并读出每点的RGB值。是进一步图像处理的前期操作,方面观察图像特征。-OPENCV on each pixel of the image scanning and reading the RGB values ​ ​ of each point. Operation is further pre-processed image, characterized in terms of the observed image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2575155
    • 提供者:图像处理
  1. 1

    0下载:
  2. 基于MFC对话框的图片打开和获取指定点像素值,调用opencv函数-Open access to the specified point and the pixel values ​ ​ of the image-based MFC dialog, call the opencv function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1988902
    • 提供者:范照曦
  1. xxh

    0下载:
  2. 实现PS中的像素碎片化效果,通过C++、opencv函数实现-C++ implementation PS pixel fragmentation effect
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:1101
    • 提供者:孟斌
  1. cvOSFilter-v1.0

    0下载:
  2. 基于OpenCV的方向选择滤波,高斯核存放在了文件中,通过领域求解当前像素梯度角度theta。-Direction Selective filter based on OpenCV, Gaussian kernel stored in a file, theta by solving the current pixel field gradient.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1031055
    • 提供者:龚尚
  1. Accumulate-all-the-elements

    0下载:
  2. 使用OPENCV编写,遍历整幅图像的像素,并且进行累加各像素-Using OPENCV, traversal of the whole image pixels, and then sum of each pixel
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1893091
    • 提供者:黎秀玉
  1. hpc

    1下载:
  2. 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2016-09-22
    • 文件大小:466944
    • 提供者:JiaJunLee
  1. image-grad

    0下载:
  2. 基于OPENCV,实现不同梯度算子的边缘提取,其中包括最基本的像素操作,适合初学图像处理。-Based on OPENCV, the realization of different gradient operator edge extraction, including pixel operation is the most basic, suitable for beginners of image processing.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:940133
    • 提供者:yangming
  1. main_read_pixel

    0下载:
  2. 在C++里面利用openCV库,显示某个点的像素值,很好用哦-In C++ inside openCV library use, the display pixel value of a point oh well
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:李辉
  1. SubPixCorner

    0下载:
  2. vs2010+opencv,实现角点的亚像素级精度位置的确定,输出角点的精确位置坐标-precise location coordinates vs2010+opencv, determined to achieve the corner points of the sub-pixel accuracy of the position, the output of corners
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2708961
    • 提供者:YYT
  1. Subpixel-level-corner-

    0下载:
  2. 就用利用OPENCV亚像素级角点检测,这个方法对于初学代码程序的人来说很实用-On the use of the use of sub-pixel OPENCV corner detection, this method code program for the beginner who is very practical
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:1658
    • 提供者:胡杨建
  1. pixelRW

    0下载:
  2. 压缩包内含一个调试好的使用opencv的Qt控制台工程,功能为用三种方式读写图像像素,改变图像对比度,并测量比较三种方式的运行速度。-Compression package includes a debugger opencv good use of Qt console works in three ways to read and write capabilities for image pixel, change image contrast, and measure the operat
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1105870
    • 提供者:thinkpadx4
  1. Chapter-02

    0下载:
  2. 几个简单的opencv程序,用于载入图片、给图片加入椒盐噪声,以及减少颜色-This directory contains material supporting chapter 2 of the cookbook: Computer Vision Programming using the OpenCV Library. by Robert Laganiere, Packt Publishing, 2011. File: saltImage.cpp corre
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:6314
    • 提供者:yuhuilee
  1. pointvalue

    0下载:
  2. 嵌套opencv的图像像素显示,可直接在vS中打开,或者加入工程-Nested opencv image pixel display, can be directly vS open, or join the project
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1127
    • 提供者:树哥
« 1 2 3 4 56 »
搜珍网 www.dssz.com