搜索资源列表
PlateLocal(matlab)
- 实现车牌识别并自动定位* 主函数:MyCarLocal.m * * im2gray 将图像转化为灰度图象; * * mycombine 区域合并; * * select 前期处理的区域选取; * * isplate 判断检测出的区域是否为车牌区域,还需要继续完善。-Automatic license plate recognition and positioning to achieve
imgrayscaling
- 这个函数提供灰度拉伸功能,输入图像应当是灰度图像,但如果提供的不是灰度图像的话,函数会自动将图像转化为灰度形式。x1,x2,y1,y2应当使用双精度类型存储,图像矩阵可以使用任何MATLAB支持的类型存储。-This function provides a gray scale stretching function of the input image should be grayscale image, but if not provided, then gray image, the fu
work
- 运用matlab提取图像并将其转化为灰度图和其它图形,实现图像变换-Extraction using matlab and converted into grayscale images and other graphics, Image transformation
moments
- 利用matlab将输入的rgb图像转化为灰度图像后,利用阈值求的二值图像,边缘算子求的边缘图像,边缘图像求归一化不变矩,Hu矩。-Matlab input rgb image to grayscale image, using the binary image threshold seeking child seeking the edge of the image, the edge operator, the edge of the image seeking normalized inva
MyDIP
- 面部图像简单处理小程序。可以转化为灰度图。锐化、平滑、查看灰度直方图等功能-The facial image processing simple applet. Can be converted to grayscale. Sharpening, smoothing, and view the gray histogram functions
matlab-histogram-equalization
- matlab中实现直方图均衡化,图像必须是灰度图像,真彩色要转化为灰度图才能正确处理。-matlab histogram equalization, the image must be grayscale images, true color to be converted to grayscale to be processed correctly.
pre
- 对数字图像进行彩色图像或索引图像转化为灰度图像,二值化,边缘检测等预处理操作-Digital image or a color image is converted to grayscale images indexed image, binarization, edge detection, pre-processing operations
kmeans
- 主要是基于聚类K均值的算法,用于将彩色图像转化为灰度图像。-Mainly based on K-means clustering algorithm for converting color images to grayscale.