搜索资源列表
数字图像几何变换
- 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分
30个图像处理
- 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
delphi实现的几何变换
- 实现在图像任意角度的旋转,平移。以及图像的镜像,扭曲。波浪效果,缩小放大裁剪,以及对图像的裁剪。-achieve arbitrary angle images in the rotation and movement. Mirror Image and distorted. The wave effect, narrow Large cutting, and cutting the right image.
数字图像几何变换
- 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分
robertandvertmirror
- 利用Roberts边缘算子法对图像进行边缘提取的源代码,和对图像进行垂直镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行)-use Roberts Edge Operator Act of images from the edge of the source code, and right vertical mirror image processing (geometric transformation) of the s
basicbiancheng
- 有若干基础算法,像对比度拉伸,傅里叶变换,均值滤波,离散余弦变换,图像镜像,细化,维纳滤波,直方图均衡-some basic algorithms, such as contrast stretching, Fourier transform, mean filtering, discrete cosine transform, image mirroring, Refinement, Wiener filtering, histogr
geometricaltransform
- vc图像几何变换.rar 包括图像平移、图像旋转、图像镜像、图像缩放、图像转置五个功能-vc image geometric transformation. Rar including translation images, image rotation, mirror images, image scaling, Image transfer home five functions
codesforimageprocessing
- 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-simple image processing, including color to graysc
chapter4ofvisualc++digitalimage
- <visual c++数字图像处理典型算法及实现>一书中的第四章图像的平移、镜像变换、转置、缩放、旋转等,一本很好的书和算法源代码-<visual c++数字图像处理典型算法及实现> Chapter IV of the book image translation, image transform, transpose, zooming, rotating and so on, a good book and t
image_process_codes
- 包含了多种常用的数字图像处理方法的实现代码,图像镜像、平移、旋转、缩放,高斯滤波、拉普拉斯锐化、中值滤波、二值变换、阈值变换、傅立叶变换、离散余弦变换等-contains a variety of commonly used digital image processing methods to achieve code, mirror images, translation, rotation, zoom, Gaussian filt
mirrortransform_VC_pic
- 用于对图像的镜像变换,很简单也很有用的。做图像的同学将受益匪浅,有实例及详细介绍,并附图像可测试。-right image for the image transformation, it is very simple to use. Images do students will benefit greatly, and there are examples in detail, accompanied by images can b
TransformShow
- 图像变换,VC++,编译OK,具体包括:各种角度的图像旋转,镜像变换,缩放等-Image transform, VC++, Compiled OK, specifically including: various angles of the image rotation, mirroring transformation, zoom, etc.
digitalimageprosessing
- 包括灰度图像和彩色图像处理两部分,灰度图像处理:256色转变成黑白色,对比度拉伸,二值化,反色,亮度增加,取对数,取指数,直方图均衡化,图像镜像,图像平移,图像缩放,图像旋转,高斯平滑,均值滤波,拉普拉斯锐化,梯度锐化,中值滤波,DCT变换,Fourier变换,Walsh变换,方块编码,细化,Canny算子,浮雕,雕刻,Sobel-Including gray-scale images and color image processin
picturechange
- 图像的几何变换,如平移,镜像变换,缩放,转置,旋转等-Images of geometric transformations, such as translation, image transformation, scaling, transpose, rotate, etc.
GeoTrans
- 该程序完成如下图像几何变换功能:图像平移,镜像变换,图像转至,放缩,旋转。-The program follows the completion of image geometric transform functions: image translation, image transform, image transfer, zoom, rotate.
04
- 图像的几何变换算法,包括图像平移、镜像变换、转置、缩放等-Geometric image transformation algorithms, including image translation, image transform, transpose, zooming, etc.
GeoTrans
- 图像的几何变换 图像平移 图像镜像变换 图像转置 图像缩放 图像旋转-Geometric transformation image image image image translation transpose transform image image scaling image rotation
MatlabSourceCode
- 常见的图像处理matlab源代码,包括梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Canny算子提取边缘、阈值变换、直方图均衡、中值滤波。-Matlab Source Code about Image Processing
tuxiangjingxiangbianhaun
- 图形镜像变换,图形处理进阶程序,将图形镜像变换(Graphical image conversion, graphics processing advanced procedures)