搜索资源列表
此代码实现了图象的平移,旋转,镜像,转置
- 此源代码是关于图像平移、旋转、镜像、转置 的源代码,对VC的初学者有一定参考价值-this source code is on the image translation, rotation, mirroring, home to the source code, the right VC beginners a certain reference value
30个图像处理
- 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.
图像的几何变换 旋转 平移 缩放
- 数字图像处理中的基本图像操作,在VC下用MFC多文档实现。参考教材《Visual C++数字图像处理典型算法及实现》
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
此代码实现了图象的平移,旋转,镜像,转置
- 此源代码是关于图像平移、旋转、镜像、转置 的源代码,对VC的初学者有一定参考价值-this source code is on the image translation, rotation, mirroring, home to the source code, the right VC beginners a certain reference value
数字图像几何变换
- 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分
Cresorse
- 高斯平滑,灰度均衡,拉普拉斯锐化(边缘检测),亮度增减,梯度锐化,图像平移,图像旋转,维纳滤波处理-Gaussian smooth, gray balance, Laplacian sharpening (edge detection), the brightness changes, gradient sharpening, image shifting, image rotation, Wiener filter
cpp&h
- 一个图像处理器,实现图像平移,旋转和压缩的基本功能-An image processor, image translation, rotation and compression of the basic functions of
VCbianhuan
- 一个图处理的例子,实现图像的旋转,平移等基本功能-a map of example, Image rotation, translation and other basic functions
geometricaltransform
- vc图像几何变换.rar 包括图像平移、图像旋转、图像镜像、图像缩放、图像转置五个功能-vc image geometric transformation. Rar including translation images, image rotation, mirror images, image scaling, Image transfer home five functions
tuxiangpingyixuanzhuan
- 这是进行图像平移,旋转,镜像,转置的例子,与大家共享。-This is the image translation, rotation, mirroring the example to home and share.
myGeoTransrandom
- 图像几何变换API函数库:图像平移,图像平移,图像镜像,图像转置,图像缩放,图像旋转.-API functions : image shift and image translation, mirror images, image transfer home, image zoom, Image rotation.
VCimageprocess
- 256色转灰度图、Hough变换、Walsh变换、对比度拉伸、二值化变换、反色、方块编码、付立叶变换、高斯平滑、灰度均衡、均值滤波、拉普拉斯锐化、离散余弦变换、亮度增减、逆滤波处理、取对数、取指数、梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Candy算子提取边缘、阈值变换、直方图均衡、中值滤波。-256 colors to grayscale, Hough transform, Walsh transf
GeoTrans
- 该程序能对bmp格式的图像文件进行图像平移,转置,缩放,旋转,垂直镜像,水平镜像等操作-The program can bmp format image files for image pan, transpose, zooming, rotating, vertical mirror, mirror, such as the level of operation
chap1_3
- 图像的几何变换,包括图像的放大,和图像的缩小,图像的旋转,图像的平移,插值-Images of geometric transformations, including image magnification, and image reduction, image rotation, image translation, interpolation
tform
- 这是一个对图像进行几何变换的函数。可以对图像进行缩放,旋转和平移操作。-This is an image of the function of the geometric transformation. Images can be zoom, rotation and translation operations.
geometry-perations
- 灰度图像的几何运算,包括图像平移,图像镜像,图像放缩,图像旋转-Grayscale images geometric operations, including image translation, image mirroring, image scaling, image rotation
MatlabSourceCode
- 常见的图像处理matlab源代码,包括梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Canny算子提取边缘、阈值变换、直方图均衡、中值滤波。-Matlab Source Code about Image Processing
Image-translation
- 此程序是数字图像处理关于图像平移,旋转等变化的程序,基于matlab-This program is a digital image processing on the image translation, rotation and other changes in procedures, based on matlab
VC 位图缩放与旋转
- 基于VC++6.0 MFC图像处理...包含图像平移、图形旋转、图像反转倒置镜像和图像缩放。(Based on VC++6.0 MFC image processing, including image translation, graphics rotation, image inversion, inverted image and image scaling.)