2021-10-31 19:37:32 索炜达电子 916
项目编号:E2032
文件大小:29M
源码说明:带中文注释
开发环境:Verilog
简要概述
Zedboard上基于FPGA+ARM的人脸识别智能监控系统
目录结构 .
├── boot_img-----------------------------zedboard SD卡中的启动文件
├── detect-------------------------------人脸检测模块
├── driver-------------------------------PL驱动
├── dts----------------------------------设备树源码及编译
├── face_recogition----------------------人脸识别模块
├── fpga---------------------------------FPGA设计
├── linux-digilent-----------------------linux子模块
├── mjpeg-streamer-182-------------------mjpeg-streamer工程
├── README.md----------------------------readme
├── rootfs-------------------------------根文件系统
├── toolchain----------------------------交叉编辑工具链
└── u-boot-digilent----------------------uboot子模块
目录│文件列表:
└ zed_face
└ zed_face
│ .gitmodules
│ README.md
├ boot_img
│ │ BOOT.BIN
│ │ devicetree_ramdisk.dtb
│ │ ramdisk64M.image.gz
│ │ ramdisk8M.image.gz
│ │ README
│ │ system.bit
│ │ u-boot.elf
│ │ zImage
│ └ solib
│ │ input_file.so
│ │ input_testpicture.so
│ │ input_uvc.so
│ │ libjpeg.so
│ │ libjpeg.so.8
│ │ libjpeg.so.8.0.2
│ │ libopencv_calib3d.so
│ │ libopencv_calib3d.so.2.3
│ │ libopencv_calib3d.so.2.3.1
│ │ libopencv_contrib.so
│ │ libopencv_contrib.so.2.3
│ │ libopencv_contrib.so.2.3.1
│ │ libopencv_core.so
│ │ libopencv_core.so.2.3
│ │ libopencv_core.so.2.3.1
│ │ libopencv_features2d.so
│ │ libopencv_features2d.so.2.3
│ │ libopencv_features2d.so.2.3.1
│ │ libopencv_flann.so
│ │ libopencv_flann.so.2.3
│ │ libopencv_flann.so.2.3.1
│ │ libopencv_gpu.so
│ │ libopencv_gpu.so.2.3
│ │ libopencv_gpu.so.2.3.1
│ │ libopencv_highgui.so
│ │ libopencv_highgui.so.2.3
│ │ libopencv_highgui.so.2.3.1
│ │ libopencv_imgproc.so
│ │ libopencv_imgproc.so.2.3
│ │ libopencv_imgproc.so.2.3.1
│ │ libopencv_legacy.so
│ │ libopencv_legacy.so.2.3
│ │ libopencv_legacy.so.2.3.1
│ │ libopencv_ml.so
│ │ libopencv_ml.so.2.3
│ │ libopencv_ml.so.2.3.1
│ │ libopencv_objdetect.so
│ │ libopencv_objdetect.so.2.3
│ │ libopencv_objdetect.so.2.3.1
│ │ libopencv_ts.so
│ │ libopencv_ts.so.2.3
│ │ libopencv_ts.so.2.3.1
│ │ libopencv_video.so
│ │ libopencv_video.so.2.3
│ │ libopencv_video.so.2.3.1
│ │ libstdc++.so
│ │ libstdc++.so.6
│ │ libstdc++.so.6.0.16
│ │ output_file.so
│ │ output_http.so
│ └ output_udp.so
├ detect
│ │ face_detection.cpp
│ │ libface_detection.so
│ └ readme
├ Documentation
│ └ images
│ │ zed_face前端功能架构.PNG
│ │ zed_face后端功能架构.PNG
│ │ zed_face整体功能架构.PNG
│ └ zed_face终端视频传输.PNG
├ driver
│ └ vdma_demo
│ │ README
│ └ vdma_test.c
├ dts
│ │ devicetree_ramdisk.dtb
│ │ dtc
│ │ Makefile
│ │ pl.dtsi
│ │ skeleton.dtsi
│ │ system.dts
│ │ system.mss
│ └ zynq-7000.dtsi
├ face_recogition
│ │ CMakeLists.txt
│ │ detectObject.cpp
│ │ detectObject.h
│ │ ImageUtils.h
│ │ ImageUtils_0.7.cpp
│ │ main.cpp
│ │ Makefile
│ │ preprocessFace.cpp
│ │ preprocessFace.h
│ │ README.txt
│ │ recognition.cpp
│ │ recognition.h
│ │ screenshot.png
│ └ build
│ │ CMakeCache.txt
│ │ cmake_install.cmake
│ │ haarcascade_eye.xml
│ │ haarcascade_eye_tree_eyeglasses.xml
│ │ lbpcascade_frontalface.xml
│ │ Makefile
│ │ WebcamFaceRec
│ └ CMakeFiles
│ │ cmake.check_cache
│ │ CMakeDirectoryInformation.cmake
│ │ CMakeOutput.log
│ │ Makefile.cmake
│ │ Makefile2
│ │ progress.marks
│ │ TargetDirectories.txt
│ ├ 2.8.12.2
│ │ │ CMakeCCompiler.cmake