Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
aaf8998e
Commit
aaf8998e
authored
Mar 18, 2016
by
Davis King
Browse files
merged
parents
69d5aef2
854d0da8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
4 deletions
+21
-4
dlib/image_processing/scan_fhog_pyramid_abstract.h
dlib/image_processing/scan_fhog_pyramid_abstract.h
+1
-1
docs/docs/dlib.css
docs/docs/dlib.css
+19
-2
docs/docs/ml.xml
docs/docs/ml.xml
+1
-1
No files found.
dlib/image_processing/scan_fhog_pyramid_abstract.h
View file @
aaf8998e
...
...
@@ -166,7 +166,7 @@ namespace dlib
pretty much do whatever you want in terms of feature extraction so long as the following
conditions are met:
- #hog.size() == get_num_planes()
- Each image plane in
of
#hog has the same dimensions.
- Each image plane in #hog has the same dimensions.
- for all valid i, r, and c:
- #hog[i][r][c] == a feature value describing the image content centered at the
following pixel location in img:
...
...
docs/docs/dlib.css
View file @
aaf8998e
...
...
@@ -20,9 +20,15 @@ body
{
margin
:
0px
;
background-color
:
#EDF3EE
;
width
:
62.
5
em
;
width
:
62.
0
em
;
margin-left
:
auto
;
margin-right
:
auto
;
font-size
:
17px
;
}
h1
,
h2
,
h3
{
line-height
:
1.2
;
}
#page_header
{
...
...
@@ -51,6 +57,7 @@ body
background-color
:
white
;
border
:
1px
solid
rgb
(
102
,
102
,
102
);
width
:
100%
;
line-height
:
1.3em
;
}
#main_text_title
{
...
...
@@ -92,6 +99,7 @@ div.menu_footer {
#bottom_content
{
line-height
:
1.3em
;
}
/* ============================================================= */
...
...
@@ -123,7 +131,7 @@ div.include_file_more_details_wrapper
}
div
.include_file
{
font-size
:
1.
8
em
;
font-size
:
1.
3
em
;
font-weight
:
bold
;
font-family
:
monospace
;
...
...
@@ -262,6 +270,15 @@ div.inc {
border-bottom
:
black
solid
2px
;
}
tt
{
padding
:
0.3em
;
font-size
:
13px
;
font-family
:
monospace
;
background
:
rgb
(
240
,
240
,
240
);
color
:
black
;
}
.bdotted
{
border-bottom
:
1px
dotted
}
...
...
docs/docs/ml.xml
View file @
aaf8998e
...
...
@@ -27,7 +27,7 @@
<h3>
Paper Describing dlib Machine Learning
</h3>
<pre>
Davis E. King.
<a
href=
"http://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf"
>
Dlib-ml: A Machine Learning Toolkit
</a>
.
<i>
Journal of Machine Learning Research
</i>
10, pp. 1755-1758
, 2009
<i>
Journal of Machine Learning Research
</i>
, 2009
@Article{dlib09,
author = {Davis E. King},
...
...
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