-
增加openscenegraph参数可控制管道
增加openscenegraph参数可控制管道-Parameters can control the pipeline to increase openscenegraph
- 2023-03-03 23:00:03下载
- 积分:1
-
我的英语很差
使用说明
使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。
具体步骤
1.24位真彩色->256色灰度图。
2.预处理:中值滤波。
3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。
初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。
4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。
5.用自定义模板进行中值滤波
区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。
6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。
7.区域裁剪,截取车牌图像。-my english is poor
- 2023-06-10 05:40:04下载
- 积分:1
-
一个图片浏览编辑器
一个图片浏览编辑器-a photo editor View
- 2022-08-20 03:01:04下载
- 积分:1
-
very good learning game graphics, interface has Algorithm
很好的学习游戏图形,界面有算法
- 2022-03-21 18:43:48下载
- 积分:1
-
一种二值水印嵌入的方法,个人编写的,里面还有ppt,及Arnold置乱算法...
一种二值水印嵌入的方法,个人编写的,里面还有ppt,及Arnold置乱算法-a watermark embedded value method, personal preparation, there is also ppt, and Arnold Scrambling Algorithm
- 2022-03-21 22:11:38下载
- 积分:1
-
用视觉工作室实现了不规则掩模的中值滤波功能…
Function realized median filter with irregular mask by using Visual Studio, and OpenCV library.
User can define mask by special matrix with unrestricted size N x M, which includes 0 and 1 values. Only 1 values determine which element of neighborhood of point will be used to calculate median.-Function realized median filter with irregular mask by using Visual Studio, and OpenCV library.
User can define mask by special matrix with unrestricted size N x M, which includes 0 and 1 values. Only 1 values determine which element of neighborhood of point will be used to calculate median.
- 2022-04-22 03:07:13下载
- 积分:1
-
网格组网程序,能将任意点集合,组成3角型网络,便于3维模型绘图...
网格组网程序,能将任意点集合,组成3角型网络,便于3维模型绘图-Mesh network procedures, can be any point set, composed of angle-3 network, 3-dimensional model to facilitate mapping
- 2022-03-03 05:34:57下载
- 积分:1
-
该例子可以选定位图,来得到位图的大小,即可表达位图的高宽和大小...
该例子可以选定位图,来得到位图的大小,即可表达位图的高宽和大小-examples can choose the location map, the map in place more size, can express bitmap width and size
- 2022-01-26 00:11:55下载
- 积分:1
-
在VC++2005下,用OpenGL正射投影画了立方体,进行了纹理,并且提供三维场景的图片输出...
在VC++2005下,用OpenGL正射投影画了立方体,进行了纹理,并且提供三维场景的图片输出-In the VC++2005, using OpenGL orthographic projection drawing of the cube, for texture, and provide three-dimensional scene image output
- 2022-06-20 10:56:37下载
- 积分:1
-
人脸检测系统,基于Opencv,包含了多种图像处理方法。
人脸检测系统,基于Opencv,包含了多种图像处理方法。-Face Detection System, based on the Opencv, contains a variety of image processing methods.
- 2022-02-07 07:57:22下载
- 积分:1