搜索资源列表
数字图像几何变换
- 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual
cpp&h
- 一个图像处理器,实现图像平移,旋转和压缩的基本功能
image
- 该代码主要用来实现图像平移功能,压缩包附有图片
图像平移
- Visual c++\\Matlab图像处理与实用案例精选:图像平移-Visual c \\ Matlab Image Processing and practical case Featured : Image Translation
码
- 图像平移-image translation
图像平移
- C# 图像平移
各种图像的小变换
- 用C++ Builder做的 对一幅图像进行各种变换的小程序,如平移,窗帘显示,浓雾效果,交叉显示, 源码
图像几何变换
- VC++编写的图像几何变换程序,界面分成原图显示区和变换后显示区,几何变换包括了:图像平移、水平镜像、垂直镜像、图像转置、图像缩小、图像放大、图像旋转
双线性插值法实现图像平移
- 双线性插值法实现图像平移
实现了图像平移变换的功能
- 实现了图像平移变换的功能,用VC++,MFC完成喜欢数字图像处理的可以仔细看看带代码,一起学习-To achieve the image shift transform functions with VC++, MFC done like digital image processing can take a closer look at the code, learning together
Graph_Treat.rar
- C#图像文件存取、缩放、平移、翻转、剪切、叠加、滤色、灰度、亮度、透明等处理技术示例。,C# Image file access, zoom, pan, flip, shear, overlay, color, gray scale, brightness, transparency, etc. Examples of process technology.
DigiPicture
- 数字图像处理技术的一些经典算法,开发平台是VS2005,这些算法全部用C++语言实现,其中包括怎样显示位图,图像的反色,灰度阈值变换,灰度拉伸,灰度均衡,亮度增减,图像平移,图像缩放等-Digital image processing technology, a number of classical algorithms, the development platform is the VS2005, all of these algorithms using C++ language, in
Photo
- 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
chap1_3
- 图像的几何变换,包括图像的放大,和图像的缩小,图像的旋转,图像的平移,插值-Images of geometric transformations, including image magnification, and image reduction, image rotation, image translation, interpolation
GeoTrans
- 图像平移 垂直镜像 水平镜像 图像转置 图像缩放 图像旋转-The level of vertical shift image mirror image mirror image scaling Turn image rotation
xxxxx
- 这是一个对图像进行图像平移的源程序操作,编译已过,程序没问题。-This is an image of the source image translation operation, the compiler has, the program no problem.
PyramidImageMatchingII
- 针对离散小波变换对于图像平移和旋转的敏感性,提出了一种基于可操纵金字塔的图像匹配算法。-Discrete wavelet transform for image translation and rotation sensitivity of a steerable pyramid-based image matching algorithm.
GeoTrans
- 对图像做几何变换,图像平移,水平镜像,垂直镜像,图像转置,图像缩放,图像旋转-Make the image geometric transformation, image translation, horizontal mirror, vertical mirror, the image transpose, image scaling, image rotation
Csharp_imageprocessing_
- C#语言,winform实现。图像处理程序,实现简单的图像操作,如放缩,平移,旋转等。-C# language, winform implementation. Image processing procedures, perform simple image manipulation, such as scaling, translation and rotation.
图像几何变换处理
- 图像的几何变换: 改变图像的大小或形状。比如图像的平移、旋转、放大、缩小等,这些方法在图像配准中使用较多。 图像变换: 通过数学映射的方法,将空域的图像信息转换到频域、时频域等空间上进行分析。比如傅里叶变换、小波变换等。(Image several transformation processing)