Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
28215b40
Commit
28215b40
authored
Mar 23, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
3ef9a487
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
compile.xml
docs/docs/compile.xml
+2
-2
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
using gcc
</h2>
<h2>
Compiling on Windows
Using 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