Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning OpenCV 3 Application Development

You're reading from  Learning OpenCV 3 Application Development

Product type Book
Published in Dec 2016
Publisher Packt
ISBN-13 9781784391454
Pages 310 pages
Edition 1st Edition
Languages
Author (1):
Samyak Datta Samyak Datta
Profile icon Samyak Datta

Table of Contents (16) Chapters

Learning OpenCV 3 Application Development
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Laying the Foundation 2. Image Filtering 3. Image Thresholding 4. Image Histograms 5. Image Derivatives and Edge Detection 6. Face Detection Using OpenCV 7. Affine Transformations and Face Alignment 8. Feature Descriptors in OpenCV 9. Machine Learning with OpenCV Command-line Arguments in C++

Introduction to the local binary pattern


The local binary pattern is easy, intuitive, and quite simple to compute. These are some very rare qualities of a feature descriptor! Let's first see what local binary pattern means and how it is computed (on paper, we will come to the implementation soon). After we are done explaining the LBP operator using code samples, we will also try to develop an intuition regarding the type of information that it captures from images. Such an understanding would be crucial when you want to decide whether to use LBP features for a particular problem or not.

At the most basic level, the LBP operator assigns a number between 0 to 255 (inclusive) to every pixel in the input image. After this assignment is made, we construct a histogram out of the values having 256 bins-one for each possible value.

First, let's get into the details of how a number is assigned to every pixel. For a given pixel in the input image, we consider a 3 x 3 neighborhood of that pixel location...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}