MCPcopy Create free account

hub / github.com/PacktPublishing/OpenCV-4-with-Python-Blueprints-Second-Edition / types & classes

Types & classes16 in github.com/PacktPublishing/OpenCV-4-with-Python-Blueprints-Second-Edition

↓ 5 callersClassOutlier
chapter3/feature_matching.py:17
↓ 2 callersClassFaceDetector
Face Detector This class implements a face detection algorithm using a face cascade and two eye cascades.
chapter8/detectors.py:10
↓ 1 callersClassCameraCalibration
Camera calibration Performs camera calibration on a webcam video feed using the chessboard approach described here: http://do
chapter4/calibrate.py:14
↓ 1 callersClassFeatureMatching
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 callersClassFilterLayout
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 callersClassKalmanBoxTracker
This class represents the internel state of individual tracked objects observed as bbox.
chapter10/sort.py:53
↓ 1 callersClassMultipleObjectsTracker
Multiple-objects tracker This class implements an algorithm for tracking multiple objects in a video sequence. The algorithm combine
chapter6/tracking.py:12
↓ 1 callersClassSceneReconstruction3D
3D scene reconstruction This class implements an algorithm for 3D scene reconstruction using stereo vision and structure-from-motion
chapter4/scene3D.py:14
↓ 1 callersClassSort
chapter10/sort.py:156
ClassBaseLayout
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
ClassBaseLayout
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
ClassBaseLayout
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
ClassBaseLayout
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
ClassBaseLayout
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
ClassDataCollectorLayout
chapter8/chapter8.py:78
ClassFacialExpressionRecognizerLayout
chapter8/chapter8.py:37