The Library
Help/Info
Current Release
Sourceforge











Last Modified:
Aug 14, 2008

Change Log

Revision: 2474
Date: Aug 14, 2008 (02:56:03 UTC)
Optimized matrix multiplication a little
Modified
/trunk/dlib/matrix.h
/trunk/dlib/matrix/matrix.h
Added
/trunk/dlib/matrix/matrix_assign.h

Revision: 2473
Date: Aug 14, 2008 (02:52:14 UTC)
Added some tests to catch problems with optimized versions of
matrix multiplication 
Modified
/trunk/dlib/test/matrix.cpp

Revision: 2472
Date: Aug 13, 2008 (23:38:26 UTC)
Changed code slightly to avoid another warning from valgrind.
Modified
/trunk/dlib/gui_widgets/widgets.h

Revision: 2471
Date: Aug 13, 2008 (23:10:30 UTC)
Changed the code slightly to avoid a warning from valgrind.
Modified
/trunk/dlib/compress_stream/compress_stream_kernel_2.h

Revision: 2470
Date: Aug 13, 2008 (22:43:47 UTC)
Changed the test slightly to avoid warning from valgrind.
Modified
/trunk/dlib/test/optimization.cpp

Revision: 2468
Date: Aug 13, 2008 (01:34:57 UTC)
Added the spec for the new overload of close_gracefully()
Modified
/trunk/dlib/sockets/sockets_extensions_abstract.h

Revision: 2467
Date: Aug 13, 2008 (01:32:23 UTC)
Added some stuff to encourage the use of scoped_ptr with the connection
objects.
Modified
/trunk/dlib/sockets/sockets_extensions.cpp
/trunk/dlib/sockets/sockets_extensions.h
/trunk/dlib/sockstreambuf/sockstreambuf_kernel_1.h
/trunk/dlib/sockstreambuf/sockstreambuf_kernel_2.h
/trunk/dlib/sockstreambuf/sockstreambuf_kernel_abstract.h

Revision: 2466
Date: Aug 12, 2008 (02:02:54 UTC)
Refactored the matrix code so that all matrix assignments from a matrix_exp
ultimately happen inside the matrix_assign() function.
Modified
/trunk/dlib/matrix/matrix.h
/trunk/dlib/matrix/matrix_utilities.h

Revision: 2465
Date: Aug 10, 2008 (13:35:20 UTC)
Made an example less confusing.
Modified
/trunk/dlib/timeout/timeout_kernel_abstract.h

Revision: 2463
Date: Aug 06, 2008 (21:39:23 UTC)
Fixed a potential bug in the hysteresis_threshold() function.
Modified
/trunk/dlib/image_transforms/thresholding.h

Revision: 2461
Date: Aug 06, 2008 (02:05:30 UTC)
Added some extra checks in the stopping conditions to avoid
getting stuck while training an rvm.
Modified
/trunk/dlib/svm/rvm.h

Revision: 2459
Date: Aug 05, 2008 (01:59:17 UTC)
added a spec for the rvm_regression_trainer 
Modified
/trunk/dlib/svm/rvm_abstract.h

Revision: 2458
Date: Aug 05, 2008 (01:58:43 UTC)
fixed a spelling error
Modified
/trunk/dlib/svm/rbf_network_abstract.h

Revision: 2457
Date: Aug 05, 2008 (01:44:55 UTC)
worked on the rvm regression
Modified
/trunk/dlib/svm/rvm.h

Revision: 2456
Date: Aug 05, 2008 (00:20:27 UTC)
Added an initial cut of the rvm stuff
Modified
/trunk/dlib/svm.h
/trunk/dlib/svm/svm_abstract.h
Added
/trunk/dlib/svm/rvm.h
/trunk/dlib/svm/rvm_abstract.h

Revision: 2455
Date: Aug 05, 2008 (00:19:39 UTC)
optimized the squared and cubed functions a little
Modified
/trunk/dlib/matrix/matrix_math_functions.h

Revision: 2454
Date: Aug 04, 2008 (21:42:46 UTC)
Added more error handling to the nativefont.  Also changed the
code so that the native font object isn't instantiated unless 
you try to use it for something.
Modified
/trunk/dlib/gui_core/gui_core_kernel_2.cpp
/trunk/dlib/gui_widgets/nativefont.h

Revision: 2453
Date: Aug 03, 2008 (20:19:49 UTC)
Added the length and length_squared functions.  Also cleaned up
the sigmoid function's code and spec
Modified
/trunk/dlib/matrix/matrix_math_functions.h
/trunk/dlib/matrix/matrix_math_functions_abstract.h
/trunk/dlib/matrix/matrix_utilities.h
/trunk/dlib/matrix/matrix_utilities_abstract.h

Revision: 2451
Date: Jul 30, 2008 (03:03:22 UTC)
Fixed some typos in the matrix utilities spec file. 
Modified
/trunk/dlib/matrix/matrix_utilities_abstract.h

Revision: 2449
Date: Jul 29, 2008 (23:51:31 UTC)
turned the test_trainer function into the test_binary_decision_function
Modified
/trunk/dlib/svm/svm.h
/trunk/dlib/svm/svm_abstract.h
/trunk/dlib/svm/svm_threaded.h

Revision: 2448
Date: Jul 29, 2008 (23:30:49 UTC)
Made the reduced trainers copyable so that they can be used
with the threaded cross validation functions.
Modified
/trunk/dlib/svm/reduced.h
/trunk/dlib/svm/reduced_abstract.h

Revision: 2447
Date: Jul 29, 2008 (22:37:10 UTC)
changed gui code a little so that windows don't popup in funny 
places when used with the cygwin X windows system.
Modified
/trunk/dlib/gui_core/gui_core_kernel_2.cpp

Revision: 2445
Date: Jul 29, 2008 (02:41:19 UTC)
added the test_trainer and cross_validate_trainer_threaded functions
Modified
/trunk/dlib/svm/svm.h
/trunk/dlib/svm/svm_abstract.h
Added
/trunk/dlib/svm/svm_threaded.h
/trunk/dlib/svm/svm_threaded_abstract.h
/trunk/dlib/svm_threaded.h

Revision: 2444
Date: Jul 25, 2008 (20:19:29 UTC)
Fixed grammar and make spec more clear.
Modified
/trunk/dlib/gui_widgets/base_widgets_abstract.h


Old Change Logs