Davis King
4c816be0cd
Record last changeset and set PATCH version to 99
2018-07-13 07:45:38 -04:00
Davis King
d353c80ee7
Added tag v19.15 for changeset 36739b4118e5
2018-07-13 07:43:50 -04:00
Davis King
929c630b38
Created release v19.15
2018-07-13 07:43:50 -04:00
Davis King
616a89662f
updated docs
2018-07-13 07:42:51 -04:00
Davis King
d67c3eb312
merged
2018-07-12 16:02:28 -04:00
Davis King
465e05f5b7
Work around bug in older version of nvcc.
2018-07-12 16:01:43 -04:00
Davis King
2dbe709374
merged
2018-07-12 12:48:39 -04:00
Davis King
d98d1ecc79
merged
2018-07-12 12:48:25 -04:00
Davis King
71fab625a5
Added is_image_type and also fixed have_same_dimensions() so that the version
...
specific to images is only called on images. So this fixes a bug where the
image version of have_same_dimensions() was being called for tensors and
therefore only looking at the nr and nc dimension while ignoring the others.
This caused some parts of the DNN tooling to malfunction.
2018-07-12 12:46:50 -04:00
Davis King
63d963cadd
merged
2018-07-10 07:45:02 -04:00
Davis King
a977c03d31
Include the *_tutorial.txt error files in dlib installs.
2018-07-10 07:44:44 -04:00
YuriiOlenych
9848699fb9
Added static_cast and additional braces to fix compilation warnings. ( #1405 )
2018-07-09 10:53:56 -04:00
Davis King
975b6e88e2
Fixed compile error I just introduced.
2018-07-09 06:57:58 -04:00
Davis King
7b99544f39
clarified docs
2018-07-08 18:08:42 -04:00
Davis King
df21421525
Fixed sub_image(), in the pyhton API, not working correctly for non-8bit images.
2018-07-08 13:37:31 -04:00
Davis King
74042bf65f
Cleaned up hysteresis_threshold() code a bit and also removed the hard coded
...
limit on pixel chain recursion depth.
2018-07-08 08:57:10 -04:00
Davis King
66faa30ebf
Record last changeset and set PATCH version to 99
2018-07-07 16:22:48 -04:00
Davis King
2caee4699e
Added tag v19.14 for changeset 20171d55ebbc
2018-07-07 16:21:04 -04:00
Davis King
62ad0416a4
Created release v19.14
2018-07-07 16:21:04 -04:00
Davis King
f0e6a0aff3
updated docs
2018-07-07 16:09:51 -04:00
Davis King
1b70c9f929
clarified spec
2018-07-07 16:05:42 -04:00
Davis King
a25f47a3e4
updated docs
2018-07-07 15:36:19 -04:00
Davis King
20130eb1f6
Clarified docs
2018-07-07 15:35:09 -04:00
Davis King
bca6939fe0
Clarified docs
2018-07-07 15:31:42 -04:00
Davis King
3f19503a3c
Split image2.cpp into two files to help speed up the build.
2018-07-07 14:10:30 -04:00
Davis King
4aed5b2b7f
Split image.cpp into two files so builds are more parallelizeable.
2018-07-07 14:01:08 -04:00
Davis King
ea2fbcab5c
Disable LTO since it basically just makes the build process slow.
2018-07-07 08:59:16 -04:00
Davis King
e248cc8fba
Added spatially_filter_image() and spatially_filter_image_separable() do the
...
python API.
2018-07-04 20:35:22 -04:00
Davis King
93b83677a7
clarified docs
2018-07-03 09:41:22 -04:00
Davis King
0f169ed71f
Just a bit of code cleanup
2018-07-03 09:17:51 -04:00
Davis King
ee5bb2a344
Made rectangle_transform measure area the same way the rectangle's .area() does
...
so that things are a little more consistent.
2018-07-03 09:15:46 -04:00
Davis King
5fa275f89c
Made the routines that rotate image datasets use the rectangle_transform
...
instead of the bad old way that only really worked for square boxes.
2018-07-03 07:51:34 -04:00
Davis King
112d32afc1
Fixed spelling errors in comment.
2018-07-03 07:35:05 -04:00
Davis King
e6b5296259
merged
2018-07-01 18:48:48 -04:00
Davis King
e552afe9e3
merged
2018-07-01 18:46:59 -04:00
Davis King
da200b22c3
merged
2018-06-29 22:07:17 -04:00
Joel Nelson
18711b55a8
detect file extension of mex function
2018-06-29 12:39:27 -04:00
Davis King
1a1ec6881c
Fixed errors on OS X for some kinds of builds.
2018-06-29 10:23:38 -04:00
Davis King
3b794540ba
Make pybind11 not break builds that include cuda files.
2018-06-28 21:43:42 -04:00
Davis King
3de8fa3688
Set visibility to hidden for cuda as well as c++.
2018-06-28 17:17:13 -04:00
Davis King
a60be3415d
Fixed busted assert.
2018-06-28 00:58:48 -04:00
Davis King
8fdb3af9bf
Fixed docstrings not showing the right types.
2018-06-27 07:57:03 -04:00
Davis King
d96d3a50f4
cleanup
2018-06-27 07:49:38 -04:00
Guillaume "Vermeille" Sanchez
ec342e39bd
Allow batched face recognition for greater performances ( #1335 )
2018-06-27 07:22:12 -04:00
Davis King
eded3773fe
Never use anaconda's version of libpng because it's broken.
2018-06-27 01:56:29 -04:00
Davis King
6b581d91f6
Added detection_window_width, detection_window_height, and num_detectors fields
...
to the simple object detection objects in the Python API.
2018-06-25 21:11:35 -04:00
Davis King
8b5ee898a8
Made overlay_line use dpoints instead of point and also made it render the line
...
from the middle of the pixel.
2018-06-23 13:07:41 -04:00
Davis King
92a89bceb6
Allow point and dpoint use for hough_transform stuff.
2018-06-23 09:03:01 -04:00
Davis King
746af7f867
Made the hough_transform's functions for getting line coordinates use dpoint
...
instead of point.
2018-06-23 09:02:35 -04:00
Davis King
cd8411a8aa
Made clip_line_to_rectangle() and nearest_point() work for point and dpoint.
2018-06-23 08:37:10 -04:00