Commit Graph

4928 Commits

Author SHA1 Message Date
Davis King 0aad39c4e8 Added get_best_hough_point() to the hough_transform object. 2015-03-21 08:45:17 -04:00
Davis King f8e91c4f89 Made it so you can multiply 2d and 3d point transforms together. 2015-03-21 07:59:41 -04:00
Davis King 0a4fa53460 updated docs 2015-03-20 19:54:13 -04:00
Davis King 1dd0d45dca Added draw_solid_circle() 2015-03-20 19:53:57 -04:00
Jack Culpepper cf0d5a4cb0 simplify 2015-03-12 01:17:40 -07:00
Jack Culpepper a12e1e71fa repair old interface 2015-03-12 08:10:56 +00:00
Jack Culpepper f2f4e9d0bf run on telling example 2015-03-12 07:48:21 +00:00
Jack Culpepper 9b78932ab1 re-arrange, use vector<double> to facilitate pass back to python 2015-03-12 07:39:42 +00:00
Jack Culpepper 154f9e4931 add ability to return detection confidences and weight index to python 2015-03-11 23:23:19 -07:00
Davis King 15ac626ee8 updated docs 2015-03-09 08:09:39 -04:00
Davis King 395a9a84f0 Added a 3d version of point_transform_affine and also some functions
for making 3d rotations.
2015-03-09 08:01:13 -04:00
Davis King 154f435427 Added notes about installing skimage. 2015-03-07 14:14:47 -05:00
Davis King 8cc8cb5ecd Added instructions for compiling boost-python on windows. 2015-03-07 14:05:42 -05:00
Davis King 4bbfe512ae Made the PYTHON3 cmake switch a proper cmake option. 2015-03-07 13:29:23 -05:00
Davis King ac07cffa97 Made the search for boost-python a little more robust 2015-03-07 13:12:39 -05:00
Davis King ee2fc4a7b0 Fixed a bug which prevented add_image_rotations() from compiling. 2015-03-03 16:54:53 -05:00
Davis King 5b09eca688 merged 2015-03-03 10:30:06 -05:00
Davis King 141a5148eb A minor change to avoid errors from some compilers. 2015-03-02 17:49:50 -05:00
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