【E1376】基于FPGA+ARM的人脸识别智能监控系统

2021-10-03 20:03:42      索炜达电子      595     

项目编号:E1376

文件大小:29M

源码说明:带中文注释

开发环境:Verilog

简要概述:

基于FPGA+ARM的人脸识别智能监控系统

目录│文件列表:

 └ 基于FPGA+ARM的人脸识别智能监控系统

    ├ 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

    │        │  │ CMakeCXXCompiler.cmake

    │        │  │ CMakeDetermineCompilerABI_C.bin

    │        │  │ CMakeDetermineCompilerABI_CXX.bin

    │        │  │ CMakeSystem.cmake

    │        │  ├ CompilerIdC

    │        │  │  │ a.out

    │        │  │  └ CMakeCCompilerId.c

    │        │  └ CompilerIdCXX

    │        │     │ a.out

    │        │     └ CMakeCXXCompilerId.cpp

    │        └ WebcamFaceRec.dir

    │           │ build.make

    │           │ cmake_clean.cmake

    │           │ CXX.includecache

    │           │ depend.internal

    │           │ depend.make

    │           │ DependInfo.cmake

    │           │ detectObject.cpp.o

    │           │ flags.make

    │           │ ImageUtils_0.7.cpp.o

    │           │ link.txt

    │           │ main.cpp.o

    │           │ preprocessFace.cpp.o

TAG人脸识别
  • 5 次
  • 1 分