Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uva
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
Show more breadcrumbs
Taddeüs Kroes
uva
Commits
c0dd7f36
Commit
c0dd7f36
authored
13 years ago
by
Sander Mathijs van Veen
Browse files
Options
Downloads
Patches
Plain Diff
ImProc: Added begin of ass3 report.
parent
5dcf393f
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
improc/ass3/report/report.tex
+43
-0
43 additions, 0 deletions
improc/ass3/report/report.tex
with
43 additions
and
0 deletions
improc/ass3/report/report.tex
0 → 100644
+
43
−
0
View file @
c0dd7f36
\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}
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