搜索资源列表
bmpprocesssource
- 对图像进行处理(几何变换)的源代码,编译后的可执行文件须带参数运行-right image processing (geometric transformation) of source code, the compiled executable file parameters required to bring Operation
image_translate_arithmetic
- 对图像进行几何变换的算法实现,可以参考嵌入到实际应用中-images of geometric transformation algorithm can be embedded in reference to the practical application
Geometrytransformation
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -images of geometric transformation open a bitmap, Geometric Transform command line compiler process foll
VisualC++Image
- 读取和显示BMP位图,进行点运算,几何变换,正交变换,图象增强,形态学变换,边缘与轮廓操作,图象分析,图象复原,图象编码等.-read and display bitmap BMP, point operations, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, Edge and profile operation, image analy
Soft20060210094429327
- 对256色bmp图像进行处理的程序 包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-pair of 256-color bmp image processing procedures including point operations, geometry transformation, orthogonal transformation, image enhancement, morphological transformatio
vc_pictureprocess
- c++编译的图像处理程序,主要包括:几何变换、滤波、边缘检测、锐化、轮廓提取和边界跟踪、形态学处理-c compiler of image processing procedures, including : geometric transformations, filtering, edge detection, sharpening, contour extraction and border tracking and morphological processing, etc.
zkfGeometricTransform
- 图象几何变换的源程序.用vc++编写的.有兴趣的朋友欢迎来下载!-image geometric transformation of the source. Using vc prepared. Interested friends welcome to download!
imageprocessingvc
- 数字图像处理典型算法实现,共12章。01vc数字图像编程基础知识,02数字图像的采集、量化和表示,03数字图像的点运算;04图像几何变换,05频域处理方法;06图像增强技术;07图像腐蚀膨胀和细化算法;08边缘检测与提取及轮廓跟踪;09图像分割;10图像配准;11图像复原;12图像压缩-typical digital image processing algorithm, a total of 12 chapters. 01vc Digital Image basic knowledge of
Imagegeometryalgorithm
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-images of geometric transformation open a bitmap, Geometric Transform command line compiler process followi
tuxiangjihebianhuan
- 在vc++中调试运行通过.可以进行图像几何变换。一个不错的程序哦!-in vc debug run through. Image geometry can transform. A good procedure Oh!
VCDigitalImage
- ·《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、-"Visual C Digital Image Processing (2nd Edition)," a book the main source book on how to use Visual C for digital image processing. The book
haoln-jpeg
- 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-images of geometric transformation open a bitmap, Geometric Transform command line compiler process followi
MyDesign
- BMP图象的处理 包括读取 几何变换等-BMP image processing including reading geometric transformation
sanweituxiangyundong
- ① 通过几何变换函数实现场景的平移、缩放、旋转,从而实现从各个角度观察场景,即视点固定,场景变化。 本实验目的不在于建模,因此场景可以通过调用glut库中的函数直接绘制,如立方体 。
TransformShow
- 图像的几何变换,水平及垂直静像,缩放等。-images of geometric transformation, horizontal and vertical still picture, zoom and so on.
geometry
- 采用双线形插值的方法,对图像进行几何变换处理。
dean20070411004404
- 图象的几何变换算法.zip 图象的几何变换算法.zip 图象的几何变换算法.zip
DIP
- 基本的图像变换,包括:动态显示,几何变换,灰度变换,变换域处理,图像分割,小波变换等
geotrans1
- 实现图像的几何变换,包括缩放,镜像,旋转等。
math
- 一个对位图进行几何变换的 VC++完整的源程序,传上来与一起研究位图的同仁们共同分享