CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - transform code

搜索资源列表

  1. 04 VC图像的几何变换源代码

    2下载:
  2. 04 VC图像的几何变换源代码,旋转,比例缩放,等等几何变换-04 VC images of the geometric transform source code, rotation, scaling, zooming, etc. Geometry Transformation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:268.14kb
    • 提供者:glg
  1. DCTchang

    0下载:
  2. 图象的离散余弦变换的源代码.做数字水印的同学可参考.-images of discrete cosine transform the source code. Digital watermarking so students can reference.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.32kb
    • 提供者:guying
  1. watershed_c++

    0下载:
  2. 一种分水岭算法的C语言程序。包含watershed.cpp, kenel.cpp, transform.cpp等源代码-a watershed algorithm C language program. Included watershed.cpp, kenel.cpp. transform.cpp such as source code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:61.29kb
    • 提供者:郑元义
  1. tuxiang..

    0下载:
  2. 这是有关图像处理的代码,能实现各种功能,比如:二值化、阈值变换-This the image processing code, to achieve a variety of functions, such as : the value of the threshold value transform
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:783.66kb
    • 提供者:刘亮
  1. 2DDCT

    0下载:
  2. 实现快速离散余弦变换的C代码。用在2 维图形压缩处理的预先处理-fast discrete cosine transform C code. Using the two-dimensional graphics compression pre-treatment
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:闫位岸
  1. flybh2006

    0下载:
  2. 傅立叶变换源码,vc下可用,二维图像处理-Fourier transform source code available under vc, two-dimensional image processing
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:王汉文
  1. bcl-1.1.2

    0下载:
  2. 下载的代码,可以实现基本的压缩算法,如RLE行程编码,Huffman变换。-download the code, can achieve a basic compression algorithms, such as RLE itinerary coding, Huffman transform.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:94.73kb
    • 提供者:Sarah
  1. lessonresouse

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:654.39kb
    • 提供者:tiantian
  1. 20060816

    2下载:
  2. 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开*廓提取源程序 堆
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:268kb
    • 提供者:pudn_dxg001
  1. BMP(VC++)

    1下载:
  2. VC++图象编程基础源代码,包括 Hough变换、阈值分割、轮廓提取与跟踪等图象处理的基础操作-VC + + programming based image source code, including the Hough transform, threshold segmentation, Contour extraction and tracking the basis of image processing operation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.73mb
    • 提供者:王建辉
  1. imagelisanyuxuan(DCT)bianhuansuanfa

    0下载:
  2. VC++6.0对图像进行离散余弦变换处理的源代码-VC 6.0, the image discrete cosine transform source code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:43.37kb
    • 提供者:胡恒滔
  1. HoughTrans

    1下载:
  2. 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:64.55kb
    • 提供者:wxj
  1. hough.rar

    2下载:
  2. hough变换代码文件,包括hough.m houghpeaks.m 和houghlines.m三个文件,hough transform code documents, including hough.m houghpeaks.m and three documents houghlines.m
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:8.38kb
    • 提供者:韩杰
  1. code

    0下载:
  2. Hough transform code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:69.28kb
    • 提供者:Bom
  1. hough_line

    0下载:
  2. this is a code for line detection in noisy image using hough transform
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:1.32kb
    • 提供者:lavik
  1. Two-dimensional-transform

    0下载:
  2. 本代码主要是实现直线的旋转,平移,错切,比例变换功能-This code is to achieve straight-line rotation, translation, shear and scaling function
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1015.87kb
    • 提供者:
  1. Otsu

    0下载:
  2. 图像的二维福利叶变换,利用matlab变成实现了二维福利叶变换,代码优化-Fourier transform of the image of two Weifu Li matlab realized with two Weifu Li Fourier Transform code optimization
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:780byte
    • 提供者:duhoupeng
  1. code

    0下载:
  2. 该程序基于霍夫变换实现直线提取 用到了canny算法-The program is based on the Hough transform for line extraction canny algorithm is used
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:605.15kb
    • 提供者:陈成
  1. 2D-Fourier-Transform

    0下载:
  2. 基于matlab的数字图像的二维傅立叶变换(FFT)以及二维离散余弦DCT变换,提供里详细代码,.m文件-Matlab-based digital image two-dimensional Fourier transform (FFT) and two-dimensional discrete cosine transform DCT offers in detailed code,. M file
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:319.13kb
    • 提供者:valeriechan
  1. Dimensional-wavelet-transform

    0下载:
  2. 图像的二维小波变换,采用C++代码实现,有实验结果。-Wavelet transform two-dimensional images, the use of C++ code with experimental results.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:364.86kb
    • 提供者:huxueshan
« 12 3 »
搜珍网 www.dssz.com