Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
用C语言写的一个指纹识别系统。这是其中的主要核心代码-Using C language to write a fingerprint identification system. This is one of the main core code
Date : 2025-12-19 Size : 563kb User : Kevin Dong

visual c++ 主要实现功能是:角点检测(利用opencv).-visual c++ main function is to: corner detection (using opencv).
Date : 2025-12-19 Size : 92kb User : liuzijian

C编写,实现字符串摘要、文件摘要两个功能。里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: Md5.cpp, Md5.h, Main.cpp. Md5.cpp which is the algorithm code, in most of the code is in rfc-1321 from the copy back Main.cpp is the main program.
Date : 2025-12-19 Size : 87kb User : wang

车牌定位使用说明 使用时打开此例题目录下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.区域裁剪,截取车牌图像。 -This file contains a summary of what you will find in each of the files that make up your TypeRec application. TypeRec.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TypeRec.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTypeRecApp application class. TypeRec.cpp This is the main application source file that contains the application class CTypeRecApp. TypeRec.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TypeRec.clw This file contains information used by ClassWizard to
Date : 2025-12-19 Size : 1.34mb User : 张青

运用C++编写的简单实例,功能主要是对字体的变化进行分析.-Written in C++ using simple examples, the main function is to change the font for analysis.
Date : 2025-12-19 Size : 9.17mb User : 张子强

基于C++的单目视觉下的行人检测代码,能快速准确识别具有某一特征的目标。-Pedestrian Detection Based on Monocular Vision C++ code, can quickly and accurately identify the target with certain characteristics.
Date : 2025-12-19 Size : 1kb User : 麦迪最爱

支持向量机及其在人脸识别中的应用研究 上海交通大学博士论文,在知网上面付费下载得到的。本文从应用的角度出发,较为全面地对一些相关问题进行探讨,并使用Visual C++实现了一个基于支持向量机的人脸识别软件—idTeller。 论文的主要工作和创新点包括: ·提出了两种基于VC边界的支持向量机参数选择算法—固定C算法和VC-CV算法。VC边界是两类支持向量机参数选择的一个理想准则,但它的一些固有缺点使其应用变得困难。本文通过将VC边界转化为VC指标,最终把问题归结为对最小包围体的求解,从理论上和计算上为VC边界的使用铺平了道路。在此基础之上,本文提出了两种基于VC边界的参数选择算法—固定C算法和VC-CV算法。在数个基准数据集上的实验表明,相比交叉验证算法,VC-CV算法不仅能获得性能更好的分类器,而且具有较低的计算复杂度。 ·使用序贯最小优化算法解决了最小包围体求解问题。最小包围体求解是计算VC指标的一个关键步骤,本文使用序贯最小优化算法对其求解,并对算法初始化、参数选择及更新等若干实现问题进行了深入地研究。在多个基准数据集上的实验表明,序贯最小优化算法能够快速而准确地解决最小包围体求解问题。- Support vector machine and its application to face recognition Shanghai Jiaotong University doctoral thesis, in HowNet above pay to get the download. From the application point of view, to more fully explore some related issues, and using Visual C-idTeller a support vector machine-based face recognition software. The main work and innovation of the paper include: two kinds of parameters of support vector machine based on the VC boundary selection algorithm- fixed-C algorithm and the VC-CV algorithm. VC boundaries are two types of support vector machine parameters to select the ideal criteria, but some of its inherent shortcomings make it difficult. This article by VC boundary for the VC index, and ultimately the problem is reduced to the solution of the minimum bounding volume, and paved the way for the use of the VC boundary from the theory and calculations. On this basis, we propose two parameter selection algorithm based on the VC boundary- fixed-C algorithm and the VC-CV algorit
Date : 2025-12-19 Size : 9.9mb User : Jessicaying

AppWizard has created this ImageTest application for you. This file contains a summary of what you will find in each of the files that make up your ImageTest application. ImageTest.vcxproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. ImageTest.vcxproj.filters This is the filters file for VC++ projects generated using an Application Wizard. It contains information about the association between the files in your project and the filters. This association is used in the IDE to show grouping of files with similar extensions under a specific node (for e.g. ".cpp" files are associated with the "Source Files" filter). ImageTest.cpp This is the main application source file.-AppWizard has created this ImageTest application for you. This file contains a summary of what you will find in each of the files that make up your ImageTest application. ImageTest.vcxproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. ImageTest.vcxproj.filters This is the filters file for VC++ projects generated using an Application Wizard. It contains information about the association between the files in your project and the filters. This association is used in the IDE to show grouping of files with similar extensions under a specific node (for eg " . cpp" files are associated with the " Source Files" filter). ImageTest.cpp This is the main application source file.
Date : 2025-12-19 Size : 11.67mb User :

At this stage the microcontroller clock setting is already configured, this is done through SystemInit() function which is called startup file (startup_stm32f4xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f4xx.c file-At this stage the microcontroller clock setting is already configured, this is done through SystemInit() function which is called startup file (startup_stm32f4xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f4xx.c file
Date : 2025-12-19 Size : 5.21mb User : 王通
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.