Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
licenseplates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Taddeüs Kroes
licenseplates
Commits
7fc61239
Commit
7fc61239
authored
13 years ago
by
Taddeus Kroes
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:taddeus/licenseplates
parents
d4fd7c6d
84952000
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
docs/00991_000000.jpg
+0
-0
0 additions, 0 deletions
docs/00991_000000.jpg
docs/presentatie.tex
+87
-0
87 additions, 0 deletions
docs/presentatie.tex
with
89 additions
and
0 deletions
.gitignore
+
2
−
0
View file @
7fc61239
...
...
@@ -7,6 +7,8 @@
*.synctex.gz
*.toc
*.out
*.nav
*.snm
*.jpg
images/BBB
images/Images
...
...
This diff is collapsed.
Click to expand it.
docs/00991_000000.jpg
0 → 100644
+
0
−
0
View file @
7fc61239
16.5 KiB
This diff is collapsed.
Click to expand it.
docs/presentatie.tex
0 → 100644
+
87
−
0
View file @
7fc61239
\documentclass
{
beamer
}
\mode
<presentation>
\usetheme
{
sidebar
}
\setbeamertemplate
{
footline
}
[page number]
\author
{
Gijs van der Voort, Fabi
\"
en Tesselaar, Richard Torenvliet, Tadde
\"
us Kroes
\&
Jayke Meijer
}
\title
{
Local Binary Patterns
}
\begin{document}
\section
{
Wat zijn Local Binary Patterns
}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle
{
Local Binary Patterns
}
\structure
{
Type classifier
}
\\
\pause
Aantal voordelen:
\begin{itemize}
\item
Ongevoelig voor verschillen in belichting. (gray-scale invariant)
\pause
\item
Simpel algoritme, waardoor voor real-time toepassingen te gebruiken.
\end{itemize}
\end{frame}
\section
{
Hoe werkt het
}
\begin{frame}
\frametitle
{
Hoe werkt het?
}
\begin{itemize}
\item
Verdeel het plaatje in cellen (bijvoorbeeld 16x16 pixels per cel).
\pause
\item
Voor elke pixel in een cel, vergelijk met zijn buren.
\\
Als de waarde in de pixel groter is dan die van de buren, schrijf een 1, anders 0.
\pause
\item
Geeft een binair getal. Maak een histogram (per cel) met de frequentie van dit getal.
\pause
\item
Set van histogrammen is de featurevector van het geheel.
\pause
\item
Featurevector kan gebruikt worden in een SVM.
\end{itemize}
\end{frame}
\section
{
Waar wordt het gebruikt?
}
\begin{frame}
\frametitle
{
Waarvoor wordt het gebruikt
}
\begin{itemize}
\item
\textbf
{
Concept Detection
}
\\
Herkennen van bepaalde objecten in videobeelden, zoals vliegtuigen, vlaggen etc.
\item
\textbf
{
Facial Recognition
}
\\
Herkennen van gezichten. Ook gebruikt in detecteren van gezichten en herkennen van
gezichtsuitdrukkingen.
\end{itemize}
\end{frame}
\section
{
Wat doen wij er mee
}
\begin{frame}
\frametitle
{
Wat doen wij ermee?
}
\structure
{
License Plate Recognition
}
\\
Het lezen van een kenteken.
\begin{figure}
\includegraphics
[scale=0.2]
{
00991
_
000000.jpg
}
\end{figure}
Eenvoudige vorm van letters kan goed worden beschreven met een LBP.
\end{frame}
\section
{
Conclusie
}
\begin{frame}
\frametitle
{
Conclusie
}
Vrij simpel algoritme wat zich al heeft bewezen in de werkelijkheid.
\end{frame}
\begin{frame}
\frametitle
{
Bronvermelding
}
\begin{itemize}
\item
\emph
{
Concept Detection Using Local Binary Patterns and SVM
}
, Duy-Dinh Le and Shin’ichi Satoh
\item
\emph
{
Face Description with Local Binary Patterns: Application to Face Recognition
}
, Timo Ahonen,
Abdenour Hadid and Matti Pietik
\"
ainen
\item
\emph
{
Facial expression recognition based on Local Binary Patterns: A comprehensive study
}
, Caifeng
Shan, Shaogang Gong and Peter W. McOwan
\item
\url
{
http://www.scholarpedia.org/article/Local
_
Binary
_
Patterns
}
\item
\url
{
http://en.wikipedia.org/wiki/Local
_
binary
_
patterns
}
\end{itemize}
\end{frame}
\end{document}
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