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

搜索资源列表

  1. 2_Add-scalar

    0下载:
  2. this is an open cv project
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:321.08kb
    • 提供者:muchi
  1. ROI

    0下载:
  2. An example of a ROI - the program loads an image and given the coordinates of ROI sets using the cvSetImageROI (). It then calls the function cvAddS (), which adds to the array elements (pixels of the image), given a scalar value. The result is a col
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:156.53kb
    • 提供者:kudukSweetone
  1. scalar

    0下载:
  2. 使用C++ 和 opencv 实现图像打开并缩放大小!-Scalar image based on opencv and C++
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3.64mb
    • 提供者:何琦
  1. color

    0下载:
  2. 编程实现颜色标量量化。输入为24位彩色图像,将RGB分量分别保持头3位、头3位、头2位的值不变,其余各位变为10000、10000和100000,观察处理后的图像的颜色失真情况。注意OpenCV中的RGB分量的存储顺序为BGR。-Programming color scalar quantization. Enter the 24-bit color images, the RGB components respectively held the first three, the first t
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:955byte
    • 提供者:高俊秋
  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
    • 文件大小:1.27kb
    • 提供者:Phindx
搜珍网 www.dssz.com