-
本代码实现的功能: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
-
图像的二值化算法:最大类间方差法,基特勒最小误差阈值我…
图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method. All these methods are classical binarization methods.
- 2022-08-02 16:23:00下载
- 积分:1
-
dual filter ht equals primal filter h (orthogonal transform) creates Daubechies...
dual filter ht equals primal filter h (orthogonal transform)
% creates Daubechies orthogonal filter -dual filter ht equals primal filter h (orthogonal transform) creates Daubechies orthogonal filter
- 2022-08-24 00:20:49下载
- 积分:1
-
YUV播放器扩展,可以进行黑白和彩色YUV视频格式的播放和单帧查看等功能,很好用,欢迎下载!...
YUV播放器扩展,可以进行黑白和彩色YUV视频格式的播放和单帧查看等功能,很好用,欢迎下载!-YUV player expansion can be black-and-white and color video YUV format of broadcast and single-frame View, and other functions, is useful, welcome to download!
- 2022-03-06 13:34:25下载
- 积分:1
-
用傅立叶变换的方法在频率域实现图像处理,并比较从幅度和相位恢复图像的区别,已经通过调试...
用傅立叶变换的方法在频率域实现图像处理,并比较从幅度和相位恢复图像的区别,已经通过调试-Fourier transform method used in the frequency domain realization of image processing, and compare the amplitude and phase from the difference between the restoration of images, has passed debugging
- 2023-02-08 02:30:04下载
- 积分:1
-
matlab写的一个经典的用于计算光流的工具箱。
matlab写的一个经典的用于计算光流的工具箱。-Matlab write a classic optical flow used in the calculation of the toolbox.
- 2022-03-20 22:57:17下载
- 积分:1
-
细胞图像进行处理,并且进行模拟的图像,可以实现对细胞的计数。...
细胞图像进行处理,并且进行模拟的图像,可以实现对细胞的计数。-Cell image processing and image simulation can be achieved on cell count.
- 2023-02-07 14:55:03下载
- 积分:1
-
uniform noise 噪音 去除源码,利用3阶均值完成
uniform noise 噪音 去除源码,利用3阶均值完成
- 2022-09-23 14:20:03下载
- 积分:1
-
自己写的实验报告,关于图像分割的
根据实验要求,利用MATLAB软件中的图像处理工具箱,做baota.jpg图像的分割,目的达到突出图片中主要目标区域,将其...
自己写的实验报告,关于图像分割的
根据实验要求,利用MATLAB软件中的图像处理工具箱,做baota.jpg图像的分割,目的达到突出图片中主要目标区域,将其分割出来,附带实验总结及经验。-Written report of his experiments on the image segmentation is based on experimental requirements, the use of MATLAB software, the image processing toolbox, do baota.jpg image segmentation aims to highlight the main objectives of the picture area, to split it out, experiment with conclusions and experience.
- 2022-03-21 23:29:07下载
- 积分:1
-
基于灰度图像的水平和垂直方向投影,对作图像处理方面的朋友应该有用。...
基于灰度图像的水平和垂直方向投影,对作图像处理方面的朋友应该有用。-Based on the gray image of the horizontal and vertical projection of the image processing aspects as Friend should be useful.
- 2022-04-11 03:17:43下载
- 积分:1