-
The source image format converter for conversion of images in different formats,...
图像格式转换的源码,用于图像不同格式的转换,如转换公式为Gray(i,j)=0.11*R(i,j)+0.59*G(i,j)+0.3*B(i,j),其中Gray(i,j)为转换后的黑白图像在(i,j)点处的灰度值,其中绿色所占的比重最大,所以转换时可以直接使用G值。
-The source image format converter for conversion of images in different formats, such as the conversion formula for the Gray (i, j) = 0.11* R (i, j)+ 0.59* G (i, j)+ 0.3* B ( i, j), which Gray (i, j) for the converted black and white images in the (i, j) point of the gray value, of which the largest share in the green, so conversion can be directly used when the G value.
- 2022-06-15 12:56:21下载
- 积分:1
-
基于kmeans的图像分割算法,首先得到图像,再确定分类,并计算各分类的均值,从而得到各个像素的分类。...
基于kmeans的图像分割算法,首先得到图像,再确定分类,并计算各分类的均值,从而得到各个像素的分类。-Kmeans-based image segmentation algorithm, first of all get the image, and then determine the classification, and calculate the various categories mean, and thus obtain the classification of each pixel.
- 2022-11-18 07:00:04下载
- 积分:1
-
The effects of the delays due to signal multiplexing and processing is to add a...
The effects of the delays due to signal multiplexing and processing is to add a phase shift to the response. To have a stable noiseless loop, the additional phase shift at the cut off frequency of the loop must be negligible (say maximum of 200). Which means that signal multiplexing and processing rate must be at least 1KHz for a 50 Hz cut off frequency. We should have higher sampling rate of around 2KHz to have better noise free and stable feedback loop.
- 2022-08-22 17:18:26下载
- 积分:1
-
对图片进行淡入淡出效果的渲染,通过改变图象中的Alpha通道来实现。...
对图片进行淡入淡出效果的渲染,通过改变图象中的Alpha通道来实现。-right picture Fade out of the exaggerated effect by changing the image of the Alpha channel to achieve.
- 2022-02-04 14:33:22下载
- 积分:1
-
读取位图的通用代码
可以在此基础上添加自己所需的图像处理功能...
读取位图的通用代码
可以在此基础上添加自己所需的图像处理功能-Read bitmap generic code on this basis can add your own image processing functions required for
- 2022-12-11 23:05:03下载
- 积分:1
-
该程序主要的功能事实现:图像的膨胀,图像的腐蚀
该程序主要的功能事实现:图像的膨胀,图像的腐蚀-The major functions of the program realize things: the expansion of images, images of the corrosion
- 2022-12-04 10:10:03下载
- 积分:1
-
模式识别中几个聚类算法,也包括神经网络和遗传算法在图像识别中的应用
模式识别中几个聚类算法,也包括神经网络和遗传算法在图像识别中的应用-Pattern recognition of several clustering algorithms, including Neural Networks and Genetic Algorithm in Image Recognition
- 2022-09-22 09:10:02下载
- 积分:1
-
计算坐标是否落在给定三顶点的三角形内程序 (做多边形图形填充时的副产品)...
计算坐标是否落在给定三顶点的三角形内程序 (做多边形图形填充时的副产品)-calculated coordinates fall on whether to set three vertices within the triangle (polygon graphics do when filling a byproduct)
- 2022-02-03 19:58:28下载
- 积分:1
-
此资源将所有OpenCV中的代码制作成chm格式,并且提供代码之间以及数据结构之间的链接功能,方便大家阅读。读代码是好习惯,读成熟可信的代码更是好的选择。...
此资源将所有OpenCV中的代码制作成chm格式,并且提供代码之间以及数据结构之间的链接功能,方便大家阅读。读代码是好习惯,读成熟可信的代码更是好的选择。-This resource in all the OpenCV code into chm format, as well as between the code and provides the link between data structures function to facilitate everyone to read. Are well used to read the code, read code more sophisticated and credible selection are good.
- 2022-03-14 03:25:46下载
- 积分:1
-
图像处理中边缘检测的canny算子的c实现,希望对大家有用。
图像处理中边缘检测的canny算子的c实现,希望对大家有用。-Image Processing canny edge detection operator c realize the hope of everyone useful.
- 2022-02-01 04:51:43下载
- 积分:1