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

搜索资源列表

  1. color_image

    0下载:
  2. 使用vs和opencv 对彩色图像进行二值化处理并显示效果!-using vs and opencv deal with color-images
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3601766
    • 提供者:何琦
  1. KinectV2-master

    0下载:
  2. 基于kinect与opencv显示深度图,彩色图,与人物二值图-show depth image,color image and index image based on kinect and opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:17675464
    • 提供者:zonglin
  1. PrimeSenseTest01

    0下载:
  2. 用OpenNI2读取深度相机的深度和彩色流,并用OpenNI2自带的方法进行配准,每帧的画面用OpenCV显示出来。-Reading OpenNI2 depth camera depth and color flow, and comes with OpenNI2 registration method, using OpenCV each frame picture is displayed.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2148
    • 提供者:SPARROW
  1. BmpRot

    0下载:
  2. 主要是利用opencv与C++实现彩色图像的旋转,此程序简单便于理解。-Mainly use opencv to c++ realize the rotation of the color image, the program simple easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2149
    • 提供者:seven
  1. shuangxianxingchazhi

    0下载:
  2. 主要是利用opencv与C++实现彩色图像的双线性插值,此程序简单便于理解。-Mainly using opencv with c++ implementation bilinear interpolation of color image, the program simple and easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:193693
    • 提供者:seven
  1. Detection_resolution

    0下载:
  2. 基于opencv的摄像头清晰度检测,比如画面出现纯色这样摄像头肯定是坏了,再比如很模糊摄像头也可能坏-Based on the detection opencv camera resolution, such as a solid color screen appears so the camera is definitely bad, and then such as blurred camera may also be bad
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1863
    • 提供者:xie
  1. CamShiftDemo

    0下载:
  2. 用运opencv中的函数,对机器视觉中彩色目标实时跟踪。-use opencv the function of the target color machine vision real-time tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2624
    • 提供者:yl
  1. opencv_digitalimage_processing

    0下载:
  2. 基于opencv的图像处理程序,包含色彩空间转换,大律法阈值分割和形态学运算等-image processingincluding color space conversion and large law threshold segmentation and morphological operations, etc based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1378
    • 提供者:陈超
  1. test3

    0下载:
  2. test3彩色图像RGB通道分别读到三个灰度图像,opencv,可以用的-Test3 color image RGB channels are read to three gray images, opencv, can be used
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3056511
    • 提供者:王骥
  1. ehance_color

    0下载:
  2. 非常好用的彩色图像增强,有去雾效果,简单有效。基于opencv实现-ehance color
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:828
    • 提供者:罗天蓝
  1. Gesture_Recognition

    0下载:
  2. 基于opencv的单摄像头手势识别。 需要把手放置于特定位置进行取色。-Opencv gesture recognition based on a single camera. Need to handle is placed in a specific location to take color
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7531544
    • 提供者:BoYK
  1. drawing

    0下载:
  2. opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1303
    • 提供者:Phindx
  1. smoke_detection

    2下载:
  2. 使用VS2010+openCV。本文是基于颜色模型和运动模型对含有烟雾的视频进行烟雾检测的。首先利用RGB颜色模型的方法,检测出烟雾区域以及疑似烟雾区域;接着用背景相减的方法,检测出运动的物体;最后结合两种方法,只检测出运 动的烟雾区域,提取烟雾最大轮廓,绘制矩形框以示意。通过设置R、G、B的参数及阈值,可以得到满意的效果。 -Use VS2010+openCV. This paper is based on the color model and motion model for sm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:31337591
    • 提供者:晋丽榕
  1. OpenCV_3_Car_Counting_Cpp-master-

    0下载:
  2. 汽车识别,计数源代码 通过opencv色差提取,对移动的车辆进行识别 当已经识别的车辆通过定义直线时候,进行计数-Vehicle identification, counting opencv source code by extracting the color of a moving vehicle to identify when a vehicle has been identified by defining a straight line when counting
  3. 所属分类:Graph program

    • 发布日期:2017-05-05
    • 文件大小:8016
    • 提供者:yuran
  1. rgb

    0下载:
  2. opencv实现将彩色图像的rgb三个通道提取-opencv realize image rgb color extracted three channels
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3977135
    • 提供者:jessica
  1. ce

    0下载:
  2. opencv实现的肤色检测程序。能够很好的检测肤色。可用于人脸、手势的识别。-Opencv achieved using color detection procedures. Detection can be a good complexion. Can be used for face recognition of gestures.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3638517
    • 提供者:zhch82
  1. include

    0下载:
  2. 使用opencv软件在图像上画出一个矩形框,并且线条具有颜色,粗细-Using opencv software on the image to draw a rectangle, with color and lines, the thickness
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:2711
    • 提供者:
  1. vision-recognition

    0下载:
  2. 基于opencv的机器视觉识别程序。robomaster比赛中用到的基于敌方的颜色和轮廓的识别,可以实现自动追踪等功能。-Opencv based machine vision recognition program. robomaster game used to identify the enemy' s color and contour-based tracking and other functions can be achieved automatically.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-14
    • 文件大小:3355778
    • 提供者:hahacscs
  1. ImageRetrieval

    0下载:
  2. ImageRetri (C++_毕业设计) sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持-ImageRetri Color histogram, gray matrix, HU invariant moment, edge direction histogram, retri method using K-means and K-D tree two, need OPENCV support (C++ _ gradu
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:438679
    • 提供者:高峰记忆
  1. Open_cvColDtc

    0下载:
  2. opencv program about color detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3588113
    • 提供者:Joud
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com