Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zyfpor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Schott
zyfpor
Commits
d8b675bd
Commit
d8b675bd
authored
9 years ago
by
Christian Schott
Browse files
Options
Downloads
Patches
Plain Diff
README.md changed
parent
8d56a070
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-13
13 additions, 13 deletions
README.md
with
13 additions
and
13 deletions
README.md
+
13
−
13
View file @
d8b675bd
# 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
...
...
@@ -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.
### 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.h the corresponding header file
-
apsoc_cv_camera.cpp contains functions for accessing the webcam
-
apsoc_cv_camera.h function prototypes
-
apsoc_cv_filter.cpp contains functions for accessing the image processing IP core
-
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_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.h function prototypes and vdma register addresses/offsets
-
ximage_filter_hw.h image processing IP core addresses
-
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_camera.cpp
-
contains functions for accessing the webcam
-
apsoc_cv_camera.h
-
function prototypes
-
apsoc_cv_filter.cpp
-
contains functions for accessing the image processing IP core
-
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_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.h
-
function prototypes and vdma register addresses/offsets
-
ximage_filter_hw.h
-
image processing IP core addresses
-
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment