搜索资源列表
二维图形变换
- 包含了二维图形的几何变换算法,比例变换,对称变换-2d image geometry transform algrithm.proportion and symmetry transform.
二维变换
- 一个图形学中很简单的二维变换程序 是用C编的 请大家不要见笑-a very simple two-dimensional transformation process is part of the C Please do not laughed at
实验五 二维图形变换
- 实现二维图形的平移变换、放缩变换、旋转变换、错切变换及对称变换的程序。 -2D graphics translation transform, transform scaling, rotation transform, transform the wrong cut and symmetry transformation process.
二维图形变换算法
- 二维图形变换算法-2D graphics transform algorithm
变换
- 实现二维变换的一些功能-2D transformation of some functional
五.二维图形变换
- 二维图形的变换实现平移,对称错切放缩变换及矩阵表示-2D graphics transform translational symmetry Shear Zooming and transform matrix
二维变换
- 二维变换,C#实现
VC-source
- 计算机图形学VC.源代码 包括二维三维图形变换等的VC++代码-Computer Graphics VC. Source code
two_dimensional_PSD
- 二维功率谱密度计算程序 使用傅里叶变换 -2D PSD caculation estimator
tuxingbianhuan
- vc++二维图形变换实例,平移,比例,错切旋转-vc++ examples of two-dimensional graphics transformations, translation, scale, shear rotation
二维DFT
- 二维DFT详细代码,包含DFT的正变换和反变换
Graphics 实习3Transformation
- 图形学上机第三次实习设计! 二维变换及三维投影!-graphics on the plane third internship design! Two-dimensional and three-dimensional projection transformation!
witkey
- 实验内容 ① 直线和圆的生成,设定屏幕图形工作方式,彩色象素的读写,直线和圆的扫描转换。 ② 多边形的裁剪和填充 ③ 图形变换:二维变换、及投影、透视变换 -Experimental content ① generate a straight line and circle, set the screen graphics work, read and write color pixel, a straight line and circle scan conversion. P
56465416
- 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
erweituxingbianhuan
- 实现基本的二维图形变换功能,是计算机图形学中二维变换功能的实现-The realization of the basic functions of the two-dimensional graphics transformation is two-dimensional computer graphics in the realization of transformation functions
太阳地球月亮_二维_坐标变换
- 计算机图形学课堂上老师发的一份参考资料关于OpenGL二维坐标变换实例(A good reference material which,teacher send to our students.)
二维快速傅立叶变换
- 本文档介绍了快速傅里叶变换的技术,并给出了C++语言中用于计算图像数据的二维FFT的源代码。(This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.)
案例11-二维图形几何变换算法
- 计算机图形学里的二维图形几何变换,所用软件为C++(Geometric transformation of two-dimensional graphics)
MATLAB二维小波变换
- matlab实现二维小波变换,需把文件名改为英文(MATLAB realizes 2-D wavelet transform and needs to change the file name to English.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)