Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uva
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
uva
Commits
d87980d0
Commit
d87980d0
authored
Oct 09, 2011
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://vo20.nl/git/uva
parents
996861ca
c0dd7f36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
improc/ass3/report/report.tex
improc/ass3/report/report.tex
+43
-0
No files found.
improc/ass3/report/report.tex
0 → 100644
View file @
d87980d0
\documentclass
[10pt,a4paper]
{
article
}
\usepackage
[english]
{
babel
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
{
amsmath,hyperref,graphicx,booktabs,float
}
% Paragraph indentation
\setlength
{
\parindent
}{
0pt
}
\setlength
{
\parskip
}{
1ex plus 0.5ex minus 0.2ex
}
\title
{
Image processing 3: Finding Waldo
}
\author
{
Sander van Veen
\&
Tadde
\"
us Kroes
\\
6167969
\&
6054129
}
\begin{document}
\maketitle
\section
{
Histogram intersection
}
\subsection
{
Store a color histogram
}
In order to store a color histogram in memory, a 3D array is mostly used. Thus,
one dimension for each base color (for the RGB color model, that is red, green
and blue).
\subsection
{
Color models
}
There are two main categories in color models: absolute and non-absolute.
An absolute color model is unambiguous, which means that external factors do no
influence the color representation. CIEXYZ and sRGB are two examples of an absolute
color model. An example of non-absolute color model is RGB.
% Redo the previous exercise but this time using another color model. You can
% choose a color model of your own liking. Surf the web to find a model and
% describe your model in your report. What are the conversion formula’s and why
% was this color model invented?
It is useless to convert an absolute color model to a non-absolute color
model, since it not possible to generate ... We chose the HSV color model.
% Does your model improve the results compared with the RGB model?
\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