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

搜索资源列表

  1. tu_xiang_jianche

    0下载:
  2. 数字图像的边缘检测是图像分割、目标区域的识别、区域形状提取等图像分析领域十分重要的基础,图像理解和分析的第一步往往就是边缘检测,目前它以成为机器视觉研究领域最活跃的课题之一,在工程应用中占有十分重要的地位。本文向读者简单介绍一下这个技术,并给出了在Visual C++环境下实现的代码。-Digital Image Edge detection is image segmentation, target recognition in the region, regional shape extra
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6521
    • 提供者:孙天凯
  1. level_set_region

    0下载:
  2. active contour算法中的经典算法:基于region的levle set算法文献
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:445066
    • 提供者:杨莉
  1. regionbased_seg_demo

    0下载:
  2. This code implements the well-known Chan-Vese segmentation algorithm from the paper \"Active Contours Without Edges.\" This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:11057
    • 提供者:hiyisf
  1. CaptureIt.rar

    1下载:
  2. 很好用的VB抓屏、鼠标拖动区域截图小精灵,小巧灵活,不亏为称为"精灵"。它可以完成抓取整个桌面,截取活动窗口、抓取某个区域、清除重来、保存图像等功能,每一个都是实用。VB的抓屏程序源码爱好者已收录很多了,个个都精彩,每一个都是用不同的方法来实现,值得学习。 ,Good use of VB screenshots, mouse, drag the region elf screenshot, compact and flexible, non-loss for the known as the
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:3864
    • 提供者:xx
  1. ADSI.rar

    0下载:
  2. 实现了对活动目录(active directory)的各种基本操作,需要在建立了活动目录域中的计算机中方能运行,Implement some operatings on AD(active directory).It can only be run normally on PC which has AD region.
  3. 所属分类:Windows Develop

    • 发布日期:2014-11-05
    • 文件大小:670158
    • 提供者:谭志鹏
  1. segmentation

    0下载:
  2. Region based Active Contour的Matlab实现代码。很经典的方法-Region based Active Contour of Matlab code. Classic method
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:16059
    • 提供者:李好
  1. Localizing_Region_Based_Active_Contours

    0下载:
  2. 2008年IEEE TRANSACTION关于活动轮廓的经典文献。活动轮廓在图像分割和计算机视觉中有广泛应用,本文提出局部化基于区域的活动轮廓。效果很好。-2008 IEEE TRANSACTION active contour about classic literature. Active contour in image segmentation and computer vision has extensive application of this paper, local regio
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1132306
    • 提供者:单昊
  1. TransPicture

    1下载:
  2. 透明背景位图热对象Active控件,用Bitmap左下角象素作透明色,只有非透明区域可接受焦点。适用于程序中需用图片作为控制对象,并要求背景透明的情况-Transparent background bitmap hot object Active control, with the lower-left corner pixel Bitmap for transparent colors, only non-transparent region focus acceptable. Apply
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-05
    • 文件大小:52134
    • 提供者:余荣华
  1. LocalizedRegionBasedActiveContours

    0下载:
  2. region based active contours
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:160650
    • 提供者:ahmed
  1. regionbased_seg

    0下载:
  2. Region Based Active Contour Segmentation:基于活动轮廓的图像分割算法,MATLAB代码,可用于目标提取,包括实验图片-Region Based Active Contour Segmentation: Active Contour-based image segmentation algorithm, MATLAB code, and can be used for object extraction, including the experimental
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:10378
    • 提供者:猪哥不亮
  1. RdfSnap123_0430_Setup

    0下载:
  2. 一款完全免费的专业级屏幕捕捉软件,能够让您得心应手地捕捉到需要的屏幕截图。捕捉图像方式灵活,主要可以捕捉整个屏幕、活动窗口、选定区域、固定区域、选定控件、选定菜单、选定网页等,图像输出方式多样,主要包括文件、剪贴板、画图和打印机。软件具有捕捉光标、设置捕捉前延时、显示屏幕放大镜、自定义捕捉热键、图像文件自动按时间或模板命名、捕捉成功声音提示、重复最后捕捉、预览捕捉图片、图像打印、图像裁切、图像去色、图像反色、图像翻转、图像旋转、图像大小设置、常用图片编辑、墙纸设置等功能。捕捉到的图像能够以保存图
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1798774
    • 提供者:黄河
  1. RegionBasedSnake

    0下载:
  2. 基于区域的主动轮廓模型算法,是论文《Active Contours Without Edges》的VC算法实现-Region-based active contour model algorithm, for the paper " Active Contours Without Edges" of the VC algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8564
    • 提供者:胡彦冰
  1. Image_Segmentation_Active_Coutour_Local_Binary_Fit

    0下载:
  2. 李纯明最新实现的局部活动轮廓模型的图像分割,比CV模型方法好很多。包含所实现的论文Minimization of Region-Scalable Fitting Energy for Image Segmentation-Li Chunming latest realization of the local active contour model for image segmentation, much better than the CV model approach. The paper
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3272738
    • 提供者:syjsyj
  1. circle

    0下载:
  2. sorce code for gloabal region based active contoru model for the image of circle.This is basic analysis of code includig excel file list the all force and level set initialization.-sorce code for gloabal region based active contoru model for the ima
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:134135
    • 提供者:hiren
  1. RSF-Active-contour-model.

    0下载:
  2. 实现论文 Minimization of region-scalable fitting energy for image segmentation 中提出的RSF模型,也适用于LBF模型,用于图像分割。-RSF model of the papers Minimization of region-scalable fitting energy for image The a segmentation , LBF model for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2294920
    • 提供者:吴莎莎
  1. Demo

    0下载:
  2. MzTH56模块上的触摸面板集成在了模块上,在出厂前已经过校对,在屏幕显示的有效区域内,触摸的点的位置数据也以X轴、Y轴坐标表示;X轴从0~639,Y轴从0~479,与模块的显示屏的坐标一样-X-axis from 0 to 639, a touch panel on the MzTH56 module integrated in the module, in the factory after proofing, and displayed on the screen within the a
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:49278
    • 提供者:刘权福
  1. active-contour

    0下载:
  2. The region is iteratively grown by comparing all unallocated neighbouring pixels to the region. The difference between a pixel s intensity value and the region s mean, is used as a measure of similarity. The pixel with the smallest difference measure
  3. 所属分类:File Formats

    • 发布日期:2017-11-05
    • 文件大小:2886
    • 提供者:sav
  1. classical-image-segmentation-

    0下载:
  2. 图像处理中经典的C-V(无边缘活动轮廓)模型和GAR(测地线活动区域)模型!- classic CV ( active contour without edge ) model and GAR (geodesic active region) model in Image processing!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2915
    • 提供者:xiaomei
  1. Active-Contour-Segmentation

    0下载:
  2. Region Based Active Contour Segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:14178
    • 提供者:star
  1. active contour based on region

    0下载:
  2. localized based active contour matlab code
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:10240
    • 提供者:prashanth
« 12 »
搜珍网 www.dssz.com