dlib/examples
2016-12-17 16:46:39 -05:00
..
faces Added test image for dog mmod example program 2016-10-02 13:37:47 -04: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
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 Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
bayes_net_from_disk_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
bayes_net_gui_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
bridge_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
bsp_ex.cpp fixed grammar 2014-01-12 10:15:46 -05:00
CMakeLists.txt Added another metric learning example 2016-12-17 14:29:29 -05:00
compress_stream_ex.cpp Added a discussion of the parser's set_group_name() method. 2012-12-12 21:01:05 -05:00
config_reader_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
config.txt Added an example showing how to use the config_reader. 2009-05-30 18:01:38 +00:00
custom_trainer_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
dir_nav_ex.cpp updated example 2013-06-16 12:07:32 -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 Updated examples to refer to the correct file names. 2016-06-25 09:40:11 -04:00
dnn_introduction2_ex.cpp Fixed typo in network definition. 2016-08-22 14:53:26 -04:00
dnn_introduction_ex.cpp renamed examples 2016-06-25 09:34:53 -04:00
dnn_metric_learning_ex.cpp Improved example 2016-12-17 16:46:39 -05:00
dnn_metric_learning_on_images_ex.cpp Added another metric learning example 2016-12-17 14:29:29 -05:00
dnn_mmod_dog_hipsterizer.cpp Added comments 2016-10-02 16:43:11 -04:00
dnn_mmod_ex.cpp Simplified the network definition slightly 2016-10-02 12:54:14 -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
empirical_kernel_map_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
face_detection_ex.cpp clarified examples 2014-01-11 22:40:43 -05:00
face_landmark_detection_ex.cpp Switched more URLs to dlib.net rather than sourceforge.net. 2015-07-24 08:15:40 -04:00
fhog_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
fhog_object_detector_ex.cpp Updated example to use evaluate_detectors() 2014-05-26 18:46:35 -04:00
file_to_code_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
graph_labeling_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
gui_api_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
hough_transform_ex.cpp Added an example program for the new hough_transform object. 2014-12-09 17:40:19 -05:00
image_ex.cpp Added example of accessing individual pixels 2014-12-09 08:08:02 -05:00
integrate_function_adapt_simp_ex.cpp Removed non-standard header which wasn't compiling in visual studio 2005 2013-06-03 07:03:02 -04:00
iosockstream_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
kcentroid_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
kkmeans_ex.cpp Added spectral_cluster() example 2015-02-11 07:55:42 -05:00
krls_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
krls_filter_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
krr_classification_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
krr_regression_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
learning_to_track_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
least_squares_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
LICENSE_FOR_EXAMPLE_PROGRAMS.txt Added licensing comments to the example programs. 2009-02-17 01:45:57 +00:00
linear_manifold_regularizer_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
logger_custom_output_ex.cpp Added an example program showing how to setup a logger hook 2014-04-26 17:32:06 -04:00
logger_ex_2.cpp Fixed minor typos 2014-04-26 19:56:18 -04:00
logger_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
matrix_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
matrix_expressions_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
max_cost_assignment_ex.cpp Added max cost assignment example program 2014-12-07 12:11:13 -05:00
member_function_pointer_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
mlp_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
model_selection_ex.cpp Changed the example to recommend using something like the f1-score when using 2014-06-23 16:06:23 -04:00
mpc_ex.cpp fleshed out this example with comments 2015-06-02 17:47:46 -04:00
multiclass_classification_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
multithreaded_object_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
object_detector_advanced_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
object_detector_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
one_class_classifiers_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
optimization_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
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_2.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
pipe_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
quantum_computing_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
queue_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
random_cropper_ex.cpp Added random_cropper and DNN MMOD example programs. 2016-09-05 15:39:31 -04:00
rank_features_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
running_stats_ex.cpp Removed unneeded #include 2013-03-17 14:00:50 -04:00
rvm_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
rvm_regression_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
sequence_labeler_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
sequence_segmenter_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
server_http_ex.cpp Fixed incorrect type used for iterator in example program. 2013-08-10 09:21:01 -04:00
server_iostream_ex.cpp removed unneeded #includes 2013-09-10 19:35:55 -04:00
sockets_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
sockstreambuf_ex.cpp Changed example to avoid tying a stream to itself since some iostream libraries 2014-09-30 19:21:38 -04:00
sqlite_ex.cpp added a SQLite example program 2015-01-29 20:53:01 -05:00
std_allocator_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
surf_ex.cpp simplified SURF example program 2013-03-03 17:25:10 -05:00
svm_c_ex.cpp Added an example for svm_c_trainer. 2014-12-09 18:13:45 -05:00
svm_ex.cpp Made the examples use the new simplified file serialization API. 2014-05-08 21:07:56 -04:00
svm_pegasos_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
svm_rank_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
svm_sparse_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
svm_struct_ex.cpp Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
svr_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
thread_function_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
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 All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
threads_ex.cpp Renamed something to avoid name clash with standard library. 2016-07-22 16:22:57 -04:00
timer_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00
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 Fixing grammar in comments. 2014-02-22 16:07:17 -05:00
video_tracking_ex.cpp Added comments 2015-02-03 15:33:11 -05:00
webcam_face_pose_ex.cpp Added an error message if a camera isn't available. 2016-05-18 22:22:56 -04:00
xml_parser_ex.cpp All I did in this change was switch from using #include "" syntax 2012-12-08 09:32:13 -05:00