搜索资源列表
数字图像几何变换
- 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual
ImageGeometricTransform
- vc++实现图像几何变换,镜像、旋转、缩放、平移
picturechange
- 图像的几何变换,如平移,镜像变换,缩放,转置,旋转等
GeoTrans
- 本系统实现了图像的几何变换,如图像平移,垂直镜像,水平镜像,旋转,缩放等
04
- 图像的几何变换,包括图像的平移,镜像,转置,缩放,旋转
Geometric
- 实现图像几何变换,如图像的平移,缩放,转置,旋转,镜像变换-Image geometric transformation, such as image translation, scaling, transpose, rotate, mirror transform. .
Jihebianhuan
- 图像几何变换,包括:平移、旋转、缩放、镜像等-Image geometric transformations, including: translation, rotation, scaling, mirroring, etc.
FreTrans
- 实现图像几何变换函数(图像平移,图像镜像 ,图像转置 ,图像缩放,图像旋转),傅里叶变换,离散余弦变换,沃尔什-哈达玛变换。输入256位图像即可使用,包含详细注释,非常有参考价值。-Image geometric transformation function (image shift, image mirroring, image transpose, image scaling, image rotation), Fourier transform, discrete cosine tr
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
FreTrans
- 图像的几何变换,平移,镜像变换,转置,缩放,旋转-The image geometric transformation, translation, mirror transform, transpose, zoom, rotate
image3
- 针对图像的几何变换,平移,镜像变换,缩放,转置,旋转进行程序设计。取自《vc++图像处理程序设计》-For the image geometric transformation, translation, image transformation, scaling, transpose, rotate to programming. Retrieved from " vc++ Image Manipulation Program Design"
jihebianhuan
- 图像的几何变换,图像比例放缩,图像平移,图像镜像,图像旋转等-Image geometric transformation, image zoom ratio, image translation, image mirroring, image rotation
GeoTrans
- 图像几何变换:平移,水平垂直镜像,转置,缩放,旋转。-Image geometric transformation: translation, horizontal and vertical mirroring, transposition, scale, rotation.
l
- 该程序实现图像几何变换,包括图像平移,水平、垂直镜像,图像转置,图像缩放以及图像旋转。-Image geometric transformation of the program, including the image shift, horizontal, vertical mirror, image transposition, image scaling and image rotation.
Geometry_transfom
- 用C++语言在MFC框架下实现对bmp图像的对的几何变换,包括平移,水平镜像,垂直镜像,缩放,旋转,其中旋转包括顺时针旋转90,逆时针旋转90,旋转180,还有以任意角度旋转等。-C++ language used in the MFC framework to achieve bmp images on the geometric transformations, including translation, horizontal mirror, vertical mirror, resize
GeoTrans
- MFC实现灰度图像的几何变换,包括图像平移,垂直镜像,图像转置、缩放、旋转等-MFC to achieve gray image geometric transformation, including image translation, vertical mirror, image transpose, resize, rotate, etc. . . . .
translation
- 本文件中包括了对数字图像进行各种几何变换,分别包括图像平移,镜像变换,缩放,转置,旋转以及漩涡和球面扭曲等功能。-This document is included in the digital image of the geometric transformation, translation, respectively, including image, the mirror image transform, scaling, transpose, rotation, and distort
image-geometric-transformation
- 实现图像的几何变换,包括图像的平移、镜像变换、缩放、转置以及旋转。-Achieve geometric transformation of image, including the image translation, image transformation, scaling, transpose and rotation.
几何变换
- 数字图像处理中的几何变换,包括图像的平移,图像的镜像,图像转置,图像的缩放,图像的旋转以及三种插值算法(The geometric transformation in digital image processing includes image translation, image mirroring, image transposition, image scaling, image rotation, and three interpolation algorithms)
数字图像的几何变换
- 图像的几何变换是图像处理的基础内容之一,通过几何变换不仅可以产生某些特殊的效果,而且可以简化图像处理过程和分析程序。论文对常用图像的几何变换的数学基础、算法原理、算法仿真、和畸变校正技术进行研究。主要探讨了数字图像的几何变换(包括图像的平移、图像的缩放、图像的旋转以及镜像变换)理论,以MATLAB为工具,以最近邻插法、双线性插值法和双三次插值法三种常用数字图像差值算法为基础,实现了数字图像的一系列几何变换。几何变换是将几何图形按照某种法则或规律变成另一种几何图形的过程它对于几何学的研究有重要作用