CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Region of Interest

搜索资源列表

  1. ROI

    1下载:
  2. 对图象感兴趣区域系数的提取,以及系数的放大-right coefficient region of interest image extraction and amplification coefficient
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:张呈
  1. ROI

    0下载:
  2. Opencv : Setting the Region of Interest in an Image.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1.09kb
    • 提供者:Rafin
  1. ROI_example

    0下载:
  2. selecting Region Of Interest using openCV and VC-selecting Region Of Interest using openCV and VC++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:prakash
  1. splitmerge

    0下载:
  2. SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1.95kb
    • 提供者:dilir
  1. gaborwavelet

    0下载:
  2. Gabor wavelet transform applied to feature extraction of ophthalmic images. We investigate a new approach for measuring ocular refractive errors (astigmatism, near-sightedness and shortsightedness) from images of the human eye [1]. This ap
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:6.72kb
    • 提供者:Real
  1. Get-region-of-interest

    0下载:
  2. 从一副图片中选择感兴趣的区域,代码简单,是学习的好资料-From a picture in the region of interest selected, the code simple, is to learn a good material
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:1.25mb
    • 提供者:zhouli
  1. IEEE_IP00_Salembier_Garrido

    0下载:
  2. 二叉划分树在图像处理中的应用,对相关感兴趣区域的提取,达到人们的要求。-Binary partition tree in image processing, extraction of the relevant region of interest, to achieve the requirements of the people.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:696.31kb
    • 提供者:chenxiaoliang
  1. ROI

    0下载:
  2. Region of interest extraction. According to people interested in the process of reducing the region s image-Region of interest extraction. According to people interested in the process of reducing the region s image
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:1.86kb
    • 提供者:Ahmed
  1. black

    0下载:
  2. 选取图片上某感兴趣区域进行处理, 运用OPENCV ROI区域自己设置即可- selecting a region of interest of a picture
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:883byte
    • 提供者:cgt
  1. image-tag

    1下载:
  2. MATLAB图像标记,可以对图像中的你感兴趣的区域进行提取和标记,为后续分析提供帮助,程序可运行-MATLAB image tag, the image of the region of interest you can be extracted and tag, provide help for subsequent analysis, program can be run
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-07-09
    • 文件大小:1kb
    • 提供者:sunbaohua
  1. rotate

    0下载:
  2. 根据txt中记录的角度旋转图像并用黑色像素补齐,再对txt中的斜矩形框的四个角进行坐标转换,裁剪出感兴趣区域-Rotate image and filled with black pixels according to txt recorded angle, and then the txt in the four corners of the rectangle oblique coordinate transformation, clipping region of interest
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:刘嫣然
  1. cal_class

    0下载:
  2. 利用最大似然法,通过感兴趣区域对遥感图像进行分类-Using the maximum likelihood method, by region of interest on remote sensing image classification
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:944byte
    • 提供者:张鑫
  1. live_beautiful_camera_streaming0.5

    0下载:
  2. 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-02
    • 文件大小:13.98mb
    • 提供者:wangyaning
  1. 前景提取

    0下载:
  2. 本文展示了一种自动识别视频中移动目标的方法。论文中提取移动目标通过帧序列,这种方法不需要先验知识,比如:时间阈值调整。基于相邻帧的连续对称差分,我们能得到全分辨率显著图;然后利用最大熵方法计算阈值决定候选区域和获得兴趣点的种子;最后用修改的模糊生长方法获得最终的结果。本文中提出的算法是有效的、具有鲁棒性的。实验结果也证明它具有很好的效果。(This paper presents a method for automatic recognition of moving targets in vid
  3. 所属分类:其他

  1. SplitColorImageToRGBChannel

    0下载:
  2. example of how to split color channel which is red, green and blue (RGB)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:392kb
    • 提供者:WENG0125
  1. Plate-Location-master

    0下载:
  2. 对照片进行形态学处理,提取感兴趣的区域,实现车牌的提取(The image is processed by morphology, the region of interest is extracted, and the extraction of the license plate is realized.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:10kb
    • 提供者:风云2333
搜珍网 www.dssz.com