Name
Last commit
Last update
..
assign_image.h Fixed assign_border_pixels(img, rect) so that it correctly zeros
assign_image_abstract.h clarified spec
colormaps.h generic image all the way - colormaps.h (#971)
colormaps_abstract.h Clarified spec
draw.h Added draw_solid_circle()
draw_abstract.h Added draw_solid_circle()
edge_detector.h Added find_bright_keypoints() and find_dark_keypoints(). Also added a convenience overload
edge_detector_abstract.h Fixed docs
equalize_histogram.h Added a file that defines a new generic image interface for images in dlib.
equalize_histogram_abstract.h Added links to the generic image definition in all the relevant abstract files.
fhog.h GCC/Clang compatible SIMD code ./dlib/simd/simd**_vec.h (#414)
fhog_abstract.h Merged and also updated documentation to reflect these changes.
hough_transform.h Added some utility routines to the hough_transform object.
hough_transform_abstract.h Fixed docs
image_pyramid.h Refactored create_tiled_pyramid() code to remove unnecessary copying. It's now
image_pyramid_abstract.h fixed typo in docs
integral_image.h Added a file that defines a new generic image interface for images in dlib.
integral_image_abstract.h Added links to the generic image definition in all the relevant abstract files.
interpolation.h Made extract_image_4points() use std::array instead of std::vector and also
interpolation_abstract.h Made extract_image_4points() use std::array instead of std::vector and also
label_connected_blobs.h Fixed label_connected_blobs_watershed() only working in C++14 and if all
label_connected_blobs_abstract.h Added label_connected_blobs_watershed()
lbp.h Fixed a minor bug in extract_highdim_face_lbp_descriptors() which was pointed
lbp_abstract.h clarified spec
morphological_operations.h Added encode_8_pixel_neighbors() and find_line_endpoints().
morphological_operations_abstract.h Loading commit data...
random_color_transform.h Loading commit data...
random_color_transform_abstract.h Loading commit data...
random_cropper.h Loading commit data...
random_cropper_abstract.h Loading commit data...
segment_image.h Loading commit data...
segment_image_abstract.h Loading commit data...
spatial_filtering.h Loading commit data...
spatial_filtering_abstract.h Loading commit data...
thresholding.h Loading commit data...
thresholding_abstract.h Loading commit data...