dlib/dlib/graph_cuts
Davis King 2516cac59c Added a bunch of THREAD SAFETY blocks to the specs for various machine learning
function objects.  In general, I noted that in most cases they are safe to use
from multiple threads so long as they are not modified.
2012-12-28 10:22:42 -05:00
..
find_max_factor_graph_potts_abstract.h Updated find_max_factor_graph_potts() to correctly say you can use infinite weights 2012-07-05 17:47:04 -04:00
find_max_factor_graph_potts.h Added some convenience routines for making potts grid problems. 2012-06-26 21:50:58 -04:00
general_flow_graph.h Added graph cut tools. This is the new min_cut algorithm and find_max_factor_graph_potts() 2012-04-28 16:10:29 -04:00
general_potts_problem.h Added an overload of find_max_factor_graph_potts() which takes a regular 2012-04-28 23:35:45 -04:00
graph_labeler_abstract.h Added a bunch of THREAD SAFETY blocks to the specs for various machine learning 2012-12-28 10:22:42 -05:00
graph_labeler.h Switched all the graph labeling stuff to use bool as a node label 2012-05-19 18:39:25 -04:00
min_cut_abstract.h Removed cruft from spec file. 2012-08-07 20:55:43 -04:00
min_cut.h fixed spelling error in comment. 2012-05-19 18:41:41 -04:00