CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:OV7725

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2017-07-13
  • 文件大小:
    564kb
  • 已下载:
    2次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

用STM32F4芯片自带的DCMI摄像头接口驱动不带FIFO的OV7725摄像头,实现60HZ刷新率。imgprcs.c文件中包含大量的适用于嵌入式设备的高速图像处理算法,包括边缘提取、区域分割、颜色识别等等,全部使用自适应算法,适合不同光照和环境条件(With STM32F4 chip comes with DCMI camera interface driver without FIFO OV7725 camera, to achieve 60HZ refresh rate. The imgprcs.c file contains a large number of high-speed image processing algorithms for embedded devices, including edge extraction, area segmentation, color recognition, and so on, all using adaptive algorithms for different lighting and environmental conditions)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

OV7725/APPs/dcmi.c
OV7725/APPs/dcmi.h
OV7725/APPs/imgprcs.c
OV7725/APPs/imgprcs.h
OV7725/APPs/sccb.c
OV7725/APPs/sccb.h
OV7725/CORE/core_cm4.h
OV7725/CORE/core_cm4_simd.h
OV7725/CORE/core_cmFunc.h
OV7725/CORE/core_cmInstr.h
OV7725/CORE/startup_stm32f40_41xxx.s
OV7725/CORE/stm32f4xx.h
OV7725/CORE/stm32f4xx_conf.h
OV7725/CORE/stm32f4xx_it.c
OV7725/CORE/stm32f4xx_it.h
OV7725/CORE/system_stm32f4xx.c
OV7725/CORE/system_stm32f4xx.h
OV7725/FWLIB/inc/misc.h
OV7725/FWLIB/inc/stm32f4xx_adc.h
OV7725/FWLIB/inc/stm32f4xx_can.h
OV7725/FWLIB/inc/stm32f4xx_crc.h
OV7725/FWLIB/inc/stm32f4xx_cryp.h
OV7725/FWLIB/inc/stm32f4xx_dac.h
OV7725/FWLIB/inc/stm32f4xx_dbgmcu.h
OV7725/FWLIB/inc/stm32f4xx_dcmi.h
OV7725/FWLIB/inc/stm32f4xx_dma.h
OV7725/FWLIB/inc/stm32f4xx_dma2d.h
OV7725/FWLIB/inc/stm32f4xx_exti.h
OV7725/FWLIB/inc/stm32f4xx_flash.h
OV7725/FWLIB/inc/stm32f4xx_flash_ramfunc.h
OV7725/FWLIB/inc/stm32f4xx_fmc.h
OV7725/FWLIB/inc/stm32f4xx_fsmc.h
OV7725/FWLIB/inc/stm32f4xx_gpio.h
OV7725/FWLIB/inc/stm32f4xx_hash.h
OV7725/FWLIB/inc/stm32f4xx_i2c.h
OV7725/FWLIB/inc/stm32f4xx_iwdg.h
OV7725/FWLIB/inc/stm32f4xx_ltdc.h
OV7725/FWLIB/inc/stm32f4xx_pwr.h
OV7725/FWLIB/inc/stm32f4xx_rcc.h
OV7725/FWLIB/inc/stm32f4xx_rng.h
OV7725/FWLIB/inc/stm32f4xx_rtc.h
OV7725/FWLIB/inc/stm32f4xx_sai.h
OV7725/FWLIB/inc/stm32f4xx_sdio.h
OV7725/FWLIB/inc/stm32f4xx_spi.h
OV7725/FWLIB/inc/stm32f4xx_syscfg.h
OV7725/FWLIB/inc/stm32f4xx_tim.h
OV7725/FWLIB/inc/stm32f4xx_usart.h
OV7725/FWLIB/inc/stm32f4xx_wwdg.h
OV7725/FWLIB/src/misc.c
OV7725/FWLIB/src/stm32f4xx_adc.c
OV7725/FWLIB/src/stm32f4xx_can.c
OV7725/FWLIB/src/stm32f4xx_crc.c
OV7725/FWLIB/src/stm32f4xx_cryp.c
OV7725/FWLIB/src/stm32f4xx_cryp_aes.c
OV7725/FWLIB/src/stm32f4xx_cryp_des.c
OV7725/FWLIB/src/stm32f4xx_cryp_tdes.c
OV7725/FWLIB/src/stm32f4xx_dac.c
OV7725/FWLIB/src/stm32f4xx_dbgmcu.c
OV7725/FWLIB/src/stm32f4xx_dcmi.c
OV7725/FWLIB/src/stm32f4xx_dma.c
OV7725/FWLIB/src/stm32f4xx_dma2d.c
OV7725/FWLIB/src/stm32f4xx_exti.c
OV7725/FWLIB/src/stm32f4xx_flash.c
OV7725/FWLIB/src/stm32f4xx_flash_ramfunc.c
OV7725/FWLIB/src/stm32f4xx_fmc.c
OV7725/FWLIB/src/stm32f4xx_fsmc.c
OV7725/FWLIB/src/stm32f4xx_gpio.c
OV7725/FWLIB/src/stm32f4xx_hash.c
OV7725/FWLIB/src/stm32f4xx_hash_md5.c
OV7725/FWLIB/src/stm32f4xx_hash_sha1.c
OV7725/FWLIB/src/stm32f4xx_i2c.c
OV7725/FWLIB/src/stm32f4xx_iwdg.c
OV7725/FWLIB/src/stm32f4xx_ltdc.c
OV7725/FWLIB/src/stm32f4xx_pwr.c
OV7725/FWLIB/src/stm32f4xx_rcc.c
OV7725/FWLIB/src/stm32f4xx_rng.c
OV7725/FWLIB/src/stm32f4xx_rtc.c
OV7725/FWLIB/src/stm32f4xx_sai.c
OV7725/FWLIB/src/stm32f4xx_sdio.c
OV7725/FWLIB/src/stm32f4xx_spi.c
OV7725/FWLIB/src/stm32f4xx_syscfg.c
OV7725/FWLIB/src/stm32f4xx_tim.c
OV7725/FWLIB/src/stm32f4xx_usart.c
OV7725/FWLIB/src/stm32f4xx_wwdg.c
OV7725/HARDWARE/OV7670.c
OV7725/HARDWARE/OV7670.h
OV7725/HARDWARE/OV7725.c
OV7725/HARDWARE/OV7725.h
OV7725/HARDWARE/OV7725_REG.h
OV7725/keilkilll.bat
OV7725/OBJ/DebugConfig/Template_STM32F407ZG.dbgconf
OV7725/OBJ/JLinkSettings.ini
OV7725/OBJ/Template.hex
OV7725/OBJ/Template.uvguix.Administrator
OV7725/OBJ/Template.uvguix.ZHOU
OV7725/OBJ/Template.uvoptx
OV7725/OBJ/Template.uvprojx
OV7725/OBJ/USART.hex
OV7725/SYSTEM/delay/delay.c
OV7725/SYSTEM/delay/delay.h
OV7725/SYSTEM/sys/sys.c
OV7725/SYSTEM/sys/sys.h
OV7725/SYSTEM/usart/usart.c
OV7725/SYSTEM/usart/usart.h
OV7725/USER/DebugConfig/USART_STM32F407ZG.dbgconf
OV7725/USER/JLinkSettings.ini
OV7725/USER/main.c
OV7725/USER/PROJECT.uvguix.ZHOU
OV7725/USER/PROJECT.uvoptx
OV7725/USER/PROJECT.uvprojx
OV7725/USER/stm32f4xx.h
OV7725/USER/stm32f4xx_conf.h
OV7725/USER/stm32f4xx_it.c
OV7725/USER/stm32f4xx_it.h
OV7725/USER/system_stm32f4xx.c
OV7725/USER/system_stm32f4xx.h
OV7725/备忘、说明.txt
OV7725/当移植程序报错.txt
OV7725/FWLIB/inc
OV7725/FWLIB/src
OV7725/OBJ/DebugConfig
OV7725/SYSTEM/delay
OV7725/SYSTEM/sys
OV7725/SYSTEM/usart
OV7725/USER/DebugConfig
OV7725/APPs
OV7725/CORE
OV7725/FWLIB
OV7725/HARDWARE
OV7725/OBJ
OV7725/SYSTEM
OV7725/USER
OV7725

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com