搜索资源列表
数字图像几何变换
- 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual
hahajing.rar
- 这是一个实现哈哈镜的程序。属于数字图像处理中的几何变换。,A program of hahajing using Vc++, to implement the geometric operations
Tuxiangchazhisuanfa
- 常见的数字图像处理和几何变换中的算法 主要用于图像旋转和缩放的几种常见的插值算法-常见的数字图像处理和几何变换中的算法 主要用于图像旋转和缩放的几种常见的插值算法
8HoughChange
- 数字图像处理实习中的几种图像处理方式 包括图像转换 几何处理 线性变换 等等 -Digital image processing internship in several image processing methods, including image conversion treatment geometric linear transformation and so on
VC++2005MagicHouse
- 在Visual C++ 2005 中实现的数字图像处理源代码,包括了图像的点运算,几何变换,滤镜处理,特效等,对学习VC++数字图像处理非常有帮助。-In Visual C++ 2005 in the realization of the digital image processing source code, including the image of point computing, geometric transform, filter processing, special effe
program
- 数字图像处理领域中的一些应用实例,以理论和实践相结合的方式,系统地介绍了如何使用C#进行数字图像处理。 全书共11章,分别讲述了图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理等相关技术。-Digital image processing in the field of some application examples to the theory and practice, a combination of syst
geometrictransformation
- 数字图像处理中的实现对位图的读取,存储,和一些常规的几何变换,代码很好,很精练,有注释!-Digital image processing to achieve alignment map reading, storage, and some regular geometric transformation, code very good, very refined, with notes!
DigitalImageProcessing
- 一个强大的VisualC++数字图像处理,包括几何变换,点运算,图解增强(图解平滑,中值滤波)边缘检测,阈值分析等-VisualC++ a powerful digital image processing, including geometric transformations, point operations, graphical enhancements (graphical smoothing, median filtering) edge detection, threshold a
BMPOP
- bmp图像数字处理;图像信息的统计:直方图,最大最小灰度,熵,方差,平均灰度;灰度变换:分段线性变换,阈值,直方图的均衡化;中值滤波(加噪声),梯度算子;数字卷积,增加一个过滤类;几何变换:旋转,几何校正 -bmp image digital processing image information of the statistics: histogram, max-min gray, entropy, variance, average gray gray-scale transfor
GeoTrans
- MFC中数字图像处理几何变换的程序。 很全的,本科阶段的都有!-MFC geometric transformation of digital image processing procedures.
shu
- 数字图像,又称数码图像或数位图像,是二维图像用有限数字数值像素的表示。 通常,像素在计算机中保存为二维整数数阻的光栅图像,这些值经常用压缩格式进行传输和储存。 数字图像可以许多不同的输入设备和技术生成,例如数码相机、扫描仪、坐标测量机、seismographic profiling、airborne radar等等,也可以从任意的非图像数据合成得到,例如数学函数或者三维几何模型,三维几何模型是计算机图形学的一个主要分支。数字图像处理领域就是研究它们的变换算法。 -Digi
GeoTrans04
- 图像的几何变换,资料是精通VC++数字图像处理典型算法书中的原版CD内容,绝对准确-Image geometric transformation, the data is proficient in VC++ Digital image processing algorithms typical of the content of the book' s original CD, absolutely accurate
GeometricalChange
- 用于数字图像处理中的几何变换的程序,可以很好的实现图像的伸长,缩短,反转,倒置等等。-It s source code to be used to do genomical changing in digital image processing. It could change the image s length ,angle and direction and so on.
tuxiangchuli
- matlab在数字图像处理中的应用,matlab图像、图像文件的操作、图像的几何运算、图像的正交变换、matlab图像增强等内容的源文件代码。-matlab in the application of digital image processing, matlab image, image file operations, images of geometric operations, the image of the orthogonal transformation, matlab ima
geoTrans
- 数字图像处理中的几种几何变换的实现。其中包括了旋转平移,缩放等功能-digital image process about the geo transform
gaoshouchuanVC
- 高守传VC++ 数字图像处理典型算法及实现(源代码),里面的程序都是编译好的,可以直接使用,很多数字图像处理中经典好用的算法。内容涵盖了数字图像概述、visual c++数字图像编程基础、图像的几何变换、图像的灰度变换、图像的正交变换、图像增强、图像复原、图像的压缩编码、边缘检测与图像分析、图像的数学形态学运算、图像融合,以及图像特技显示等,最后综合运用了图像处理的多种理论和方法实现了一个人脸检测的案例。-failed to translate
Matlab
- 这是数字图像处理中的一个程序,功能包括图像均衡化,几何变换,加噪处理等-This is a digital image processing procedures, functions including image equalization, geometric transformation, noise treatment
几何变换
- 数字图像处理中的几何变换,包括图像的平移,图像的镜像,图像转置,图像的缩放,图像的旋转以及三种插值算法(The geometric transformation in digital image processing includes image translation, image mirroring, image transposition, image scaling, image rotation, and three interpolation algorithms)
image transformation
- 数字图像处理中对图像的几何变换与配准相关代码(Geometric transformation and registration related code for image processing in digital image processing)
matlab数字图像处理与识别
- 将理论知识、科学研究和工程实践有机结合起来,内容涉及数字图像处理和识别技术的方方面面,包括图像的点运算、几何变换、空域和频域滤波、小波变换、图像复原、形态学处理、图像分割以及图像特征提取的相关内容;同时对于机器视觉进行了前导性的探究,重点介绍了两种目前在工程技术领域非常流行的分类技术——人工神经网络(ANN)和支持向量机(SVM),并在人脸识别这样的热点问题中结束《精通Matlab数字图像处理与识别》。(Combining theoretical knowledge, scientific re