Welcome![Sign In][Sign Up]
Location:
Search - FFT BMP

Search list

[Graph programBMPProcessT.rar

Description: 一个实现了对BMP图像进行基本图像处理的程序,包括图像几何变化,FFT,和二值化等
Platform: | Size: 52035 | Author: | Hits:

[Other resourcebmp_Mpp

Description: bmp图片打开,显示,可以进行数字图象处理的一些变化,对bmp图片进行灰度化以后,可以进行数字滤波,fft等。还有几何变换的一些功能。此工程是我们数字图象处理课程时候的作业。非常适合在校大学生研究学习。-bmp picture opened, display, digital images can be some of the changes, bmp picture of gray, can digital filter, such as fft. There transform the geometric features. This project is digital image processing-time work. Very suitable for college students study.
Platform: | Size: 126611 | Author: rqok | Hits:

[Special EffectsCXIMAGE_SRC.ZIP

Description: Windows下图象处理。可读取/保存常见的多种图象格式,如bmp,jpg,jpeg,png,pcx,tif,tga,gif,wmf,emf,wbmp,可做常规的图象处理,如缩放,裁减,翻转,镜像,旋转,柔化,锐化,亮度,对比度,模糊,伪彩,浮雕,边缘检测,中值滤波,不同图片的颜色通道分离,合并,gamma,fft变换处理等,有多文档窗口的demo程序,demo本身就能算是个功能完善的图象处理工具,能够学到很多图象处理知识。-Windows image processing. Reads / preservation of a variety of common image formats such as bmp, jpg, jpeg, png, pcx, tif, tga, gif, wmf, emf, wbmp, if the conventional image processing, such as zoom, reductions overturned, mirror, rotate, soften, sharpening, brightness, contrast, fuzzy, pseudo-color, relief, edge detection, filtering, The color photographs of different channel separation, the merger, gamma, fft transform treatment. how the document window demo procedures demo itself can be considered a functional improvement of image processing tools, can learn a lot image processing knowledge.
Platform: | Size: 1351991 | Author: 免战牌 | Hits:

[Other resourceFFT

Description: 对.bmp格式的图像进行快速傅立叶变换,包含测试图像。
Platform: | Size: 210608 | Author: fanzi | Hits:

[Special EffectsBMP图像处理

Description: BMP图像的处理,打开并显示,显示直方图、均衡化、FFT变换等
Platform: | Size: 4834705 | Author: xfeng_12 | Hits:

[Graph programBMPProcessT

Description: 一个实现了对BMP图像进行基本图像处理的程序,包括图像几何变化,FFT,和二值化等-A realization of BMP images of the basic image processing procedures, including changes in image geometry, FFT, and so on Binarization
Platform: | Size: 52224 | Author: 张磊 | Hits:

[Graph programimagefft

Description: 一个关于对8位512*512bmp图像进行FFT变换的程序- About carries on the FFT transformation to 8 512* 512bmp picture the procedure
Platform: | Size: 2190336 | Author: 李素芝 | Hits:

[2D GraphicImageFFT2

Description: VC编写的高效的图象2D快速傅立叶正变换程序,编译通过.适合256色bmp图象变换.效果和matlab的fft2()没法比,但是程序值得借鉴.适合图象处理初学者,有助于理解傅立叶变换在图象处理中的重要作用.-VC efficient preparation of the image is 2D fast Fourier transform procedures compile. Bmp for 256-color image transformation. Results and Matlab fft2 () no match for, but the procedure is worth learning from. Image processing for beginners, helps to understand Fourier transform in the image processing an important role.
Platform: | Size: 84992 | Author: 李安定 | Hits:

[2D Graphicbmp_Mpp

Description: bmp图片打开,显示,可以进行数字图象处理的一些变化,对bmp图片进行灰度化以后,可以进行数字滤波,fft等。还有几何变换的一些功能。此工程是我们数字图象处理课程时候的作业。非常适合在校大学生研究学习。-bmp picture opened, display, digital images can be some of the changes, bmp picture of gray, can digital filter, such as fft. There transform the geometric features. This project is digital image processing-time work. Very suitable for college students study.
Platform: | Size: 125952 | Author: rqok | Hits:

[Special EffectsCXIMAGE_SRC.ZIP

Description: Windows下图象处理。可读取/保存常见的多种图象格式,如bmp,jpg,jpeg,png,pcx,tif,tga,gif,wmf,emf,wbmp,可做常规的图象处理,如缩放,裁减,翻转,镜像,旋转,柔化,锐化,亮度,对比度,模糊,伪彩,浮雕,边缘检测,中值滤波,不同图片的颜色通道分离,合并,gamma,fft变换处理等,有多文档窗口的demo程序,demo本身就能算是个功能完善的图象处理工具,能够学到很多图象处理知识。-Windows image processing. Reads/preservation of a variety of common image formats such as bmp, jpg, jpeg, png, pcx, tif, tga, gif, wmf, emf, wbmp, if the conventional image processing, such as zoom, reductions overturned, mirror, rotate, soften, sharpening, brightness, contrast, fuzzy, pseudo-color, relief, edge detection, filtering, The color photographs of different channel separation, the merger, gamma, fft transform treatment. how the document window demo procedures demo itself can be considered a functional improvement of image processing tools, can learn a lot image processing knowledge.
Platform: | Size: 1351680 | Author: 免战牌 | Hits:

[Special Effectszengqiang

Description: 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成: 主要类: memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。 Complex类:复数类,完成复数运算。 CBmpDemoView类:视类,完成显示。 CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。 Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
Platform: | Size: 4011008 | Author: | Hits:

[Special EffectsBitmap1

Description: 能够最多读取浏览1000张bmp格式文件,完成灰度图的缩放,旋转,FFT变换,24位真彩图的缩放,HSI,YCrCb两种色彩空间的显示。-Most browsers can read 1000 bmp format, complete grayscale scaling, rotating, FFT transform, 24-bit true color of the zoom, HSI, YCrCb color space is displayed in two.
Platform: | Size: 1236992 | Author: 卢士鹏 | Hits:

[AlgorithmFFT

Description: 对.bmp格式的图像进行快速傅立叶变换,包含测试图像。-On. Bmp format images fast Fourier transform, including the test images.
Platform: | Size: 1184768 | Author: fanzi | Hits:

[GDI-BitmapPicProcess

Description: 一个数字图像处理源码,实现了jpeg,bmp,tiff,png,gif等多种图像格式的读取,边缘检测,fft变换,图像形态变化等功能-A source of digital image processing to achieve a jpeg, bmp, tiff, png, gif image formats such as read, edge detection, fft transform, image features such as morphological changes
Platform: | Size: 96256 | Author: 邓梦 | Hits:

[2D GraphicMulitDocument12-4

Description: bmp JPG相互转化.FFT DCT变化-bmp JPG mutual conversion. FFT DCT changes
Platform: | Size: 10530816 | Author: andy | Hits:

[GDI-BitmapFFT

Description: 完成fft,内涵测试图片,可以很好的完成bmp图片的傅立叶变换-fft
Platform: | Size: 2536448 | Author: Glenn | Hits:

[Special EffectsFFT

Description: 图像傅立叶正反变换。读入256色BMP位图,进行傅立叶变换,显示频域图像,再进行反变换,恢复原来图像。-Fourier transform and inverse fourier transform. Read a 256-color bitmaps, make Fourier transform, show the frequency domain image, and then an inverse transform, to restore the original image.
Platform: | Size: 214016 | Author: 张良杰 | Hits:

[Special Effectsfft

Description: 实现图像的快速傅里叶变换,图像要求8位bmp图像。-Fourier transform
Platform: | Size: 2048 | Author: 张乾 | Hits:

[Dialog_WindowMFCpic

Description: 一个MFC编写的对话框图像分析程序,可以进行bmp图像的FFT和DCT分析-Write a MFC dialog image analysis program, can be bmp image analysis of the FFT and DCT
Platform: | Size: 3091456 | Author: 陈程 | Hits:

[Special Effectsbmp-process

Description: 数字图象处理算法的演示,包括:图象的DFT和逆DFT 图象的FFT和逆FFT;在图象中加入正弦噪声;图象的模板运算实现图象平滑和锐化;图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 -Demonstration of digital image processing algorithms, including: FFT and inverse FFT of the image DFT and inverse DFT image add sinusoidal noise in the image image template operations to achieve image smoothing and sharpening image contrast stretching, histogram equalization image image median filtering image histogram display • Several frequency domain filter image mirror image of rotation (90 degrees at any angle) • The image zoom • other small algorithms
Platform: | Size: 460800 | Author: wanglx | Hits:
« 12 »

CodeBus www.codebus.net