Commit Graph

4910 Commits

Author SHA1 Message Date
Davis King 0d6830a48d added comments about using imglab 2015-03-29 16:47:37 -04:00
Davis King 03b6fb0b7e updated version number and about docs 2015-03-29 16:44:31 -04:00
Davis King 958a21a09b Now you can move overlay rectangles and their parts around on the image_display
by holding shift and right clicking and dragging.
2015-03-29 16:41:25 -04:00
Davis King 0209f51a39 clarified documentation 2015-03-29 16:35:23 -04:00
Davis King d1a5815cb9 Added default upsampling amount to detector.run(). Also moved the
new example code into face_detector.py and added some comments.
2015-03-28 23:16:54 -04:00
Davis King 35b74d1b0f updated ignore list 2015-03-28 23:16:35 -04:00
Davis King c00edf8cb6 Merge branch 'jackculpepper-py_det_conf_and_idx' 2015-03-28 22:49:15 -04:00
Davis King 216eb3f30f Merge branch 'py_det_conf_and_idx' of https://github.com/jackculpepper/dlib into jackculpepper-py_det_conf_and_idx 2015-03-28 22:48:19 -04:00
Davis King edb85555e5 Fixed the get_best_hough_point() function so that it works on generic
images.
2015-03-25 18:00:40 -04:00
Davis King 2e2a14879b Renamed the lambda variable since it clashes with a python keyword. 2015-03-25 17:45:12 -04:00
Davis King a16515eac7 updated docs 2015-03-24 17:48:39 -04:00
Davis King 38ad98f546 Fixed some bug in the point rotation code and added more unit tests. 2015-03-24 17:36:07 -04:00
Davis King 898c948f5a Minor change to avoid compiler warning 2015-03-24 17:28:07 -04:00
Davis King c41f532284 reworked the how to compile page 2015-03-24 08:02:33 -04:00
Davis King 14a15e4f2f Added the apt-get statement to install libx11-dev 2015-03-24 07:40:50 -04:00
Davis King 98990e70bd Changed how we #include and compile our own copy of libjpeg. This is to make
the build more robust against name conflicts from other libraries that also
statically compile libjpeg or stick incompatible versions of libjpeg's header
files into folders in the include search path.
2015-03-23 16:30:24 -04:00
Davis King 73231f43b4 Added an optional scale output to the camera_transform. 2015-03-23 06:38:29 -04:00
Davis King a80553612a cleaned up examples 2015-03-22 19:33:17 -04:00
Davis King 88fe0bd3fe updated docs 2015-03-22 19:32:33 -04:00
Davis King 76230b9971 Added an example program for the new perspective_window object. 2015-03-22 19:22:07 -04:00
Davis King 932243a0f2 updated docs 2015-03-22 18:52:23 -04:00
Davis King e00f6f63ca Replaced the raw_input() calls with a call into dlib since raw_input() isn't
available in python3.
2015-03-22 18:45:08 -04:00
Davis King e2680f087b Forgot to make the default constructor for perspective_window
make the window show itself.
2015-03-22 18:30:41 -04:00
Davis King 1cfd776a1f updated docs 2015-03-22 18:27:21 -04:00
Davis King a969e1f984 Made the jet and heat colormaps more accessible to other routines. 2015-03-22 18:24:07 -04:00
Davis King ac4666cbbc Added the perspective_display and perspective_window GUI tools. 2015-03-22 16:43:42 -04:00
Davis King 3ff144013d fixed typo in comment 2015-03-22 16:42:29 -04:00
Davis King 24b8872832 Fixed fov parameter range for camera_transform. 2015-03-21 17:55:08 -04:00
Davis King 17a5b3ae2d Made camera_transform default constructable. 2015-03-21 17:24:14 -04:00
Davis King 7a93566b23 fixed typo in comment 2015-03-21 17:23:35 -04:00
Davis King f74c2a8fb7 updated docs 2015-03-21 15:56:41 -04:00
Davis King 6a2b6a1768 Added the camera_transform object. 2015-03-21 15:23:24 -04:00
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