Skip to content
Snippets Groups Projects
Commit d8b675bd authored by Christian Schott's avatar Christian Schott
Browse files

README.md changed

parent 8d56a070
No related branches found
No related tags found
No related merge requests found
# ZYFPOR - Zynq Flexible Platform for Object Recognition ## ZYFPOR - Zynq Flexible Platform for Object Recognition
## git repository of the ZYFPOR-project - winner of the Xilinx Open Hardware Design Contest 2015 in the Zynq category # git repository of the ZYFPOR-project - winner of the Xilinx Open Hardware Design Contest 2015 in the Zynq category
### University of Technology Chemnitz ### University of Technology Chemnitz
...@@ -65,17 +65,17 @@ Step 6: The menu of the application will show up. Typing "b" with hitting "Enter ...@@ -65,17 +65,17 @@ Step 6: The menu of the application will show up. Typing "b" with hitting "Enter
--> The resolution of the video should be 640x480 as can be seen in the mentioned file. --> The resolution of the video should be 640x480 as can be seen in the mentioned file.
### Short explanation of the files of the software application: ### Short explanation of the files of the software application:
- apsoc_cv_apps.cpp contains all software application like image grabbing from a webcam or the image detection function - apsoc_cv_apps.cpp - contains all software application like image grabbing from a webcam or the image detection function
- apsoc_cv_apps.h the corresponding header file - apsoc_cv_apps.h - the corresponding header file
- apsoc_cv_camera.cpp contains functions for accessing the webcam - apsoc_cv_camera.cpp - contains functions for accessing the webcam
- apsoc_cv_camera.h function prototypes - apsoc_cv_camera.h - function prototypes
- apsoc_cv_filter.cpp contains functions for accessing the image processing IP core - apsoc_cv_filter.cpp - contains functions for accessing the image processing IP core
- apsoc_cv_filter.h function prototypes and struct declaration - apsoc_cv_filter.h - function prototypes and struct declaration
- apsoc_cv_main.cpp the main function of the application, handles the user input - apsoc_cv_main.cpp - the main function of the application, handles the user input
- apsoc_cv_parameters.h stores all necessary parameters for the applications like resolution of input video or video file location - apsoc_cv_parameters.h - stores all necessary parameters for the applications like resolution of input video or video file location
- apsoc_cv_vdma.cpp contains functions for controlling the VDMA - apsoc_cv_vdma.cpp - contains functions for controlling the VDMA
- apsoc_cv_vdma.h function prototypes and vdma register addresses/offsets - apsoc_cv_vdma.h - function prototypes and vdma register addresses/offsets
- ximage_filter_hw.h image processing IP core addresses - ximage_filter_hw.h - image processing IP core addresses
- ap_fixed_sim.h; ap_int.h; ap_int_sim.h; ap_private.h - ap_fixed_sim.h; ap_int.h; ap_int_sim.h; ap_private.h
--> Header files for fixed-point datatype, which is used to access the data provided by the Hough Line Transform processed in the PL of the ZYNQ. --> Header files for fixed-point datatype, which is used to access the data provided by the Hough Line Transform processed in the PL of the ZYNQ.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment