搜索资源列表

  1. chilunjiemian

    0下载:
  2. 通过GUI界面的设计,能够对准双曲面齿轮图像进行灰度化、滤波、边界提取等操作。-Through the GUI interface designed to gears at gray-scale images, and filtering, edge extraction and other operations.
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:熊新海
  1. exp2.src

    0下载:
  2. 用C++编程实现提取RTF格式的写字板文件中的文本字符,只能提取文本,测试时候好像也不能进取中文,只能提取到英文字符,程序实际上是运用了RTF文件中对字符定义的边界控制符,如果知道如何去利用控制符,就可以提取RTF中的图片表格等信息。-Using C++ Programming extract WordPad RTF file format of the text characters, can only extract the tex
  3. 所属分类:文件操作

    • 发布日期:2024-05-03
    • 文件大小:744448
    • 提供者:Leviathan
  1. canny

    0下载:
  2. 能实现位图的边界提取,来完成图像处理功能-Canny
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:83968
    • 提供者:李香
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:1097728
    • 提供者:zhaolipo
  1. myIPC

    0下载:
  2. BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplacian of gaussian算子)-BMP images open, binarization, morphology processing (expansion, corrosion, open, closed, two-valued edge extraction), edg
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:2130944
    • 提供者:yangchjun
  1. BIANJIE2

    0下载:
  2. 使用拉普拉斯算子的图像边界提取,数字图像处理实验-Images using Laplacian edge detection, digital image processing experiments
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:qiuchengxu
  1. 89764532

    0下载:
  2. 使用Opencv进行Canny算子边界提取的示例程序-Canny operator using Opencv to extract the sample programs boundary
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:300032
    • 提供者:zoumuchun
  1. 963

    0下载:
  2. 为了提取血管扩张收缩的变化趋势,在采集原始视频AVI图像,进行帧序列转换后,提取血管轮廓成为研究 的重点。文中提出了一种基于标记分水岭对血管超声帧图像的分割方法,该法针对超声图像对比度低、噪声强的特点在标记 之前进行小波域增强。实验证明该法较传统的区域生长法更能准确地提取目标轮廓。基于该法得到的血管在连续时间内截面 积变化曲线,更方便医师进行精确的病理分析。由此可见,该法更适用于超声血管图像的边界提取。 -In orde
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:1052672
    • 提供者:王一
  1. xinxilun

    0下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:3454976
    • 提供者:chengshuai
  1. Proj11

    0下载:
  2. 该源码包包括二值图像边界提取程序、边界序列提取程序、边界序列均匀抽样程序、计算边界的傅立叶描绘子程序、根据傅立叶描绘子对图像边界重建程序-The source package includes binary image edge detection process, the boundary sequence extraction process, the border sequence of uniform sampling proc
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:54272
    • 提供者:yechao
  1. gradient_operators

    0下载:
  2. 边界提取 using 3*3 gradient operators algorithm. -Edge detection using 3* 3 gradient operators algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:Gavin
  1. Object-Recognition-

    0下载:
  2. 图像处理。几何方法。选取图形的边界作为特征提取。-Image processing. Geometric method. Selected as the feature extraction of the boundary graph.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:457728
    • 提供者:xavi
  1. edge-detection

    0下载:
  2. 图像处理,边界提取,边界跟踪,图像分割的c++源代码-Image processing, edge detection, boundary tracing, image segmentation, c++ source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:2762752
    • 提供者:anhtuyet
  1. uselaplacetofindbourdary-C

    0下载:
  2. 图像边界提取C程序--使用拉普拉斯算子,需要的可以下载-Image edge extraction C program- use the Laplace operator, need to see is available for download
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:mike
  1. 12

    0下载:
  2. 图像的边界提取算法,可以对于图像编程的学习有一定启发-Image boundary extraction algorithm, the learning can be programmed for a certain image inspired
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:1051648
    • 提供者:小刚
  1. diliuci

    0下载:
  2. 自己编写的源代码能实现简单的形态学操作,如腐蚀膨胀边界提取-I have written the source code to achieve a simple morphological operations, such as corrosion expansion boundary extraction
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:21504
    • 提供者:史善冬
  1. Robert

    0下载:
  2. Robert算子的边界提取函数,图像分割中要应用到,是边缘切割-Robert' s edge detection operator functions to be applied to image segmentation, is the cutting edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:风轻云淡
  1. shiyan4

    0下载:
  2. roberts算子实现的边界提取功能以及区域增长实现的区域分割功能-roberts operator to achieve regional growth boundary extraction functions and capabilities to achieve the region segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:3818496
    • 提供者:徐展
  1. src

    0下载:
  2. MFC 图像处理常用功能:旋转,缩放,增强,平滑,边界提取等-MFC common image processing functions: rotation, scaling, enhancement, smoothing, edge extraction, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-03
    • 文件大小:185344
    • 提供者:Derick You
  1. P_M_AOS

    0下载:
  2. p_m模型,各向异性扩散函数的matlab程序,用于对图像进行去噪及边界提取-p_m model, anisotropic diffusion function matlab program for image denoising and edge detection
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:zhaocui
« 1 2 3 4 56 7 8 9 10 ... 18 »

源码中国 www.ymcn.org