-
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
-
实现LLE算法,本算法是改进的LLE算法,主要是针对人脸图像的。...
实现LLE算法,本算法是改进的LLE算法,主要是针对人脸图像的。
- 2022-03-31 16:19:32下载
- 积分:1
-
无意中下载的一个源码程序,是关于人脸检测方面的,自己用不着,看大家是否有用的着的分享一下...
无意中下载的一个源码程序,是关于人脸检测方面的,自己用不着,看大家是否有用的着的分享一下-Inadvertently download a source process, are about aspects of the Human Face Detection, their need to see the usefulness of the U.S. share of
- 2022-01-26 03:52:21下载
- 积分:1
-
hough transform to the input image. energy level will be display
对输入图像进行圆形hough变换。并显示其大小。-hough transform to the input image. energy level will be display
- 2022-12-15 05:45:03下载
- 积分:1
-
canny算子的matlab源码,可以学习canny算子的详细实现过程
canny算子的matlab源码,可以学习canny算子的详细实现过程-canny operator matlab source, canny operator can learn to realize the process of detailed
- 2022-06-02 19:01:17下载
- 积分:1
-
此程序是用于图像处理中,图像去噪,并且考虑角点存在的情况...
此程序是用于图像处理中,图像去噪,并且考虑角点存在的情况-This program is used for image processing, image denoising, and consider the existence of corner
- 2023-03-15 06:45:04下载
- 积分:1
-
等漫射/ anisodiffusion matlab代码
各向同性/各项异性热扩散平衡方程Matlab代码。-isodiffusion/anisodiffusion matlab code
- 2022-02-26 02:58:46下载
- 积分:1
-
基于Hough变换的硬币检测
Coin Detection using Hough Transform
- 2022-05-21 08:01:59下载
- 积分:1
-
简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)...
简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automatic threshold. automatic dual threshold value of two) to support a variety of image deconvolution calculation (Gaussian filtering, contour extraction)
- 2022-06-18 10:02:51下载
- 积分: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