Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/OpenCV-4-with-Python-Blueprints-Second-Edition
/ types & classes
Types & classes
16 in github.com/PacktPublishing/OpenCV-4-with-Python-Blueprints-Second-Edition
⨍
Functions
167
◇
Types & classes
16
↓ 5 callers
Class
Outlier
chapter3/feature_matching.py:17
↓ 2 callers
Class
FaceDetector
Face Detector This class implements a face detection algorithm using a face cascade and two eye cascades.
chapter8/detectors.py:10
↓ 1 callers
Class
CameraCalibration
Camera calibration Performs camera calibration on a webcam video feed using the chessboard approach described here: http://do
chapter4/calibrate.py:14
↓ 1 callers
Class
FeatureMatching
Feature matching class This class implements an algorithm for feature matching and tracking. A SURF descriptor is obtained from a tr
chapter3/feature_matching.py:21
↓ 1 callers
Class
FilterLayout
Custom layout for filter effects This class implements a custom layout for applying diverse filter effects to a camera feed. The layout
chapter1/chapter1.py:37
↓ 1 callers
Class
KalmanBoxTracker
This class represents the internel state of individual tracked objects observed as bbox.
chapter10/sort.py:53
↓ 1 callers
Class
MultipleObjectsTracker
Multiple-objects tracker This class implements an algorithm for tracking multiple objects in a video sequence. The algorithm combine
chapter6/tracking.py:12
↓ 1 callers
Class
SceneReconstruction3D
3D scene reconstruction This class implements an algorithm for 3D scene reconstruction using stereo vision and structure-from-motion
chapter4/scene3D.py:14
↓ 1 callers
Class
Sort
chapter10/sort.py:156
Class
BaseLayout
Abstract base class for all layouts in the book. A custom layout needs to implement the 2 methods below - augment_layout - proce
wx_gui.py:17
Class
BaseLayout
Abstract base class for all layouts in the book. A custom layout needs to implement the 2 methods below - augment_layout - proce
chapter8/wx_gui.py:17
Class
BaseLayout
Abstract base class for all layouts in the book. A custom layout needs to implement the 2 methods below - augment_layout - proce
chapter1/wx_gui.py:17
Class
BaseLayout
Abstract base class for all layouts in the book. A custom layout needs to implement the 2 methods below - augment_layout - proce
chapter4/wx_gui.py:17
Class
BaseLayout
Abstract base class for all layouts in the book. A custom layout needs to implement the 2 methods below - augment_layout - proce
chapter3/wx_gui.py:17
Class
DataCollectorLayout
chapter8/chapter8.py:78
Class
FacialExpressionRecognizerLayout
chapter8/chapter8.py:37