term_index.xml 60.6 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="stylesheet.xsl"?>

<doc>
   <title>Index</title>

   <!-- ************************************************************************* -->

   <body>
      <term_list>
11
12
13
14

   <!-- ************* DLIB-ML STUFF **************** -->

         <term file="dlib/rand/rand_float_abstract.h.html" name="get_random_float"/>
15
         <term link="compile.html" name="DLIB_REVISION"/>
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

         <term file="dlib/algs.h.html" name="stack_based_memory_block"/>

         <term file="dlib/geometry/rectangle_abstract.h.html" name="move_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="translate_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="resize_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="resize_rect_width"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="resize_rect_height"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="centered_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="nearest_point"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="shrink_rect"/>
         <term file="dlib/geometry/rectangle_abstract.h.html" name="grow_rect"/>


         <term file="dlib/optimization/optimization_abstract.h.html" name="central_differences"/>
         <term file="dlib/optimization/optimization_abstract.h.html" name="line_search_funct"/>
Davis King's avatar
Davis King committed
32
33
         <term file="dlib/optimization/optimization_line_search_abstract.h.html" name="optimize_single_variable_failure"/>
         <term file="dlib/optimization/optimization_bobyqa_abstract.h.html" name="bobyqa_failure"/>
Davis King's avatar
Davis King committed
34
         <term file="dlib/optimization/optimization_oca_abstract.h.html" name="oca_problem"/>
35

Davis King's avatar
Davis King committed
36
37
38
         <term file="dlib/optimization/optimization_solve_qp2_using_smo_abstract.h.html" name="invalid_nu_error"/>
         <term file="dlib/optimization/optimization_solve_qp2_using_smo_abstract.h.html" name="maximum_nu"/>

39
40
41
42
43
44
         <term file="optimization.html" name="derivative"/>
         <term file="optimization.html" name="make_line_search_function"/>
         <term file="optimization.html" name="poly_min_extrap"/>
         <term file="optimization.html" name="lagrange_poly_min_extrap"/>
         <term file="optimization.html" name="line_search"/>
         <term file="optimization.html" name="find_min"/>
Davis King's avatar
Davis King committed
45
46
         <term file="optimization.html" name="solve_least_squares"/>
         <term file="optimization.html" name="solve_least_squares_lm"/>
Davis King's avatar
Davis King committed
47
48
49
         <term file="optimization.html" name="find_min_trust_region"/>
         <term file="optimization.html" name="find_max_trust_region"/>
         <term file="optimization.html" name="solve_trust_region_subproblem"/>
50
51
52
53
         <term file="optimization.html" name="find_min_single_variable"/>
         <term file="optimization.html" name="find_min_using_approximate_derivatives"/>
         <term file="optimization.html" name="find_min_bobyqa"/>
         <term file="optimization.html" name="solve_qp_using_smo"/>
Davis King's avatar
Davis King committed
54
         <term file="optimization.html" name="solve_qp2_using_smo"/>
Davis King's avatar
Davis King committed
55
         <term file="optimization.html" name="solve_qp3_using_smo"/>
Davis King's avatar
Davis King committed
56
         <term file="optimization.html" name="oca"/>
57
58
59
60
61
62
63
64
65
66
         <term link="optimization.html#find_min_bobyqa" name="BOBYQA"/>
         <term file="optimization.html" name="find_max"/>
         <term file="optimization.html" name="find_max_single_variable"/>
         <term file="optimization.html" name="find_max_using_approximate_derivatives"/>
         <term file="optimization.html" name="find_max_bobyqa"/>
         <term file="optimization.html" name="objective_delta_stop_strategy"/>
         <term file="optimization.html" name="gradient_norm_stop_strategy"/>
         <term file="optimization.html" name="negate_function"/>
         <term file="optimization.html" name="cg_search_strategy"/>
         <term file="optimization.html" name="bfgs_search_strategy"/>
Davis King's avatar
Davis King committed
67
68
         <term file="optimization.html" name="newton_search_strategy"/>
         <term file="optimization.html" name="newton_search_strategy_obj"/>
69
         <term file="optimization.html" name="lbfgs_search_strategy"/>
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123

         <term file="bayes.html" name="set_node_value"/>
         <term file="bayes.html" name="node_value"/>
         <term file="bayes.html" name="node_is_evidence"/>
         <term file="bayes.html" name="set_node_as_evidence"/>
         <term file="bayes.html" name="set_node_as_nonevidence"/>
         <term file="bayes.html" name="set_node_num_values"/>
         <term file="bayes.html" name="node_num_values"/>
         <term file="bayes.html" name="node_probability"/>
         <term file="bayes.html" name="set_node_probability"/>
         <term file="bayes.html" name="assignment"/>
         <term file="bayes.html" name="joint_probability_table"/>
         <term file="bayes.html" name="conditional_probability_table"/>
         <term file="bayes.html" name="bayes_node"/>
         <term file="bayes.html" name="bayesian_network_gibbs_sampler"/>
         <term file="bayes.html" name="bayesian_network_join_tree"/>
         <term file="bayes.html" name="node_first_parent_assignment"/>
         <term file="bayes.html" name="node_next_parent_assignment"/>
         <term file="bayes.html" name="node_cpt_filled_out"/>

         <term file="algorithms.html" name="rectangle"/>
         <term file="algorithms.html" name="edge"/>
         <term file="algorithms.html" name="is_join_tree"/>
         <term file="algorithms.html" name="create_join_tree"/>
         <term file="algorithms.html" name="set_intersection_size"/>
         <term file="algorithms.html" name="set_intersection"/>
         <term file="algorithms.html" name="set_union"/>
         <term file="algorithms.html" name="set_difference"/>

         <term file="algorithms.html" name="hsort_array"/>
         <term file="algorithms.html" name="put_in_range"/>
         <term file="algorithms.html" name="isort_array"/>

         <term file="algorithms.html" name="median"/>
         <term file="algorithms.html" name="qsort_array"/>
         <term file="algorithms.html" name="rand"/>
         <term link="algorithms.html#rand" name="Mersenne Twister"/>
         <term file="algorithms.html" name="graph_contains_undirected_cycle"/>
         <term file="algorithms.html" name="graph_contains_directed_cycle"/>
         <term file="algorithms.html" name="copy_graph_structure"/>

         <term file="algorithms.html" name="create_moral_graph"/>
         <term file="algorithms.html" name="triangulate_graph_and_find_cliques"/>
         <term file="algorithms.html" name="graph_contains_length_one_cycle"/>
         <term file="algorithms.html" name="find_connected_nodes"/>
         <term file="algorithms.html" name="graph_is_connected"/>
         <term file="algorithms.html" name="is_clique"/>
         <term file="algorithms.html" name="is_maximal_clique"/>
         <term file="algorithms.html" name="square_root"/>
         <term file="algorithms.html" name="vector"/>
         <term file="algorithms.html" name="point"/>
         <term file="algorithms.html" name="rotate_point"/>
         <term file="algorithms.html" name="point_rotator"/>
         <term file="algorithms.html" name="running_stats"/>
Davis King's avatar
Davis King committed
124
         <term file="algorithms.html" name="running_scalar_covariance"/>
Davis King's avatar
Davis King committed
125
         <term file="algorithms.html" name="running_covariance"/>
Davis King's avatar
Davis King committed
126
         <term file="algorithms.html" name="random_subset_selector"/>
Davis King's avatar
Davis King committed
127
         <term file="algorithms.html" name="randomly_subsample"/>
128

Davis King's avatar
Davis King committed
129
         <term file="dlib/svm/pegasos_abstract.h.html" name="replicate_settings"/>
130
         <term file="ml.html" name="mlp"/>
Davis King's avatar
Davis King committed
131
132
133
         <term file="ml.html" name="load_libsvm_formatted_data"/>
         <term file="ml.html" name="save_libsvm_formatted_data"/>
         <term file="ml.html" name="sparse_to_dense"/>
134
135
136
         <term link="ml.html#mlp" name="multi-layer perceptron"/>
         <term link="ml.html#mlp" name="neural network"/>
         <term file="ml.html" name="svm_pegasos"/>
Davis King's avatar
Davis King committed
137
         <term file="ml.html" name="empirical_kernel_map"/>
Davis King's avatar
Davis King committed
138
139
140
141
142
143

         <term file="ml.html" name="sample_pair"/>
         <term file="dlib/manifold_regularization/sample_pair_abstract.h.html" name="order_by_index"/>
         <term file="dlib/manifold_regularization/sample_pair_abstract.h.html" name="order_by_distance"/>
         <term file="ml.html" name="find_percent_shortest_edges_randomly"/>
         <term file="ml.html" name="find_k_nearest_neighbors"/>
Davis King's avatar
Davis King committed
144
145
146
147
         <term file="ml.html" name="remove_short_edges"/>
         <term file="ml.html" name="remove_long_edges"/>
         <term file="ml.html" name="remove_percent_longest_edges"/>
         <term file="ml.html" name="remove_percent_shortest_edges"/>
Davis King's avatar
Davis King committed
148
         <term file="ml.html" name="find_approximate_k_nearest_neighbors"/>
Davis King's avatar
Davis King committed
149
150
151
152
153
154
155
         <term file="dlib/manifold_regularization/graph_creation_abstract.h.html" name="contains_duplicate_pairs"/>
         <term file="dlib/manifold_regularization/graph_creation_abstract.h.html" name="max_index_value_plus_one"/>
         <term file="ml.html" name="linear_manifold_regularizer"/>
         <term file="ml.html" name="squared_euclidean_distance"/>
         <term file="ml.html" name="use_weights_of_one"/>
         <term file="ml.html" name="use_gaussian_weights"/>

Davis King's avatar
Davis King committed
156
         <term file="dlib/svm/empirical_kernel_map_abstract.h.html" name="empirical_kernel_map_error"/>
Davis King's avatar
Davis King committed
157
         <term file="dlib/svm/empirical_kernel_map_abstract.h.html" name="convert_to_decision_function"/>
Davis King's avatar
Davis King committed
158
         <term file="ml.html" name="kernel_matrix"/>
159
160
         <term file="ml.html" name="batch"/>
         <term file="ml.html" name="verbose_batch"/>
Davis King's avatar
Davis King committed
161
162
         <term file="ml.html" name="batch_cached"/>
         <term file="ml.html" name="verbose_batch_cached"/>
163
164
         <term file="ml.html" name="batch_trainer"/>
         <term file="ml.html" name="randomize_samples"/>
Davis King's avatar
Davis King committed
165
         <term file="ml.html" name="simplify_linear_decision_function"/>
166
         <term file="ml.html" name="is_binary_classification_problem"/>
Davis King's avatar
Davis King committed
167
         <term file="ml.html" name="is_learning_problem"/>
168
         <term file="ml.html" name="svm_nu_trainer"/>
Davis King's avatar
Davis King committed
169
         <term file="ml.html" name="svm_c_trainer"/>
Davis King's avatar
Davis King committed
170
         <term file="ml.html" name="svm_one_class_trainer"/>
Davis King's avatar
Davis King committed
171
         <term file="ml.html" name="svm_c_linear_trainer"/>
Davis King's avatar
Davis King committed
172
         <term file="ml.html" name="svm_c_ekm_trainer"/>
173
         <term file="ml.html" name="rvm_trainer"/>
Davis King's avatar
Davis King committed
174
         <term file="ml.html" name="krr_trainer"/>
Davis King's avatar
Davis King committed
175
         <term file="ml.html" name="svr_trainer"/>
176
177
178
179
180
181
182
183
184
185
186
187
         <term file="ml.html" name="rvm_regression_trainer"/>
         <term file="ml.html" name="rbf_network_trainer"/>
         <term file="ml.html" name="reduced"/>
         <term file="ml.html" name="reduced_decision_function_trainer"/>
         <term file="ml.html" name="reduced2"/>
         <term file="ml.html" name="reduced_decision_function_trainer2"/>
         <term file="ml.html" name="train_probabilistic_decision_function"/>
         <term file="ml.html" name="cross_validate_trainer"/>
         <term file="ml.html" name="cross_validate_trainer_threaded"/>
         <term file="ml.html" name="test_binary_decision_function"/>
         <term link="ml.html#svm_nu_trainer" name="support vector machine"/>
         <term link="ml.html#rvm_trainer" name="relevance vector machine"/>
Davis King's avatar
Davis King committed
188
         <term link="ml.html#krr_trainer" name="kernel ridge regression"/>
Davis King's avatar
Davis King committed
189
         <term link="ml.html#svr_trainer" name="support vector regression"/>
Davis King's avatar
Davis King committed
190
191
         <term link="ml.html#krr_trainer" name="regularized least squares"/>
         <term link="ml.html#krr_trainer" name="least squares SVM"/>
192
193
194
         <term file="ml.html" name="krls"/>
         <term file="ml.html" name="kcentroid"/>
         <term file="ml.html" name="linearly_independent_subset_finder"/>
Davis King's avatar
Davis King committed
195
         <term file="ml.html" name="fill_lisf"/>
Davis King's avatar
Davis King committed
196
         <term file="ml.html" name="sort_basis_vectors"/>
197
         <term file="ml.html" name="vector_normalizer"/>
Davis King's avatar
Davis King committed
198
         <term file="ml.html" name="vector_normalizer_pca"/>
Davis King's avatar
Davis King committed
199
200
         <term file="ml.html" name="discriminant_pca"/>
         <term file="dlib/statistics/dpca_abstract.h.html" name="discriminant_pca_error"/>
201
         <term file="ml.html" name="kkmeans"/>
Davis King's avatar
Davis King committed
202
         <term file="ml.html" name="find_clusters_using_kmeans"/>
203
204
         <term file="ml.html" name="pick_initial_centers"/>
         <term file="ml.html" name="rank_features"/>
Davis King's avatar
Davis King committed
205
         <term file="ml.html" name="find_gamma_with_big_centroid_gap"/>
Davis King's avatar
Davis King committed
206
         <term file="ml.html" name="compute_mean_squared_distance"/>
207
         <term file="dlib/svm/feature_ranking_abstract.h.html" name="verbose_find_gamma_with_big_centroid_gap"/>
208
209
210
211
212
213
214
215

         <term file="ml.html" name="null_trainer"/>
         <term file="ml.html" name="null_trainer_type"/>
         <term file="ml.html" name="roc_c1_trainer"/>
         <term file="ml.html" name="roc_c2_trainer"/>
         <term file="ml.html" name="roc_trainer_type"/>

         <term file="ml.html" name="decision_function"/>
Davis King's avatar
Davis King committed
216
         <term file="ml.html" name="projection_function"/>
217
218
219
220
221
222
223
224
225
         <term file="ml.html" name="normalized_function"/>
         <term file="ml.html" name="distance_function"/>
         <term file="ml.html" name="probabilistic_decision_function"/>
         <term file="ml.html" name="linear_kernel"/>
         <term file="ml.html" name="offset_kernel"/>
         <term file="ml.html" name="polynomial_kernel"/>
         <term file="ml.html" name="sigmoid_kernel"/>
         <term file="ml.html" name="radial_basis_kernel"/>

226
227

         <term file="dlib/svm/sparse_vector_abstract.h.html" name="sparse_vectors"/>
228
229
230
231
232
233
234
235
         <term file="ml.html" name="sparse_linear_kernel"/>
         <term file="ml.html" name="sparse_polynomial_kernel"/>
         <term file="ml.html" name="sparse_sigmoid_kernel"/>
         <term file="ml.html" name="sparse_radial_basis_kernel"/>

         <term link="dlib/svm/kernel_abstract.h.html#Kernel_Function_Objects" name="Kernel Function Objects"/>
         <term file="dlib/svm/kernel_abstract.h.html" name="kernel_derivative"/>

Davis King's avatar
Davis King committed
236
         <term file="containers.html" name="unordered_pair"/>
237
238
239
240
241
242
243
244
245
246
247
         <term file="containers.html" name="std_vector_c"/>
         <term file="containers.html" name="graph"/>
         <term file="containers.html" name="directed_graph"/>
         <term file="containers.html" name="array"/>
         <term file="containers.html" name="binary_search_tree"/>
         <term file="containers.html" name="matrix"/>
         <term file="containers.html" name="enumerable"/>
         <term file="containers.html" name="map_pair"/>
         <term file="containers.html" name="map"/>


Davis King's avatar
Davis King committed
248
         <term file="dlib/matrix/matrix_exp_abstract.h.html" name="matrix_exp"/>
249
250
251
252
         <term file="dlib/matrix/matrix_abstract.h.html" name="const_temp_matrix"/>

         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="sigmoid"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="reciprocal"/>
Davis King's avatar
Davis King committed
253
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="reciprocal_max"/>
254
255
256
257
258
259
260
261
262
263
264
265
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="round"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="round_zeros"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="complex_matrix"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="normalize"/>


         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="linspace"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="logspace"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="cartesian_product"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="randm"/>

         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="diag"/>
Davis King's avatar
Davis King committed
266
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="diag_exp"/>
267
268
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="diagm"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="trans"/>
Davis King's avatar
Davis King committed
269
270
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="fliplr"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="flipud"/>
Davis King's avatar
Davis King committed
271

Davis King's avatar
Davis King committed
272
273
         <term file="dlib/matrix/symmetric_matrix_cache_abstract.h.html" name="symmetric_matrix_cache"/>

Davis King's avatar
Davis King committed
274
275
276
277
278
         <term name="dot">
            <term link="dlib/matrix/matrix_utilities_abstract.h.html#dot" name="for matrix objects"/>
            <term link="dlib/svm/sparse_vector_abstract.h.html#dot" name="for sparse vectors"/>
         </term>

279
280
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="lowerm"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="upperm"/>
Davis King's avatar
Davis King committed
281
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="make_symmetric"/>
282
283
284
285
286
287
288
289
290
291
292
293
294
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="zeros_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="ones_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="uniform_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="identity_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="rotate"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="removerc"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="remove_row"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="remove_col"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="matrix_cast"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="set_all_elements"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="tmp"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="array_to_matrix"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="vector_to_matrix"/>
Davis King's avatar
Davis King committed
295
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointer_to_column_vector"/>
Davis King's avatar
Davis King committed
296
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointer_to_matrix"/>
297
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="reshape_to_column_vector"/>
Davis King's avatar
Davis King committed
298
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="reshape"/>
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="squared"/>
         <term file="dlib/matrix/matrix_math_functions_abstract.h.html" name="cubed"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="is_vector"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="is_row_vector"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="is_col_vector"/>


         <term file="dlib/matrix/matrix_la_abstract.h.html" name="lu_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="qr_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="cholesky_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="eigenvalue_decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="inv"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="inv_lower_triangular"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="inv_upper_triangular"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="pinv"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="real_eigenvalues"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="svd"/>
         <term link="dlib/matrix/matrix_la_abstract.h.html#svd" name="singular value decomposition"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="svd2"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="svd3"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="det"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="trace"/>
         <term file="dlib/matrix/matrix_la_abstract.h.html" name="chol"/>



         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="rowm"/>
Davis King's avatar
Davis King committed
326
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="rowm_exp"/>
327
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="colm"/>
Davis King's avatar
Davis King committed
328
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="colm_exp"/>
329
330
331
332
333
334
335
336
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="subm"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="range"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="set_rowm"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="set_colm"/>
         <term file="dlib/matrix/matrix_subexp_abstract.h.html" name="set_subm"/>


         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pointwise_multiply"/>
Davis King's avatar
Davis King committed
337
338
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="join_rows"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="join_cols"/>
339
340
341
342
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="equal"/>


         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="scale_columns"/>
Davis King's avatar
Davis King committed
343
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="scale_rows"/>
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sort_columns"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="rsort_columns"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="tensor_product"/>

         <term name="length">
            <term link="dlib/matrix/matrix_utilities_abstract.h.html#length" name="for matrix objects"/>
            <term link="dlib/svm/sparse_vector_abstract.h.html#length" name="for sparse vectors"/>
         </term>

         <term name="length_squared">
            <term link="dlib/matrix/matrix_utilities_abstract.h.html#length_squared" name="for matrix objects"/>
            <term link="dlib/svm/sparse_vector_abstract.h.html#length_squared" name="for sparse vectors"/>
         </term>

         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="min"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="find_min_and_max"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="index_of_max"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="index_of_min"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="max"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sum"/>
Davis King's avatar
Davis King committed
364
365
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sum_rows"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="sum_cols"/>
366
367
368
369
370
371
372
373
374
375
376
377
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="prod"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="mean"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="variance"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="covariance"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="pixel_to_vector"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="vector_to_pixel"/>
         <term file="dlib/matrix/matrix_utilities_abstract.h.html" name="clamp"/>


         <term file="dlib/svm/sparse_vector_abstract.h.html" name="scale_by"/>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="distance_squared"/>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="distance"/>
Davis King's avatar
Davis King committed
378
379
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="has_unsigned_keys"/>
         <term file="dlib/svm/sparse_vector_abstract.h.html" name="assign_dense_to_sparse"/>
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407

         <term file="containers.html" name="remover"/>
         <term file="containers.html" name="scoped_ptr"/>
         <term file="containers.html" name="set"/>
         <term file="containers.html" name="shared_ptr"/>
         <term file="containers.html" name="stack"/>
         <term file="containers.html" name="weak_ptr"/>

         <term file="metaprogramming.html" name="enable_if"/>
         <term file="metaprogramming.html" name="disable_if"/>

         <term file="metaprogramming.html" name="tmin"/>
         <term file="metaprogramming.html" name="tmax"/>
         <term file="metaprogramming.html" name="tabs"/>

         <term file="metaprogramming.html" name="unsigned_type"/>
         <term file="metaprogramming.html" name="DLIB_ASSERT"/>
         <term link="metaprogramming.html#DLIB_ASSERT" name="ENABLE_ASSERTS"/>
         <term link="metaprogramming.html#DLIB_ASSERT" name="dlib_assert_breakpoint"/>
         <term file="metaprogramming.html" name="ASSERT_ARE_NOT_SAME_TYPE"/>
         <term file="metaprogramming.html" name="ASSERT_ARE_SAME_TYPE"/>
         <term file="metaprogramming.html" name="DLIB_CASSERT"/>
         <term file="metaprogramming.html" name="COMPILE_TIME_ASSERT"/>
         <term file="metaprogramming.html" name="TIME_THIS"/>
         <term link="metaprogramming.html#TIME_THIS" name="TIME_THIS_TO"/>
         <term file="metaprogramming.html" name="_dT"/>
         <term file="metaprogramming.html" name="is_pointer_type"/>
         <term file="metaprogramming.html" name="is_const_type"/>
Davis King's avatar
Davis King committed
408
         <term file="metaprogramming.html" name="is_reference_type"/>
409
         <term file="metaprogramming.html" name="is_same_type"/>
Davis King's avatar
Davis King committed
410
         <term file="metaprogramming.html" name="is_same_object"/>
411
412
413
414
415
416
417
418
419
420
         <term file="metaprogramming.html" name="is_convertible"/>
         <term file="metaprogramming.html" name="is_complex"/>
         <term file="metaprogramming.html" name="is_function"/>
         <term file="metaprogramming.html" name="wrap_function"/>
         <term file="metaprogramming.html" name="is_signed_type"/>
         <term file="metaprogramming.html" name="is_unsigned_type"/>
         <term file="metaprogramming.html" name="noncopyable"/>
         <term link="metaprogramming.html#portability_macros" name="portability macros"/>
         <term file="metaprogramming.html" name="static_switch"/>
         <term file="metaprogramming.html" name="is_graph"/>
Davis King's avatar
Davis King committed
421
         <term file="metaprogramming.html" name="is_rand"/>
422
423
424
425
         <term file="metaprogramming.html" name="is_matrix"/>
         <term file="metaprogramming.html" name="is_std_vector"/>
         <term file="metaprogramming.html" name="is_directed_graph"/>
         <term file="metaprogramming.html" name="is_built_in_scalar_type"/>
Davis King's avatar
Davis King committed
426
         <term file="metaprogramming.html" name="promote"/>
427
428
429
430
431
432
433
434
435
436
437
         <term file="metaprogramming.html" name="assign_zero_if_built_in_scalar_type"/>


         <term link="dlib/platform.h.html" name="POSIX"/>
         <term link="dlib/platform.h.html" name="MACOSX"/>
         <term link="dlib/platform.h.html" name="HPUX"/>
         <term link="dlib/platform.h.html" name="WIN32"/>

         <term file="other.html" name="copy_functor"/>
         <term file="other.html" name="deserialize"/>
         <term file="other.html" name="error"/>
Davis King's avatar
Davis King committed
438
         <term file="other.html" name="console_progress_indicator"/>
439
440
441
442
443
444
445
         <term file="other.html" name="memory_manager"/>
         <term file="other.html" name="memory_manager_global"/>
         <term file="other.html" name="serialize"/>
         <term file="other.html" name="uint8"/>
         <term file="other.html" name="uint16"/>
         <term file="other.html" name="uint32"/>
         <term file="other.html" name="uint64"/>
Davis King's avatar
Davis King committed
446
447
448
449
         <term file="other.html" name="int8"/>
         <term file="other.html" name="int16"/>
         <term file="other.html" name="int32"/>
         <term file="other.html" name="int64"/>
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
         <term file="other.html" name="zero_extend_cast"/>

         <term name="kernel">
            <term link="intro.html#Notation" name="in notation overview"/>
            <term link="intro.html#Creating Objects" name="regarding creating objects"/>
         </term>

         <term link="intro.html#Notation" name="extension"/>
         <term link="intro.html#Notation" name="abstract"/>
         <term link="intro.html#Notation" name="requires"/>
         <term link="intro.html#Notation" name="ensures"/>
         <term link="intro.html#Notation" name="throws"/>
         <term link="intro.html#meaning_of_hash" name="# symbol in comments"/>
         <term file="intro.html" name="CONVENTION"/>


         <term link="intro.html#Creating Objects" name="debugging modes: enable/disable"/>

   <!-- ******************************************** -->
   <!-- ************* GENERAL STUFF **************** -->
   <!-- ******************************************** -->

472
         <term link="api.html#gui_core" name="gui"/>
473
474
475
476
477
478
479
480
         <term file="api.html" name="gui_core"/>
         <term file="api.html" name="gui_widgets"/>
         <term file="api.html" name="misc_api"/>
         <term file="api.html" name="dir_nav"/>
         <term file="api.html" name="sockets"/>
         <term file="api.html" name="threads"/>
         <term file="api.html" name="auto_mutex"/>
         <term file="api.html" name="auto_unlock"/>
Davis King's avatar
Davis King committed
481
482
         <term file="api.html" name="auto_mutex_readonly"/>
         <term file="api.html" name="auto_unlock_readonly"/>
483
         <term link="api.html#create_new_thread%20extension" name="create_new_thread extension"/> 
484
485
         <term file="api.html" name="multithreaded_object"/>
         <term file="api.html" name="rmutex"/>
Davis King's avatar
Davis King committed
486
         <term file="api.html" name="read_write_mutex"/>
487
488
489
490
491
         <term file="api.html" name="rsignaler"/>
         <term file="api.html" name="thread_function"/>
         <term file="api.html" name="thread_specific_data"/>
         <term file="api.html" name="threaded_object"/>
         <term file="api.html" name="thread_pool"/>
Davis King's avatar
Davis King committed
492
         <term link="api.html#thread_pool" name="futures"/>
493
494


495
496
497
498
         <term file="compile.html" name="DLIB_ISO_CPP_ONLY"/>
         <term file="compile.html" name="DLIB_NO_GUI_SUPPORT"/>
         <term file="compile.html" name="NO_MAKEFILE"/>
         <term file="compile.html" name="DLIB_THREAD_POOL_TIMEOUT"/>
499

500
501
502
503
504
505
506
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="get_thread_id"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="is_dlib_thread"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="register_thread_end_handler"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="unregister_thread_end_handler"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="create_new_thread"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="mutex"/>
         <term file="dlib/threads/threads_kernel_abstract.h.html" name="signaler"/>
507

508
509
510
511
512
513
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="sleep"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="get_current_dir"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="dir_create_error"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="create_directory"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="timestamper"/>
         <term file="dlib/misc_api/misc_api_kernel_abstract.h.html" name="get_timestamp"/>
514
515


516
517
518
519
520
521
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="get_filesystem_roots"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="file"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="file_not_found"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="directory"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="dir_not_found"/>
         <term file="dlib/dir_nav/dir_nav_kernel_abstract.h.html" name="listing_error"/>
Davis King's avatar
Davis King committed
522
523
         <term link="dlib/dir_nav/dir_nav_extensions_abstract.h.html#get_files_in_directory_tree" 
            name="get_files_in_directory_tree"/>
Davis King's avatar
Davis King committed
524
525
         <term link="dlib/dir_nav/dir_nav_extensions_abstract.h.html#get_parent_directory" 
            name="get_parent_directory"/>
526
527
         <term file="dlib/dir_nav/dir_nav_extensions_abstract.h.html" name="match_ending"/>
         <term file="dlib/dir_nav/dir_nav_extensions_abstract.h.html" name="match_all"/>
528
529


530
531
532
533
534
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="wait_until_closed"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="put_on_clipboard"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_from_clipboard"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="canvas"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="base_window"/>
535
536


537
538
539
540
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="trigger_user_event"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="invalidate_rectangle"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="close_window"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="is_closed"/>
541
542
543
544
545
546
547
         <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#is_closed" name="set_title"/>

         <term name="set_pos">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#set_pos" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#set_pos" name="in drawable object"/>
         </term>

548
549
550
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_pos"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_size"/>
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="get_display_size"/>
551

552
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="on_window_close"/>
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580

         <term name="on_user_event">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_user_event" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_user_event" name="in drawable object"/>
         </term>

         <term name="on_window_resized">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_window_resized" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_window_resized" name="in drawable object"/>
         </term>

         <term name="on_window_moved">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_window_moved" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_window_moved" name="in drawable object"/>
         </term>

         <term name="on_mouse_down">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_down" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_down" name="in drawable object"/>
         </term>

         <term name="on_mouse_up">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_up" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_up" name="in drawable object"/>
         </term>

         <term name="on_mouse_move">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_move" name="in base_window object"/>
581
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_move" name="in drawable object"/>
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
         </term>

         <term name="on_mouse_leave">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_leave" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_leave" name="in drawable object"/>
         </term>

         <term name="on_mouse_enter">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_mouse_enter" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_mouse_enter" name="in drawable object"/>
         </term>

         <term name="on_focus_gained">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_focus_gained" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_focus_gained" name="in drawable object"/>
         </term>

         <term name="on_focus_lost">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_focus_lost" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_focus_lost" name="in drawable object"/>
         </term>

         <term name="on_wheel_up">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_wheel_up" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_wheel_up" name="in drawable object"/>
         </term>

         <term name="on_wheel_down">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_wheel_down" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_wheel_down" name="in drawable object"/>
         </term>

         <term name="on_keydown">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_keydown" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_keydown" name="in drawable object"/>
         </term>

Davis King's avatar
Davis King committed
619
620
621
622
623
624
         <term name="on_string_put">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#on_string_put" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#on_string_put" name="in drawable object"/>
         </term>


625
         <term file="dlib/gui_core/gui_core_kernel_abstract.h.html" name="paint"/>
626
627
628
629
630





631
632
633
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="set_background_color"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="z_order"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="set_z_order"/>
634
635
636

         <term name="get_rect">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#get_rect" name="in drawable object"/>
637
            <term link="algorithms.html#get_rect" name="for general matrix like objects"/>
638
639
         </term>

640
641
642
643
644
645
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="is_enabled"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="enable"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="disable"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="is_hidden"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="drawable_window"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="drawable"/>
646
647
648
649
650
651
652
653
654
655
656

         <term name="show">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#show" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#show" name="in drawable object"/>
         </term>
         <term name="hide">
            <term link="dlib/gui_core/gui_core_kernel_abstract.h.html#hide" name="in base_window object"/>
            <term link="dlib/gui_widgets/drawable_abstract.h.html#hide" name="in drawable object"/>
         </term>


657
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="parent_window"/>
658
659
660
661
662
663
664
665
666

         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="rect"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="m"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="parent"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="hidden"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="enabled"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="lastx"/>
         <term link="dlib/gui_widgets/drawable_abstract.h.html#drawable_protected_variables" name="lasty"/>

667
668
669
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="enable_events"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="disable_events"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="events_are_enabled"/>
670
671
672
673
674
675
676

         <term name="draw_line">
            <term link="dlib/gui_widgets/canvas_drawing_abstract.h.html#draw_line" name="in the drawable GUI object"/>
            <term link="imaging.html#draw_line" name="for image/array2d objects"/>
         </term>


677
678
679
680
681
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_default"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_toolbar1"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_toolbar_icon1"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="button_style_arrow"/>
Davis King's avatar
Davis King committed
682

683
684
         <term file="dlib/gui_widgets/style_abstract.h.html" name="list_box_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="list_box_style_default"/>
Davis King's avatar
Davis King committed
685

Davis King's avatar
Davis King committed
686

687
688
689
690
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_field_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_field_style_default"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_box_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="text_box_style_default"/>
Davis King's avatar
Davis King committed
691
692


693
694
695
696
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style_default"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style_check_box"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="toggle_button_style_radio_button"/>
697

Davis King's avatar
Davis King committed
698

699
700
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scrollable_region_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scrollable_region_style_default"/>
Davis King's avatar
Davis King committed
701

702
703
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style"/>
         <term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style_default"/>
Davis King's avatar
Davis King committed
704

705
706
707
708
709
710
711
712
713
714
715
716
717
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_rectangle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_circle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_pixel"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_solid_circle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_button_down"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_sunken_rectangle"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_button_up"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_checkered"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_image"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="fill_rect"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="fill_rect_with_vertical_gradient"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="fill_gradient_rounded"/>
         <term file="dlib/gui_widgets/canvas_drawing_abstract.h.html" name="draw_rounded_rectangle"/>
718

719
720
721
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="draw"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="set_main_font"/>
         <term file="dlib/gui_widgets/drawable_abstract.h.html" name="main_font"/>
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744

         <term name="bottom">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#bottom" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#bottom" name="in rectangle object"/>
         </term>
         <term name="top">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#top" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#top" name="in rectangle object"/>
         </term>
         <term name="left">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#left" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#left" name="in rectangle object"/>
         </term>
         <term name="right">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#right" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#right" name="in rectangle object"/>
         </term>
         <term name="width">
            <term link="dlib/gui_widgets/drawable_abstract.h.html#width" name="in drawable object"/>
            <term link="dlib/geometry/rectangle_abstract.h.html#width" name="in rectangle object"/>
         </term>


745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="open_file_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="open_existing_file_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="save_file_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="message_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="message_box_blocking"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="label"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="toggle_button"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="text_grid"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="directed_graph_drawer"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="text_field"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="text_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="check_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="radio_button"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="tabbed_display"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="named_rectangle"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="mouse_tracker"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="list_box"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="menu_bar"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="image_display"/>
         <term file="dlib/gui_widgets/widgets_abstract.h.html" name="image_window"/>
Davis King's avatar
Davis King committed
765
766
         <term link="dlib/gui_widgets/widgets_abstract.h.html#overlay_line" name="overlay_line"/>
         <term link="dlib/gui_widgets/widgets_abstract.h.html#overlay_rect" name="overlay_rect"/>
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802

         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="letter"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="font"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="default_font"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="get_native_font"/>
         <term file="dlib/gui_widgets/fonts_abstract.h.html" name="bdf_font"/>


         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="button"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="draggable"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="button_action"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="zoomable_region"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="scrollable_region"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="mouse_over_event"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="tooltip"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="popup_menu_region"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="scroll_bar"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="widget_group"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="image_widget"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="popup_menu"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item_text"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item_separator"/>
         <term file="dlib/gui_widgets/base_widgets_abstract.h.html" name="menu_item_submenu"/>


         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="get_local_hostname"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="hostname_to_ip"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="ip_to_hostname"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="create_listener"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="create_connection"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="connection"/>
         <term file="dlib/sockets/sockets_kernel_abstract.h.html" name="listener"/>


         <term file="dlib/sockets/sockets_extensions_abstract.h.html" name="connect"/>
803
804
         <term file="dlib/sockets/sockets_extensions_abstract.h.html" name="is_ip_address"/>
         <term file="dlib/sockets/sockets_extensions_abstract.h.html" name="close_gracefully"/>
Davis King's avatar
Davis King committed
805

806
807
808



809

Davis King's avatar
Davis King committed
810

811
812
813
814
815
816
817
818
         <term file="algorithms.html" name="bigint"/>
         <term file="algorithms.html" name="crc32"/>


         <term file="algorithms.html" name="md5"/>



819

Davis King's avatar
Davis King committed
820

821
822
823
824
825
826
827
828
829
830
831
832
833



         <term file="compression.html" name="compress_stream"/>
         <term file="compression.html" name="conditioning_class"/>
         <term file="compression.html" name="entropy_decoder"/>
         <term file="compression.html" name="entropy_decoder_model"/>
         <term file="compression.html" name="entropy_encoder"/>
         <term file="compression.html" name="entropy_encoder_model"/>
         <term file="compression.html" name="lz77_buffer"/>
         <term file="compression.html" name="lzp_buffer"/>


834

Davis King's avatar
Davis King committed
835
836
837
         <term file="dlib/ref.h.html" name="ref"/>
         <term file="dlib/ref.h.html" name="cref"/>
         <term file="containers.html" name="reference_wrapper"/>
838
839
840
841
842
         <term file="containers.html" name="tuple"/>
         <term file="containers.html" name="type_safe_union"/>

         <term file="containers.html" name="array2d"/>

843

844
845
846
847
848
849
850
         <term file="containers.html" name="hash_map"/>
         <term file="containers.html" name="hash_set"/>
         <term file="containers.html" name="hash_table"/>


         <term file="containers.html" name="queue"/>
         <term file="containers.html" name="reference_counter"/>
851

852
853
854
855
856
         <term file="containers.html" name="sequence"/>
         <term file="containers.html" name="shared_ptr_thread_safe"/>
         <term file="containers.html" name="sliding_buffer"/>
         <term file="containers.html" name="static_map"/>
         <term file="containers.html" name="static_set"/>
Davis King's avatar
Davis King committed
857
         <term file="containers.html" name="any"/>
858
859
860



Davis King's avatar
Davis King committed
861
862
863
864
         <term link="dlib/image_transforms/thresholding_abstract.h.html" name="on_pixel"/>
         <term link="dlib/image_transforms/thresholding_abstract.h.html" name="off_pixel"/>
    

865
         <term file="imaging.html" name="assign_image"/>
Davis King's avatar
Davis King committed
866
         <term file="imaging.html" name="assign_image_scaled"/>
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
         <term file="imaging.html" name="assign_all_pixels"/>
         <term file="imaging.html" name="assign_border_pixels"/>
         <term file="imaging.html" name="assign_pixel"/>
         <term file="imaging.html" name="assign_pixel_intensity"/>
         <term file="imaging.html" name="get_pixel_intensity"/>
         <term file="imaging.html" name="hysteresis_threshold"/>
         <term file="imaging.html" name="sobel_edge_detector"/>
         <term file="imaging.html" name="suppress_non_maximum_edges"/>
         <term file="imaging.html" name="zero_border_pixels"/>
         <term file="imaging.html" name="binary_close"/>
         <term file="imaging.html" name="edge_orientation"/>
         <term file="imaging.html" name="binary_union"/>
         <term file="imaging.html" name="binary_complement"/>
         <term file="imaging.html" name="binary_difference"/>
         <term file="imaging.html" name="binary_dilation"/>
         <term file="imaging.html" name="binary_erosion"/>
         <term file="imaging.html" name="binary_intersection"/>
         <term file="imaging.html" name="binary_open"/>
         <term file="imaging.html" name="equalize_histogram"/>
         <term file="imaging.html" name="get_histogram"/>
         <term file="imaging.html" name="hsi_pixel"/>
         <term file="imaging.html" name="load_bmp"/>
         <term file="imaging.html" name="load_dng"/>
         <term file="imaging.html" name="pixel_traits"/>
         <term file="imaging.html" name="rgb_pixel"/>
Davis King's avatar
Davis King committed
892
893
894
         <term file="imaging.html" name="bgr_pixel"/>
         <term file="imaging.html" name="cv_image"/>
         <term link="imaging.html#cv_image" name="OpenCV Image"/>
895
         <term file="imaging.html" name="rgb_alpha_pixel"/>
896
         <term link="imaging.html#rgb_alpha_pixel" name="alpha"/>
897
898
899
         <term file="imaging.html" name="save_bmp"/>
         <term file="imaging.html" name="save_dng"/>
         <term file="imaging.html" name="spatially_filter_image"/>
Davis King's avatar
Davis King committed
900
         <term file="imaging.html" name="pyramid_down"/>
901
902
903
         <term file="imaging.html" name="threshold_image"/>
         <term file="imaging.html" name="auto_threshold_image"/>
         <term file="imaging.html" name="png_loader"/>
Davis King's avatar
Davis King committed
904
         <term file="imaging.html" name="jpeg_loader"/>
905
906
907
908
909

         <term file="imaging.html" name="integral_image"/>
         <term file="imaging.html" name="hessian_pyramid"/>
         <term file="imaging.html" name="compute_dominant_angle"/>
         <term file="imaging.html" name="compute_surf_descriptor"/>
Davis King's avatar
Davis King committed
910
         <term file="imaging.html" name="hog_image"/>
911
912
913
914
915
916
917
918
         <term file="imaging.html" name="haar_x"/>
         <term file="imaging.html" name="haar_y"/>
         <term file="imaging.html" name="get_interest_points"/>
         <term file="imaging.html" name="get_surf_points"/>
         <term file="imaging.html" name="interest_point"/>
         <term file="imaging.html" name="surf_point"/>


919

Davis King's avatar
Davis King committed
920
         <term link="metaprogramming.html#DLIB_STACK_TRACE" name="DLIB_ENABLE_STACK_TRACE"/>
921
         <term file="metaprogramming.html" name="DLIB_STACK_TRACE"/>
Davis King's avatar
Davis King committed
922
         <term link="metaprogramming.html#DLIB_STACK_TRACE" name="Stack Trace"/>
923
924
         <term file="metaprogramming.html" name="DLIB_STACK_TRACE_NAMED"/>
         <term file="metaprogramming.html" name="get_stack_trace"/>
925

Davis King's avatar
Davis King committed
926

927
928
929
930
931
932






933
         <term file="other.html" name="std_allocator"/>
934
935
         <term link="other.html#std_allocator" name="allocator"/>

936
937
         <term file="other.html" name="bit_stream"/>
         <term file="other.html" name="byte_orderer"/>
938

939
940
941
942
943
944
945
946
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_is_big_endian"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_is_little_endian"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_to_network"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="network_to_host"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_to_big"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="big_to_host"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="host_to_little"/>
         <term file="dlib/byte_orderer/byte_orderer_kernel_abstract.h.html" name="little_to_host"/>
947

948

949
950
         <term link="other.html#dlib_testing_suite" name="testing"/>
         <term link="other.html#dlib_testing_suite" name="unit testing"/>
951
952
953
954
955
956
957
958
959
960
961
962
         <term file="other.html" name="logger"/>
         <term file="other.html" name="member_function_pointer"/>
         <term file="other.html" name="bound_function_pointer"/>
         <term file="other.html" name="memory_manager_stateless"/>
         <term file="other.html" name="pipe"/>
         <term file="other.html" name="sync_extension"/>
         <term file="other.html" name="timeout"/>
         <term file="other.html" name="timer"/>


         <term file="network.html" name="linker"/>
         <term file="network.html" name="server"/>
963
         <term link="network.html#http" name="HTTP server"/>
964
         <term file="network.html" name="sockstreambuf"/>
965
966
967



968
         <term file="parsing.html" name="basic_utf8_ifstream"/>
969
970
         <term link="parsing.html#utf8_wifstream" name="basic_utf8_ifstream"/>
         <term link="parsing.html#utf8_uifstream" name="basic_utf8_ifstream"/>
971
972
         <term file="parsing.html" name="base64"/>
         <term file="parsing.html" name="cmd_line_parser"/>
973
         <term file="dlib/interfaces/cmd_line_parser_option.h.html" name="cmd_line_parser_option"/>
974
         <term link="parsing.html#cmd_line_parser" name="command line parsing"/>
975
         <term file="parsing.html" name="config_reader"/>
976
         <term link="parsing.html#config_reader" name="config file parser"/>
977
978
979
980
         <term file="parsing.html" name="cpp_pretty_printer"/>
         <term file="parsing.html" name="cpp_tokenizer"/>
         <term file="parsing.html" name="narrow"/>
         <term file="parsing.html" name="string_cast"/>
Davis King's avatar
Davis King committed
981
982
         <term file="parsing.html" name="string_assign"/>
         <term link="parsing.html#string_assign" name="sa"/>
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
         <term file="parsing.html" name="tokenizer"/>
         <term file="parsing.html" name="wrap_string"/>
         <term file="parsing.html" name="xml_parser"/>
         <term file="parsing.html" name="cast_to_string"/>
         <term file="parsing.html" name="toupper"/>
         <term file="parsing.html" name="tolower"/>
         <term file="parsing.html" name="trim"/>
         <term file="parsing.html" name="ltrim"/>
         <term file="parsing.html" name="rtrim"/>
         <term file="parsing.html" name="pad"/>
         <term file="parsing.html" name="lpad"/>
         <term file="parsing.html" name="rpad"/>
         <term file="parsing.html" name="left_substr"/>
         <term file="parsing.html" name="right_substr"/>
         <term file="parsing.html" name="unichar"/>
         <term file="parsing.html" name="ustring"/>
         <term file="parsing.html" name="convert_utf8_to_utf32"/>
         <term file="parsing.html" name="is_combining_char"/>
         <term file="parsing.html" name="strings_equal_ignore_case"/>
         <term file="dlib/unicode/unicode_abstract.h.html" name="invalid_utf8_error"/>
1003
1004
1005
1006




1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
         <term file="dlib/logger/logger_config_file.h.html" name="configure_loggers_from_file"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="log_level"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LALL"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LNONE"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LTRACE"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LDEBUG"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LINFO"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LWARN"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LERROR"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="LFATAL"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="set_all_logging_output_streams"/>
Davis King's avatar
Davis King committed
1018
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="set_all_logging_output_hooks"/>
1019
1020
1021
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="set_all_logging_levels"/>
         <term file="dlib/logger/logger_kernel_abstract.h.html" name="print_default_logger_header"/>
         <term file="dlib/logger/extra_logger_headers.h.html" name="print_datetime_logger_header"/>
1022

Davis King's avatar
Davis King committed
1023
1024
1025
1026
1027





1028
1029
         <term file="algorithms.html" name="quantum_register"/>
         <term file="algorithms.html" name="gate"/>
Davis King's avatar
Davis King committed
1030

1031
1032
1033
1034
1035
1036
1037
1038
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="gate_exp"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="composite_gate"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="x"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="y"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="z"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="noop"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="cnot"/>
         <term file="dlib/quantum_computing/quantum_computing_abstract.h.html" name="toffoli"/>
Davis King's avatar
Davis King committed
1039
1040


1041
1042
1043
1044
1045
         <term link="dlib/algs.h.html#general_return_codes" name="TIMEOUT"/>
         <term link="dlib/algs.h.html#general_return_codes" name="WOULDBLOCK"/>
         <term link="dlib/algs.h.html#general_return_codes" name="OTHER_ERROR"/>
         <term link="dlib/algs.h.html#general_return_codes" name="SHUTDOWN"/>
         <term link="dlib/algs.h.html#general_return_codes" name="PORTINUSE"/>
Davis King's avatar
Davis King committed
1046

1047
1048
1049
1050
1051
1052
1053
1054
      </term_list>
   
   </body>

   <!-- ************************************************************************* -->

</doc>