.. |
assign_image.h
|
Fixed assign_border_pixels(img, rect) so that it correctly zeros
|
2015-01-04 09:11:34 -05:00 |
assign_image_abstract.h
|
clarified spec
|
2018-05-20 10:07:25 -04:00 |
colormaps.h
|
generic image all the way - colormaps.h (#971)
|
2017-11-20 07:52:24 -05:00 |
colormaps_abstract.h
|
Clarified spec
|
2017-08-25 18:20:17 -04:00 |
draw.h
|
Added draw_solid_circle()
|
2015-03-20 19:53:57 -04:00 |
draw_abstract.h
|
Added draw_solid_circle()
|
2015-03-20 19:53:57 -04:00 |
edge_detector.h
|
Added find_bright_keypoints() and find_dark_keypoints(). Also added a convenience overload
|
2018-05-15 21:43:51 -04:00 |
edge_detector_abstract.h
|
Fixed spelling error
|
2018-05-28 22:12:27 -04:00 |
equalize_histogram.h
|
Added min_barrier_distance() and also a new overload of get_histogram().
|
2018-05-25 19:14:14 -04:00 |
equalize_histogram_abstract.h
|
Added min_barrier_distance() and also a new overload of get_histogram().
|
2018-05-25 19:14:14 -04:00 |
fhog.h
|
GCC/Clang compatible SIMD code ./dlib/simd/simd**_vec.h (#414)
|
2017-02-01 15:58:40 -05:00 |
fhog_abstract.h
|
Merged and also updated documentation to reflect these changes.
|
2016-03-26 12:21:40 -04:00 |
hough_transform.h
|
Made the hough_transform's functions for getting line coordinates use dpoint
|
2018-06-23 09:02:35 -04:00 |
hough_transform_abstract.h
|
clarified docs
|
2018-07-08 18:08:42 -04:00 |
image_pyramid.h
|
Refactored create_tiled_pyramid() code to remove unnecessary copying. It's now
|
2017-09-04 21:56:24 -04:00 |
image_pyramid_abstract.h
|
fixed typo in docs
|
2018-05-20 15:06:54 -04:00 |
integral_image.h
|
Added a file that defines a new generic image interface for images in dlib.
|
2014-07-17 19:23:43 -04:00 |
integral_image_abstract.h
|
Added links to the generic image definition in all the relevant abstract files.
|
2014-07-20 17:18:34 -04:00 |
interpolation.h
|
minor cleanup
|
2020-06-01 08:36:16 -04:00 |
interpolation_abstract.h
|
fix some spelling and grammar errors
|
2020-08-07 15:41:42 -04:00 |
label_connected_blobs.h
|
Fixed label_connected_blobs_watershed() not giving contiguous labels as
|
2018-05-27 08:35:45 -04:00 |
label_connected_blobs_abstract.h
|
Added label_connected_blobs_watershed()
|
2018-05-13 00:09:05 -04:00 |
lbp.h
|
Fixed a minor bug in extract_highdim_face_lbp_descriptors() which was pointed
|
2015-06-08 18:26:56 -04:00 |
lbp_abstract.h
|
clarified spec
|
2014-12-08 08:02:42 -05:00 |
morphological_operations.h
|
Added encode_8_pixel_neighbors() and find_line_endpoints().
|
2018-05-16 23:03:43 -04:00 |
morphological_operations_abstract.h
|
Fixed grammar
|
2018-05-19 22:19:51 -04:00 |
random_color_transform.h
|
Fixed bug in apply_random_color_offset(), it computed slightly wrong outputs.
|
2016-06-25 12:28:00 -04:00 |
random_color_transform_abstract.h
|
Added apply_random_color_offset()
|
2016-03-18 10:45:14 -04:00 |
random_cropper.h
|
Removed an assert used for debugging that shouldn't have been committed.
|
2017-12-19 14:18:55 -05:00 |
random_cropper_abstract.h
|
Made random_cropper's API a little more convenient for cropping out only
|
2017-12-09 20:53:35 -05:00 |
segment_image.h
|
Made remove_duplicates() take any type rather than just being limited to
|
2018-06-21 21:52:50 -04:00 |
segment_image_abstract.h
|
Made remove_duplicates() take any type rather than just being limited to
|
2018-06-21 21:52:50 -04:00 |
spatial_filtering.h
|
added missing #include file
|
2016-08-05 19:14:49 -04:00 |
spatial_filtering_abstract.h
|
Made gaussian_blur return a rectangle that defines which part of the image
|
2014-12-11 08:00:00 -05:00 |
thresholding.h
|
Cleaned up hysteresis_threshold() code a bit and also removed the hard coded
|
2018-07-08 08:57:10 -04:00 |
thresholding_abstract.h
|
Added overload of hysteresis_threshold() that uses partition_pixels()
|
2018-05-13 11:46:54 -04:00 |