Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
1
17-cv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hsrm
17-cv
Commits
28e59a75
Commit
28e59a75
authored
Jun 12, 2017
by
Felix Hamann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme.md
parent
40663bff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
readme.md
readme.md
+43
-0
No files found.
readme.md
View file @
28e59a75
# College CV
This repository contains the implementation of a system to detect yield signs from images and videos.
It is a proof of concept realization based on a course of machine vision at RheinMain University of Applied
Sciences in 2017. The scope of the task is to implement some operations on images including but not
restricted to color segmentation, morphological operations, hough transform for lines and highlighting
found yield signs.
## Installation and Execution
The least stressful way to set this up is probably to create a virtualenv with python 3.5+ and then
run
`pip install -r requirements`
. You find two executables:
`main.py`
for
the graphical user interface where you can play around with parameters for the different algorithms
and
`video.py`
, a script to process video data.
```
> ./main.py --help
usage: main.py [-h] [--fname FNAME]
optional arguments:
-h, --help show this help message and exit
--fname FNAME open a file directly
```
```
> ./video.py --help
usage: video.py [-h] [--config CONFIG] [--binary] [--edges] [--save-all]
f_in f_out
positional arguments:
f_in input file
f_out output file
optional arguments:
-h, --help show this help message and exit
--config CONFIG configuration file
--binary only apply segmentation and morphology
--edges only apply --binary and edge detection
--save-all save not only the result but all intermediate steps
```


\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment