Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
licenseplates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
licenseplates
Commits
7fc61239
Commit
7fc61239
authored
Dec 05, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:taddeus/licenseplates
parents
d4fd7c6d
84952000
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
89 additions
and
0 deletions
+89
-0
.gitignore
.gitignore
+2
-0
docs/00991_000000.jpg
docs/00991_000000.jpg
+0
-0
docs/presentatie.tex
docs/presentatie.tex
+87
-0
No files found.
.gitignore
View file @
7fc61239
...
...
@@ -7,6 +7,8 @@
*.synctex.gz
*.toc
*.out
*.nav
*.snm
*.jpg
images/BBB
images/Images
...
...
docs/00991_000000.jpg
0 → 100644
View file @
7fc61239
16.5 KB
docs/presentatie.tex
0 → 100644
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}
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