更新时间:2021-07-16 19:57:31
coverpage
OpenCV with Python By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Applying Geometric Transformations to Images
Installing OpenCV-Python
Reading displaying and saving images
Image color spaces
Image translation
Image rotation
Image scaling
Affine transformations
Projective transformations
Image warping
Summary
Chapter 2. Detecting Edges and Applying Image Filters
2D convolution
Blurring
Edge detection
Motion blur
Sharpening
Embossing
Erosion and dilation
Creating a vignette filter
Enhancing the contrast in an image
Chapter 3. Cartoonizing an Image
Accessing the webcam
Keyboard inputs
Mouse inputs
Interacting with a live video stream
Cartoonizing an image
Chapter 4. Detecting and Tracking Different Body Parts
Using Haar cascades to detect things
What are integral images?
Detecting and tracking faces
Fun with faces
Detecting eyes
Fun with eyes
Detecting ears
Detecting a mouth
It's time for a moustache
Detecting a nose
Detecting pupils
Chapter 5. Extracting Features from an Image
Why do we care about keypoints?
What are keypoints?
Detecting the corners
Good Features To Track
Scale Invariant Feature Transform (SIFT)
Speeded Up Robust Features (SURF)
Features from Accelerated Segment Test (FAST)
Binary Robust Independent Elementary Features (BRIEF)
Oriented FAST and Rotated BRIEF (ORB)
Chapter 6. Creating a Panoramic Image
Matching keypoint descriptors
Creating the panoramic image
What if the images are at an angle to each other?
Chapter 7. Seam Carving
Why do we care about seam carving?
How does it work?
How do we define "interesting"?
How do we compute the seams?
Can we expand an image?
Can we remove an object completely?
Chapter 8. Detecting Shapes and Segmenting an Image
Contour analysis and shape matching
Approximating a contour
Identifying the pizza with the slice taken out
How to censor a shape?
What is image segmentation?
Watershed algorithm
Chapter 9. Object Tracking
Frame differencing
Colorspace based tracking
Building an interactive object tracker
Feature based tracking
Background subtraction
Chapter 10. Object Recognition
Object detection versus object recognition
What is a dense feature detector?
What is a visual dictionary?
What is supervised and unsupervised learning?