Welcome![Sign In][Sign Up]
Location:
Search - image transform c

Search list

[Special Effectsimage-advanced-process-5

Description: 很多高级一点的图形图像处理程序,对图像进行去除彩色处理,加入椒盐噪声,利用Prewitte边缘算子法对图像进行边缘提取,医学伪彩色处理,遥感伪彩色处理,利用Roberts边缘算子法对图像进行边缘提取,利用Sobel边缘算子法对图像进行边缘,对图像进行垂直镜像处理(几何变换),沃尔什变换处理(图像变换),基于C++开发,希望大家能用得着(--)-1:00 graphics image processing procedures, the removal of color image processing, by adding salt and pepper noise, the use of Prewitte Edge Operator law right image edge extraction, the medical pseudo-color processing, remote sensing pseudo-color processing, use Roberts Edge Operator law right image edge extraction, use Sobel Edge Operator law right image edge to the vertical mirror image processing (Geometric), the Walsh transform (Image Transform), based on C + + development, I hope you will worthwhile (--)
Platform: | Size: 7151 | Author: 孙怀勇 | Hits:

[CSharpthis-is-a-sound-code-of-image-enhancement-based-on

Description: 小波变换的C源代码 #define N0 128 #include \"stdio.h\" #include \"stdlib.h\" #include \"math.h\" #include \"string.-wavelet transform C source code # define N0 128 # include "stdio. h "# include" stdlib.h "# include" math.h "# inc lude "string.
Platform: | Size: 3630 | Author: 郑超 | Hits:

[Documents2DFFT-C

Description: 一个二维Fourier变换的程序 适用于256*256的点阵,用于应付一般的数字图像处理需要-a two-dimensional Fourier transform procedures apply to the 256* 256 dot matrix, used to meet the general needs of digital image processing
Platform: | Size: 7168 | Author: 李子刚 | Hits:

[Graph programimageprocessing1

Description: 一段较为完整的图像处理程序。实现图像显示、图像增强、图像复原,图像变换等功能。-An image processing program that can realize image dispaly, image enhancement, image restoration, and image transform.
Platform: | Size: 271360 | Author: 熊飞 | Hits:

[Dialog_Windowbmp图像处理软件

Description: 可以打开一个bmp位图并进行各种图像处理和图像变换操作,功能强大-bmp can open a bitmap and various image processing and image transform operation, powerful
Platform: | Size: 657408 | Author: 周智 | Hits:

[VC/MFC数字图像处理学:Visual C++实现_10990262

Description: 数字图像处理学:Visual C++实现 1数字图象处理导论 2光学基础与视觉系统 3对设备无关位图的访问 4图象的变换 5图象的增强 6图象复原 7图象重建 8图象分割 9图象纹理分析 10图象腐蚀与膨胀 11图象压缩编码 12图象模式识别-Digital Image Processing : Visual C achieving an introduction to digital image processing and optical vision system based on three pairs of device-independent bitmap images visit Transform 4 5 6 enhance the image image recovery image reconstruction 7 8 9 Image segmentation, image texture analysis 10 images corrosion and expansion of 11 Image Coding 12 Pattern recognition
Platform: | Size: 11106304 | Author: 小刚 | Hits:

[Mathimatics-Numerical algorithmsReversible EZW-Based Image Comp

Description: 可逆嵌入式零树小波编码代码,主要是小波变换时使用的可逆变换。-reversible EZW coding code, wavelet transform is mainly used for the reversible transformation.
Platform: | Size: 28672 | Author: | Hits:

[Windows Develop二维图形变换

Description: 包含了二维图形的几何变换算法,比例变换,对称变换-2d image geometry transform algrithm.proportion and symmetry transform.
Platform: | Size: 44032 | Author: ls | Hits:

[mpeg mp3C++0314085

Description: JPEG 标准的最新进展是 1996 年开始制定, 2001 年正式成为国际标准的 JPEG 2000 。与 JPEG 相比, JPEG 2000 作了大幅改进,其中最重要的是用离散小波变换( DWT )替代了 JPEG 标准中的离散余弦变换。在文件大小相同的情况下, JPEG 2000 压缩的图像比 JPEG 质量更高,精度损失更小。作为一个新标准, JPEG 2000 暂时还没有得到广泛的应用,不过包括数码相机制造商在内的许多企业都对其应用前景表示乐观, JPEG 2000 在图像压缩领域里大显身手的那一天应该不会特别遥远。 -JPEG standard on the latest progress of the development started in 1996 and in 2001 became the international standard JPEG 2000. Compared with JPEG, JPEG 2000 made substantial improvements, the most important of which is discrete wavelet transform (DWT) instead of the JPEG standard discrete cosine transform. The file size under the same circumstances, JPEG 2000 compressed images of higher quality than JPEG, precision small loss. As a new standard, JPEG 2000 has not yet been widely applied, including digital camera manufacturers in many enterprises have their applications are optimistic about the prospects of the JPEG 2000 image compression areas prone to the day should not particularly remote.
Platform: | Size: 68608 | Author: ldwe | Hits:

[Windows Develop数字图像几何变换

Description: 几何变换是最常见的图像处理手段,通过对变形的图像进行几何校正,可以得出准确的图像。常用的几何变换功能包括图像的平移、图像的镜像变换、图像的转置、图像的缩放、图像的旋转等等。目前数字图像处理的应用越来越广泛,已经渗透到工业、航空航天、军事等各个领域,在国民经济中发挥越来越大的作用。 作为数字图像处理的一个重要部分,本文介绍的工作是如何用Visual C++编程工具设计一个完整的应用程序,实现经典的图像几何变换功能。程序大概分为两大部分:读写BMP图像,和数字图像的几何变换。即首先用Visual C++创建一个多文档应用程序框架,在实现任意BMP图像的读写,打印,以及剪贴板操作的基础上,完成经典的图像几何变换功能。 -geometric transformation is the most common means of image processing, image deformation of geometric correction, can be an accurate picture. Transform common geometric features include image translation, the mirror image transform, image transfer home, image scaling, image rotation and so on. Current digital image processing applications have become wider, and have penetrated into the industrial, aerospace, military and other areas, the national economy will play an increasingly larger role. Digital image processing as a vital part of the work presented in this paper is how to use Visual C programming tools to design a complete application procedures and achieve the classic image geometry transform function. Procedures probably be divided into two parts : the reader BMP images, and digita
Platform: | Size: 909312 | Author: 陈万通 | Hits:

[Special Effectsc实现图像处理常用算法集

Description: 本人收集的关于c实现图像处理常用算法,包括Hough变换,雕刻技术,灰度均衡,图像的3D灰度显示,拉普拉斯高斯边缘检测等等,-I collected on c achieve common image processing algorithms, including the Hough transform, carving, gray balance, 3D gray-scale images, Laplace Gaussian edge detection and so on.
Platform: | Size: 21504 | Author: 陈曙 | Hits:

[Special Effectsimage-advanced-process-5

Description: 很多高级一点的图形图像处理程序,对图像进行去除彩色处理,加入椒盐噪声,利用Prewitte边缘算子法对图像进行边缘提取,医学伪彩色处理,遥感伪彩色处理,利用Roberts边缘算子法对图像进行边缘提取,利用Sobel边缘算子法对图像进行边缘,对图像进行垂直镜像处理(几何变换),沃尔什变换处理(图像变换),基于C++开发,希望大家能用得着(--)-1:00 graphics image processing procedures, the removal of color image processing, by adding salt and pepper noise, the use of Prewitte Edge Operator law right image edge extraction, the medical pseudo-color processing, remote sensing pseudo-color processing, use Roberts Edge Operator law right image edge extraction, use Sobel Edge Operator law right image edge to the vertical mirror image processing (Geometric), the Walsh transform (Image Transform), based on C++ development, I hope you will worthwhile (--)
Platform: | Size: 7168 | Author: 孙怀勇 | Hits:

[GDI-Bitmapcsharp-picture

Description: C#开发频域图象处理,其中小波变换,K_L变换有待调整.-C# development of frequency-domain image processing, which wavelet transform, K_L transform subject to adjustments.
Platform: | Size: 88064 | Author: qqq | Hits:

[CSharpthis-is-a-sound-code-of-image-enhancement-based-on

Description: 小波变换的C源代码 #define N0 128 #include "stdio.h" #include "stdlib.h" #include "math.h" #include "string.-wavelet transform C source code# define N0 128# include "stdio. h "# include" stdlib.h "# include" math.h "# inc lude "string.
Platform: | Size: 3072 | Author: 郑超 | Hits:

[GDI-Bitmapimage-go

Description: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源程序 VC++开发差影法的源程序 VC++开发投影法的源程序 VC++开发直方图均衡化的源程序 VC++转置变换的原代码 VC++平移的源代码 VC++旋转的源代码 VC++镜象变换的原代码 VC++缩放变换的原代码 实现中值滤波的源程序 通用的3*3模板的函数程序 图案法源程序 Floyd-Steinberg算法的源代码 bmp2txt源程序 实现反色的源程序 彩色图到灰度图的转换的源程序 真彩图转256色图算法的源程序 显示一幅图的灰度直方图的程序-achieved using Visual C AVI file image interception Visual C Realization of image data read Visual C showed video image processing technology VC how to operate the database of images field Visual C digital image enhancement processing Visual C 6.0 grayscale bitmap processing VC rot corrosion Operational source VC expansion Operational source VC++ source thinning VC++ development Hough change VC source for the development of the extract source stack data structure and operation of VC contour tracking open source VC the law Subtraction source VC projection of the source VC histogram equalization to the source VC home Transform VC-source translation of the source code VC rotating mirror source VC transform the original code VC scaling transformation of the original code is Median filterin
Platform: | Size: 274432 | Author: zhou | Hits:

[Special Effectschapter4ofvisualc++digitalimage

Description: <visual c++数字图像处理典型算法及实现>一书中的第四章图像的平移、镜像变换、转置、缩放、旋转等,一本很好的书和算法源代码-<visual c++数字图像处理典型算法及实现> Chapter IV of the book image translation, image transform, transpose, zooming, rotating and so on, a good book and the algorithm source code
Platform: | Size: 73728 | Author: 张敏 | Hits:

[WaveletqqqqqqqqqqqqqFft

Description: 图象fft变换-Image Transform qqqqqqqqqqqqqqqqqqqqqqqqqqqqq
Platform: | Size: 5120 | Author: mengxiang | Hits:

[Special Effectscx-image

Description: CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage grew together with the CodeProject site, since 2001, and reached this level thanks to the CodeProject community. Thanks a lot for the suggestions, the contributions and for the critiques. However, if I look at the other image processing libraries, it is clear that nowadays, the CxImage project is quite inadequate from many points of view. For this reason, this one will be last release in this form. Of course the development will not stop: it is just going to follow new directions.-CxImage C is a class that can load, save, display, transform images in a very simple and fast way. C xImage grew together with the CodeProject site , since 2001. and reached this level thanks to the CodeProjec t community. Thanks a lot for the suggestions. the contributions and for the critiques. Howev er, if I look at the other image processing librarie s, it is clear that nowadays, the CxImage project is quite inadequate from ma ny points of view. For this reason, this one will be last release in this form. Of cou Login the development will not stop : it is just going to follow new directions.
Platform: | Size: 20749312 | Author: | Hits:

[Waveletxbbhydm

Description: wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are defined. wav_filters_extern.h: interface to wav_filters.h. wav_gen.h: some parameters and min/max macros. macros.h: pointer check macro. test_transforms.c: main routine for testing transforms and invertibility. test_denoise.c: main routine for the example denoising applications. alloc.c: pointer allocation/deallocation. alloc.h: interface to alloc.c. Makefile peppers.raw: 512x512 grayscale test image.-wav_basic.c: basic filtering, decimation and upsampling routines.wav_basic.h: interface to wav_basic.c.wav_trf.c: transform routines.wav_trf.h: interface to wav_trf.c.wav_filters.h: where filter banks and their properties are defined.wav_filters_extern.h: interface to wav_filters.h.wav_gen.h: some parameters and min/max macros.macros.h: pointer check macro.test_transforms.c: main routine for testing transforms and invertibility.test_denoise.c: main routine for the example denoising applications.alloc.c: pointer allocation/deallocation.alloc.h: interface to alloc.c.Makefilepeppers.raw: 512x512 grayscale test image.
Platform: | Size: 204800 | Author: 新月 | Hits:

[Special EffectsVC++image

Description: 各种数字图像处理的算法及编程实现源码。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPEG图像的压缩编码。-A variety of digital image processing algorithms and programming source code. The main contents include: basis bitmap, image display, image geometric transformation, image transformation, image smoothing, image sharpening and edge detection, image segmentation and measurement, image handle the form of science, image transform domain treatment and application, image synthesis, 24-bit color image processing, image of the wavelet transform and JPEG image compression coding.
Platform: | Size: 11997184 | Author: 邓玥琳 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net