搜索资源列表

  1. 数字图像处理的几个程序例子

    0下载:
  2. 这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。-Here are several digital image processing examples including classical Fourier transform and its inverse, image enhancement (like median filtering, intens
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:3567616
    • 提供者:李玲
  1. canny图像边缘算法

    0下载:
  2. 这是一个关于图像边缘检测的小程序,希望对大家有所帮助-This is an image of a small edge detection procedures, we hope to help
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:89088
    • 提供者:徐艳
  1. 图像处理插值1[1].2

    0下载:
  2. 用插值算法实现的图像放大,缩小,灰度图的转换等功能-interpolation algorithm used to enlarge images, narrow, grayscale conversion function
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:190464
    • 提供者:师为礼
  1. 基于DCT的jpeg图像压缩编码算法的MATLAB实现

    2下载:
  2. 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:40960
    • 提供者:杨晖
  1. 运动估计算法

    0下载:
  2. 运动估计的算法源程序,搜索精度为半精度,方法是对整像素搜索到的匹配位置的领域像素进行内查,然后进一步搜索,找到更精确的匹配位置- In the movement estimate algorithm source program, the search precision is half precision, the method is the match position domain picture element which
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:王宁
  1. OSTU算法实现分割

    0下载:
  2. 自动寻找阈值,实现图像分割。很好用啊!VC 编写!- Automatically seeks the threshold value, the realization picture division. Very easy to use! VC compilation!
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘明霞
  1. 基于小波零树的图像压缩算法

    0下载:
  2. 基于零树小波的图像压缩算法,针对零树小波有效的提供了演示和支持-Zerotree wavelet-based image compression algorithms, wavelet against Zerotree provide effective support for the demonstration and
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:83968
    • 提供者:薛全
  1. 图象的几何变换算法

    0下载:
  2. geotrans演示图像的移动,旋转等基本几何变化,是学习VC图像编程的好范例,适用于初学者。-geotrans demonstration of mobile images, rotate the basic geometry change is learning VC good image programming model, applicable to beginners.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:黄应
  1. lsb水印算法

    0下载:
  2. 可以对在一幅图像中加入隐藏的字符,涂片等,形成水印-be right in the image by adding a hidden character, smears, formed Watermark
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:440320
    • 提供者:例为
  1. 二维傅立叶算法fft2D

    0下载:
  2. 一个关于二维傅立叶的算法,我在做图像处理时用到的 -on a two-dimensional Fourier's algorithm, I was doing the image processing used in
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-19
    • 文件大小:1241088
    • 提供者:胡刚
  1. OpenCV种子填充实现彩色图像分割的代码

    0下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color im
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:陈其星
  1. OTSU方法计算图像二值化的自适应阈值

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:陈其星
  1. TSP遗传算法程序

    2下载:
  2. 基于遗传算法的TSP实现,包含仿真出的图像路线图-based on genetic algorithm to achieve the TSP, including simulation of the road map images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:134144
    • 提供者:王月
  1. 图像纹理分析算法

    0下载:
  2. 介绍了图像纹理的算法,已经编译好,直接应用就可以了,源代码vc-of image texture algorithm has been compiled, and can be applied directly on the source code vc
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:440320
    • 提供者:王飞
  1. Otsu算法(灰度图像的域值分割)的C++类实现

    0下载:
  2. Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhou
  1. 常用的数字图像处理算法

    0下载:
  2. 常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典-commonly used digital image processing algorithm has been used standard C language, absolute classic
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:21504
    • 提供者:刘志刚
  1. 图像处理算法

    0下载:
  2. rar压缩包 其中包含Alphat透明合成系统源代码源代码,JPEG压缩编码系统源代码,腐蚀-膨胀-细化算法源代码,图案抖动技术处理系统源代码,图象边沿检测-提取-轮廓跟踪算法源代码,图象几何变换算法源代码,图象模板匹配算法源代码,图象平滑处理系统源代码,图像雾化处理程序源代码,图形色彩量子化及材质压缩程序源代码,直方图修正-彩色变换算法源代码-rar compressed packets containing Alphat tra
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-19
    • 文件大小:549888
    • 提供者:也风
  1. 图象亮度增减算法

    0下载:
  2. 本程序中,每点击一次“增加亮度”,图像灰度提升16;每点击一次“降低亮度”,图像灰度降低16-this program, each click "increasing brightness," Grayhound upgrade 16; Each click "lower brightness," lower 16 Grayhound
  3. 所属分类:组合框控件

    • 发布日期:2024-05-19
    • 文件大小:187392
    • 提供者:王晶
  1. VC编写的Harris角点检测算法

    1下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:753664
    • 提供者:赵辉
  1. 数字图像处理源码

    0下载:
  2. 数字图像处理源代码 具体实现数字图像各经典算法,并附有界面。-digital image processing source code specific digital images of the classic algorithms, together with interface.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:10110976
    • 提供者:陈桦
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org