2021-10-31 19:37:32 索煒達(dá)電子 923
項(xiàng)目編號(hào):E2032
文件大小:29M
源碼說明:帶中文注釋
開發(fā)環(huán)境:Verilog
簡(jiǎn)要概述
Zedboard上基于FPGA+ARM的人臉識(shí)別智能監(jiān)控系統(tǒng)
目錄結(jié)構(gòu) .
├── boot_img-----------------------------zedboard SD卡中的啟動(dòng)文件
├── detect-------------------------------人臉檢測(cè)模塊
├── driver-------------------------------PL驅(qū)動(dòng)
├── dts----------------------------------設(shè)備樹源碼及編譯
├── face_recogition----------------------人臉識(shí)別模塊
├── fpga---------------------------------FPGA設(shè)計(jì)
├── linux-digilent-----------------------linux子模塊
├── mjpeg-streamer-182-------------------mjpeg-streamer工程
├── README.md----------------------------readme
├── rootfs-------------------------------根文件系統(tǒng)
├── 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前端功能架構(gòu).PNG
│ │ zed_face后端功能架構(gòu).PNG
│ │ zed_face整體功能架構(gòu).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