搜索资源列表
ShuZiTuXiangdip
- 图像处理的程序实现,基于matlab,但是没有直接采用matlab的相关语句。 内容包括:1.图像灰度直方图的显示、灰度直方图的计算 2.图像的几何变换——水平镜像图、垂直镜像图、水平错切图、垂直错切图 3.图像的平滑、锐化滤波 4.图像的阈值分割 运行程序的main函数,根据提示进行操作即可 -image processing program, based on Matlab, But not directly related to the use of Matlab statemen
TransformShowcodes
- 图象任意角度的旋转、水平、垂直镜像、缩放、裁剪等算法的实现-arbitrary image rotation angle, horizontal, vertical image, zoom, cutting algorithm implementation
imageJinXiang
- 数字图像处理,将灰度图象取垂直或水平方向的镜像
TransformShow
- 实现图像旋转90/180/270或自定义旋转,裁剪,水平/垂直镜像,缩放等图像变换功能
pcimage
- 程序在visual c++环境下实现了图像按照输入参数进行平移旋转和在水平垂直方向上的镜像功能。
Image
- 基本的数字图像处理代码,包括灰度化,二制化,各种滤波(BOX均值,中值,高斯),镜像(水平,垂直),转置,平移,缩放,亮度化,还有直方图
MyDIP
- 把一幅图像进行水平和数值方向的镜像(即将图像左右倒置或上下倒置),用VC6编的
MirrorDIB
- 该函数用来镜像DIB图像。可以指定镜像的方式是水平还是垂直。
matlab
- 图像的几何变换:图像镜像,水平,垂直,both-Image geometric transformation: mirror image, horizontal, vertical, both
TransformShow
- 图像变换的源码:有图像旋转,缩放,镜像,水平,相框,裁剪-Image Transform source: There are image rotation, zooming, mirroring, horizontal, frame, cutting
MirrorImage
- ----所谓的镜像显示,就是好象一幅图像放在镜子头面,形成两幅绝对对称的图像,具体操作时具有水平镜向和垂直镜像之分,这其中包括两幅图像的显示过程,即正面图像和反面图像,正面图像的显示方法非常简单,在DELPHI中有多种方法,关键之处是反面图像的显示过程,这其中涉及图像的变形操作 实现图像变形的一种简单方法是重新安排象素位置,比如左面和右面的象素条一一对换,即可得到水平方向的反面 图像,同样通过上下象素条的对换则可得到垂直方向的反面图像。为了得到更美观的镜像显示效果,具体操作时不能先显示一幅正
image_mirror
- 本程序针对灰度图象进行操作,可以对图像在水平和竖直方向进行镜像操作。-This procedure is for the gray-scale images, you can do the mirror operation to the images in the horizontal and vertical direction.
GeoTrans
- 用VC++现实对图像的几何操作,包括垂直镜像,水平镜像,图像倒置-VC++ reality with the image of the geometric operations, including the vertical mirror, the level of image, image inversion
Dip_06
- 具有各种尺度变换,包括水平垂直镜像,任意角度旋转以及平移-With a variety of scale transformation, including the horizontal and vertical mirror, arbitrary rotation angle and translation
ctlmirror
- 将一幅图像彩色图像,灰度图像或者二值图像进行水平和垂直镜像-Will be an image color images, grayscale images or binary images in horizontal and vertical mirror. . .
t1
- 实现了matlab下的水平、垂直、对角镜像的功能,程序运行良好-Matlab achieved under the horizontal, vertical, diagonal mirror function, the program running well
imageconverter
- qt下开发的图片转换工具,包含源码,支持水平垂直镜像处理,修改尺寸和bit转换.-qt image conversion tools under development, including source code, support for horizontal and vertical image processing, modify the size and bit conversion.
GeoTrans
- 图像几何变化,如缩放、旋转、水平移动、垂直移动、镜像-Image geometry changes, such as scaling, rotation, horizontal movement, vertical movement, the mirror
2
- 256真彩图进行水平和垂直镜像处理。里面有选择菜单项,有出错提示-256 true color pictures deal with horizontal and vertical image
mirror_horizontally_image
- 利用Opencv,对输入图像进行水平镜像翻转操作,输出镜像后的图像。(mirror_horizontally_image)