Local binary patterns: Difference between revisions

Content deleted Content added
replaced [8] with reference
m Implementations: adding reference to another python library implementing lbp
Line 34:
* [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.
* [http://dlib.net dlib], an open source C++ library: [https://github.com/davisking/dlib/blob/master/dlib/image_transforms/lbp.h implementation].
* [http://scikit-image.org/ scikit-image], an open source Python library. Provides a c-based python [https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/_texture.pyx#L95 implementation] for LBP
 
== See also ==