Software:Dlib

From HandWiki
Short description: Cross-platform software library
Dlib
Dlib c++ library logo.png
Original author(s)Davis E. King
Initial release2002 (2002)
Written inC++
Operating systemCross-platform
TypeLibrary, machine learning
LicenseBoost

Dlib is a general purpose cross-platform software library written in the programming language C++. Its design is heavily influenced by ideas from design by contract and component-based software engineering. Thus it is, first and foremost, a set of independent software components. It is open-source software released under a Boost Software License.

Since development began in 2002, Dlib has grown to include a wide variety of tools. As of 2016, it contains software components for dealing with networking, threads, graphical user interfaces, data structures, linear algebra, machine learning, image processing, data mining, XML and text parsing, numerical optimization, Bayesian networks, and many other tasks. In recent years, much of the development has been focused on creating a broad set of statistical machine learning tools and in 2009 Dlib was published in the Journal of Machine Learning Research.[1] Since then it has been used in a wide range of domains.[2][3][4][5][6][7][8][9][10][11][12][13][14]

See also

References

  1. King, D. E. (2009). "Dlib-ml: A Machine Learning Toolkit". J. Mach. Learn. Res. 10 (Jul): 1755–1758. http://www.jmlr.org/papers/volume10/king09a/king09a.pdf. 
  2. Scholarly research using Dlib
  3. Dlib on mloss.org
  4. Autonome Mobile Systeme 2009
  5. ESS: Extremely Simple Serialization for C++
  6. Gould, S. (2012). "Darwin: A Framework for Machine Learning and Computer Vision Research and Development". J. Mach. Learn. Res. 13 (Dec): 3533–3537. http://www.jmlr.org/papers/volume13/gould12a/gould12a.pdf. 
  7. Yan, Junchi, et al. "Online incremental regression for electricity price prediction." Service Operations and Logistics, and Informatics (SOLI), 2012 IEEE International Conference on. IEEE, 2012. Yan, J.; Tian, C.; Wang, Y.; Huang, J. (2012). "Online incremental regression for electricity price prediction". Proceedings of 2012 IEEE International Conference on Service Operations and Logistics, and Informatics. pp. 31. doi:10.1109/SOLI.2012.6273500. ISBN 978-1-4673-2401-4. 
  8. Kuijf, Hugo J., Max A. Viergever, and Koen L. Vincken. "Automatic Extraction of the Curved Midsagittal Brain Surface on MR Images." Medical Computer Vision. Recognition Techniques and Applications in Medical Imaging. Springer Berlin Heidelberg, 2013. 225-232. Kuijf, H. J.; Viergever, M. A.; Vincken, K. L. (2013). "Automatic Extraction of the Curved Midsagittal Brain Surface on MR Images". Medical Computer Vision. Recognition Techniques and Applications in Medical Imaging. Lecture Notes in Computer Science. 7766. pp. 225. doi:10.1007/978-3-642-36620-8_22. ISBN 978-3-642-36619-2. https://zenodo.org/record/3923686. 
  9. Bormann, Richard Klaus Eduard. "Vision-based place categorization." (2010).
  10. Brodu, Nicolas, and Dimitri Lague. "3D terrestrial lidar data classification of complex natural scenes using a multi-scale dimensionality criterion: Applications in geomorphology." ISPRS Journal of Photogrammetry and Remote Sensing 68 (2012): 121–134.
  11. Aung, Zeyar, et al. "Towards accurate electricity load forecasting in smart grids." DBKDA 2012, The Fourth International Conference on Advances in Databases, Knowledge, and Data Applications. 2012.
  12. Rodriguez, Alberto, et al. "Abort and retry in grasping." Intelligent Robots and Systems (IROS), 2011 IEEE/RSJ International Conference on. IEEE, 2011. Rodriguez, A.; Mason, M. T.; Srinivasa, S. S.; Bernstein, M.; Zirbel, A. (2011). "Abort and retry in grasping". 2011 IEEE/RSJ International Conference on Intelligent Robots and Systems. pp. 1804. doi:10.1109/IROS.2011.6095100. ISBN 978-1-61284-456-5. 
  13. Mohan, Vandana, et al. "Intraoperative prediction of tumor cell concentration from Mass Spectrometry Imaging." Int. Symp. Math. Theo. Netw. Syst. 2010.
  14. Nakashima, Yuta, Noboru Babaguchi, and Jianping Fan. "Detecting intended human objects in human-captured videos." Computer Vision and Pattern Recognition Workshops (CVPRW), 2010 IEEE Computer Society Conference on. IEEE, 2010. Nakashima, Y.; Babaguchi, N.; Fan, J. (2010). "Detecting intended human objects in human-captured videos". 2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition - Workshops. pp. 33. doi:10.1109/CVPRW.2010.5543721. ISBN 978-1-4244-7029-7. 

External links