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

Search list

[Graph program图像处理课程设计

Description: 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i. Open 256-color BMP image file formats : ii. the Fourier Transform Image : iii. histogram equalization : iv. Image median filtering v. Image Edge Detection vi. Geometric Transforms vii. Huffman coding View : viii. histogram View ix. Huffman compression method used to compress images and generate compressed files another lesson based papers and important module flowchart. There will be some reference value
Platform: | Size: 848700 | Author: 斯蒂芬 | Hits:

[GDI-Bitmapraushon

Description: 实现RAW——>BMP文件的转换 包含显示直方图,各种滤波功能 实现对BMP位图做平移,旋转,缩放,转置等功能-achieve RAW -- gt; BMP file conversion include histogram display, various filtering to achieve right from Bitmap to do translation, rotation, zoom, transpose function
Platform: | Size: 545921 | Author: 凌波微步 | Hits:

[GDI-Bitmapraushon

Description: 实现RAW——>BMP文件的转换 包含显示直方图,各种滤波功能 实现对BMP位图做平移,旋转,缩放,转置等功能-achieve RAW-- gt; BMP file conversion include histogram display, various filtering to achieve right from Bitmap to do translation, rotation, zoom, transpose function
Platform: | Size: 545792 | Author: 凌波微步 | Hits:

[Graph program图像处理课程设计

Description: 用MFC编写,实现的功能有: i. 打开256色的BMP格式的图像文件: ii. 图像的傅立叶变换: iii. 直方图均衡化: iv. 图像的中值滤波 v. 图像的边缘检测 vi. 几何变换 vii. 哈夫 曼编码查看: viii. 直方图查看 ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件 另外还有课设论文及重要模块流程图。有一定 的参考价值 -prepared using MFC, the functions are : i. Open 256-color BMP image file formats : ii. the Fourier Transform Image : iii. histogram equalization : iv. Image median filtering v. Image Edge Detection vi. Geometric Transforms vii. Huffman coding View : viii. histogram View ix. Huffman compression method used to compress images and generate compressed files another lesson based papers and important module flowchart. There will be some reference value
Platform: | Size: 848896 | 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 Effectsbmp-picture

Description: 实现BMP文件的打开,并实现了获取图像直方图和对图像进行平滑处理的功能。-Realize BMP file to open, and realize the access to the image histogram and image smoothing function.
Platform: | Size: 3341312 | Author: 玄月 | Hits:

[Graph Drawing1223

Description: 打开一个bmp图像文件,输出它的统计直方图-Open a bmp image file, the output of its statistical histogram
Platform: | Size: 2299904 | Author: cwzyj1103 | Hits:

[Picture ViewerPicHistogram

Description: 自己写的用OpenCV计算BMP和JPEG等格式图像直方图,写入TXT文件并在对话框中显示出来的VC6.0程序,请注意:我用的是OpenCV1.0开发的-Write your own calculation using OpenCV formats such as BMP and JPEG image histogram, write TXT file and in the dialog box shown VC6.0 procedures, please note: I use the OpenCV1.0 development
Platform: | Size: 495616 | Author: 李文凯 | Hits:

[GDI-Bitmapzhifangtu

Description: 用vc实现将一幅bmp文件转化为直方图来表示-Vc will be used to achieve a bmp file into a histogram to indicate
Platform: | Size: 2223104 | Author: 陶原 | Hits:

[Special Effectsimage

Description: 1、图象灰度处理:将<24位真彩色图像>转换成<256级灰度图像>;(*.bmp文件) 2、图像的灰度直方图:分别反映转换前后图像中的灰度级与出现这种灰度的概率之间的关系; 3、其它功能:存盘、清屏和退出应用程序功能。 源程序用Pascal语言编写。 含有三种不同的算法作为比较,并且附有详细的软件设计的思路说明。-1, gray-scale image processing: to < 24-bit true color image> converted into < 256 gray image > (*. bmp file) 2, the gray-scale image histogram: before and after, respectively, reflecting the conversion of grayscale images gray level and the probability of such a relationship 3 other functions: save, money from the screen and application functionality. Pascal language source code to use. Containing three different algorithms for comparison, and software design, including a detailed description of the idea.
Platform: | Size: 467968 | Author: 尤瑞 | Hits:

[Graph programBmpProcess

Description: 图像处理软件,包括bmp文件的打开关闭保存,图像二值化,中值滤波、均值滤波、各种梯度算子、直方图均衡化、图像动态范围调整-Image processing software, including the opening and closing to save bmp file, image binarization, median filtering, average filtering, all kinds of gradient operator, histogram equalization, image dynamic range adjustment, etc.
Platform: | Size: 3556352 | Author: 丁欢 | Hits:

[Graph programBMPDICOM

Description: 通过VB控件和编程实现BMP文件和DICOM文件的读取,并且实现图像的直方图编码,均衡化等过程。-VB control and programming through the BMP file and DICOM file read, and the histogram of image coding, equalization and other processes.
Platform: | Size: 2048 | Author: 董谦 | Hits:

[Special EffectsDicomReader2.0

Description: 1、dicom .dcm文件转bmp文件 2、bmp文件转dicom文件 3、dicom头文件读取、显示 4、点运算、直方图、形态学变换、图像分割、图像编码等图像处理-1, dicom. Dcm file transfer bmp file 2, bmp file transfer dicom file 3, dicom header file to read, display 4, point operations, histogram, morphological transformation, image segmentation, image coding image processing
Platform: | Size: 1019904 | Author: wl | Hits:

[Special Effectsshuzituxiangchuli

Description: 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处理。 作业五(一) 要求 打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 作业五(二) 要求 打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -Operating a Requirements C or VC, VB, Matlab or any other language, complete the following experiment: 1) Open a BMP file 2) the gray value of its local area change 3) Save as a new BMP file Requirement that the original BMP images and BMP images. Task 2 Requirements A programming image Fourier high-pass, low pass filtering. Try Fourier compression. Assignment 3 Requirements Programming to achieve high-pass, low pass filtering, image DCT. And compared with the Fourier transform. Fourth Assignment Requirements Looking for an exposure less than the gray (or color) image to be processed in accordance with the histogram equalization method. Assignment 5 (a) Requirements Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filter, K, close to the average method of smoothing. Assignment 5 (b) Requirements Open an image, use the gradient method of Roberts, Sobel operator and Laplacian sharpening, and compare the results.
Platform: | Size: 4187136 | Author: 李海宁 | Hits:

[Special EffectsDigitalImageProcess

Description: 能实现BMP文件的基本操作,能对256色灰度图基本的直方图分析,能实现256色bm图和真彩色bmp互转,能对真彩色位图实现油画效果-To achieve the basic operation of the BMP file, 256-color grayscale histogram analysis the bm Figure 256 colors and true color bmp Huzhuan true color bitmap painting effect
Platform: | Size: 2124800 | Author: 且志安 | Hits:

[CSharpinclude

Description: 打开一副BMP图片,读取BMP文件中的数据,获取图片中像数点RGB的数值,显示到屏幕界面中。(如果不能打开BMP可以先试着打开YUV文件,然后计算第二步的内容) 将RBG数据转换成YUV格式的,并计算Y分量的平均值,统计出图像灰度直方图,显示直方图。 将RGB数据表述的图像进行2:1的下采样,原来图像是2Xx2Y的宽高大小,新的图像为XxY的大小图像,并显示到界面中。-Open a BMP picture, read BMP file data, the number of points for pictures like the RGB values ​ ​ to the screen interface. (If you can not open BMP can first try to open YUV file, and then calculate the contents of the second step) to RBG data into YUV format, and calculate the average value of the Y component, the statistics of the image histogram, histogram display. Expressed in the RGB image data is 2:1 downsampling, the original image is a 2Xx2Y size width and height of the new size of the image is XxY images and displayed on the interface.
Platform: | Size: 18432 | Author: 肖秀秀 | Hits:

[Multimedia DevelopHistDemoA

Description: 读取一个bmp文件并且对图片实现直方图均衡化处理-Bmp file and read a histogram equalization for image processing
Platform: | Size: 4456448 | Author: TongWendi | Hits:

[Special Effectsiamge-processing

Description: 实现BMP文件读写以及其直方图、中值滤波、平滑滤波、以及各种算子的边缘检测-BMP file reading and writing as well as to achieve its histogram, median filtering, smoothing, and a variety of edge detection operators
Platform: | Size: 8654848 | Author: 胡文超 | Hits:

[Special Effectscolorpe

Description: 对BMP文件进行直方图修正和彩色变换,程序实现了反色-BMP file for correction and color histogram transformation program to achieve the anti-color
Platform: | Size: 7168 | Author: indetail | Hits:

[Special Effectsproject1

Description: 直方图均衡化,包括读入bmp文件,将读入的文件输入到xls文件,进行直方图均衡化,将均衡化的直方图输入到新的xls文件-Histogram equalization, including read bmp file, reads the file into xls file, histogram equalization, histogram equalization will enter into a new xls file
Platform: | Size: 783360 | Author: 张璐 | Hits:
« 12 »

CodeBus www.codebus.net