-
这是一个图像显示的例子,对于刚接触图像处理的人来说是个不错的例子,本程序实现图像的打开和显示功能。
这是一个图像显示的例子,对于刚接触图像处理的人来说是个不错的例子,本程序实现图像的打开和显示功能。-This is an example of image display for image processing刚接触person is a good example of this procedure to open and realize image display function.
- 2022-07-05 00:06:23下载
- 积分:1
-
Reading images into a simple geometric transformation, the impact of enhanced ed...
影像的读入,简单的几何变换,影响增强,边缘检测,等,用于学习影像的操作。-Reading images into a simple geometric transformation, the impact of enhanced edge detection, etc., for learning the operation of the image.
- 2022-03-29 15:49:09下载
- 积分:1
-
该程序对BMP图像进行边缘提取。实现了Roberts算子,Sobel算子,Prewitt算子,拉普拉斯算子和高斯拉普拉斯算子。...
该程序对BMP图像进行边缘提取。实现了Roberts算子,Sobel算子,Prewitt算子,拉普拉斯算子和高斯拉普拉斯算子。-The procedure of extracting the edge of BMP images. Achieved Roberts operator, Sobel operator, Prewitt operator, Laplacian and Gaussian Laplacian.
- 2022-02-05 20:08:48下载
- 积分:1
-
vc图像处理的程序3
实例 vc程序
文件名linetrans
vc图像处理的程序3
实例 vc程序
文件名linetrans-vc image processing procedures 3 examples vc program file name linetrans
- 2023-06-04 06:40:03下载
- 积分:1
-
Otsu algorithm can be said to be adaptive to calculate the single threshold (for...
OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algorithm for the importation of gray image histogram analysis of histogram is divided into two parts. makes two of the distance between the largest. Demarcation point out the threshold.
- 2022-07-11 20:47:54下载
- 积分:1
-
一种新的基于局部小波统计特性的多聚焦图像融合算法
一种新的基于局部小波统计特性的多聚焦图像融合算法-A new wavelet based on local statistical characteristics of multi-focus image fusion algorithm
- 2023-05-17 22:45:03下载
- 积分:1
-
一个图像旋转的完整例程,对于刚刚开始接触图像处理算法研究的学习者非常有帮助。...
一个图像旋转的完整例程,对于刚刚开始接触图像处理算法研究的学习者非常有帮助。-The integrity of an image rotation routine, just the beginning for the image processing algorithm for contact learners very helpful.
- 2022-03-21 06:37:54下载
- 积分:1
-
with production effects, a simulated lightning in the city, lifelike rendering o...
用java制作的特效,模拟一个在闪电中的城市,效果逼真,是java特效制作的范本. -with production effects, a simulated lightning in the city, lifelike rendering of java model.
- 2022-06-20 19:19:42下载
- 积分:1
-
VC编写数字图像处理中对指定区域进行面积、周长等几何参量的自动测量...
VC编写数字图像处理中对指定区域进行面积、周长等几何参量的自动测量-VC in the preparation of digital image processing of the designated area for area, perimeter and other geometric parameters of the automatic measurement
- 2023-01-29 16:35:04下载
- 积分:1
-
本代码实现的功能: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