Commit Graph

4910 Commits

Author SHA1 Message Date
Davis King d501c3b3d6 Created release v18.14 2015-03-01 15:40:13 -05:00
Davis King 388f8a532a Added tag v18.14 for changeset cae7fcc9e6a9 2015-03-01 15:40:13 -05:00
Davis King 17ffc7d231 updated docs 2015-02-28 14:50:01 -05:00
Davis King 289aece9e9 updated docs 2015-02-28 14:38:30 -05:00
Davis King 6a027f0a83 updated docs 2015-02-28 14:34:57 -05:00
Davis King 9712e6494f Updated spec to reference the paper describing this solver. 2015-02-28 14:34:50 -05:00
Davis King f711daaa02 Added unit tests for extract_image_chips() 2015-02-28 14:21:16 -05:00
Davis King e2c79e8e7a Changed extract_image_chips() so that it doesn't build image pyramids larger
than necessary when pulling out chips.
2015-02-28 13:46:58 -05:00
Davis King e3c38ba075 Added a typedef for vector<double,2> called dpoint. 2015-02-28 12:52:33 -05:00
Davis King 8219dca263 Changed diagram to recommend spectral_cluster instead of kkmeans. 2015-02-28 07:10:43 -05:00
Davis King 70426aa1de merged 2015-02-27 20:12:54 -05:00
Davis King f62d7c79a6 Made it so you can compose point transform objects via operator *. 2015-02-27 18:08:04 -05:00
Davis King 8237b748e5 Fixed uninitialized variable in the code I just committed 2015-02-26 21:16:00 -05:00
Davis E. King 6e2dfbcbe1 Merge pull request #8 from nxwhite-str/master
Locate ATLAS on RHEL/CentOS 7
2015-02-26 21:09:22 -05:00
Davis King 86efd9883b Optimized extract_fhog_features() for the case where cell_size==1.
This makes it about 4x faster in that case.
2015-02-26 18:32:25 -05:00
nate.crosswhite 61a3250121 Locate ATLAS on RHEL/CentOS 7 2015-02-26 13:56:07 -05:00
Davis King 3108713859 clarified thread safety 2015-02-25 07:59:58 -05:00
Davis King 003353ccb9 updated docs 2015-02-25 07:53:31 -05:00
Davis King 0544b9aa72 Added set_all_logging_headers() 2015-02-25 07:52:35 -05:00
Davis King 2a224bf043 Made the point up/down mapping for pyramid_down<2> and pyramid_down<3> a little
bit more accurate.
2015-02-21 19:25:12 -05:00
Davis King afed97676b merged 2015-02-18 07:56:45 -05:00
Davis King 409f70eb65 Made sub_image() a little more robust with regards to object lifetime
and const correctness.
2015-02-18 07:55:53 -05:00
Davis King 459d27df86 Made the faq page not have funny characters in the links 2015-02-18 06:52:04 -05:00
Davis King 5152781818 Refined the definition of the drectangle a little. In particular,
now it behaves more like the rectangle in terms of how it measures
width and height.
2015-02-16 17:16:39 -05:00
Davis King cd64c51800 Made cmake script work a little better in projects that involve a lot of
subdirectories and create a lot of executables.
2015-02-16 17:14:34 -05:00
Davis King 1f7bec6eb7 Fixed typo in spec 2015-02-15 21:56:44 -05:00
Davis King aa3dccaa4f Added another test 2015-02-15 21:46:49 -05:00
Davis King 45bf1b95c0 Minor change to avoid triggering an assert. 2015-02-15 08:02:04 -05:00
Davis King 8f5c5a3c0c Refined drectangle a little. 2015-02-14 19:11:09 -05:00
Davis King 53168ba43f Fixed warning in gcc 2015-02-14 18:12:50 -05:00
Davis King e611d11004 Made the mapping from rectangle -> drectangle -> rectangle invertible. 2015-02-14 18:03:44 -05:00
Davis King c632db768a merged 2015-02-14 18:02:58 -05:00
Davis King 10d265dbeb Added an overload of configure_loggers_from_file() that can read directly from
a config_reader.
2015-02-14 08:07:32 -05:00
Davis King 89f3e775d8 Added compile time assert checks on the type given to the kernels. 2015-02-14 07:52:53 -05:00
Davis King baf193a571 Made rectangle implicitly convertible to a chip_details. 2015-02-12 07:30:28 -05:00
Davis King 5f7007cf1e Fixed sub_image() so it works properly with nested sub-images. 2015-02-11 18:42:53 -05:00
Davis King 5fa1392144 updated docs 2015-02-11 18:41:44 -05:00
Davis King d23084ef76 Added sub_image() and sub_image_proxy. 2015-02-11 18:34:14 -05:00
Davis King aa936bc6bd updated docs 2015-02-11 08:02:41 -05:00
Davis King 5694fada70 Added spectral_cluster() example 2015-02-11 07:55:42 -05:00
Davis King f99e940b28 Added spectral_cluster() 2015-02-11 07:50:27 -05:00
Davis King 1f97eedc5b updated docs 2015-02-07 09:36:48 -05:00
Davis King bfbca4240f Changed the cmake code for finding libjpeg and libpng slightly
to avoid a cmake error on some platforms when one of these libraries
can't be found.
2015-02-07 09:33:19 -05:00
Davis King 2e5d2c46c6 Created release v18.13 2015-02-03 18:55:24 -05:00
Davis King 5241b841f0 Added tag v18.13 for changeset 67c3ad208aae 2015-02-03 18:55:24 -05:00
Davis King 765cc76bb0 updated docs 2015-02-03 18:24:24 -05:00
Davis King 528a12b24e updated docs 2015-02-03 18:21:48 -05:00
Davis King 5d58555010 Included the examples and tools folders in the change log 2015-02-03 18:21:14 -05:00
Davis King ffd7386d17 Made libjpeg always use C linking so there are not incompatibilities with
other libjpeg header files.
2015-02-03 17:58:22 -05:00
Davis King 2705229379 updated docs 2015-02-03 15:49:49 -05:00