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

搜索资源列表

  1. SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像

    0下载:
  2. 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1850
    • 提供者:Glorious Fool
  1. AutoCamShift 基于Opencv的Camshift跟踪程序

    0下载:
  2. VC6.0编写,基于Opencv的Camshift跟踪程序,可选出ROI区域,然后对其使用Camshift算法进行跟踪,同时标出跟踪框。-VC6.0 to write, based on the Camshift Opencv tracking program, the ROI can be selected, and then track their use Camshift algorithm, while marked track box.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:173758
    • 提供者:付刚
  1. MyCVSample-ROI

    1下载:
  2. 基于opencv的MyCVSample-ROI操作&融合&画矩形及圆&鼠标响应等实例,适合opencv新手学习之用。-Opencv of MyCVSample-ROI-based operation & integration & draw a rectangle and a round & mouse response to such instances, for opencv novice learning.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:445538
    • 提供者:zhuyong
  1. ROI

    0下载:
  2. 在图像中选取自己感兴趣的一块儿区域,然后可以在此区域中进行局部图像的处理-selection of the region of interest of the image and processing
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1188
    • 提供者:y
  1. ROI

    0下载:
  2. 使用opencv编写,可以实现感兴趣图像区域的分离与输出。-Using opencv write, you can achieve the separation and output of the image area of interest.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:676
    • 提供者:david
  1. detection

    0下载:
  2. 背景减除法 Opencv 运动物体检测 ROI区域检测-Background subtraction method for moving object detection Opencv ROI region detection
  3. 所属分类:OpenCV

    • 发布日期:2016-02-24
    • 文件大小:15240192
    • 提供者:王冰洋
  1. cvResize

    0下载:
  2. Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1196
    • 提供者: 張天彥
  1. 2-copysubimg-roi-mask

    0下载:
  2. vc++利用opencv 实现的图像拼接-vc++ using opencv realized image mosaic
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1413454
    • 提供者:dingcheng
  1. OpenCV-Circular-ROI

    0下载:
  2. circular region of interest opencv C-circular region of interest opencv C++
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3310948
    • 提供者:figure
  1. test_ROI

    0下载:
  2. 利用opencv和vc++2010编程实现在图像中标注ROI。-label ROI in an image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9662967
    • 提供者:jacky
  1. imageROI

    0下载:
  2. 在Visual Studio 2008 中实现对一幅二维图像的ROI算法-ROI algorithm to achieve a two-dimensional images in Visual Studio 2008
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4766720
    • 提供者:李晨
  1. GetSubImagebyopencv

    0下载:
  2. 前段时间在OPENCV中做一个小东西,使用到子图像的提取和拷贝,一时间没有找到好的方法,要么直接访问像素进行赋值,要么通过数组来转换,总是感觉别扭,后来终于弄清了一个比较简单的方法,需要利用一下OPENCV中的ROI方法,该方法对于任何格式的灰度或者彩色图像均适用-Do a small thing, some time ago in the OPENCV in sub-images used to extract and copy, for a time did not find a good
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:766
    • 提供者:chenkanru
  1. 1

    0下载:
  2. 该代码实现了在一张图片中设置ROI区域并存储下来的功能-The code to set the ROI region in a picture and store down
  3. 所属分类:OpenCV

    • 发布日期:2017-06-08
    • 文件大小:15556221
    • 提供者:zy
  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
    • 文件大小:160287
    • 提供者:kudukSweetone
  1. Set-ROI-by-Mouse

    0下载:
  2. 在视频图像上,用鼠标设定任意矩形区域。为后续在监测区域内处理数据,打下基础。 opencv程序。-This little program is used to set Reigon of Intererting by mouse,the ROI is rectangle with any scale.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:1506653
    • 提供者:cz
  1. set-ROI

    0下载:
  2. 在opencv中对图像设定处理区域即ROI-In opencv ,set processsing area (ROI)for image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-02
    • 文件大小:561
    • 提供者:wqy
  1. IplImage

    0下载:
  2. IplImage结构体及相关知识;理解IplImage结构体的一些重要成员;颜色3通道的理解,RGB颜色空间的理解,ROI区域的理解等知识。如果通过指针访问图像数据,与图像相关的一些基础知识 -IplImage structure and knowledge understanding the IplImage some important members of the structure knowledge of color 3 channel understanding, the u
  3. 所属分类:OpenCV

    • 发布日期:2017-11-24
    • 文件大小:1216
    • 提供者:muyouya
  1. Roi

    0下载:
  2. 本代码利用opencv函数裁剪一张图片的感兴趣部分(ROI),并在制定窗口显示出来。-The code use opencv function cropped image of a portion of interest (ROI), and displayed in the formulation window.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:12072603
    • 提供者:刘文培
  1. ROI

    0下载:
  2. core组件,访问图像像素,图像混合,ROI,分离颜色通道和多通道图像等-Core components, access to image pixels, image mixing, ROI, separate color channels and multi-channel images, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-11
    • 文件大小:11543778
    • 提供者:李军
  1. 用OPENCV提取ROI

    0下载:
  2. 用opencv分割图像,可能对特定的图像管用,可以适当修改参数,达到所需要的效果(ROI segment:Using OpenCV to segment images, it can be used for specific image tubes, and can modify parameters appropriately to achieve the desired results.)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:11264
    • 提供者:xiao_qing
« 12 3 »
搜珍网 www.dssz.com