-
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算...
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.-Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.
- 2022-05-18 00:16:22下载
- 积分:1
-
视频逐行转隔行算法,一般用于电视解交错算法评估
视频逐行转隔行算法,一般用于电视解交错算法评估-video algorithm about progressive to interlace
- 2022-05-21 14:17:29下载
- 积分:1
-
基于图像直方图均衡化的公式来编程。像素一共分为256个灰度阶,每个灰度阶用数组的一个相应nk[?]来储存它的个数,然后计算tk[?]。...
基于图像直方图均衡化的公式来编程。像素一共分为256个灰度阶,每个灰度阶用数组的一个相应nk[?]来储存它的个数,然后计算tk[?]。-Based on image histogram equalization formula programming. Pixel is divided into a total of 256 gray-scale bands, each of the gray band with a corresponding array nk [? ] To store the number of it, and then calculating tk [? ].
- 2023-06-25 23:40:04下载
- 积分:1
-
用vc编写的一个图像处理方面的原程序
很好用
用vc编写的一个图像处理方面的原程序
很好用-vc used to prepare an image processing of the original program with good
- 2023-03-24 17:15:03下载
- 积分:1
-
RanSac算法检测椭圆,要求各个点是接近一个平放的椭圆。效果还可以。...
RanSac算法检测椭圆,要求各个点是接近一个平放的椭圆。效果还可以。-RANSAC ellipse detection algorithm requires each point is closer to a flat oval. Effects can also.
- 2023-02-24 10:30:03下载
- 积分:1
-
高斯滤波器的matlab代码
Gaussian Filter Matlab Code
- 2022-08-08 23:41:29下载
- 积分:1
-
LSB数字水印以及文件隐藏。(只针对24位BMP)
LSB数字水印以及文件隐藏。(只针对24位BMP)-LSB digital watermarking
- 2022-02-02 05:47:58下载
- 积分:1
-
在Vb中用MO控件实现画圆、画矩形、画多边形等功能
在Vb中用MO控件实现画圆、画矩形、画多边形等功能-Vb used in the control MO drawcircle realize painted rectangle, polygon features such as painting
- 2022-07-26 02:18:26下载
- 积分:1
-
这是我自己编写的一个图象处理程序,用C++builder,包括源代码,用 bcb6编译...
这是我自己编写的一个图象处理程序,用C++builder,包括源代码,用 bcb6编译-that I prepared an image-processing procedures, with C builder, including source code, Compiling with bcb6
- 2023-08-11 12:40:03下载
- 积分:1
-
在EVC下,进行抓屏,并且保存成BMP格式的图片的类,可以直接运用!...
在EVC下,进行抓屏,并且保存成BMP格式的图片的类,可以直接运用!-in EVC, for Capturing and preserving into BMP format picture category, can be directly applied!
- 2022-01-25 17:26:25下载
- 积分:1