Commit Graph

2076 Commits

Author SHA1 Message Date
Davis King 60a19cfb28 Made the conversion to and from HSI a little more robust. 2011-06-04 15:46:38 -04:00
Davis King 611cbfaaee Removed time based seed to make test more repeatable. 2011-06-04 15:40:50 -04:00
Davis King 297243dbbd Changed code slightly to avoid compiler error in visual studio 2005 2011-06-04 15:39:26 -04:00
Davis King be92aa31a4 Change XSLT a little to avoid unneeded whitespace characters in HTML output. 2011-06-04 13:38:34 -04:00
Davis King 5c7f517bc9 Removed unneeded leading white space characters so that the resulting
HTML pages are a little smaller.
2011-06-04 13:30:28 -04:00
Davis King bc1894648a Added another test 2011-06-04 11:15:04 -04:00
Davis King 642762c078 updated spec 2011-06-04 11:11:56 -04:00
Davis King 3bc36fe1a2 minor cleanup 2011-06-03 22:35:05 -04:00
Davis King 94067a7666 Updated docs 2011-06-03 22:22:27 -04:00
Davis King 3bba57bcc8 updated docs 2011-06-03 22:18:27 -04:00
Davis King 54fded51bf Added an example showing how to create custom kernels.
--HG--
rename : examples/krr_classification_ex.cpp => examples/using_custom_kernels_ex.cpp
2011-06-03 22:15:14 -04:00
Davis King d068afb165 Changed some things to get the new images to show up in chm files. 2011-06-02 23:20:05 -04:00
Davis King ebf602e440 worked on FAQ 2011-06-02 22:54:27 -04:00
Davis King 7f48fc330a Made find_clusters_using_kmeans() work with dlib::vector objects. 2011-06-02 21:42:28 -04:00
Davis King bae44f67bf Added a kmeans test
--HG--
rename : dlib/test/hash.cpp => dlib/test/kmeans.cpp
2011-06-02 21:36:40 -04:00
Davis King 29bd6bd1d9 Improved FAQ page slightly. 2011-06-01 22:41:08 -04:00
Davis King 551a882ce3 Improved the layout of the FAQ page 2011-06-01 22:13:18 -04:00
Davis King f1ce94705a Improved how code blocks are displayed. 2011-06-01 21:43:30 -04:00
Davis King 2952abbf7a Setup the XSLT for a FAQ page 2011-05-31 23:17:01 -04:00
Davis King e0f98d92ba Changed code so that an error message is always printed if we run out of memory while
cross_validate_trainer_threaded() is executing.
2011-05-31 17:46:31 -04:00
Davis King daf47c0e8d Fixed incorrect docs 2011-05-30 11:05:46 -04:00
Davis King d277dc912e Increased the hysteresis_threshold() recursion depth a bit. 2011-05-30 10:59:58 -04:00
Davis King b13bb3642c Made threshold_image() handle signed pixels properly. 2011-05-30 10:58:53 -04:00
Davis King 2dd28ac0fe Changed hysteresis_threshold() so it properly handles signed pixel types. 2011-05-30 10:51:20 -04:00
Davis King fe69a6e8c6 updated release notes 2011-05-29 19:26:36 -04:00
Davis King 19426ea429 updated docs 2011-05-29 19:02:19 -04:00
Davis King fa7745007f Fixed grammar. 2011-05-29 19:00:07 -04:00
Davis King 8b55807fe6 Updated the docs to discuss pixel formats and what happens during the
various save_*() calls for saving images.
2011-05-29 18:52:16 -04:00
Davis King e76aadb232 Added comments explaining the conversion that might happen when images
are saved to disk by the various save_*() functions.
2011-05-29 18:51:41 -04:00
Davis King 2f7196db7c Fixed a bug in assign_pixel_intensity() that happened when
the target pixel was an RGB pixel with an alpha channel.
2011-05-29 17:44:33 -04:00
Davis King 32e1d0b66c Added more tests 2011-05-29 16:14:37 -04:00
Davis King ed3c252206 Made get_pixel_intensity() more efficient. 2011-05-29 16:13:51 -04:00
Davis King 02bf1190ae Changed [A-Z] bar size a little so that it looks right in firefox. 2011-05-29 15:17:30 -04:00
Davis King cbea47728b Made the links at the top of the term index page a little bigger. 2011-05-28 20:40:49 -04:00
davis@blarg-a324a5a3e.localnet 18513aa625 merged 2011-05-28 20:22:38 -04:00
davis@blarg-a324a5a3e.localnet a9fd134843 Minor change to avoid a compiler error in visual studio 2010 2011-05-28 20:20:34 -04:00
Davis King dbd4ca21db Added to the term index 2011-05-28 20:13:30 -04:00
Davis King 05f299f5ea Fixed grammar. 2011-05-28 20:02:04 -04:00
Davis King 5bdf93eff7 Switched the default hash function for std::strings (when used with hash tables)
to dlib::hash().
2011-05-28 19:55:06 -04:00
Davis King 6335f1104f minor cleanup 2011-05-28 19:46:48 -04:00
Davis King cd3819da20 Added another test 2011-05-28 19:36:18 -04:00
Davis King 40fd24b8d3 updated docs 2011-05-28 19:03:08 -04:00
Davis King 884fca7ac6 Improved hashing tests and clarified spec. 2011-05-28 18:42:57 -04:00
Davis King 5c94f1003d Clarified spec 2011-05-28 18:14:05 -04:00
Davis King 3785d3202d Added comments regarding endianness and hashing. 2011-05-28 18:06:32 -04:00
Davis King a68c27be8f Added a hash() for matrices. 2011-05-28 17:59:58 -04:00
Davis King f338f6b7ca Fixed a linker error that happens on gcc. 2011-05-28 17:59:15 -04:00
Davis King 2d0df035ea Added a unit test for the new hashing functions.
--HG--
rename : dlib/test/bridge.cpp => dlib/test/hash.cpp
2011-05-28 17:44:52 -04:00
Davis King ebbb1b68f1 Added Austin Appleby's excellent MurmurHash3 hashing code and setup some
additional convenience functions.
2011-05-28 17:33:07 -04:00
Davis King 4369c68376 updated docs 2011-05-28 17:24:30 -04:00