搜索资源列表

  1. GrayGrow

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:ganyongping
  1. MyDialog

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:ganyongping
  1. MyGrow

    0下载:
  2. AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.-AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:ganyongping
  1. SegTool

    0下载:
  2. matlab图像分割程序 手动和自动分割-matlab image segmentation procedures manual and automatic segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2376704
    • 提供者:李晓燕
  1. US_image_segmentation

    0下载:
  2. 自写的一种基于局部对比增强的GVFsnake图像分割方法,参考了xu的gvf,但本方法分割效果更好。-Since the writing of a local contrast enhancement based on image segmentation method of GVFsnake reference xu the gvf, but this method is better segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:伍林
  1. ImageSegment

    0下载:
  2. 图像分割程序,采用水平集演化的思想,实现偏微分方程中的GAC模型。Image segment source code(GAC model),which adopt the idea of level set evolving.-Image segmentation procedures, the use of level set evolution of thought, the realization of partial diffe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:li_ya
  1. cutimage

    0下载:
  2. 一个图片显示的小程序,环境是VS.NET2003,可以显示图片,按比例左右上下分割图片再重新合成-One picture shows a small process, the environment is VS.NET2003, can display pictures, divided from top to bottom according to the proportion of about picture re-synthesi
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:孙少卿
  1. VC++IP

    0下载:
  2. VC++图象处理编程演示程序 包括图象文件,点处理,领域处理,二值图象处理,二值形态学,灰值形态学,真彩色图象处理,区域分割,应用实例,帮助等。-VC++ Image processing programming demo program, including image files, point of treatment, the area of treatment, two-valued image processing, bi
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:1300480
    • 提供者:panhailang
  1. imagesegment

    0下载:
  2. 并行分割包括robert算子、sobel算子、prewitt算子、laplacian算子 串行分割:边缘跟踪 阈值分割:固定阈值分割、自适应阈值分割 串行区域分割:区域生长
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:81920
    • 提供者:刘伟
  1. LBF_result

    0下载:
  2. 用LBF的方法对图像进行分割,语言环境matlab -LBF method using image segmentation, language environment matlab
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:24576
    • 提供者:anothersky
  1. CuteFTP

    0下载:
  2. 一个简单的分割条的应用,窗口被分为3个.可以用来了解一下SplitterWnd的使用,在此代码的基础上改成自己需要的-Be a simple division of the application window is divided into three. SplitterWnd can be used to learn about the use of this code based on their needs change
  3. 所属分类:状态条

    • 发布日期:2024-05-21
    • 文件大小:1989632
    • 提供者:ruijing
  1. Splitter_SdiT2

    0下载:
  2. 一个可以动态切分窗口的程序。本程序可以通过菜单选项,把应用程序窗口多个不同的视图。比如先把窗口分割为左右两部分,在把右侧窗口拆分为2部分,3部分等;也可以把已经拆分的窗口重新合并。基于单文档的程序(SDI)。-A window of dynamic segmentation procedures. This procedure can be menu options to the application window a number
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-21
    • 文件大小:41984
    • 提供者:人民币
  1. hill_climbing

    0下载:
  2. 利用登山算法实现图像分割。算法适用于中心灰度较大,而向邻域逐渐递减的区域分割,如微钙化点图像。根据当前窗口手动设定的局部点,寻找局部灰度极大值点,找到16个角度下的种子点。然后以这16个点为种子点进行区域增长,约束条件为相应的灰度约束和空间约束。-Climbing algorithm using image segmentation. Algorithm applied to a larger central gray, and gra
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:93184
    • 提供者:fly_sea
  1. image-segment

    0下载:
  2. 图象分割程序:先用梯度函数进行边缘检测,然后二值化后分割图象-Image segmentation process: first the gradient edge detection function, and then after binarization image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:fzx
  1. Otsu

    0下载:
  2. 在目标和背景的尺寸比例很接近时,应用otsu算法分割效果才比较好,因此对目标进行开窗分割很有意义.也就说在一定窗口大小内对目标进行otsu分割,窗口之外的图像可以不变或者赋为0 程序中分别给出了算法.-In the target and background is very close to the size of the ratio, the application of Otsu segmentation algorithm is
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:110592
    • 提供者:李成
  1. Divide

    0下载:
  2. 实现文件分割与合并的功能,功能简单,目前不支持超过4G的大文件的分割-Document segmentation and realize the merger of functionality, features simple, does not currently support more than 4G of the partition of large files
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:49152
    • 提供者:zzz
  1. qycz

    0下载:
  2. 区域生长法图像分割源程序qycz.rar-Region growing image segmentation source qycz.rar
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王阳
  1. miniPS

    0下载:
  2. 这个程序演示了在单文档中如何利用CSplitterWnd来分割窗口。-This process demonstrated in a single document on how to use CSplitterWnd partition window.
  3. 所属分类:界面编程

    • 发布日期:2024-05-21
    • 文件大小:72704
    • 提供者:weiyu
  1. multi_splid_view

    0下载:
  2. 具有同一数据源和不同数据源的多个分割视图显示的VC实例源码。-Have the same data sources and different data sources in multiple partitions VC view shows examples of source code.
  3. 所属分类:界面编程

    • 发布日期:2024-05-21
    • 文件大小:52224
    • 提供者:liuwei
  1. light2

    0下载:
  2. 基于肤色的人脸检测方法,包括肤色模型建立和肤色分割过程两大部分内容。在比较了颜色空间和两种模型后,选择了在 YCbCr 空间建立高斯模型。输入图像经过相似度计算、阈值分割、最后得到人脸区域。-Based on the color of the face detection methods, including color, model and color segmentation process most of the conte
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1524736
    • 提供者:刘向阳
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org