dlib/examples
Davis King 1c664eeac5 Made the metric learning example do image jittering. 2017-10-24 21:13:02 -04:00
..
faces Added face recognition example 2017-02-11 14:52:47 -05:00
johns Finished the more complex metric learning example and added some example data. 2016-12-17 20:41:36 -05:00
video_frames Added an example for the correlation_tracker 2015-02-03 14:01:37 -05:00
3d_point_cloud_ex.cpp cleaned up examples 2015-03-22 19:33:17 -04:00
CMakeLists.txt Fixed weird wording. 2017-10-17 19:20:29 -04:00
LICENSE_FOR_EXAMPLE_PROGRAMS.txt
assignment_learning_ex.cpp Fixed some grammar and added a note about the bias term. 2015-01-05 17:39:37 -05:00
bayes_net_ex.cpp
bayes_net_from_disk_ex.cpp
bayes_net_gui_ex.cpp Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
bridge_ex.cpp
bsp_ex.cpp
compress_stream_ex.cpp
config.txt
config_reader_ex.cpp
custom_trainer_ex.cpp
dir_nav_ex.cpp
dnn_face_recognition_ex.cpp Made the metric learning example do image jittering. 2017-10-24 21:13:02 -04:00
dnn_imagenet_ex.cpp Evgeniy Fominov's changes that avoid compiler bugs in Visual Studio. 2016-10-08 14:27:34 -04:00
dnn_imagenet_train_ex.cpp Evgeniy Fominov's changes that avoid compiler bugs in Visual Studio. 2016-10-08 14:27:34 -04:00
dnn_inception_ex.cpp Fixed grammar 2017-07-24 10:01:23 -04:00
dnn_introduction2_ex.cpp Changed the location of the set_synchronization_file() call so that rerunning 2017-05-07 19:11:52 -04:00
dnn_introduction_ex.cpp Added a note about exporting to XML. 2017-05-07 19:12:12 -04:00
dnn_metric_learning_ex.cpp Improved example 2016-12-17 16:46:39 -05:00
dnn_metric_learning_on_images_ex.cpp Made the metric learning example do image jittering. 2017-10-24 21:13:02 -04:00
dnn_mmod_dog_hipsterizer.cpp Added comments 2016-10-02 16:43:11 -04:00
dnn_mmod_ex.cpp Yet more comments 2017-08-27 12:01:24 -04:00
dnn_mmod_face_detection_ex.cpp Made the upsampling conditional on the image not being huge already. 2016-10-07 22:07:13 -04:00
dnn_mmod_find_cars2_ex.cpp Added another car finding example 2017-09-16 15:35:58 -04:00
dnn_mmod_find_cars_ex.cpp Clarified comments 2017-09-16 15:35:37 -04:00
dnn_mmod_train_find_cars_ex.cpp Changed to slightly better default recommendations for parameters. 2017-09-16 15:14:13 -04:00
empirical_kernel_map_ex.cpp
face_detection_ex.cpp
face_landmark_detection_ex.cpp Fixed grammar 2017-09-15 19:57:16 -04:00
fhog_ex.cpp
fhog_object_detector_ex.cpp
file_to_code_ex.cpp
graph_labeling_ex.cpp
gui_api_ex.cpp
hough_transform_ex.cpp
image_ex.cpp
integrate_function_adapt_simp_ex.cpp
iosockstream_ex.cpp
kcentroid_ex.cpp
kkmeans_ex.cpp Added spectral_cluster() example 2015-02-11 07:55:42 -05:00
krls_ex.cpp
krls_filter_ex.cpp
krr_classification_ex.cpp
krr_regression_ex.cpp
learning_to_track_ex.cpp
least_squares_ex.cpp
linear_manifold_regularizer_ex.cpp
logger_custom_output_ex.cpp
logger_ex.cpp
logger_ex_2.cpp
matrix_ex.cpp
matrix_expressions_ex.cpp
max_cost_assignment_ex.cpp
member_function_pointer_ex.cpp
mlp_ex.cpp
mmod_cars_test_image.jpg Added two vehicle detection examples. 2017-08-26 17:13:47 -04:00
mmod_cars_test_image2.jpg Added another car finding example 2017-09-16 15:35:58 -04:00
model_selection_ex.cpp
mpc_ex.cpp fleshed out this example with comments 2015-06-02 17:47:46 -04:00
multiclass_classification_ex.cpp
multithreaded_object_ex.cpp
object_detector_advanced_ex.cpp
object_detector_ex.cpp
one_class_classifiers_ex.cpp
optimization_ex.cpp
parallel_for_ex.cpp Simplified example to show only the C++11 version of the code. 2016-08-30 14:58:38 -04:00
pipe_ex.cpp
pipe_ex_2.cpp
quantum_computing_ex.cpp
queue_ex.cpp
random_cropper_ex.cpp Changed the random_cropper's interface so that instead of talking in terms of 2017-06-17 12:34:26 -04:00
rank_features_ex.cpp
running_stats_ex.cpp
rvm_ex.cpp
rvm_regression_ex.cpp
sequence_labeler_ex.cpp
sequence_segmenter_ex.cpp
server_http_ex.cpp
server_iostream_ex.cpp
sockets_ex.cpp
sockstreambuf_ex.cpp Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
sqlite_ex.cpp added a SQLite example program 2015-01-29 20:53:01 -05:00
std_allocator_ex.cpp
surf_ex.cpp
svm_c_ex.cpp Added an example for svm_c_trainer. 2014-12-09 18:13:45 -05:00
svm_ex.cpp
svm_pegasos_ex.cpp
svm_rank_ex.cpp
svm_sparse_ex.cpp
svm_struct_ex.cpp
svr_ex.cpp
thread_function_ex.cpp
thread_pool_ex.cpp Made thread_pool and parallel_for propagate exceptions from task threads to 2016-08-30 14:44:46 -04:00
threaded_object_ex.cpp
threads_ex.cpp Renamed something to avoid name clash with standard library. 2016-07-22 16:22:57 -04:00
timer_ex.cpp
train_object_detector.cpp fixed typo in example 2016-08-24 06:56:35 -04:00
train_shape_predictor_ex.cpp Fixed spelling error in comment 2016-09-30 23:09:03 -04:00
using_custom_kernels_ex.cpp
video_tracking_ex.cpp Added comments 2015-02-03 15:33:11 -05:00
webcam_face_pose_ex.cpp Update webcam_face_pose_ex.cpp (#702) 2017-07-11 14:11:06 -04:00
xml_parser_ex.cpp