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
28215b40
Commit
28215b40
authored
Mar 22, 2012
by
Davis King
Browse files
updated docs
parent
3ef9a487
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
docs/docs/compile.xml
docs/docs/compile.xml
+2
-2
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+3
-3
No files found.
docs/docs/compile.xml
View file @
28215b40
...
...
@@ -84,7 +84,7 @@ it by typing:
sudo apt-get install libx11-dev
</code_box>
<h2>
Compiling on Windows
u
sing
gcc
</h2>
<h2>
Compiling on Windows
U
sing
GCC
</h2>
<p>
The commands for gcc on windows are the same as above but you may also have to link
(via the -l option) to the following libraries: gdi32, comctl32, user32, ws2_32, or imm32.
...
...
@@ -92,7 +92,7 @@ sudo apt-get install libx11-dev
windows development than gcc.
</p>
<h2>
Compiling on Windows
u
sing Visual Studio
</h2>
<h2>
Compiling on Windows
U
sing Visual Studio
</h2>
<p>
All you need to do is create an empty console project. Then add dlib/all/source.cpp to it and add the
folder containing the dlib folder to the #include search path. Then you can compile any example program
...
...
docs/docs/release_notes.xml
View file @
28215b40
...
...
@@ -13,8 +13,8 @@
<current>
New Stuff:
- Image Processing:
- Added the option to make the features generated by
the
poly_image
rotationally
invariant.
- Added the option to make the features generated by poly_image
rotationally
invariant.
- Added a set of routines for warping, scaling, and resizing images.
See the new "Scaling and Rotating" section of the image processing
documentation for details.
...
...
@@ -27,7 +27,7 @@ New Stuff:
- Added the get_option() routines which slightly simplify option parsing
from the command line and config files.
- Added the 128bit version of Murmur hash.
- Added the
rls
_filter and
kalman
_filter objects. These are tools for
- Added the
kalman
_filter and
rls
_filter objects. These are tools for
performing Kalman filtering and recursive least squares filtering.
- Added the circular_buffer object.
...
...
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