Commit aaf8998e authored by Davis King's avatar Davis King

merged

parents 69d5aef2 854d0da8
...@@ -166,7 +166,7 @@ namespace dlib ...@@ -166,7 +166,7 @@ namespace dlib
pretty much do whatever you want in terms of feature extraction so long as the following pretty much do whatever you want in terms of feature extraction so long as the following
conditions are met: conditions are met:
- #hog.size() == get_num_planes() - #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: - for all valid i, r, and c:
- #hog[i][r][c] == a feature value describing the image content centered at the - #hog[i][r][c] == a feature value describing the image content centered at the
following pixel location in img: following pixel location in img:
......
...@@ -20,9 +20,15 @@ body ...@@ -20,9 +20,15 @@ body
{ {
margin:0px; margin:0px;
background-color: #EDF3EE; background-color: #EDF3EE;
width:62.5em; width:62.0em;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
font-size: 17px;
}
h1,h2,h3
{
line-height:1.2;
} }
#page_header { #page_header {
...@@ -51,6 +57,7 @@ body ...@@ -51,6 +57,7 @@ body
background-color: white; background-color: white;
border: 1px solid rgb(102,102,102); border: 1px solid rgb(102,102,102);
width: 100%; width: 100%;
line-height: 1.3em;
} }
#main_text_title #main_text_title
{ {
...@@ -92,6 +99,7 @@ div.menu_footer { ...@@ -92,6 +99,7 @@ div.menu_footer {
#bottom_content #bottom_content
{ {
line-height: 1.3em;
} }
/* ============================================================= */ /* ============================================================= */
...@@ -123,7 +131,7 @@ div.include_file_more_details_wrapper ...@@ -123,7 +131,7 @@ div.include_file_more_details_wrapper
} }
div.include_file div.include_file
{ {
font-size: 1.8em; font-size: 1.3em;
font-weight: bold; font-weight: bold;
font-family: monospace; font-family: monospace;
...@@ -262,6 +270,15 @@ div.inc { ...@@ -262,6 +270,15 @@ div.inc {
border-bottom: black solid 2px; 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} .bdotted {border-bottom: 1px dotted}
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<h3>Paper Describing dlib Machine Learning</h3> <h3>Paper Describing dlib Machine Learning</h3>
<pre> <pre>
Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf">Dlib-ml: A Machine Learning Toolkit</a>. 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, @Article{dlib09,
author = {Davis E. King}, author = {Davis E. King},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment