CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 二维图像

搜索资源列表

  1. 2维图像离散余弦变换

    0下载:
  2. 二维图像离散余弦变换:数字图像处理常用例程,可执行文件在Release中,具体说明见Readme。-two-dimensional discrete cosine transform image : Digital image processing routines used, in the Release executable file, specify see readme.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:125.64kb
    • 提供者:陈咚
  1. MATLAB图像处理源程序

    3下载:
  2. 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
  3. 所属分类:matlab例程

    • 发布日期:2009-01-02
    • 文件大小:85.92kb
    • 提供者:wilsonwong
  1. 二维直方图熵阈值法

    3下载:
  2. 计算图像的二维直方图,通过信息熵算法确立阈值,以此为依据对图像进行分割。
  3. 所属分类:matlab例程

    • 发布日期:2011-03-29
    • 文件大小:1.14kb
    • 提供者:zxcbit@126.com
  1. bcs_vb.zip

    10下载:
  2. 一个基础贝叶斯变换的压缩感知,包含一个源代码和一个一维信号处理的例子和两个二维图像的例子,The basic BCS implemented via a variational Bayesian approach. The package includes the core VB-BCS code, one example of a 1-dimensional signal and two examples of 2-dimensional images.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-13
    • 文件大小:90.54kb
    • 提供者:chen
  1. hist2d

    0下载:
  2. 二维直方图,MATLAB开发,用于描述图像的二维直方图 -2D hist
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.21kb
    • 提供者:zheng ziwei
  1. example4_good

    1下载:
  2. 灰度图像的二维Otsu自动阈值分割法 matlab源程序,这个程序不错,还能计算时间和二维直方图-Two-dimensional gray image segmentation Otsu automatic thresholding matlab source, this procedure well, but also the computing time and two-dimensional histogram
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:792byte
    • 提供者:lj
  1. first

    1下载:
  2. 二维傅里叶变换,对图像进行二维傅里叶变换处理-Two-Dimensional Fast Fourier Transform The purpose of this project is to develop a 2-D FFT program "package" that will be used in several other projects that follow. Your implementation must have the capabilitie
  3. 所属分类:matlab例程

    • 发布日期:2012-11-04
    • 文件大小:720byte
    • 提供者:solo
  1. otsu2

    0下载:
  2. 灰度图像的二维Otsu自动阈值分割法 matlab源程序-Two-dimensional gray image Otsu automatic thresholding method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:704byte
    • 提供者:沈毅
  1. Entropy_Max_2D

    0下载:
  2. 用于实现灰度图像阈值分割的二维最大熵方法,很好用,希望对大家有帮助。-Used to achieve gray image threshold segmentation of the two-dimensional maximum entropy method, matlab source.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:956byte
    • 提供者:sanmu
  1. morph3

    0下载:
  2. 三维图像形态学函数的实现,三维腐蚀效果,matlab toolbox 中有二维实现,但迄今为止还没见到三维实现-graphic morph erode3
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:600byte
    • 提供者:gpluo
  1. 二维小波分析对图像处理

    0下载:
  2. 介绍小波的基本概念,并对图像进行压缩,消噪,增强,融合以及平滑处理.-introduced the basic concepts, as well as image compression, denoising, enhancement, integration and smooth handling.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:16.96kb
    • 提供者:昂清
  1. topolar

    1下载:
  2. 在matlab上实现图像同二维直角坐标系转化为极坐标秒的算法.-In matlab to achieve images with two-dimensional Cartesian coordinate system into polar coordinates algorithm seconds.
  3. 所属分类:matlab

    • 发布日期:2015-10-04
    • 文件大小:1.16kb
    • 提供者:steven
  1. Wavelet2D

    0下载:
  2. 二维小波变换算法实现压缩解压的程序,此程序中处理的图像为典型的测试图像lena-Two-dimensional wavelet transform algorithm compression decompression procedures, the procedures for dealing with images typical test images lena
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:155.46kb
    • 提供者: 李美珊
  1. FuzzyClusteringToolbox

    0下载:
  2. 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.04mb
    • 提供者:王梦萍
  1. Compresser

    0下载:
  2. 一种二值图象无损压缩算法 南京理工大学电光学院 【摘 要】利用稀疏矩阵和差分编码对二色图像进行压缩保存,在通过图像的0,1矩阵建立,矩阵一维化,差分量化编码,写文件来压缩。在电子档案存储,CAD制图信息化存储有极高的应用价值。 【关键字】计算机 二值图像 稀疏矩阵 无损压缩 编码 -A binary image lossless compression algorithm for electro-optic Nanjing University of Technology an
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-12
    • 文件大小:7.47mb
    • 提供者:胡赟星
  1. 001

    1下载:
  2. MATLAB环境下二维离散余弦变换的图像压缩-Two-dimensional discrete cosine transform image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:66.38kb
    • 提供者:Emperor
  1. 3dconstructor

    0下载:
  2. 论文:基于二维图像的三维重建的研究。本文是基于二张二维图像,然后进行三维重建,是用matlab程序实现的。文中详细介绍了每一步的现实方法和原理。-Thesis: Based on two-dimensional image reconstruction of three-dimensional. This article is based on two Zhang Erwei image, and then three-dimensional reconstruction is achieved
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:wangwangwang
  1. TVF

    0下载:
  2. 根据Medioni的张量投票理论,用matlab实现二维图像的重构。-According Medioni s tensor voting theory, with the realization of two-dimensional image reconstruction of matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:19.11kb
    • 提供者:黄锦芳
  1. MATLAB基于点的图像配准程序

    0下载:
  2. 基于点的二维图像配准程序,双线性插值算法,适用于二维图像(image regisration of 2d imag)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:36kb
    • 提供者:victoryfeng
  1. dianshuzhi

    4下载:
  2. 本程序是针对电树枝进行了二维仿真,有仿真数据,可以扩展为三维仿真!(This procedure is for the electrical branch of the two-dimensional simulation, simulation data, can be extended to three-dimensional simulation!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-11-27
    • 文件大小:31kb
    • 提供者:大头猫神
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com