Local binary patterns: Difference between revisions

Content deleted Content added
BG19bot (talk | contribs)
m Extensions: WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (10505)
Line 27:
* [http://luispedro.org/software/mahotas Python mahotas], an open source computer vision package which includes an implementation of LBPs.
* [[OpenCV]]'s Cascade Classifiers support LBPs as of version 2.
* [http://vlfeat.org/ VLFeat], aan open source computer vision library in C (with bindings to multiple languages including MATLAB) has an [http://www.vlfeat.org/api/lbp_8h.html implementation].
* [http://code.google.com/p/bgslibrary/ bgslibrary] includes the original LBP implementation for motion detection<ref>M. Heikkilä, M. Pietikäinen, "A texture-based method for modeling the background and detecting moving objects", IEEE Transactions on Pattern Analysis and Machine Intelligence, 28(4):657-662, 2006.</ref> as well as a new LBP operator variant combined with Markov Random Fields<ref>C., Kertész: Texture-Based Foreground Detection, International Journal of Signal Processing, Image Processing and Pattern Recognition (IJSIP), Vol. 4, No. 4, 2011.</ref> with improved recognition rates and robustness.