2021-08-14 17:47:43 索煒達(dá)電子 824
項(xiàng)目編號(hào):E88
文件大小:10M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:Keil
簡(jiǎn)要概述:
公司實(shí)習(xí)項(xiàng)目 FLIR Lepton熱成像攝像機(jī) STM32上實(shí)現(xiàn)模版匹配 輔助無(wú)人機(jī)降落
文件列表:
目錄│文件列表:
└ LEPTON_STM32F4
│ .mxproject
│ lepton-new.ioc
├ Drivers
│ ├ CMSIS
│ │ ├ Device
│ │ │ └ ST
│ │ │ └ STM32F4xx
│ │ │ ├ Include
│ │ │ │ │ stm32f401xc.h
│ │ │ │ │ stm32f401xe.h
│ │ │ │ │ stm32f405xx.h
│ │ │ │ │ stm32f407xx.h
│ │ │ │ │ stm32f410cx.h
│ │ │ │ │ stm32f410rx.h
│ │ │ │ │ stm32f410tx.h
│ │ │ │ │ stm32f411xe.h
│ │ │ │ │ stm32f415xx.h
│ │ │ │ │ stm32f417xx.h
│ │ │ │ │ stm32f427xx.h
│ │ │ │ │ stm32f429xx.h
│ │ │ │ │ stm32f437xx.h
│ │ │ │ │ stm32f439xx.h
│ │ │ │ │ stm32f446xx.h
│ │ │ │ │ stm32f469xx.h
│ │ │ │ │ stm32f479xx.h
│ │ │ │ │ stm32f4xx.h
│ │ │ │ └ system_stm32f4xx.h
│ │ │ └ Source
│ │ │ └ Templates
│ │ │ │ system_stm32f4xx.c
│ │ │ └ arm
│ │ │ └ startup_stm32f415xx.s
│ │ ├ DSP_Lib
│ │ │ ├ Examples
│ │ │ │ ├ arm_class_marks_example
│ │ │ │ │ ├ ARM
│ │ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ └ arm_class_marks_example_f32.c
│ │ │ │ │ └ GCC
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ └ arm_class_marks_example_f32.c
│ │ │ │ ├ arm_convolution_example
│ │ │ │ │ ├ ARM
│ │ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ │ arm_convolution_example_f32.c
│ │ │ │ │ │ │ math_helper.c
│ │ │ │ │ │ └ math_helper.h
│ │ │ │ │ └ GCC
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_convolution_example_f32.c
│ │ │ │ │ │ math_helper.c
│ │ │ │ │ └ math_helper.h
│ │ │ │ ├ arm_dotproduct_example
│ │ │ │ │ ├ ARM
│ │ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ └ arm_dotproduct_example_f32.c
│ │ │ │ │ └ GCC
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ └ arm_dotproduct_example_f32.c
│ │ │ │ ├ arm_fft_bin_example
│ │ │ │ │ ├ ARM
│ │ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ │ arm_fft_bin_data.c
│ │ │ │ │ │ └ arm_fft_bin_example_f32.c
│ │ │ │ │ └ GCC
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_fft_bin_data.c
│ │ │ │ │ └ arm_fft_bin_example_f32.c
│ │ │ │ ├ arm_fir_example
│ │ │ │ │ └ ARM
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_fir_data.c
│ │ │ │ │ │ arm_fir_example_f32.c
│ │ │ │ │ │ math_helper.c
│ │ │ │ │ └ math_helper.h
│ │ │ │ ├ arm_graphic_equalizer_example
│ │ │ │ │ └ ARM
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_graphic_equalizer_data.c
│ │ │ │ │ │ arm_graphic_equalizer_example_q31.c
│ │ │ │ │ │ math_helper.c
│ │ │ │ │ └ math_helper.h
│ │ │ │ ├ arm_linear_interp_example
│ │ │ │ │ └ ARM
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_linear_interp_data.c
│ │ │ │ │ │ arm_linear_interp_example_f32.c
│ │ │ │ │ │ math_helper.c
│ │ │ │ │ └ math_helper.h
│ │ │ │ ├ arm_matrix_example
│ │ │ │ │ └ ARM
│ │ │ │ │ │ Abstract.txt
│ │ │ │ │ │ arm_matrix_example_f32.c
│ │ │ │ │ │ math_helper.c
│ │ │ │ │ └ math_helper.h
│ │ │ │ ├ arm_signal_converge_example
│ │ │ │ │ └ ARM
│ │ │ │ │ arm_scale_f32.c
│ │ │ │ │ arm_scale_q15.c
│ │ │ │ │ arm_scale_q31.c
│ │ │ │ │ arm_scale_q7.c
│ │ │ │ │ arm_sub_q31.c
│ │ │ │ └ arm_sub_q7.c
│ │ │ ├ CommonTables
│ │ │ │ │ arm_common_tables.c
│ │ │ │ └ arm_const_structs.c
│ │ │ ├ ComplexMathFunctions
│ │ │ │ │ arm_cmplx_conj_f32.c
│ │ │ │ │ arm_cmplx_conj_q15.c
│ │ │ │ │ arm_cmplx_conj_q31.c
│ │ │ │ │ arm_cmplx_dot_prod_f32.c
│ │ │ │ │ arm_cmplx_dot_prod_q15.c
│ │ │ │ │ arm_cmplx_dot_prod_q31.c
│ │ │ │ │ arm_cmplx_mag_f32.c
│ │ ├ Include
│ │ │ │ arm_common_tables.h
│ │ │ │ arm_const_structs.h
│ │ │ │ arm_math.h
│ │ │ │ cmsis_armcc.h
│ │ │ │ cmsis_armcc_V6.h
│ │ │ │ cmsis_gcc.h
│ │ │ │ core_cm0.h
│ │ │ │ core_cm0plus.h
│ │ │ │ core_cm3.h
│ │ │ │ core_cm4.h
│ │ │ │ core_cm7.h
│ │ │ │ core_cmFunc.h
│ │ │ │ core_cmInstr.h
│ │ │ │ core_cmSimd.h
│ │ │ │ core_sc000.h
│ │ │ └ core_sc300.h
│ │ └ RTOS
│ │ └ Template
│ │ └ cmsis_os.h
│ └ STM32F4xx_HAL_Driver
│ ├ Inc
│ │ │ stm32f4xx_hal.h
│ │ │ stm32f4xx_hal_cortex.h
│ │ │ stm32f4xx_hal_def.h
│ │ │ stm32f4xx_hal_dma.h
│ │ │ stm32f4xx_hal_dma_ex.h
│ │ │ stm32f4xx_hal_flash.h
│ │ │ stm32f4xx_hal_flash_ex.h
│ │ │ stm32f4xx_hal_flash_ramfunc.h
│ │ │ stm32f4xx_hal_gpio.h
│ │ │ stm32f4xx_hal_gpio_ex.h
│ │ │ stm32f4xx_hal_i2c.h
│ │ │ stm32f4xx_hal_i2c_ex.h
│ │ │ stm32f4xx_hal_pwr.h
│ │ │ stm32f4xx_hal_pwr_ex.h
│ │ │ stm32f4xx_hal_rcc.h
│ │ │ stm32f4xx_hal_rcc_ex.h
│ │ │ stm32f4xx_hal_spi.h
│ │ │ stm32f4xx_hal_tim.h
│ │ │ stm32f4xx_hal_tim_ex.h
│ │ │ stm32f4xx_hal_uart.h
│ │ └ Legacy
│ │ └ stm32_hal_legacy.h
│ └ Src
│ │ stm32f4xx_hal.c
│ │ stm32f4xx_hal_cortex.c
│ │ stm32f4xx_hal_dma.c
│ │ stm32f4xx_hal_dma_ex.c
│ │ stm32f4xx_hal_flash.c
│ │ stm32f4xx_hal_flash_ex.c
│ │ stm32f4xx_hal_flash_ramfunc.c
│ │ stm32f4xx_hal_gpio.c
│ │ stm32f4xx_hal_i2c.c
│ │ stm32f4xx_hal_i2c_ex.c
│ │ stm32f4xx_hal_pwr.c
│ │ stm32f4xx_hal_pwr_ex.c
│ │ stm32f4xx_hal_rcc.c
│ │ stm32f4xx_hal_rcc_ex.c
│ │ stm32f4xx_hal_spi.c
│ │ stm32f4xx_hal_tim.c
│ │ stm32f4xx_hal_tim_ex.c
│ └ stm32f4xx_hal_uart.c
├ image_process
│ ├ inc
│ │ │ EasyTracer.h
│ │ │ EasyTracer_status_M.h
│ │ │ img_process.h
│ │ └ template_match.h
│ └ src
│ │ EasyTracer.c
│ │ EasyTracer_status_M.c
│ │ img_process.c
│ └ template_match.c
├ Inc
│ │ mxconstants.h
│ │ stm32f4xx_hal_conf.h
│ └ stm32f4xx_it.h
├ lepton
│ ├ Inc
│ │ │ LEPTON_DRIVER.h
│ │ └ lepton_i2c.h
│ └ Src
│ │ LEPTON_DRIVER.c
│ └ lepton_i2c.c
├ lepton_sdk
│ │ Makefile
│ ├ Inc
│ │ │ crc16.h
│ │ │ LEPTON_AGC.h
│ │ │ LEPTON_ErrorCodes.h
│ │ │ LEPTON_I2C_Protocol.h
│ │ │ LEPTON_I2C_Reg.h
│ │ │ LEPTON_I2C_Service.h
│ │ │ LEPTON_Macros.h
│ │ │ LEPTON_SDK.h
│ │ │ LEPTON_SDKConfig.h
│ │ │ LEPTON_SYS.h
│ │ │ LEPTON_Types.h
│ │ │ LEPTON_VID.h
│ │ │ oem_sdk_shim.h
│ │ └ stm32_i2c.h
│ └ Src
│ │ crc16fast.c
│ │ LEPTON_AGC.c
│ │ LEPTON_I2C_Protocol.c
│ │ LEPTON_I2C_Service.c
│ │ LEPTON_SDK.c
│ │ LEPTON_SYS.c
│ │ LEPTON_VID.c
│ └ stm32_i2c.c
├ MDK-ARM
│ │ lepton-new.uvguix.Administrator
│ │ lepton-new.uvoptx
│ │ lepton-new.uvprojx
│ │ startup_stm32f415xx.lst
│ │ startup_stm32f415xx.s
│ ├ DebugConfig
│ │ └ lepton-new_STM32F415RGTx.dbgconf
│ ├ lepton-new
│ │ │ lepton_i2c.o
│ │ └ tl1771_driver.o
│ └ RTE
│ └ RTE_Components.h
├ RADON
│ ├ inc
│ │ └ radon.h
│ └ src
│ └ radon.c
├ Src
│ │ main.c
│ │ stm32f4xx_hal_msp.c
│ └ stm32f4xx_it.c
└ tl1771
├ inc
│ │ config.h
│ │ font8x16.h
│ └ TL1771_Driver.h
└ src
└ TL1771_Driver.c