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

搜索资源列表

  1. HistogramMatching

    0下载:
  2. opencv 直方图均衡化,通过遍历像素点得到直方图再进行均衡化-opencv histogram equalization obtained by traversing the pixel histogram equalization
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:3480651
    • 提供者:李杰
  1. GrabCut

    0下载:
  2. GrabCut实现源代码 贾斯廷·塔尔博特,jtalbot@stanford.edu 放置在公共领域,2010 代码最后更新,2006 使用Graphcut实现弗拉基米尔• 柯尔莫哥洛夫(vnk@cs.cornell.edu),2001。 要求:OpenGL,供过于求,OpenCV库来编译和运行。 用法:grabcut。 exe < ppm文件名> 使用鼠标拖动矩形在前台部分的显示图像。 然后使用以下键 1 :显示图像 “2”:显示
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:37257
    • 提供者:王明
  1. re

    0下载:
  2. 基于OpenCV的图像匹配程序,可达到亚象素,对图像匹配有很大的帮助-OpenCV-based image matching procedure, can achieve sub-pixel of the image matching is very helpful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10466410
    • 提供者:金媛媛
  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 2 3 4 56 »
搜珍网 www.dssz.com