Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - directory
Search - directory - List
车牌定位使用说明 使用时打开此例题目录下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.区域裁剪,截取车牌图像。 -positioning plates for use when used to break pic examples directory of images, and then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-gt; 256-color grayscale. 2. Pretreatment : median filter. 3. Binary : an initial threshold value T A pair of images for two to be two binary images B value. T initial threshold value to determine the method is : Select threshold T = Tc - (Tc-Gmin) / 3, respectively Gmin saturated and is the highest and the lowest gray value. The threshold values for different licenses are certain adaptability, to ensure that basic background was home to 0, to highlight regional licenses. 4. Weakened background interference. The
Date : 2008-10-13 Size : 711.84kb User : 发过

pso 程序,一共三个,DeJong.m,get_psoOptions.m,pso.m结合起来就可以了,直接拷到work目录下就可以运行,其中get_psooptions中可以改设置,变成自己的; DeJong是适应函数,也可以改。-PSO procedures, a total of three, DeJong.m, get_psoOptions.m, pso.m combine, and they can work directly Manchester directory on the run, which get_psooptions can change settings, into its own; DeJong is the fitness function, but also to change.
Date : 2008-10-13 Size : 1011byte User : jun

图象模板匹配算法源代码,首先要在c盘根目录下保存要处理的图像,格式必须为.bmp-image template matching algorithm source code, the first in the directory c Pangen to preserve the image, format for. bmp
Date : 2008-10-13 Size : 23.85kb User : tonylee

vc++编写的实现图像几何转变的程序,源程序包含在sourse目录下-vc prepared by the image geometry change the procedures contained in the source directory sourse
Date : 2008-10-13 Size : 35.78kb User : sdfdf

the programs in this directory illustrate geometric feature detection as discussed . The features detected are intersections,end points and loops. -the programs in this directory illustrate geometric feature detection as discussed. The features detected are intersections, end points and loops.
Date : 2008-10-13 Size : 52.91kb User :

用VC++6.0做的一个画板程序。适合初学者学习。软件皮肤个性,实现了动态标题图标和鼠标的更改,增加了软件的动画启动和动画关闭效果,实现了基本的画图功能。软件实现了很多特殊效果。看了后一定不会后悔!!好的东西大家一起分享一下吧!! appface.dll文件应该和运行的exe文件放在同一个目录下! *.urf为皮肤文件! QQ.exe是本人用VB做的一个播放器,可以支持很多格式! 如果您的机器上没有VB程序,运行时会出现链接动态库出错,因本文为给QQ.exe打包!-VC 6.0 slate to do a procedure. For beginners learning. Software skin personality, the title of dynamic icons and mouse changes. increase the software activated animation effects and animation closed achieve the basic drawing functions. Software Implementation of the many special effects. After reading them will not regret it! ! Good things we share together! ! Appface.dll document should be and functioning of the exe file on the same directory! Urf for Paper *. Skin paper! QQ.exe yes I do with VB one player, can support many formats! If your machine is no VB program, it will be running dynamic link library wrong, as a result of this paper to QQ.exe packing!
Date : 2008-10-13 Size : 4.16mb User : 白贺强

指纹识别代码 demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),DDD代表方向的角度。 fvs_thinner:描述了怎样细化一个指纹图像。细化后的图像尽可能的代表了指纹的 脊线。 fvs_minutia:显示了如何从细化后的指纹图像中获得细节点集合。这一部分目前做 的效果不好,提取出的伪细节点太多。 fvs_mask:计算有效的指纹区域(剔除非指纹区域以及模糊指纹区域)。 include目录: 包含了头文件。 src目录: 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 -fingerprint identification code demo directory : fvs_enhancer : fingerprint enhancement procedures describes how to enhance the use of the fingerprint image. The original image and objectives are bitmap images. Fvs_direction : describes how to extract the direction of the map. Input image must be a normalized image, in order to have better results. Image output coverage in the input image above. Fvs_createtestimages : The procedure used to produce debugging process may be used in some of Bitmap images, These images are different angles and different spacing of the fringes. Images produced a document names the following manner : testimgSSSDDD.bmp which, SSS representative fringe spacing (number of pixels), DDD representative of the direction of the angle. Fvs_thinner : how detailed descript
Date : 2008-10-13 Size : 44.86kb User : Lqh

该程序可以将任意数量的在一个目录下的图形插入html文件里-the program can be any number in a directory of graphic insert html document
Date : 2008-10-13 Size : 4.21kb User : Otto

本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含readme说明文件-primitive code of computer graphics programming practice, including line drawing, anti-aliasing line, Circle. painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture mapping, etc.. For simplified programming considerations, in many places designated constant, even before definitive treatment. Decompress after establishing gui16 directory, in its next original code and project documentation. Gui16 established under the release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap, and model documents. Intron readme notes
Date : 2008-10-13 Size : 270.57kb User : gggg

This set of MATLAB tools consists of some functions that I have found useful for basic image processing and blob analysis. The functions have been tested for MATLAB Version 5.3.0.10183 (R11) on PCWIN. Many of the files must be run as MEX files (MEX files are sometimes much faster than M-files). These must be compiled before use by typing \"mex filename.c\" at the MATLAB command prompt where filename.c is the relevant filename. Ensure that you are in the correct directory (e.g. cd c:\\..\\KFtools) and that the KFtools directory is included in the MATLAB path. The last three letters of all of the functions that are implemented as MEX files are m-e-x e.g. getboundarymex.-MATLAB This set of tools consists of some fu nctions that I have found useful for basic image processing and blob analysis. The functions ha 've been tested for MATLAB version 5.3.0.10183 ( R11) on PCWIN. Many of the files must be run as MEX files (MEX files are sometimes much faster than M-files). These must be compiled before use by t yping "Files filename.c" at the MATLAB command pr filename.c ompt where is the relevant filename . Ensure that you are in the correct directory (e . g. cd c : \\ .. \\ KFtools) and that the directory is KFtools included in the MATLAB path. The last three lett ers of all of the functions that are implemented MEX files are as m-e-x e.g. getboundarymex.
Date : 2008-10-13 Size : 119.23kb User : 陈西

\\examples 目录中存放的是用于编码的demo视频,其中 \\tools 子目录中包含有一个将avi视频转换为yuv视频的工具 \\demo videos 子目录中存放的是可直接用于压缩的参数描述文件和相应的视频文件 \\video_wvltcoding 目录中存放的是视频编码的源程序。 -\\ examples directory is used to store the encoded video demo, which \\ tools subdirectory contains a avi video will be converted to yuv video tools \\ demo v ideos subdirectory is stored can be used directly in compression parameters description and the corresponding video files \\ vide o_wvltcoding directory is stored video coding of the source.
Date : 2008-10-13 Size : 2.07mb User : 张宾

24位彩色图像处理源码,可实现基本处理、平滑处理、锐化处理和特效处理。已经删除了debug/release目录-24 Color Image Processing source, basically, smoothing, sharpening and effects processing. Have been deleted and debug / release directory
Date : 2008-10-13 Size : 399.47kb User : 李松原

YUV图像中修改Y值的程序. 在这里YUV的格式是先YYYYYYYYYY..然后UUUUUUUUUU...然后VVVVVVVVV... 不是YUVYUVYUVYUV这个格式。运行的时候把YUV格式的图片放到C目录下。-YUV images Y value of the revised procedures. Here YUV format is first YYYYYYYYYY. . UUUUUUUUUU then ... then ... not YUVYUVYU VVVVVVVVV VYUV this format. Operation moment YUV format photographs into C directory.
Date : 2008-10-13 Size : 831byte User : 朴燕姬

1、 MATLAB的启动和退出; 2、 学习了解MATLAB的菜单栏、工具栏、命令窗口、工作台、工具箱窗口、工作空间窗口、“历史命令”窗口、当前工作路径下的目录窗口和Start菜单; 3、熟悉MATLAB的命令窗口; 4、熟悉系统演示和在线帮助。 -1, the start of MATLAB and exit; 2, the study and understanding of MATLAB menu bar, toolbars, order window, workstations, toolbox window, the window work space, "historical order" window. work under the current path to the directory window and Start menu; 3, MATLAB familiar with the order window; 4. familiar with the demonstration and online help.
Date : 2008-10-13 Size : 35.2kb User : 阿强

10moon,sdk2000 中的图像采集程序,直接将图像采集到指定的目录下。从而进行图像数据处理。使用了ipl中的函数来实现图像的灰度化,中值滤波。-10moon, sdk2000 the image acquisition process, Image Acquisition directly to the specified directory. So image data processing. Ipl use of the function of the gray image and median filtering.
Date : 2008-10-13 Size : 388.51kb User : pop

边沿检测与提取,轮廓跟踪 运行时,在根目录下建立测试图片-edge detection and extraction, contour tracking operation, in the root directory establishing a testing Photo
Date : 2008-10-13 Size : 43.23kb User : zsc

小波软阈值去噪soft harr.rar 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件。-wavelet soft thresholding soft harr.rar file directory as the working directory. wavlet.fig then opened the boxes under the noise input noise intensity, In between 0 -0.1 (not zero). Then point process button, it will indicate that the experimental results, including the original images, plus image noise, denoising image contrast and the current psnr value. Wavlet.m procedural documents.
Date : 2008-10-13 Size : 31.74kb User : wenliangbo

一个VC DEMO,可将一个目录中所有的BMP文件转换为JPG文件,可以看一看。-a VC can be a directory of all the BMP files into the JPG document, can look at.
Date : 2008-10-13 Size : 2.36mb User : 化雪

GeoTrans目录下为封装Dll的Visual C++项目。其中封装了10个常用图像处理的API函数,方便VC、VB、Delphi等开发工具调用-GeoTrans directory for Packaging Dll Visual C projects. Compliant with the 10 commonly used image processing API function, the convenience of the VC, VB, Delphi and other development tools Call
Date : 2008-10-13 Size : 50.65kb User : 南仔

Unzip all files in Matlab current directory. Type \"test_main\" on Matlab command window.
Date : 2008-10-13 Size : 43.4kb User : mountainspring
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.