文件名称:基于Lwip的智能小区车牌识别系统
介绍说明--下载内容来自于网络,使用问题请自行百度
本文详细地介绍了基于STM32F 103RCT6控制芯片的车牌识别系统的设计,分析了车牌识别的图像处理技术,而且具体地介绍了对车牌识别的整个过程,最后并完成了相关软件的设计。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : XYD_CarLicensePlate_TCP.zip 列表 XYD_CarLicensePlate/ XYD_CarLicensePlate/LIB/ XYD_CarLicensePlate/LIB/inc/ XYD_CarLicensePlate/LIB/inc/misc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_adc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_can.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_crc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_cryp.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_dac.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_dbgmcu.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_dcmi.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_dma.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_dma2d.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_exti.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_flash.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_flash_ramfunc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_fsmc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_gpio.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_hash.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_i2c.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_iwdg.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_ltdc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_pwr.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_rcc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_rng.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_rtc.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_sai.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_sdio.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_spi.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_syscfg.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_tim.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_usart.h XYD_CarLicensePlate/LIB/inc/stm32f4xx_wwdg.h XYD_CarLicensePlate/LIB/src/ XYD_CarLicensePlate/LIB/src/misc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_adc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_can.c XYD_CarLicensePlate/LIB/src/stm32f4xx_crc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_cryp.c XYD_CarLicensePlate/LIB/src/stm32f4xx_cryp_aes.c XYD_CarLicensePlate/LIB/src/stm32f4xx_cryp_des.c XYD_CarLicensePlate/LIB/src/stm32f4xx_cryp_tdes.c XYD_CarLicensePlate/LIB/src/stm32f4xx_dac.c XYD_CarLicensePlate/LIB/src/stm32f4xx_dbgmcu.c XYD_CarLicensePlate/LIB/src/stm32f4xx_dcmi.c XYD_CarLicensePlate/LIB/src/stm32f4xx_dma.c XYD_CarLicensePlate/LIB/src/stm32f4xx_dma2d.c XYD_CarLicensePlate/LIB/src/stm32f4xx_exti.c XYD_CarLicensePlate/LIB/src/stm32f4xx_flash.c XYD_CarLicensePlate/LIB/src/stm32f4xx_flash_ramfunc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_fsmc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_gpio.c XYD_CarLicensePlate/LIB/src/stm32f4xx_hash.c XYD_CarLicensePlate/LIB/src/stm32f4xx_hash_md5.c XYD_CarLicensePlate/LIB/src/stm32f4xx_hash_sha1.c XYD_CarLicensePlate/LIB/src/stm32f4xx_i2c.c XYD_CarLicensePlate/LIB/src/stm32f4xx_iwdg.c XYD_CarLicensePlate/LIB/src/stm32f4xx_ltdc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_pwr.c XYD_CarLicensePlate/LIB/src/stm32f4xx_rcc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_rng.c XYD_CarLicensePlate/LIB/src/stm32f4xx_rtc.c XYD_CarLicensePlate/LIB/src/stm32f4xx_sai.c XYD_CarLicensePlate/LIB/src/stm32f4xx_sdio.c XYD_CarLicensePlate/LIB/src/stm32f4xx_spi.c XYD_CarLicensePlate/LIB/src/stm32f4xx_syscfg.c XYD_CarLicensePlate/LIB/src/stm32f4xx_tim.c XYD_CarLicensePlate/LIB/src/stm32f4xx_usart.c XYD_CarLicensePlate/LIB/src/stm32f4xx_wwdg.c XYD_CarLicensePlate/Project/ XYD_CarLicensePlate/Project/Car_LicensePlate.uvguix.Xiaoxiao XYD_CarLicensePlate/Project/Car_LicensePlate.uvoptx XYD_CarLicensePlate/Project/Car_LicensePlate.uvprojx XYD_CarLicensePlate/Project/DebugConfig/ XYD_CarLicensePlate/Project/DebugConfig/Target_1_STM32F407ZGTx.dbgconf XYD_CarLicensePlate/Project/Listings/ XYD_CarLicensePlate/Project/Objects/ XYD_CarLicensePlate/Project/Objects/Car_LicensePlate.hex XYD_CarLicensePlate/Project/RTE/ XYD_CarLicensePlate/Project/RTE/_Target_1/ XYD_CarLicensePlate/Project/RTE/_Target_1/RTE_Components.h XYD_CarLicensePlate/keilkilll.bat XYD_CarLicensePlate/startup/ XYD_CarLicensePlate/startup/startup_stm32f40xx.s XYD_CarLicensePlate/user/ XYD_CarLicensePlate/user/API/ XYD_CarLicensePlate/user/API/APP/ XYD_CarLicensePlate/user/API/APP/app.c XYD_CarLicensePlate/user/API/APP/app.h XYD_CarLicensePlate/user/API/BEEP.c XYD_CarLicensePlate/user/API/BEEP.h XYD_CarLicensePlate/user/API/Delay/ XYD_CarLicensePlate/user/API/Delay/Delay.c XYD_CarLicensePlate/user/API/Delay/Delay.h XYD_CarLicensePlate/user/API/KEY.c XYD_CarLicensePlate/user/API/KEY.h XYD_CarLicensePlate/user/API/LED.c XYD_CarLicensePlate/user/API/LED.h XYD_CarLicensePlate/user/API/LwIP/ XYD_CarLicensePlate/user/API/LwIP/ETH_LIB/ XYD_CarLicensePlate/user/API/LwIP/ETH_LIB/stm32f4x7_eth.c XYD_CarLicensePlate/user/API/LwIP/ETH_LIB/stm32f4x7_eth.h XYD_CarLicensePlate/user/API/LwIP/ETH_LIB/stm32f4x7_eth_conf.h XYD_CarLicensePlate/user/API/LwIP/LAN8720/ XYD_CarLicensePlate/user/API/LwIP/LAN8720/lan8720.c XYD_CarLicensePlate/user/API/LwIP/LAN8720/lan8720.h XYD_CarLicensePlate/user/API/LwIP/LAN8720/lwip_comm.c XYD_CarLicensePlate/user/API/LwIP/LAN8720/lwip_comm.h XYD_CarLicensePlate/user/API/LwIP/LAN8720/lwipopts.h XYD_CarLicensePlate/user/API/LwIP/LAN8720/malloc.c XYD_CarLicensePlate/user/API/LwIP/LAN8720/malloc.h XYD_CarLicensePlate/user/API/LwIP/LAN8720/sys.h XYD_CarLicensePlate/user/API/LwIP/LAN8720/timer.c XYD_CarLicensePlate/user/API/LwIP/LAN8720/timer.h XYD_CarLicensePlate/user/API/LwIP/LWIP_net/ XYD_CarLicensePlate/user/API/LwIP/LW
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.