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

搜索资源列表

  1. MARK_Kmeans

    0下载:
  2. 使用k-means算法对一副RGB色彩空间的图像作简单的聚类。根据命令行提示输入聚类的大小K,程序自动计算每一个像素点的归属并着色该点为该类的色彩均值。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-Using k-means algorithm on an RGB color space images to make a simple clustering. According to the command prompt enter the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3136455
    • 提供者:
  1. MARK_Raytracing

    1下载:
  2. ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1469108
    • 提供者:
  1. shipin

    0下载:
  2. 基于opencv的肤色识别。通过H和S的叠加最后生成图像,不过具体的肤色参数可以自己选择-Opencv-based skin color identification. By the superposition of H and S generate the final image, but the specific parameters you can choose the color
  3. 所属分类:OpenCV

    • 发布日期:2017-06-22
    • 文件大小:41988751
    • 提供者:海上霸
  1. AnotherMouseController

    1下载:
  2. opencv手势控制鼠标的源码,可以实现控制鼠标,通过肤色匹配来实现。-opencv source code control the mouse gesture, can control the mouse, by color matching to achieve.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14808064
    • 提供者:fff
  1. ReadPic

    0下载:
  2. vc6.0中使用opencv显示彩色图像和灰度图像。比已有的相关代码多了显示灰度图像的能力。-vc6.0 using opencv display color images and grayscale images. More relevant than the existing code has the ability to display grayscale images.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:27280
    • 提供者:pty
  1. baohedu

    1下载:
  2. 在c语言环境下基于opencv的色饱和度调节程序-In c language environment based on opencv the color saturation adjustment procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-14
    • 文件大小:26494171
    • 提供者:silentmz
  1. fusefenge

    0下载:
  2. 利用OpenCV函数库把图片转换到YCrCb空间后进行肤色分割,请自行添加图片-Using OpenCV library to convert images to YCrCb color space after the partition, add your own pictures
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1691363
    • 提供者:guangdashen
  1. flightsim

    0下载:
  2. Uses blender to generate a scene with reference objects. Takes input images and uses opencv methods to estimate the object translation and rotation from the camera. Reads the object 3D coordinates from a file and uses color to detect the objects in t
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11586183
    • 提供者:jake
  1. Palette

    0下载:
  2. 基于OpenCV的HSV调色板小模块,可以用作画刷和程序交互。可能需要opencv 2.0版本以上。-A small module that create a HSV colorspace based palette which lets user choose color to interact with program. Need: higher than opencv 2.0(maybe)
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1325
    • 提供者:yhs
  1. hand-detection

    0下载:
  2. 使用opencv,采用肤色原理检测手部位置,有一些噪声,但相对于手部位置比较容易去除。-In this post, as the progress goes, the hand detection technologies using openCV is introduced. As the pictures inllustrated below, this detection method is independent with distance and background ( just
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:225209
    • 提供者:feiren
  1. CV1

    0下载:
  2. OpenCV图像从彩色变为黑白+在视频中插入文字-OpenCV image from color to black and white+ insert text in the video
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:809
    • 提供者:niyabo
  1. cam

    0下载:
  2. opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automati
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:151214
    • 提供者:cf
  1. caisezhuanhuidu

    0下载:
  2. 用opencv编写的彩色图像转成灰度图像的程序,是用最简单的方法。可实现-Color images into gray
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3587588
    • 提供者:af
  1. erzhihua

    0下载:
  2. opencv编写的彩色图像二值化代码,可自行调节阈值,可以运行-Color images of binary
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3529162
    • 提供者:af
  1. VCPPColorDHD

    0下载:
  2. 本程序采用VC++与opencv结合,实现读取图像的颜色直方图,即各分量色阶所占比例。经过了测试运行正确-The program uses a combination of VC and opencv, read the image color histogram, the proportion of each component Levels. After a test run correctly
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:134128
    • 提供者:丽华
  1. MyOpenCV

    0下载:
  2. 使用opencv实现图像的打开与显示,并进行点处理、彩色图像处理、二值化等处理-Opencv image to open and display, and point processing, color image processing, binarization processing
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:65528
    • 提供者:周金强
  1. color1

    0下载:
  2. 基于C语言图像颜色提取,调用的是openCV的库函数-C-based image color extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1225
    • 提供者:wei
  1. READ_JPG

    0下载:
  2. 可以实现图像的批处理,用OPENCV来读取图像 并实现人脸肤色分割图像的质心的计算-Image batch the OPENCV to read images and achieve the calculation of the centroid of the skin color image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2121350
    • 提供者:枫叶
  1. imagefanse

    0下载:
  2. 此程序的功能是对一幅图反色,主要是对初学者学习opencv提供帮助,了解opencv处理数字图像是如何进行的,可以直接运行-The function of this program is the anti-color, picture opencv beginners to learn to help understand the opencv processing the digital image can be run directly
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1664828
    • 提供者:罗国中
  1. Kinect_NICV1

    0下载:
  2. 一个基于openNI读取kinect深度和彩色图像的例子,采用openCV进行显示,进行手势识别然后跟踪手。-An example reading the kinect depth and color images based on openNI , using openCV to display, do gesture recognition and hand tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:389303
    • 提供者:ldn
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com